Title: jdian's Replies | WordPress.org

---

# jdian

  [  ](https://wordpress.org/support/users/jdian/)

 *   [Profile](https://wordpress.org/support/users/jdian/)
 *   [Topics Started](https://wordpress.org/support/users/jdian/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jdian/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jdian/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jdian/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jdian/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jdian/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Minify, memcached and not updating query string](https://wordpress.org/support/topic/minify-memcached-and-not-updating-query-string/)
 *  Thread Starter [jdian](https://wordpress.org/support/users/jdian/)
 * (@jdian)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-memcached-and-not-updating-query-string/#post-7134842)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Minify, memcached and not updating query string](https://wordpress.org/support/topic/minify-memcached-and-not-updating-query-string/)
 *  Thread Starter [jdian](https://wordpress.org/support/users/jdian/)
 * (@jdian)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-memcached-and-not-updating-query-string/#post-7134841)
 * lib\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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Minify, memcached and not updating query string](https://wordpress.org/support/topic/minify-memcached-and-not-updating-query-string/)
 *  Thread Starter [jdian](https://wordpress.org/support/users/jdian/)
 * (@jdian)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-memcached-and-not-updating-query-string/#post-7134840)
 * We 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Minify, memcached and not updating query string](https://wordpress.org/support/topic/minify-memcached-and-not-updating-query-string/)
 *  Thread Starter [jdian](https://wordpress.org/support/users/jdian/)
 * (@jdian)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-memcached-and-not-updating-query-string/#post-7134838)
 * Bump

Viewing 4 replies - 1 through 4 (of 4 total)