Raam Dev
Forum Replies Created
-
@liddika That’s a bit harsh. With 1200 websites, I certainly hope you’re testing updates on a staging server before pushing them out to so many production sites.
Forum: Plugins
In reply to: [Comet Cache] If-Modified-Since HeaderYou just need to make sure the following is in your
.htaccessfile (if this isn’t working, I recommend double-checking with your web hosting company, in case their server configuration is different):<IfModule expires_module> ExpiresActive on ExpiresDefault "access plus 1 week" </IfModule>For static resources, your web server sends the
If-Modified-Sinceheaders with those requests. Requests for static resources don’t even go through PHP or WordPress, so Comet Cache wouldn’t have any effect on them.Forum: Plugins
In reply to: [Comet Cache] If-Modified-Since HeaderI should add that Comet Cache does support
If-Modified-Sinceheaders for static assets (e.g., images, CSS, JavaScript), which is normally what you’d be caching on a CDN anyway.Forum: Plugins
In reply to: [Comet Cache] If-Modified-Since Header@martychc23 For a long time, WordPress Core itself removed the
If-Modified-Sinceheader and when Comet Cache was originally written it followed that same behavior, because theIf-Modified-Sinceheader is tricky to do in such a dynamic environment like WordPress.However, WordPress Core has since added support for sending the
If-Modified-Sinceheader (or rather, it has stopped automatically removing it), however Comet Cache has not yet been updated to support this.We do plan to change this in a future release to allow the
If-Modified-Sinceheader and there’s a GitHub issue here with a comment describing the current state of Comet Cache +If-Modified-Since: https://github.com/websharks/comet-cache/issues/255#issuecomment-304394481I recommend following that GitHub issue for updates.
Forum: Plugins
In reply to: [Comet Cache] PHP extension(s): mbstring@kbooshco Comet Cache requires the PHP
mbstringextension. Your web hosting company needs to enable that PHP extension, so I recommend contacting their support department.If you want to uninstall Comet Cache, you can do that by visiting the Plugins section of your WordPress Dashboard and clicking “Deactivate” underneath the Comet Cache plugin. Then once it’s deactivated, you can “Delete” it.
Forum: Plugins
In reply to: [Comet Cache] Pingdom rating@username201701 “Combine external JavaScript” and “Combine external CSS” can be accomplished with the HTML Compressor feature, which is included with Comet Cache Pro. Otherwise, you could use another free plugin like Autoptimize.
“Leverage browser caching” is also a feature of Comet Cache Pro. Technically browser caching is a feature of your web server, not of Comet Cache, but Comet Cache can add the necessary rules to your
.htaccessfile with the Apache web server.“Remove query strings from static resources” is not really recommended for WordPress sites as many resources use version-specific static resources that require including the version number as a query string. Query strings have minimal impact on performance.
- This reply was modified 8 years, 11 months ago by Raam Dev.
Forum: Reviews
In reply to: [Comet Cache] Simple and Effective@reblca Thanks so much for the great 5-star review! I’m thrilled that you found Comet Cache so easy to use—that’s exactly what we aim for. 🙂
Forum: Reviews
In reply to: [Comet Cache] wow@username201701 Thanks so much for the 5-star review! 🙂
Forum: Plugins
In reply to: [Comet Cache] Differing speed times@stevenw123 The reality is that there are a lot of variables that affect the speed of your site and it’s impossible to ensure a consistent speed.
Comet Cache is a WordPress caching plugin that helps improve the speed of WordPress, but that’s just one small piece of what determines how long it takes your site to load. There are lots of other things that a WordPress caching plugin has no effect on, such as the web server where your site is hosted, the network the web server is connected to, the overall size of each page as the result of a combination of theme+plugins that you’re using, etc.
If you can provide a link to your site, I can run a speed test to see if there are any obvious ways to improve the speed.
Forum: Plugins
In reply to: [Comet Cache] Differing speed times@stevenw123 Here are a few possible reasons off the top of my head:
- You’re testing different pages, some which are already cached and some that are being cached the first time. When a page is cached for the first time, that visit is going to be slower than subsequent visits. (The Auto-Cache Engine can help resolve that.)
- You’re using a shared web host where other sites on the server may affect the performance of your site from moment to moment.
- Your web hosting company is experiencing network issues.
- The network route between the GTMetrix testing server and your server is experiencing issues.
- GTMetrix is experiencing issues with their testing servers, resulting in differing results. You could try using other speed testing services to confirm this isn’t the issue.
- Your WordPress site has a lot of active plugins and/or custom code running—in certain cases, this could negatively affect performance.
- Comet Cache isn’t actually running. See How do I know if Comet Cache is working?
Forum: Plugins
In reply to: [Comet Cache] PayPal: This Invoice has already been paid.I’ve made a payment this morning which has gone through completely fine and that’s on Chrome and another machine.
That would indicate to me that the issue is not related to Comet Cache, but rather related to a corruption of the browser cache on the machine you were originally testing with or related to another caching system in place (e.g., another server-side caching system that your web hosting company might be running).
If clearing the browser cache does not solve the issue, I recommend checking with your web hosting company to see if they’re running any server-side cache that might be causing this problem.
Forum: Plugins
In reply to: [Comet Cache] Custom Facebook Feed vs Comet CacheTo exclude this page from be cached by Comet Cache:
http://golfoasen.se/nyheter/You should add the following to Comet Cache → Plugin Options → URI Exclusion Patterns:
/nyheter/**For more information on the syntax for that field, please see this article.
Forum: Plugins
In reply to: [Comet Cache] PayPal: This Invoice has already been paid.@jkility1 Can you tell us exactly which extensions you’re using with WooCommerce so that we can attempt to reproduce this issue on our end?
Forum: Plugins
In reply to: [Comet Cache] Custom Facebook Feed vs Comet Cache@hectornado Comet Cache is a page caching plugin, which means it captures the output from WordPress and stores that output in a static HTML file, only updating the static HTML file when the WordPress content changes.
For that reason, any plugins that produce dynamic content (such as the Custom Facebook Feed plugin) must take into consideration WordPress caching plugins, either by telling the WordPress caching plugin not to cache the page where the plugin is located, or, even better, making use of client-side JavaScript to dynamically update the content so that the plugin is unaffected by server-side caching.
If the Custom Facebook Feed plugin is not compatible with WordPress caching plugins, you can exclude the page where the Facebook feed shows up by excluding the URI of the page in Comet Cache → Plugin Options → URI Exclusion Patterns. Otherwise, I recommend contacting the plugin developer(s) for Custom Facebook Feed and asking them about compatibility with caching plugins.
Forum: Themes and Templates
In reply to: [Independent Publisher] Localisation ready@agfare I see your translation shows up here so there shouldn’t be anything else to do: https://translate.ww.wp.xz.cn/locale/bel/default/wp-themes/independent-publisher
Thanks so much for the contribution! 🙂