• Resolved G-Olly

    (@g-olly)


    Hi Emre,

    I have only just installed your plugin. For some reason there seems to be no caching taking place. I have refreshed twice and checked the bottom of the page and there is no text suggesting that is working. I have also checked the wp-content/cache/all and the directory is empty. I have all of the options ticked and the cache timeout set to once daily.

    I have BP security plugin installed and the .htaccess seems to be writable as the options get saved when I save them. The .htaccess is set to autolock though.

    Can you suggest anything that I might have missed? Your plugin seems great and I would love it to be working for my site.

    https://wordpress.org/plugins/wp-fastest-cache/

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

    (@emrevona)

    Hi G-Olly, can you disable the all plugins and try again? Do you use gzip with php?

    Thread Starter G-Olly

    (@g-olly)

    Hi Emre, thanks for getting back to me – unfortunately I will not have time before the weekend to go through this process. For now I am deactivating the plugin. I will reactivate on monday and go through the process. Speak soon and have a great weekend.

    Plugin Author Emre Vona

    (@emrevona)

    ok thank you πŸ™‚ I will been waiting for your answer

    Thread Starter G-Olly

    (@g-olly)

    Hi Emre,

    I have methodically gone through each plugin that I have installed and I have finally found the culprit. As soon as Woocommerce is activated your plugin ceases to function – serve cached files.

    It might be something in the Woocommerce code as I have tried a few caching plugins now and each refuses to work (though I did not try them with Woocommerce deactivated)? I imagine that the ecommerce plugin is to blame.

    Hmmm, I will contact them and see if there is a known issue. Are you able to test with this plugin? Maybe you could help me find the reason?

    Thanks,
    Olly

    Thread Starter G-Olly

    (@g-olly)

    I have been investigating and it seems that Woocommerce needs some transfiguring to make it work with any caching plugin. Inputting into wp-config.php – define(‘WP_CACHE’, true); – manually with woocommerce activated enables your plugin to function with it. It seems as if Woo strips it out when it is activated.

    I am still experiencing problems will let you know how it pans out.

    Plugin Author Emre Vona

    (@emrevona)

    ok thank you. but if you can send me the theme, I can test too.

    Thread Starter G-Olly

    (@g-olly)

    I have sent you the theme via transfer big files, please only use it as a test though as it is premium.

    Thread Starter G-Olly

    (@g-olly)

    plugins installed:

    Advanced Excerpt by Bas van Doren version 4.1.1,
    Akismet by Automattic version 3.0.0,
    BulletProof Security by AITpro | Edward Alexander version .50.1,
    Google Analytics by Kevin Sylvestre version 1.0.5,
    WPBakery Visual Composer by Michael M – WPBakery.com version 4.1,
    Meta Slider by Matcha Labs version 2.8.1,
    Fast Secure Contact Form by Mike Challis, Ken Carlson version 4.0.19,
    Simple Login Lockdown by Christopher Davis version 1.1,
    Simply Show IDs by Matt Martz version 1.3.3,
    WooCommerce Video Product Tab by Sebs Studio version 2.3.1,
    WooCommerce by WooThemes version 2.1.9,
    WordPress SEO by Joost de Valk version 1.5.3.2,
    WP Fastest Cache by Emre Vona version 0.8.1.8,
    WP Store Locator by Tijmen Smit version 1.2.20,
    MailPoet Newsletters by Wysija version 2.6.6

    Thread Starter G-Olly

    (@g-olly)

    You might find it easier if I supply you access to my site. Let me know.

    Thread Starter G-Olly

    (@g-olly)

    Ok even with this inputted my site is now back to returning no cached pages/files. Hope you’ll be able to provide a solution.

    Plugin Author Emre Vona

    (@emrevona)

    You might find it easier if I supply you access to my site. Let me know.

    It could be better for us. fastestcache@gmail.com

    Thread Starter G-Olly

    (@g-olly)

    Hi Emre,

    I have sent you the login to the site. Please remember that this site is live so any amendments will be visible, I thought about putting it into maintenance mode but I would need some info from you so have left that for now. I have not as yet backed up the site, but I will do now.

    Plugin Author Emre Vona

    (@emrevona)

    don’t worry. Thank you. I started to work.

    Plugin Author Emre Vona

    (@emrevona)

    I found the problem. DONOTCACHEPAGE has been set. Did you use Wordfence plugin before?

    if (is_user_logged_in() || $this->isCommenter()){
    return $buffer.”<!– 1 –>”;
    }else if(defined(‘DONOTCACHEPAGE’)){ // for Wordfence: not to cache 503 pages
    return $buffer.”<!– 2 –>”;
    }

    you can see on the source code.

    Thread Starter G-Olly

    (@g-olly)

    OK, if you need ftp access just let me know.

Viewing 15 replies - 1 through 15 (of 57 total)
  • The topic ‘The plugin does not seem to be working?’ is closed to new replies.