Cache still active after removal of plugin?
-
Hi,
Tried your plug-in but the caching caused issues (new updates failed to show up) so I removed it. Unfortunately even with the plugin removed and the cache folder it created removed, I have users complaining when they visit the site that the pages don’t update and they have to press Refresh (F5) to get the current version of the site.
Can you provide any info on how the changes made by the plugin can be undone to prevent this? It may be that the individual browser caches on the user computers needs to update but I have modified the htaccess file to say no cache etc, and to remove any references to caching.
I put this above the #Wordpress section
<FilesMatch “\.(html|htm|js|css|php)>
FileETag None
Header unset ETag
Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate”
Header set Pragma “no-cache”
Header set Expires “Wed, 11 Jan 1984 05:00:00 GMT”
</FilesMatch>`Unfortunately I continue to have complaints that the site is not refreshing even after users completely clear the cache on their browser etc. I have also tested it on FF, Edge, Chrome and Opera, and all exhibit the same behaviour with the caching.
The site is https://www.omeath.ie if you need to review.
Thanks.
- The topic ‘Cache still active after removal of plugin?’ is closed to new replies.