Raam Dev
Forum Replies Created
-
Forum: Reviews
In reply to: [Comet Cache] Only Cache That Provides Advanced Functions@martychc23 Thanks so much for the 5-star review! π
Forum: Reviews
In reply to: [Comet Cache] Perfect out of the box@edouardflowasia Thank you very much for the 5-star review! π
If post your ideas for improvements to the settings page design on our community forum, we’ll gladly take them into consideration.
@sommerjensen Thanks so much for the 5-star review! I’m so happy that you’re enjoying s2Member. π
Forum: Plugins
In reply to: [Comet Cache] PageSpeed Insights@qbaniche73 I confirmed that Comet Cache is running properly on your site.
I ran your site through Google PageSpeed and Pingdom Tools and it looks like these are the items that are still having an impact on your site speed:
- Combine external JavaScript
- Combine external CSS
- Leverage browser caching
- Minify HTML
- Minify CSS
- Minify JavaScript
- Optimize images
Comet Cache Pro can handle all of those except the last one (Optimize images). For optimizing images, I recommend the great EWWW Image Optimizer plugin, which works well with Comet Cache.
Forum: Plugins
In reply to: [Comet Cache] Comet Cache ignoring woocommerce imported language files@pdgrzdv Thank you very much for sharing your solution! Glad to hear it’s working now. π
Forum: Plugins
In reply to: [Comet Cache] Comet Cache ignoring woocommerce imported language files@pdgrzdv I reviewed the WooCommerce source code to see how those language files are loaded and from what I can tell it should work just fine with Comet Cache page caching.
Have you tried running another page caching plugin (e.g., WP Super Cache) to see if you run into the same issue? If so, then this sounds like a WooCommerce incompatibility (or bug) with WordPress caching plugins in general and you should check with them to see if it’s something that can be fixed.
Comet Cache simply caches the output from WordPress. If WooCommerce loads the language translation files and outputs the content with the correct language, then that’s what Comet Cache will cache. If it outputs the content with the wrong language, Comet Cache will cache that as well. Comet Cache doesn’t ‘cache language files’ at allβit simply caches the output of WordPress.
I hope this helps. Let me know if you have any other questions. π
Forum: Themes and Templates
In reply to: [Independent Publisher] Structured data incorrect for Blogposts@ianbrodie Thanks for the report. I’ve opened a new issue on GitHub: https://github.com/raamdev/independent-publisher/issues/270
Forum: Plugins
In reply to: [Comet Cache] Gzip In Cpanel@martychc23 Comet Cache Pro adds the following to the
.htaccesswhen you enable Leverage Browser Caching. If you want to enable Browser Caching, here’s what you can use:# Enable browser caching. FileETag mtime size <IfModule expires_module> ExpiresActive on ExpiresDefault "access plus 1 week" </IfModule>Forum: Plugins
In reply to: [Comet Cache] Gzip In CpanelRegarding the
Referrer-Policyheader: We need to add that to the Comet Cache HTTP Header Whitelist so that it doesn’t get stripped out when serving cache files. I’ve opened a Feature Request for this here and we’ll see if we can this added in the next release (coming within the next few weeks): https://github.com/websharks/comet-cache/issues/892Regarding the
If-Modified-Sinceheader: Comet Cache support this for static resources (e.g., images, CSS, JS, etc.) but not for serving the cache files themselves. WordPress Core itself used to strip out theIf-Modified-Sinceheader and Comet Cache was following their lead on that, but it looks like WordPress Core has since added support forIf-Modified-Since. Comet Cache now needs to be updated to do the same. We have a long-standing GitHub issue open about this and I just posted an update with the latest information; see my comment here: https://github.com/websharks/comet-cache/issues/255#issuecomment-304394481Forum: Plugins
In reply to: [Comet Cache] Gzip In Cpanel@martychc23 Does the
Referrer-Policyheader work if you disable Comet Cache?Forum: Plugins
In reply to: [Comet Cache] Gzip In Cpanel@martychc23 Can you explain how you’re adding those headers? Are you using a plugin?
Forum: Plugins
In reply to: [Comet Cache] Symlink errors in CPanel@bigbluesquid The only thing that Comet Cache uses symlinks for is the 404 Error Page caching (Comet Cache β Plugin Options β 404 Requests). Since the 404 Error Page is the same regardless of where it’s loaded from, Comet Cache creates a single 404 Error Page cache file and then symlinks other 404 cache file paths to that original 404 Error Page cache file. This improves performance and saves disk space.
If your hosting service disables the PHP
symlink()function, you can simply disable the 404 Error Caching feature in Comet Cache (see Comet Cache β Plugin Options β 404 Requests) and that should resolve the issue for you.Forum: Plugins
In reply to: [Comet Cache] Gzip In Cpanel@martychc23 You shouldn’t need to enable it in Comet Cache if it’s already enabled in cPanel. The best thing to do is run a test on your site after enabling GZIP to confirm it has been enabled. I recommend https://checkgzipcompression.com/.
Forum: Reviews
In reply to: [Comet Cache] Stunning@zackdn Thanks so much for the awesome 5-star review! π
We put a lot of time and effort into making Comet Cache simultaneously powerful and easy-to-use, so I’m really happy that you found it to be exactly that. Cheers!
@korym Thanks so much for the great 5-star review! π