• I have a registration form it was working fine. every-time i have to clear my browser (Chrome Only) other browsers are ok.

    I do Clear Cache using “WP Fastest Cache” it is cleared for all browsers only chrome not clearing

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Emre Vona

    (@emrevona)

    Browser caching causes this issue. Chrome has strange browser caching.

    Thread Starter ameenov

    (@ameenov)

    Is there anyway to force clear cache for chrome? I tired of this issue. The plugin not working for me

    Plugin Author Emre Vona

    (@emrevona)

    you can disable “browser caching” on the wp fastest cache settings page.

    Thread Starter ameenov

    (@ameenov)

    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

    Thread Starter ameenov

    (@ameenov)

    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

    Plugin Author Emre Vona

    (@emrevona)

    Did you add any “browser caching” rule into htaccess manually? or are you using another optimization plugin?

    Thread Starter ameenov

    (@ameenov)

    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

    Plugin Author Emre Vona

    (@emrevona)

    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

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Chrome Cache not deleted’ is closed to new replies.