Browser caching causes this issue. Chrome has strange browser caching.
Is there anyway to force clear cache for chrome? I tired of this issue. The plugin not working for me
you can disable “browser caching” on the wp fastest cache settings page.
I have deactivated the plugin completely & i removed the cache files from the ftp. After that i tried the cache not cleared. Also after that i activated the plugin & use clear cache & tried and it did not work.
I will try to disable the cache from setting now & let you know the results
i did disable “browser caching” on the wp fastest cache settings page.
but this did not fix it.
The issue is about the browser not clearing cache after i use the plugin. I have to clear the cache from the Chrome setting only & the form will work
Did you add any “browser caching” rule into htaccess manually? or are you using another optimization plugin?
no i did not add any rule to htaccess & not using any other optimization plugin.
original htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
then I have no idea. so strange. have you ever tried another cache plugin before?
Hi @ameenov, perhaps your server has some sort of caching feature running. Also are you using CDN? Sometimes a plugin or theme might have caching features included.
Just a thought.
Kind regards