
rtCamp’s little-known plugin Nginx-Helper crossed 10,000 downloads. Unlike our other plugins where rtCampers do all the work, Nginx-helper has 5 contributors.
Continue Reading...

rtCamp’s little-known plugin Nginx-Helper crossed 10,000 downloads. Unlike our other plugins where rtCampers do all the work, Nginx-helper has 5 contributors.
Continue Reading...12 articles in WordPress-Nginx tutorial series are updated to make use of WordPress 3.5 improved static-file handling for multisite.
Continue Reading...Using sockets for FPM can be speed-up processing between Nginx & PHP. But by default sockets are less scalable. This post lists 2 workaround – switching to TCP/IP and sysctl.conf tweaks.
Continue Reading...Nginx’s fastcgi_cache for wordpress-multisite (subdirectories) full-page caching configured with fascgi_cache_purge module and nginx helper plugin for auto-update
Continue Reading...
Using Nginx’s fastcgi_cache for wordpress full-page caching is generally faster and with fascgi_cache_purge module and nginx helper plugin you can keep cache updated
Continue Reading...
Using WP_DEBUG to deug WordPress themes and plugins smartly so that you ajax applications will not break.
Continue Reading...
Optimizing nginx ny tweaking worker_processes, keepalive_timeout, worker_connections, server_names_hash_max_size & server_names_hash_bucket_size directives
Continue Reading...
Slowly executing PHP scripts may not break application itself but degrade overall system performance significantly. Using slow_log we can find and fix them.
Continue Reading...Using PHP’s APC cache with W3 Total Cache. Also optimizing APC and monitoring its performance via web-interface provided by apc.php
Continue Reading...Configuring PHP to upload large files in Nginx setup. Also covers WordPress-multisite “Upload Settings” changes.
Continue Reading...