• WP Fastest Cache (WPFC) is stripping both of the WPCSPC headers:
    x-wp-cf-super-cache
    x-wp-cf-super-cache-active
    and CF is returning CF-Cache-Status: BYPASS, despite of the “cache everything” rule.
    At first load WPCSPC works fine, but the above happens after the WPFC cache is already built.
    When WPFC is disabled WPCSPC is working fine too.
    WPFC is configured as usual as their developer recommends. All their settings On and their CF integration enabled (which also switches off some redundant optimizations at CF).
    In WPCSPC, Overwrite the cache-control header for WordPress’s pages using web server rules is On.

    What else do I need to change to make both plugins interoperable?
    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • hello,

    can you tell me why you need this plugin with fastest cache and woocommerce ?
    what is it going to improve ?

    thank you.

    Thread Starter alx359

    (@alx359)

    can you tell me why you need this plugin with fastest cache and woocommerce ?
    what is it going to improve ?

    As the description of this plugin states in the first paragraph, enabling and properly handling of HTML caching in CF, when the “cache everything” page rule is set over there. That gives, in theory, great performance gains in speed and lower resource usage in your server, but may come with unexpected side-effects, like the whole wp-admin* area getting cached and exposed to everybody. Despite the potential gains, all WP cache plugins have tested so far don’t do that tweak, nor recommend doing it either.

    Plugin Contributor Salvatore Fresta

    (@salvatorefresta)

    Hi @alx359 ,
    all the backend pages and the sessions for logged in users are never added in edge.

    A classic page cache on disk is useful as fallback cache when Cloudlfare purges some page from its cache but on new upcoming version there is an option to enable an internal fallback cache.

    Do you want test it on your website?

    Thank you, I also use WP fastest cache, so i will wait that this issue is fixed to enable Cloudflare super page cache.

    Thread Starter alx359

    (@alx359)

    all the backend pages and the sessions for logged in users are never added in edge.

    I understand Salvatore, that’s one of the great values added by your plugin. The explanation was a reply to @catcadnoe regarding the other regular WP cache plugins like WPFC that do offer CF integration of some sort, but do not recommend/support/utilize the “cache everything” rule because of the aforementioned side-effects.

    The original issue of this thread was that I couldn’t make your plugin work with WPFC, and finally gave up.

    Do you want test it on your website?

    Sure, thanks! I shall contact you privately.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict with WP Fastest Cache’ is closed to new replies.