• 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/

Viewing 16 replies (of 16 total)
  • 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)
  • The topic ‘[Plugin: WP Super Cache] cache requests with query string $_GET parameters?’ is closed to new replies.