• Hi there,

    I have hurry timer set up on my website. The issue is the timer resets upon page reload or refresh. I reached out to the developers and they suggested me to exclude those pages
    as they are being cached.

    Unfortunately, I’m not tech-savvy, and might need some help in this direction. Can you kindly help me out?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi,
    if you want to exclude certain paths from being cached, you can go into the plugin settings, then under the cache tab, you will see a section named: Prevent the following URIs to be cached (Screenshot: https://i.imgur.com/LOzNNby.png)

    In there you need to add each excluded path in a new line like you see in the screenshot. So, not if you want to BYPASS cache for https://abc.com/example/

    Then you will add /example/ in that list.

    Now if you would also like to BYPASS cache for any pages like https://abc.com/example/some-more-example/ then you will add /example/*.

    Now if you would like to bypass cache for a page that might have a query string for example foo=bar like: https://abc.com/dancing-lady/?goo=daa&foo=bar

    In this case you will add /*foo* in the list.

    Hope this helps and clarified your confusion.

Viewing 1 replies (of 1 total)
  • The topic ‘Exclude certain URLs’ is closed to new replies.