askegg
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [W3 Total Cache] Using nginx to serve directly from memcache or filesHey Peter. Is there anyway to get Nginx to read the cached page directly from memcache (or even Redis, which has automatic expiry) without launching a PHP script? I feel this would see even more speed improvements.
Forum: Plugins
In reply to: [W3 Total Cache] Using nginx to serve directly from memcache or filesThank you. WP-FFPC is exactly the sort of thing I am looking for.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Memcached & NginxDid you get this working in the end? I have recently configured Nginx with PHP5-FPM running WordPress and W3 Total cache hooking to memcached. I was thinking the same shortcut could squeeze some extra performance.
Fixed!
Add this to your wp-config.php file:
define(‘DISABLE_CACHE’, true);
set_magic_quotes_runtime(‘0’);
ini_set(“magic_quotes_gpc”,”0″);See this post:
Forum: Alpha/Beta/RC
In reply to: You do not have sufficient permissions to access this page.Thanks GunnarHansen, that solved it for me!
Viewing 5 replies - 1 through 5 (of 5 total)