• Resolved minguet

    (@minguet)


    Hi,

    I want clean cache to some query string pages.
    Wich is the correct mode to write them?
    Have tried:

    full url
    /category/cat1/?tag=tag1
    category/cat1/?tag=tag1

    But the cache is not cleaned…
    Thanks

    • This topic was modified 4 years, 8 months ago by minguet.
    • This topic was modified 4 years, 8 months ago by minguet.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @minguet

    Thank you for your inquiry and I am happy to assist you with this.
    Just to confirm in Performance>Page Cache, the option “Cache URIs with query string variables” is enabled?
    Can you also please share which caching method you are using for Page Cache?
    Thank you!

    Thread Starter minguet

    (@minguet)

    Hello Marko, thanks for you attention.

    Page cache method: Disk
    Cache URIs with query string is enable

    The cache is create correctly, the problem is that when a new post is created/edited, only the group of pages checked in the checkboxes is purged, but not the additional pages.
    (Have try with purge limit 0 and 999)

    Others cache:
    Opcode: not available
    Database: yes, disk
    Object: no
    Browse: no
    CDN: no
    Fragment cache: disk

    (I still have to find out a configuration so that an more current page cache has preference over the browser cache. But at the moment, the browser cache is disabled)

    Thanks for the support

    • This reply was modified 4 years, 8 months ago by minguet.
    • This reply was modified 4 years, 8 months ago by minguet.
    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @minguet

    Thank you for the information.
    We need to replicate this and get back to you with test results.
    Have you tried purging those pages programmatically using w3tc_flush_url($url)
    E.G.
    w3tc_flush_url('https://domain.com/page?query=1');
    Thank you!

    Thread Starter minguet

    (@minguet)

    I have tried several url (query url’s, category, home…)

    output: null

    Is a permissions issue maybe?
    Many thanks!

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @minguet

    thank you for the information.
    We are checking this and we’ll get back to you as soon as we replicate and investigate.
    Thank you!

    Thread Starter minguet

    (@minguet)

    Ok thanks

    I did the tests with the wp console plug-in (if that is relevant)

    Greetings

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Purge policy: Additional pages’ is closed to new replies.