George Liu
Forum Replies Created
-
Thanks Ajay
Forum: Plugins
In reply to: [WP Super Cache] Set unique cache timeout for specific pagesMaybe you can do it in reverse, set a long cache TTL and that have ability to vary the cache invalidation time to effective reduce that long cache TTL conditionally depending on cache invalidation time?
Forum: Plugins
In reply to: [Autoptimize] USE of Cloudflare APO Plugin with AOYes Autoptimize works fine with APO, I used Autoptimize with my page speed tests for Cloudflare WordPress APO at https://community.centminmod.com/threads/cloudflare-wordpress-plugin-automatic-platform-optimization.20486/ and https://community.centminmod.com/threads/cloudflare-automatic-platform-optimization-for-wordpress-cache-effectiveness.20494/
Though you would have to NOT apply Cloudflare recommended settings for WordPress button as that will enable auto minify of HTML, CSS, JS at Cloudflare level overriding Autoptimize.
Forum: Plugins
In reply to: [Super Page Cache] Supporting Updating Options Via WP-CLI ?Thanks for the update ??
Forum: Plugins
In reply to: [Super Page Cache] Add 3rd party support for purging Cache Enabler pluginThanks @isaumya for the explanation.
Forum: Plugins
In reply to: [Super Page Cache] Add 3rd party support for purging Cache Enabler pluginFYI, here’s why I think Cache Enabler support would be great. Did webpagetest.org benchmarks in 3 locations london, Frankfurt and Sydney comparing both configs for TTFB, Speedindex, FCP and LCP metrics for
WP Cloudflare Super Page Cache native fallback cache
versus
WP Cloudflare Super Page Cache with Cache Enabler cache
and screenshots at https://imgur.com/a/Af7UwwA
Forum: Plugins
In reply to: [Super Page Cache] Add 3rd party support for purging Cache Enabler pluginAh re-read your FAQ and I guess Cache Enabler isn’t compatible. So I’ll need to find another option for this as my WordPress installer is heavily integrated with Cache Enabler for advanced Nginx level caching.
Can I use this plugin together with other page caching plugins such like Cache Enabler, WP Super Cache and WP Fastest Cache?
No. The support for these plugin was removed because you can use the fallback cache option of this plugin if you want to use a standard page cache behind Cloudflare.
In order to avoid conflicts, it is strongly recommended to use only this plugin as page caching system.
- This reply was modified 4 years, 6 months ago by George Liu.
Forum: Plugins
In reply to: [Cache Enabler] Cache Enabler scheme based prefixed index.html bug ?Cheers Corey ^_^
Forum: Plugins
In reply to: [Cache Enabler] Regex Cache inclusions via nginx rules?Interesting that fastcgi_cache solution would work with cache enabler advanced nginx caching too – posted a solution at https://community.centminmod.com/threads/ensuring-urls-with-utm-params-fbclid-adwords-params-are-served-from-cache.20253/#post-85854 that you might want to try. If it works, I can update Centmin Mod’s WordPress Nginx installer’s cache enabler, redis nginx level cache and fastcgi_cache configurations with such too ??
Forum: Plugins
In reply to: [Cache Enabler] Regex Cache inclusions via nginx rules?ct_roy ? I provided a nginx advanaced cache enabler config for just this to allow caching to handle such query strings at https://community.centminmod.com/threads/ensuring-urls-with-utm-params-fbclid-adwords-params-are-served-from-cache.20253/#post-85825
hope that helps give you and idea ??
Forum: Plugins
In reply to: [Cache Enabler] Cache search results possible ?I’ve managed to modify Cache Enabler for nginx advanced caching to support wordpress search caching outlined at
- https://community.centminmod.com/threads/caching-search-results-with-standard-centminmod-install.20027/#post-85037
- https://github.com/centminmod/pretty-search-url#example-enabling-wordpress-search-caching-with-cache-enabler
also posted an issue/request at https://github.com/keycdn/cache-enabler/issues/83 for at least making cache enabler support admin option to disable/enable search cache support
Forum: Plugins
In reply to: [WebP Express] gmagick and imagick extensionyup gmagick and imagick do conflict https://community.centminmod.com/threads/imagick-gmagick-is-it-a-bug-or-is-it-me.17464/#post-73791 ?? ??
Forum: Plugins
In reply to: [Cache Enabler] Clear cache why delete directory level ?On benchmark tests for the first initial run without any cache directory seems slightly slower than if the directory already existed. FYI, for cronjob for advanced cache config purge i have just been emptying out the directory not removing the directory itself as well
Forum: Plugins
In reply to: [Cache Enabler] Clear cache why delete directory level ?when i hit save changes in cache enabler settings pages it totally removes /wp-content/cache/cache-enabler/mydomain.com directory only recreating it after a few requests repopulate the cache
hitting save changes notes = Saving these settings will clear the complete cache.
as opposed to what I expected to just deleting contents within /wp-content/cache/cache-enabler/mydomain.com/* which the clear cache link in admin does ?
- This reply was modified 6 years, 8 months ago by George Liu.
Forum: Plugins
In reply to: [Cache Enabler] How to hide cached pages for certain usersmaybe if those certain users have a unique identifying cookie you could exclude them at web server level i.e. nginx setup exclusions in advanced cache enabler caching to bypass cache on sepecific cookies detected