Demi
Forum Replies Created
-
I too confirm the mentioned behaviour of empty cache button in the Minify section.
Forum: Plugins
In reply to: [W3 Total Cache] Several conflicts between W3TC and WordPress 4.0I turned off the Minify option completely and the Fatal Errors in my logs stopped to appear. Also I investigated my older error logs and I discovered that this issue was persistent before WordPress 4.0 upgrade. Therefore, I can conclude the following with 100% certainty:
- .
- After WordPress 4.0 upgrade CDN is no longer working in the dashboard despite the fact that the option “Disable CDN for the following roles” is not enabled.
- When used, W3TC Minify option produces PHP Fatal Errors which are recorded in the server error logs but not manifested on the frontend thus they’re not breaking the site. They contain the following message: “Call to a member function get() on a non-object in …/wp-includes/cache.php on line 113”
- When used, W3TC Minify option strips the comments that W3TC is generating at the end of the html.
.
.
Forum: Plugins
In reply to: [W3 Total Cache] Several conflicts between W3TC and WordPress 4.0I did another experiment… where I cleared the page cache for the whole site. Immediately PHP fatal errors in my server error log started to appear en masse, almost every minute. It appears that after WP 4.0 upgrade, every time W3TC tries to recreate a cached page it produces a php fatal error (describe above).
Forum: Plugins
In reply to: [W3 Total Cache] Several conflicts between W3TC and WordPress 4.0I know… Jesus. I’m just pointing to a discussion with exactly the same problem in mind where a caching plugin is involved. Just a thought, in hope you can extract some info to make W3TC better.
Here’s another one: https://ww.wp.xz.cn/support/topic/plugin-wp-super-cache-call-to-a-member-function-get-on-a-non-object-in-cachephp?replies=24
Forum: Plugins
In reply to: [W3 Total Cache] Several conflicts between W3TC and WordPress 4.0Meanwhile… here’s one discussion about point No.2 https://ww.wp.xz.cn/support/topic/php-fatal-error-call-to-a-member-function-get-on-a-non-object-in?replies=9
Just to clarify… I don’t need your direct support because these bugs are not affecting my site regarding slow loading, downtime, etc… not yet at least.
I’m merely pointing out to you the bugs so you can take them into consideration in your next update… if there is one.
Forum: Plugins
In reply to: [W3 Total Cache] Several conflicts between W3TC and WordPress 4.0Okay I will send you a note. For points 1 and 3 I’m 100% sure it’s W3TC fault. But for the second point I need to monitor the errors for a day.
I switched minify to Disc and the errors now appear on an hour or two. They’re not so frequent as they were. But I need to observe this over high traffic period to confirm it. Also I need to rule out YARPP because that plugin is also utilizing cache.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Several Issues with 4.0.5Are you sure that you are using the most recent version?
Here is a screenshot from a new WP installation with the plugin installed directly from the WP plugin repository via “Add plugin”.
Okay, fair enough. Note that I’ve stated at the beginning of this thread that I reverted to 4.0.4, thus I obviously didn’t see the “Override base URL” field which is there.
Anyhow, what about the “Added function to manually start ping for main-sitemap or all sub-sitemaps”. There is no such option on the screenshot.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Several Issues with 4.0.5It is in the first block of the sitemaps config page. “Notify Search Engines about your sitemap or your main sitemap and all sub-sitemaps now.”
Are you absolutely sure you’ve included this option in 4.0.5 since I don’t see such a thing. I only see Notify Google about updates of your Blog, and Notify Bing (formerly MSN Live Search) about updates of your Blog. But those are not new options and they don’t do manual ping at all.
That is the “Override base URL” field. See here for instructions.
There’s no “Override base URL” field in the settings page in 4.0.5. Along with that playing with .htaccess is not an option for some users… or most of them I would say.
One person confirmed that these options do not exist in 4.0.5. Can someone else chime in and take a look at this please?
Sorry I can’t reproduce the problem with the missing pages. The SQLs are nearly the same, and they also don’t change (so they should always produce the same result).
You should try on a site with thousands of URLs… created over 5-6 year period. In almost every sub-sitemap (monthly archive) there’s 1-2 posts missing. I’m not sure what’s causing this but it’s 100% there.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Several Issues with 4.0.5As far as I can see there is no such function @mica123. In short the plugin is not working as advertised. However, the main problem is that the plugin will not include all posts URLs in the sub-sitemaps… at least not on big websites with thousands of URLs.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Bugs to fix in 4.0.X3. Also, after the update, I couldn’t change the priority for categories until I realized that you have to change the priority for tags if you want to change the priority for categories.
Conclusion: The priority feature for categories is not working.
Forum: Plugins
In reply to: [W3 Total Cache] Timestamp removed in 0.9.2.10?Confirmed. Apparently the plugin is working OK (at least disk caching and CDN) but when minifying the plugin “eats” its timestamp too. Turn off the minify option and you’ll see the timestamp back.
Forum: Plugins
In reply to: [W3 Total Cache] Disc Caching (Basic) Not Working in W3TC 0.9.2.5That is fixed now @frederick, but W3TC 0.9.2.8 has some other issues:
- Scheduled posts not working at all. W3TC is messing up with the crone.
- Single pages/posts can not be cleared from the cache. If I want a single page to be cleared I have to clear the whole page cache (thousands of pages).
- Consumption of APC memory is doubled (database caching), presumably because you’ve changed the way queries are handled now.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache critical Vulnerability disclosedApparently along with the changes on how the database queries are caching to disk, @frederick also made changes on how the pages are caching to disk.
That certainly made some problems with the page caching and probably the cron job, at least in some environments. So this is what is happening:
1. When caching pages to disc (basic), W3TC fails to even serve the cached pages. Time-stamps change on every single visit. The pages are created on disc, but not served.
2. When caching pages to disc (enhanced), W3TC fails to collect the garbage and refresh the pages at specified intervals. Time-stamps remain the same long after the collect garbage interval have passed. After some testing I’m assuming that what is happening is that W3TC is taking into account the caching intervals from the database caching, page caching, and browser html caching cumulatively.
When setting page cache (enhanced) to expire let say at 300, the cache will be gone at 600-700, depending on what I have set for the database and browser caching.
Forum: Plugins
In reply to: [W3 Total Cache] Amazon ElastiCache Integration ??You say “I setup a ElastiCache pool and connected W3 total cache to it yesterday with absolutely no problems.”
However here is what AWS FAQs is saying:
Can programs running on servers in my own data center access Amazon ElastiCache?
No. Currently, all clients to an ElastiCache Cluster must be within the Amazon EC2 network, and authorized via security groups.
I found out that the hard way. Digging into AWS, lunching instances, creating nodes, creating various security groups (firewalls), etc.
It turns out you can use ElastiCache only if you host your site at Amazon EC2 network.
Any thoughts?
Forum: Plugins
In reply to: [W3 Total Cache] Amazon ElastiCache Integration ??Another question @nickmoline, if you don’t mind.
What do you think of ElastiCache performance/cost wise?