Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Caching issue with reset and AJAX loading

Viewing 2 posts - 1 through 2 (of 2 total)
  • Chris Schondel
    #274424

    Hi,

    I have been troubleshooting a caching issue I am having on our site using Search and Filter. I have added pages that would normally show in the filtered results, and doing a page refresh allows them to show, but when hitting the “reset” button, the page goes back to a prior version of the result.

    I don’t have caching enabled through a plugin, and here is the header cache settings in .htaccess:

    
    <filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
     Header set Cache-Control "no-cache, must-revalidate, max-age=0"
    </filesMatch>
    <filesMatch "\.(x?html?|php)$">
     Header set Cache-Control "max-age=600, private, must-revalidate"
    </filesMatch>
    

    I am using a CDN, but even clearing that cache or putting the site into development mode does not fix the issue.

    I can only clear the browser cache completely to fix the issue on my end, but how can I set this to update a user’s browser to load a fresh page, so they don’t run into the same issue?

    https://www.yanjep.org/virtual-program-search/

    Please let me know Thanks!

    Trevor Moderator
    #274511

    Can you run through a search and reset sequence that would show this, and what posts/pages would disappear?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.