Raam Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [Comet Cache] Caching problem between mobile and desktop?Hi @craigrkirkby,
I’m happy to hear that you’re enjoying the plugin and finding it useful. ๐
Comet Cache Pro does provide a Mobile Mode feature that lets you cache the mobile version of the site separately. It sounds like that’s what you’re looking for.
Forum: Themes and Templates
In reply to: [Independent Publisher] Remove category link from post meta@betheroots You could do that with the following CSS, which you can add from Appearance โ Customize โ Additional CSS:
.entry-meta .cat-links { display: none; }Forum: Plugins
In reply to: [Comet Cache] My clear cache button Never stops rotating@jowc It sounds like your site is having trouble loading the necessary JavaScript that Comet Cache uses to dynamically update parts of the UI. I recommend checking your browser console for any errors and maybe even the WordPress error log to see if there are any clues as to what might be preventing that from working properly.
Forum: Plugins
In reply to: [Comet Cache] Clear cache and opcache admin bar@wplike75 The Pro version lets you clear the OPCache and Transients at the same time and includes an extra menu that lets you clear only the OPcache or only the Expired Transients.
Forum: Plugins
In reply to: [Comet Cache] too large iconYou’re most welcome! I’m happy to hear that you found a workaround. ๐
Forum: Plugins
In reply to: [Comet Cache] too large icon@frannny I havenโt heard anyone else having this issue with Comet Cache, despite there being tens of thousands of active installs. Since the issue is specifically with the SVG file, the first thing I would suspect is an issue with your browser or your computer. Do you have the same problem on other computers or when using other browsers?
Forum: Plugins
In reply to: [Comet Cache] Getting some fatal errors@byomes Comet Cache is a WordPress plugin written in PHP and it uses the standard PHP functions to perform filesystem operations. These errors are indicating that PHP is having trouble writing and renaming files on the filesystem, which indicates a filesystem-level or Operating System-level issue.
I’ve created a GitHub issue so that we can look into improving the error handling on Comet Cache’s side so that we can at least prevent a fatal error from being produced: https://github.com/websharks/comet-cache/issues/927
Forum: Plugins
In reply to: [Comet Cache] How to exclude HOME page from caching ?Hey @costasz,
Please see the answer here: https://cometcache.com/kb-article/how-can-i-exclude-the-home-page-from-being-cached/
Hey @palva12,
Your currency switcher plugin will need to integrate with Comet Cache’s Dynamic Version Salt feature to work properly. The Aelia Currency Switcher plugin is one plugin I’m aware of that has added support for Comet Cache. See also the Aelia Currency Switcher Dynamic Caching docs.
Forum: Plugins
In reply to: [Comet Cache] Comet cache and JetpackHey @mjoly2000,
Comet Cache does not ‘harm’ Jetpack, but if you’re using the Mobile Theme feature you may run into trouble with Comet Cache caching the mobile version of the site and then serving that cached file to desktop users (and vice versa).
Comet Cache Pro includes a Mobile Mode feature designed to avoid this problem. With the Mobile Mode, Comet Cache will create a separate cache for the mobile version of the site and another cache for the desktop version of the site, so that users of the mobile version only see the mobile theme and desktop users only see the desktop theme.
Forum: Plugins
In reply to: [Comet Cache] Getting some fatal errorsHey @byomes,
It sounds like Comet Cache is either having permissions issues performing the necessary cache cleanup, or your web hosting company is using a Network File System (NFS) that doesn’t play nicely with atomic reads/writes.
We have seen this issue in the past and it has always ended up being related to the hosting environment. Can you check with your hosting company to see if they have any ideas?
Forum: Reviews
In reply to: [Comet Cache] Very useful pluginThanks so much for the 5-star review, @gorgeservices! ๐
Forum: Plugins
In reply to: [Comet Cache] too large iconHey @frannny,
If you upload the screenshot somewhere online (such as https://cloudup.com/) you can then paste a link to the screenshot here.
I haven’t seen this issue before, even with with 70,000+ active installs of Comet Cache, and it sounds like you might have another plugin conflicting with Comet Cache or you might have something particular about your hosting environment that’s causing this issue.
It might also be related to your web browser (have you tried clearing the browser cache or loading the site with a different web browser, such as Google Chrome?).
Forum: Plugins
In reply to: [Comet Cache] Question about advanced-cache.phpHey @tomdkat,
Thatโs a file that all WordPress caching plugins useโitโs how caching plugins hook into WordPress. Itโs normal to see that file get modified, as Comet Cache will rewrite that file if you save any Comet Cache settings and there are also various scenarios where Comet Cache might update that file to ensure that it contains exactly what it should contain.
In short, seeing that file get modified is entirely normal.
Forum: Plugins
In reply to: [Comet Cache] Can you guys implement object cache?Actually, there are many downsides to using
mod_rewrite, which is exactly why we haven’t prioritized it. The most important downside is that it makes the caching less compatible with other WordPress plugins.Here’s a list of downsides that would apply when using
mod_rewrite:
https://github.com/websharks/comet-cache/issues/783#issuecomment-380890313