jdian
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Minify, memcached and not updating query stringI now believe this has to do w/ the function analyzeSources in \lib\Minify\Minify\Controller\Base.php.
Basically, it goes through all of the files you are minifying and checks the timestamp. If a file has been updated, it then regenerates the minify. Otherwise it doesn’t.
It looks like clearing the cache doesn’t affect minify. The only way I’ve found to update the minify cache is by updating a file referenced to be minified.
Workaround: Add a white space to a file you set to be minified, save, should be good to go.
Forum: Plugins
In reply to: [W3 Total Cache] Minify, memcached and not updating query stringlib\Minify\Minify\Cache\Memcache.php
isValid() always returns true, thus the memcache never gets cleared. If I manually return false for this function everything works. Need to investigate next why this function never returns false even though I empty all caches.Forum: Plugins
In reply to: [W3 Total Cache] Minify, memcached and not updating query stringWe have multiple prod servers to handle our traffic which kills the idea of Disk based anything. Disk based cache would lag from server to server or when a post is updated would only be cleared on 1 server, not the entire prod array.
Forum: Plugins
In reply to: [W3 Total Cache] Minify, memcached and not updating query stringBump