Raam Dev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Independent Publisher] Social media icons using Font Awesome@flachrattenmann Awesome! Thanks so much for sharing that here! 🙂
Forum: Plugins
In reply to: [Comet Cache] Exclude streaming media folder?@menathor Hey 🙂
You asked, “is it beneficial for Comet Cache to cache streaming media”, to which I was responding that Comet Cache does not cache streaming media… in fact, it doesn’t touch static resources at all. If you have a media directory on your server, there’s no way to tell Comet Cache to exclude that directory because Comet Cache only sees WordPress posts/pages. It does not ‘see’ static files on the server because it’s a WordPress caching plugin, that hooks into the WordPress caching system. The URI Exclusion patterns will only work with URLs that WordPress is serving. (If you link directly to a media file, your web server is serving that file, not WordPress.)
So, to answer your question, Comet Cache won’t have any effect on, or interfere with, your media files.
I hope this clarifies things a bit!
Forum: Plugins
In reply to: [Comet Cache] Exclude streaming media folder?@menathor Comet Cache only caches WordPress content. Static files like videos should be stored on a CDN with edge servers like Amazon Cloudfront, which would allow the videos to be streamed from a server that is geographically close to the visitor who is streaming the content. Comet Cache is intended for speeding up WordPress itself (things like loading the WordPress pages on the front-end of the site).
If you’re using Comet Cache Pro, there is a CDN option that will have Comet Cache replace any static resource URLs (e.g., images, videos, etc.) with the URL for your CDN provider. You can see a screenshot of the Pro CDN option here.
I hope this helps!
Forum: Plugins
In reply to: [Comet Cache] Conflict with WooCommerce Waitlist@nineplanetsllc Right, that’s not actually a stacktrace at all. It sounds like your web server doesn’t have the XDebug extension installed (many don’t, as it’s really only something that’s needed for development and not for production servers).
I’ve gone ahead and opened a GitHub issue for this so that we can investigate:
https://github.com/websharks/comet-cache/issues/910Forum: Plugins
In reply to: [Comet Cache] PHP 7 Incompatibility@eclerkin Note that the comment about “both plugins” was in response to this comment where I mentioned that another one of our plugins (Comment Mail) also needed to be whitelisted—it was not referring to Comet Cache Pro.
Forum: Plugins
In reply to: [Comet Cache] PHP 7 IncompatibilityThat report is a false-positive. Comet Cache and Comet Cache Pro are fully compatible with PHP 7 and they’re being used on many production sites running PHP 7 (including our own sites).
The PHP Compatibility Checker is reporting false info. Comet Cache Lite was whitelisted by the plugin, but Comet Cache Pro, which runs on the same codebase as the Lite version, was not whitelisted because it’s a commercial plugin.
Please see the full report here: https://ww.wp.xz.cn/support/topic/false-positive-comet-cache/
Forum: Plugins
In reply to: [Comet Cache] Conflict with WooCommerce WaitlistI believe you can use the Debug Bar plugin for that, but you’ll need to have the XDebug PHP extension installed. If you don’t have that installed and can’t install it, you’ll need to manually modify the plugin PHP code and use
wp_debug_backtrace_summary()to do the debugging: https://developer.ww.wp.xz.cn/reference/functions/wp_debug_backtrace_summary/Forum: Plugins
In reply to: [Comet Cache] Cache directory not clearing@sheldon-64 If you’re not seeing this issue on other sites hosted on the same server, that’s a good thing, as that issue is usually due to a problem on the server where Comet Cache is unable to properly clean up files.
Since you’re not seeing the problem with other sites on the same server, that points to, as you said, a likely plugin conflict. Please see this article for details on what we recommend in this case.
Forum: Plugins
In reply to: [Comet Cache] it’s incorrect@olga23 What are the error(s) you see? You said “File Manager”—that tells me you’re doing something in your web hosting control panel, which isn’t part of WordPress at all.
Forum: Plugins
In reply to: [Comet Cache] Comet Cache not caching WordPress front page@saintandrews If you’re not logged in and you see that note at the bottom of the page source, that would indicate that Comet Cache thinks you’re logged in. (Note that those HTML comments that Comet Cache adds are never cached, so if you’re seeing an HTML note from Comet Cache in the page source, that’s a dynamically generated note at the time the page was being loaded, even when loading a cached file.)
The most common reason for this is the presence of a cookie in your browser that gets stored by WordPress when leaving a comment on a post. When you leave a comment on a post (as a not-logged-in user), WordPress writes a cookie to your browser that puts you in a “semi-logged-in” state. You’re not actually logged in, but you’re not completely logged out either. (This is how you can post a comment on a site that requires moderation, but still see your comment show up with “Your comment is awaiting moderation” above it—WordPress is identifying you by reading that cookie that was stored in your browser when you posted the comment).
If someone posts a comment on a WordPress site, Comet Cache treats that visitor as logged-in and doesn’t cache requests by that user (unless Logged-In User caching is enabled—a Pro-only feature).
However, since you said that other pages on the site appear to be cached normally, that would tell me there’s something else going on, most likely some sort of conflict related to your theme and/or another plugin you’re running. See this article for suggestions.
There’s more discussion on the WP Sharks community forum here.
Forum: Plugins
In reply to: [Comet Cache] Conflict with WooCommerce Waitlist@nineplanetsllc From that error, it doesn’t look like an issue with Comet Cache, but if deactivating Comet Cache resolves the issue then there might be something else going on.
Would it be possible to get a full PHP backtrace of the error, to see the series of calls that led up to the error being thrown?
Forum: Plugins
In reply to: [Comment Mail] Checkbox instead of dropdown?Hey @albertoita,
We have a GitHub issue open to track this here:
https://github.com/websharks/comment-mail/issues/267All updates as far as progress on this issue will be reported there, so that’s the best place to stay up-to-date and show your vote for this feature. I’ve mentioned this thread on that GitHub issue.
I don’t have anything in the way of a timeline at the moment, but I do see this being worked on sooner rather than later. 🙂
Also, to clarify, I assume you’re referring to Post Formats and not Post Types. Post Formats are described here: https://codex.ww.wp.xz.cn/Post_Formats
@skromta Thank you for the report. That does sound like a bug to me, or rather an oversight. I’ve opened a GitHub issue here to get this fixed in the next release: https://github.com/raamdev/independent-publisher/issues/281
Forum: Reviews
In reply to: [Comet Cache] Great Cache Plugin@demo38ltd Thanks so much for the great 5-star review, Jonathon! 🙂