• Resolved ksaltik

    (@ksaltik)


    This can be done without Cloudflare Workers or even a Page Rule (done with a single Cache Rule on Cloudflare’s side, and custom code in the plugin).

    Can you explain it. How does thşs plugin cache the website ardından 330 datacenter without workers or kv workers.

    I read the support questions and I think most users Wonder it. Without a clear explanation I think they will not decide to use this plugin.

    If this can be done without workers or kv workers why cloudflare use it in APO.

    It will be wonderful If you explain it.

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author digitalpoint

    (@digitalpoint)

    It’s done with a single Cache Rule that tells Cloudflare to consider all requests as cache “eligible” (eligible doesn’t necessarily mean all requests will be cached). Then the plugin can make the determination for which requests should actually be cached and passes that determination along to Cloudflare by adding the appropriate Cache-Control HTTP headers.

    APO probably made more sense for Cloudflare to rollout at the time, because Cache Rules weren’t a thing back then. Today, APO doesn’t make a ton of sense as a subscription (probably why they haven’t updated their APO plugin in a very long time).

    Thread Starter ksaltik

    (@ksaltik)

    Thank you for your immediate answer.

    So, you said Workers or KV Workers is not needed anymore to succed the claims APO make.

    Plugin Author digitalpoint

    (@digitalpoint)

    Yes, that’s correct.

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

The topic ‘without Cloudflare Workers !’ is closed to new replies.