Author:
erics, April 11th, 2023
PROBLEM: I was seeing the following error when trying to do a plugin update, and an error in my WordPress logs: Update failed: 504 Gateway Timeout Gateway Timeout The gateway did not receive a timely response from the upstream server or application. [Tue Apr 11 22:12:01.373709 2023] [proxy_fcgi:error] [pid 26878] (70007)The timeout specified has expired: […]
Categories: How-To's, Technology Tags: 00-proxy_timeout.conf, 504, 504 ERROR, 504 Gateway Timeout, apache, fcgid.conf, Gateway Timeout, Gateway Timeout (504), Gateway Timeout Error, howto, HTTP 504, HTTP Error 504 – Gateway Timeout, Performance, php-fpm, Restart, Speed, systemctl, Timeout, tips, tuning
|
No comments
Author:
erics, September 26th, 2019
Make It Faster: Improving MySQL Write Performance for Tungsten Cluster Slaves
Categories: Architecture, cctrl, Composite, Mastering Tungsten Clustering, Question Tags: HA, mysql, Performance, Performance Tuning, QA, Shell, Tungsten
|
Comments Off on Make It Faster: Improving MySQL Write Performance for Tungsten Cluster Slaves
Author:
erics, April 26th, 2016
Add the following to either .htaccess or httpd.conf:
|
AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript |
Categories: How-To's, Technology Tags: apache, Apache2, Compress, Compression, gzip, http, Performance, Speed, tuning, Web
|
No comments
Author:
erics, March 16th, 2012
I just found this neat trick to speed up Safari by reducing the ‘Render Before Display’ time: 1. Quit Safari. 2. Launch Terminal.app 3. Type in the line below and then press {enter}: defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.20 4. Quit Terminal and restart Safari
Categories: How-To's, Technology Tags: apple, cli, defaults, Performance, Performance Tuning, Safari, Speed, Terminal
|
No comments
Author:
erics, July 28th, 2011
I found that after enabling extensions in Safari 5.1, my performance slowed down considerably. I was able to restore performance to normal by simply turning off all of the old, unused extensions. I did not have to delete them, just disabled each one. Also found an excellent post about Safari clean-up…
Categories: How-To's, Technology Tags: apple, Extension, Performance, Safari, Speed
|
No comments
Author:
erics, May 2nd, 2010
I wanted to be sure that my mac was using the WAN for all it was worth. I set the following in /etc/sysctl.conf: [code]kern.ipc.maxsockbuf=768000 net.inet.tcp.sendspace=131072 net.inet.tcp.recvspace=512000 net.inet.tcp.win_scale_factor=8[/code] These commands can be set in real time without a reboot. Simply call sysctl as root from the command prompt in Terminal.. For example: [code]# sysctl -w net.inet.tcp.win_scale_factor=8[/code] […]
Categories: How-To's, Technology Tags: macosx, Network tuning, Performance, Performance Tuning, sysctl, sysctl.conf
|
No comments