Raam Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [Comet Cache] Comet Cache Upgrade Crashes@sanyadolpins Thank you for the update and your patience! 🙂 I’m glad to hear this has been resolved.
Forum: Plugins
In reply to: [Comet Cache] Comet Cache Upgrade Crashes@sanyadolpins I located your ticket and replied there. Looking over the logs you sent there, it looks like you have
mod_pagespeedinstalled on your server and that’s causing the problems you’re reporting.Forum: Plugins
In reply to: [Comet Cache] Comet Cache Upgrade Crashes@sanyadolpins As I demonstrated above, I haven’t been able to reproduce any problem with custom
WP_CONTENT_URLorWP_CONTENT_DIRsettings, and there were no changes in the update to v160521 that would have any effect on either of those custom settings.The next step would be to look at your web server log files to see if they give any clues as to what is going wrong on your site when you activate v160521.
Forum: Plugins
In reply to: [Comet Cache] Comet Cache Upgrade CrashesI added the following custom settings to my
wp-config.php:define( 'WP_CONTENT_URL', 'http://local.wordpress.dev/foobar-content' ); define( 'WP_CONTENT_DIR', '/srv/www/wordpress/foobar-content' );I then renamed my
wp-contentdirectory tofoobar-contentand refreshed my WordPress Dashboard and I was able to confirm that Comet Cache v160521 is still working as expected—all of the images and icons appear correctly, and the paths are correct. See screenshot: https://cloudup.com/cXwuPZHBipzI noticed that your
WP_CONTENT_URLexample above contains “https://”; are you sure that the broken images aren’t the result of misconfigured SSL? What happens if you use “http://”?Forum: Plugins
In reply to: [Comet Cache] Comet Cache Upgrade CrashesYou say you cannot reproduce the issue. Did you try re-defining your WP_CONTENT_DIR in your wp-config.php file. I bet not.
Until now, you haven’t told me that’s what you were doing, so how could I test it? Now that you’ve told me exactly what you’re doing differently, I can run some more tests. I’ll report back shortly.
I got NO (VERY SLOW AND PURELY CANNED) support from my PAID CometCache subscription
I apologize for that. What is your support ticket number? I will look into why that happened.
Forum: Plugins
In reply to: [Comet Cache] Comet Cache Upgrade Crashes@sanyadolpins We’ve had more than 4,000 people upgrade to Comet Cache v160521 and yours is the first report of an issue.
I’m not seeing anything in your screenshots that shows where you’re seeing the incorrect path. Is Comet Cache being installed into the wrong path?
I am not able to reproduce the problem in a clean installation of WordPress, which tells me your problem is related to one of these things:
- If it’s only the CSS styles in the Dashboard that you’re having a problem with, then your browser cache is becoming corrupt—I suggest clearing your browser cache.
- I know you said you tried disabling other plugins, but since I can’t reproduce this issue on ANY of my sites (and nobody else has had any problems), we have to look at the differences between your site and everybody else’s site: that would be your installed plugins, your theme, and your hosting environment.
See also this article.
Forum: Plugins
In reply to: [Comet Cache] Comet Cache Upgrade Crashes@sanyadolpins Where are you seeing this changed path?
Forum: Plugins
In reply to: [Comet Cache] Comet Cache Upgrade Crashes@sanyadolpins Nothing changed in the most recent version (v160521) that would have any affect on the path. Comet Cache has always used, and still does, the
WP_CONTENT_DIRpath from WordPress to build the full path to things. So if you’re seeing the wrong first part of the path, it sounds to me like something, somehow, changed with yourWP_CONTENT_DIRsetting.When you say “If I revert back to an older version it works fine.”, which version specifically are you reverting to that is working fine?
Forum: Plugins
In reply to: [Comet Cache] Header images not showing@flyfisher842 Comet Cache should wipe the entire cache on its own after an update—that’s a normal procedure. If that wasn’t done after the update, that would be abnormal and might explain what you saw.
If the latest version of Comet Cache is working properly on one site but not the other (and assuming both sites are running on the same server), then that sounds like you might have a plugin conflict.
I just reviewed the changelog for the latest Comet Cache update again and confirmed that the latest release did not include any changes that would be likely to cause the issues you’re describing.
Forum: Reviews
In reply to: [Comet Cache] gran plugin!!@randyrr-1 Gracias for the 5-star review! 🙂
Forum: Plugins
In reply to: [Comet Cache] Header images not showing@flyfisher842 It sounds like that theme might not be fully compatible with WordPress caching plugins. I suggest contacting the theme developer to see what they say about this.
If there’s a compatibility issue related to Comet Cache and the Clean Retina Theme, I’m happy to take a closer look. You (or the theme developer) can file a bug report with technical details about the problem here: https://github.com/websharks/comet-cache/issues
Forum: Plugins
In reply to: [Comet Cache] Google 404 errors related to AMP@li-an It sounds like you’re using Comet Cache Pro. If you’re using the HTML Compressor please see this open issue related to AMP.
Also, this forum is meant for the free version of Comet Cache and the ww.wp.xz.cn Support Forum policies prohibit us from providing support for the Pro version here. Please open a support ticket or post your question in our community forum.
Forum: Plugins
In reply to: [Comet Cache] Comet Cache active, but no changes in PageSpeed or GTmetrix@tomdoe I just took a look at your PageSpeed report and the main problem is that you’re not minifying HTML, CSS, and JavaScript. Those features are included in Comet Cache Pro. Otherwise, you could find some free plugins on ww.wp.xz.cn that minify HTML, CSS, and JS and see if that helps.
I can tell you that your site loaded up very quickly for me with Comet Cache running. Also, I recommend reviewing this article to become familiar with important details about running tests with PageSpeed and GTMetrix against a WordPress site: Why doesn’t Comet Cache “Eliminate Render Blocking” and move CSS/JS scripts into the footer?
Forum: Plugins
In reply to: [Comet Cache] Comet Cache active, but no changes in PageSpeed or GTmetrix@tomdoe Can we get a link to the site? It sounds to me like Comet Cache isn’t actually caching the page for some reason. You should definitely be seeing an improvement.
Forum: Plugins
In reply to: [Comet Cache] Clear cache when scheduled post is published@tomrice I just tested scheduled posts with Comet Cache it’s working as expected. I confirmed that the cache does get cleared as expected when the post is published. That means the problem has to do with how you’ve disabled WP Cron and how you’re running it manually.