Title: [Plugin: WP Super Cache] cache requests with query string $_GET parameters?
Last modified: August 19, 2016

---

# [Plugin: WP Super Cache] cache requests with query string $_GET parameters?

 *  [tmuka](https://wordpress.org/support/users/tmuka/)
 * (@tmuka)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-requests-with-query-string-_get-parameters/)
 * I’ve searched around without finding much information related to my question.
 * I’m hoping someone can point me in the right direction to allow WP Super Cache
   to cache pages that include $_GET parameters in the request query string. I’m
   currently using the Quick Cache plugin which has an option to cache requests 
   with query string parms, but I prefer the lower load provided by WP Super Cache
   in mod_rewrite mode.
 * In digging through the plugin code I have managed to find a few dozen places 
   I can comment out where !empty($_GET) type checks are made, and in .htaccess 
   had to comment out
    #RewriteCond %{QUERY_STRING} !.*=.* to allow pages with “
   =” to be cached.
 * That seems to do the trick, but i’m caution to move forward with this solution
   since updates to the plugin will revert my changes. Any chance an official update
   would allow an option for this sort of functionality?
 * Thanks for the great plugin, and for any help or expertise anyone can provide!
 * [http://wordpress.org/extend/plugins/wp-super-cache/](http://wordpress.org/extend/plugins/wp-super-cache/)

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-requests-with-query-string-_get-parameters/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-requests-with-query-string-_get-parameters/?output_format=md)
2

 *  [savvyharry](https://wordpress.org/support/users/savvyharry/)
 * (@savvyharry)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-requests-with-query-string-_get-parameters/page/2/#post-1887021)
 * hey tmuka,
 * i unzipped the file and uploaded the wp-super-cache-getmod folder to my plugins
   directory
 * I am now getting this… what could be wrong?
 * > Warning: include(/home/userwp/public_html/wp-content/plugins/wp-super-cache/
   > wp-cache-base.php) [function.include]: failed to open stream: No such file 
   > or directory in /home/userwp/public_html/wp-content/plugins/wp-super-cache-
   > getmod/wp-cache.php on line 53
   > Warning: include() [function.include]: Failed opening ‘/home/userwp/public_html/
   > wp-content/plugins/wp-super-cache/wp-cache-base.php’ for inclusion (include_path
   > =’.:/usr/lib/php:/usr/local/lib/php’) in /home/userwp/public_html/wp-content/
   > plugins/wp-super-cache-getmod/wp-cache.php on line 53
   > Warning: include_once(/home/userwp/public_html/wp-content/plugins/wp-super-
   > cache/ossdl-cdn.php) [function.include-once]: failed to open stream: No such
   > file or directory in /home/userwp/public_html/wp-content/plugins/wp-super-cache-
   > getmod/wp-cache.php on line 70
   > Warning: include_once() [function.include]: Failed opening ‘/home/userwp/public_html/
   > wp-content/plugins/wp-super-cache/ossdl-cdn.php’ for inclusion (include_path
   > =’.:/usr/lib/php:/usr/local/lib/php’) in /home/userwp/public_html/wp-content/
   > plugins/wp-super-cache-getmod/wp-cache.php on line 70
 * i also noticed the plugin version is Version 0.9.9.8, when the most updated version
   is 0.9.9.9
 * is it possible that you let us know what you changed in the plugin files? I would
   like to edit the plugin 🙂
 * >> i also removed the originally installed 0.9.9.9, should i have kept it there?

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-requests-with-query-string-_get-parameters/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-requests-with-query-string-_get-parameters/?output_format=md)
2

The topic ‘[Plugin: WP Super Cache] cache requests with query string $_GET parameters?’
is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

 * 16 replies
 * 6 participants
 * Last reply from: [savvyharry](https://wordpress.org/support/users/savvyharry/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-cache-requests-with-query-string-_get-parameters/page/2/#post-1887021)
 * Status: not resolved