• Dear Saumya,

    First of all, thank you very much for creating this plugin. Compared to the default version of the official CF plugin, this is so much better.

    However, I need some guidance in setting up this plugin as we’re using a very complex membership website. All functionalities are working, but I am trying to see if we can fine-tune this plugin together with CF Pro.

    A few questions:

    – Is it recommended to use the new Cache Reserve of CF?
    https://developers.cloudflare.com/cache/about/cache-reserve/

    – It is true APO cannot be activated, right? Due to different mechanisms?

    – Can ARGO be enabled?

    – Is it recommended to use Workers?

    Thanks for taking the time to answer the questions =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lavendel2

    (@lavendel2)

    P.s. this is the header response I am currently getting:

    HTTP/1.1 200 OK
    Date: Thu, 03 Nov 2022 20:55:49 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: keep-alive
    x-dns-prefetch-control: on
    Cache-Control: s-maxage=31536000, max-age=60
    x-wp-cf-super-cache: cache
    x-wp-cf-super-cache-active: 1
    x-wp-cf-super-cache-cache-control: s-maxage=31536000, max-age=60
    x-wp-cf-super-cache-cookies-bypass: swfpc-feature-not-enabled
    vary: Accept-Encoding
    x-litespeed-cache: hit
    alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=IMoyJFPvv5%2BSYpcHeqvMGHBl0ZU4%2BkyHsDqSVDpz5p6BpXExS%2FjLp2cSCWS81RZOmsBtImlqUaoNbICwIuhCUPpbvDWQeJHVsAxzGyaBF3%2FR9cTK4jCxSqXvm%2BjjC0cAEDOqxg%3D%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 76480352bc148c78-EWR
    Content-Encoding: gzip
    Plugin Contributor iSaumya

    (@isaumya)

    Is it recommended to use the new Cache Reserve of CF?

    – Yes if you have a low traffic site, then yes it will help a lot. But before enabling cache reserve make sure that your serve sends content-length in the response header (all response – static & dynamic). WIthout it cache reserve won’t work. Link: https://developers.cloudflare.com/cache/about/cache-reserve/#cache-reserve-asset-eligibility

    It is true APO cannot be activated, right? Due to different mechanisms?

    – Yes, when using this plugin you cannot use APO or the official Cloudflare plugin. If you want to use APO, you need to remove this plugin and install the official CF plugin.
    When using this plugin you ned to make sure that APO is disabled in the CF dashboard.

    Can ARGO be enabled?

    – Absolutely it can. But I personally think, spending money on Cache Reserve is a better choice than Argo unless you are hosting a super time critical API or something.

    Is it recommended to use Workers?

    – If you are running any eCommerce like website where normal users can also login to their website portal, then yes it is highly recommended to use Worker. On the other hand if you have a blog or portfolio or other kind of website where visitor will never login, you can then stick with the default page rule mode.

    P.s. this is the header response I am currently getting:

    – As I can see the value of Cache-Control is an exact match of the value of x-wp-cf-super-cache-cache-control which means the plugin is controlling the cache control header.
    – Cache status is also HIT
    So, all good.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I need some guidance in optimization this plugin’ is closed to new replies.