incognito
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hanging during loginFigured out my problem.
Its one of two nginx config options:
fastcgi_pass_request_body off;
client_body_in_file_only clean;Not sure which one. I had them for one site so i moved them into the appropriate server section and all is good in the world.
revert back to apc 3.1.2, its a new feature of apc 3.1.3+ but it breaks everything.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] suggestion for memcachedI think there are significant benefits to using versioning. I started writing up a function for APC cache; just need to debug the thing cause i’m not very proficient at php.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] suggestion for memcachedThat wasn’t the point of the article. They are saying caching pages is more efficient than caching objects, but you still have the problem of stale pages being served.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] use persistent connectionsgreat. Should I leave the:
define('WP_CACHE', true);line?
Forum: Plugins
In reply to: [Plugin: DB Cache Reloaded] queries are not being cachedthe problem was the filter section was empty. I put some random garbage and it started caching again.
Forum: Plugins
In reply to: Looking for a cache pluginAnyone?
Forum: Fixing WordPress
In reply to: disable gzipi have no cache plugins installed or running.