Title: ?= No cache query
Last modified: October 11, 2017

---

# ?= No cache query

 *  Resolved [oanhtran1804](https://wordpress.org/support/users/oanhtran1804/)
 * (@oanhtran1804)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/no-cache-query/)
 * Hi,
    Thank for light weigh cache plugin 1) Can you enable NO cache ?= query strings?
   For more easier understand why, please watch the video in link [https://wpshout.com/quick-guides/prevent-browser-caching-css-stylesheet-wordpress/](https://wpshout.com/quick-guides/prevent-browser-caching-css-stylesheet-wordpress/)
   [https://pressjitsu.com/blog/dont-cache-wp_query/](https://pressjitsu.com/blog/dont-cache-wp_query/)
 * 2) Add buton “pure cache” in Top admin menu, similar wp-super-cache
 * Thanks

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

 *  [codyarsenault](https://wordpress.org/support/users/codyarsenault/)
 * (@codyarsenault)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/no-cache-query/#post-9577704)
 * 1) It’s typically recommended to remove query strings anyway [https://www.keycdn.com/support/remove-query-strings-from-static-resources/](https://www.keycdn.com/support/remove-query-strings-from-static-resources/)
   A better method is to use file name/path versioning
 * 2) Cache Enabler does already provide a Clear Cache button in the admin bar.
 *  Thread Starter [oanhtran1804](https://wordpress.org/support/users/oanhtran1804/)
 * (@oanhtran1804)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/no-cache-query/#post-9577726)
 * Thank for your respond.
 * 1) So i just active this code to function.php
    function _remove_script_version(
   $src ){ $parts = explode( ‘?ver’, $src ); return $parts[0]; } add_filter( ‘script_loader_src’,‘
   _remove_script_version’, 15, 1 ); add_filter( ‘style_loader_src’, ‘_remove_script_version’,
   15, 1 );
 * ==> It will support stop your plugin cache query? and fixed issue as video?
    
   Because i used woocommrece, there is many query. comment/review for product and
   post type will always change query
 * 2) Got it.
 *  [codyarsenault](https://wordpress.org/support/users/codyarsenault/)
 * (@codyarsenault)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/no-cache-query/#post-9578091)
 * Yes if you remove the query strings then they of course will not be cached.
 *  Thread Starter [oanhtran1804](https://wordpress.org/support/users/oanhtran1804/)
 * (@oanhtran1804)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/no-cache-query/#post-9579315)
 * Thank you so much for support.
 *  Thread Starter [oanhtran1804](https://wordpress.org/support/users/oanhtran1804/)
 * (@oanhtran1804)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/no-cache-query/#post-9579460)
 * Hi. About Webp. I use EWWW to covert image to webp. if i enable webp in your 
   plugin, then cache also work for Webp image created by EWW plugin, right?
 *  Plugin Author [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * (@keycdn)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/no-cache-query/#post-9579476)
 * Please contact the author of the EWWW plugin regarding this.

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

The topic ‘?= No cache query’ is closed to new replies.

 * ![](https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383)
 * [Cache Enabler](https://wordpress.org/plugins/cache-enabler/)
 * [Support Threads](https://wordpress.org/support/plugin/cache-enabler/)
 * [Active Topics](https://wordpress.org/support/plugin/cache-enabler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cache-enabler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cache-enabler/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/no-cache-query/#post-9579476)
 * Status: resolved