• Resolved fkoomek

    (@fkoomek)


    Hello.
    Is it possible to use caching query strings with the enhanced caching method?
    When using the basic caching method, I can tick ‘caching URIs with query strings’ and it works correctly, all pages with query strings are cached.
    However, when using the enhanced method, this option is inactive. I read somewhere, that when using enhanced mode it is possible to write down certain query strings to the box named ‘accepted query strings’ and this way, pages with these query strings will be cached, even when I use enhanced method. However, it doesn’t work for me. For example, I wrote ‘orderby’ to that table to cache Woocommerce ordering results, and the only thing that happened is, that the ordering feature of Woocommerce stopped working. And it’s the same for all query strings which I write to the table. It doesn’t work.
    You can try it yourself https://test.liberlapidum.com
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @fkoomek,
    The accepted query strings field is used to remove that part from the query string and then check if the URL equals a page that is cached.
    So it doesn’t allow to create a new version of the page to be cached, it actually just says the pages are equal, so you should load the cached page
    It is not possible to use enhanced and query strings at all.

    Thread Starter fkoomek

    (@fkoomek)

    Ahh, ok, thanks for your explanation.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cache query strings’ is closed to new replies.