• Resolved rogier1988

    (@rogier1988)


    When i use this plugin, i adjust/edit some pages but they do not refresh? I’ve tried to delete the plugin but they still not refresh.

    1. deactivated the plugin
    2. deleted the plugin
    3. .htaccess backup file insert in ftp
    4. no changes/not refreshed

    I’ve tried everything? What could be going wrong here?

    • This topic was modified 8 years, 7 months ago by rogier1988.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dipak Gajjar

    (@dipakcg)

    Hi @rogier1988,

    This plugin doesn’t cache anything – yes, it’s not caching plugin and does the following tasks that are necessary to speed up the site performance:
    – Remove any query strings from static resources like CSS & JS files
    – Enable GZIP compression (compress text, html, javascript, css, xml and so on)
    – Add Vary: Accept-Encoding header, and
    – Set expires caching (leverage browser caching)

    It appears the issue isn’t caused by this plugin and by something else. Furthermore, you don’t have to delete the plugin even. Once you deactivate the plugin (yes, deactivate only) and the plugin stops to work. That said, if the issue is still there even after deactivating the plugin, that means the issue is something else for sure.

    However, I am still happy to help you further:
    (1) Paste the contents of your .htaccess file.
    (2) List all the active plugins

    Thread Starter rogier1988

    (@rogier1988)

    Hi @dipakcg

    I know, but over here it doesn’t haha.

    (1) My .htacces file see below

    Order Deny,Allow
    Deny from 80.87.205.104
    <Files xmlrpc.php>
    order deny,allow
    deny from all
    allow from 83.163.255.7
    allow from 172.16.58.224
    </Files>
    # END GOTMLS Patch to Block XMLRPC Access
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /SEASONS/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /SEASONS/index.php [L]
    </IfModule>
    
    # END WordPress
    # BEGIN MainWP
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^wp-content/plugins/mainwp-child/(.*)$ /wp-content/plugins/THIS_PLUGIN_DOES_NOT_EXIST [QSA,L]
    </IfModule>
    
    # END MainWP
    
    # Wordfence WAF
    <IfModule mod_php5.c>
    	php_value auto_prepend_file '/home/public/sites/www.seasons-schoonhoven.nl/SEASONS/wordfence-waf.php'
    </IfModule>
    <Files ".user.ini">
    <IfModule mod_authz_core.c>
    	Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    	Order deny,allow
    	Deny from all
    </IfModule>
    </Files>
    
    # END Wordfence WAF
    

    (2) List of plugins

    Anit-Malware Securty and Brute Force Firewall
    BackWPup
    Block Bad Queries (BBQ)
    Contact form 7
    Duplicate Post
    Force Regenereate thumbnails
    Mailchimp for WordPress
    Shield
    Revolution Slider
    Wordfence Securty
    WPBakery Page builder

    That’s it 🙂 I’ve tried to deactivate them all, stil doesn’t help?

    Plugin Author Dipak Gajjar

    (@dipakcg)

    These all looks ok to me.

    (1) You can reinstall and reactivate the plugin WP Performance Score Booster if you want, as it’s not the cause of the issue.
    (2) Now could you provide detailed info. about the issue? I mean what you’ve edited/changed and what’s not reflecting on front-end (what’s cached / not-cached)? Provide as much info. as possible.

    Thread Starter rogier1988

    (@rogier1988)

    (1) Reinstalled the plugin, activated it. It’s up and running
    (2) I’ve edited some event pages on (http://www.seasons-schoonhoven.nl/programmering/)
    The date is from 7 okt, but i’ve deleted these all till 21 okt.

    I’ve deleted those event pages, but they are still available to go to?! That’s strange beceause in the WordPress database they are gone!?

    On a different website http://www.historischtijdschriftkrimpenerwaard.nl all pages are frozen like the website above, but the pages below are realtime?! (you can see the difference between the pencil or feather in the icon above the header:

    http://www.historischtijdschriftkrimpenerwaard.nl/contact/
    http://www.historischtijdschriftkrimpenerwaard.nl/afmelden/
    http://www.historischtijdschriftkrimpenerwaard.nl/kopij/

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Cache refresh time?’ is closed to new replies.