• I have a couple of pages where i attach query strings which are data used in the Javascript on the page, and therefore not necessary for generating the page content from WP.

    With the curren behaviour of W3TC all these requests are cached individually, so

    /page/?q=foo

    is cached separately from

    /page/?q=bar

    I’d like to be able to make W3TC ignore the query string when caching, so that the two above requests are cached in the same file.

    Is this possible?

    Thank you.

    http://wordpress.org/extend/plugins/w3-total-cache/

  • The topic ‘[Plugin: W3 Total Cache] Strip query string?’ is closed to new replies.