• Hi.

    I need to disable cache for specific pages.

    I filled in the “Never cache de following pages” like this:

    /new-client-registration-form/
    index\.php
    individual-user-registration-form.php
    individual-user-registration-form\.php
    wp-.*\.php

    This changes don’t affect to these pages after refresh chache.

    How can I disable cache for this individual pages?

    Regards.

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

    (@vmarko)

    Hello @oabadfol

    Thank you for reaching out and I am happy to help!

    If you wan to exclude /new-client-registration-form/ you should only add /new-client-registration-form/ to Performance>Page Cache>Advanced>Never Cache following Pages and remove:

    individual-user-registration-form.php
    individual-user-registration-form\.php

    Can you please share if you saved all settings and purge the cache once the page was added, and let me know what you are seeing that is confirming the page is not excluded from the cache.

    Thanks

    Thread Starter Oscar Abad Folgueira

    (@oabadfol)

    Hi.

    I tested your solution but do not work for me.

    The problem that I have is with registration forms. When I have the plugin “W3 Total Cache” activated (and with the exception of this page), the registration form delays for 25 seconds but if I deactivate the “W3 Total Cache” plugin, the registration delays 3 seconds.

    How can I do to resolve this problem?

    Ah, with the plugin activated and the page url on exceptions, at page bottom (code) show something like this:

    <!--
    Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/
    
    Object Caching 1225/1246 objects using memcached
    Page Caching using disk (Requested URI is rejected) 
    Database Caching using memcached (Request-wide modification query)

    Regards.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @oabadfol

    Thank you for the feedback.
    As you can see in the source Page Caching using disk (Requested URI is rejected), this means that the page is excluded from the caching, and the page is not cached.

    Can you please disable the settings one by one in Performance>general settings, save the settings and purge the cache after each setting is disabled and see which one might be causing the issue?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable chache for specific page’ is closed to new replies.