keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

Save html cache files directly to S3 #328

Closed hj-collab closed 7 months ago

hj-collab commented 1 year ago

Hi,

Many people run websites in a cluster. It will be great for them if KeyCDN cache enabler saves the generated cache files directly to S3 bypassing the file system. There are some plugins for media library but none for cache. CDN will cache the S3 files after first request ensuring fast loading the after first request.

Best regards,

vaska94 commented 1 year ago

It's generally not a good idea to use S3 as a Cache. https://docs.aws.amazon.com/whitepapers/latest/s3-optimizing-performance-best-practices/using-caching-for-frequently-accessed-content.html Maybe another plugin that uses Redis as a cache Backend is better fit for you. P.s: I'm not a developer of Cache Enabler, Just user

hj-collab commented 1 year ago

@vaska94 I am using S3 as a storage backend. CDN will cache and deliver those files.

hj-collab commented 7 months ago

@svenba Hi. I see you have marked this as completed. Has this feature been added?