benjamin.anakena on "[Plugin: W3 Total Cache] Auto minify creating wrong src...
I've found out this issue is created by the "Rewrite URL structure" option. If I disable it, it works correctly.
View Articleeranshefi on "[Plugin: W3 Total Cache] Random Blank Pages - w3 total cache"
Hi I'm having the same issue: blank, white pages, until I press the "empty all caches" button in the plugin. Last versions of wp and w3tc. As others, I wait for this issue to be solved. Meanwhile, I...
View ArticleDavid Bitton on "[Plugin: W3 Total Cache] Trying to Add CDN Support to...
I was wrong. Now I need Fred's help. I thought I could just do: include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if(is_plugin_active('w3-total-cache/w3-total-cache.php')){ include_once(...
View ArticleDavid Bitton on "[Plugin: W3 Total Cache] Trying to Add CDN Support to...
I have some success. This is now what the render_output() function looks like in nextgen-gallery/xml/json.php. function render_output() { include_once( ABSPATH . 'wp-admin/includes/plugin.php' );...
View ArticleA2ndChance on "[Plugin: W3 Total Cache] 0.9.2.11 won't use existing MaxCDN...
After emailing MaxCDN support I figured out the issue. You must access the admin portion of the site using the same hostname as the pull zone. Therefore if you have a staging or dev site that uses a...
View Articlecconover on "[Plugin: W3 Total Cache] 404 for Sitemap & robots.txt with...
I'm getting 404 errors for sitemap.xml and robots.txt when I have Browser Cache turned on. I'm using the latest versions of W3TC and WordPress, and version 4.0b11 of Arne Brachold's Google XML Sitemaps...
View Articlesb12759 on "[Plugin: W3 Total Cache] google fonts don't work"
Just installed the W3 total cache plug-in. Impressed with the speed increase but I am using google fonts on the site and now they are not working. Any idea what I need to do to get them back? I'm not...
View ArticleJoseVega on "[Plugin: W3 Total Cache] Error: Serving white cached pages"
Hi, I have installed recently the plugin, and everything works fine, except the cached pages. When the cached pages is not generated, it works fine. But when the cached page is generated, it serves a...
View Articlemitul shah on "[Plugin: W3 Total Cache] Random Blank Pages - w3 total cache"
@eranshefi no doubt w3tc is very good plugin..if you have same issue after deactivate w3tc plugin then you have to delete w3tc folder and w3tc related files manually via ftp. now if you want back again...
View Articlejackkellymeuk on "[Plugin: W3 Total Cache] White screen of death"
I recently installed W3 Total Cache and I've started to notice that my site gets a white screen of death if I'm not logged in to my WordPress admin. Has anybody encountered similar issues and have they...
View Articleaskegg on "[Plugin: W3 Total Cache] Using nginx to serve directly from...
I have a Nginx server in front of php5-fpm workers with W3 Total cache backed by memcache. It's a neat setup and I am very impressed with the performance and the flexibility of the configuration. But...
View ArticleH R on "WP-PostViews and W3 Total Cache"
WP-PostViews and W3 Total Cache are incompatible? The PostViews plugin is o longer showing the total post views with Total Cache plugin activated. Saw some hack in the web... none worked out. Any...
View Articlegreencouchphotography.com on "[Plugin: W3 Total Cache] 500 internal server...
As soon as I went to activate this plugin I got a 500 internal server error and now I cant enter my site from the admin side or even from the visitor side. Please advise ASAP!...
View ArticlePothi Kalimuthu on "[Plugin: W3 Total Cache] Using nginx to serve directly...
You may try WP-FFPC plugin to let Nginx serve cached pages directly from memcache. Of course, it'd be great, if W3TC had this feature.
View ArticlePothi Kalimuthu on "[Plugin: W3 Total Cache] 404 for Sitemap & robots.txt...
Could be a bug with W3TC. To overcome this, you may use those URLs hardcoded in nginx configuration like this... server { server_name domainname.com; # other directives location = /robots.txt {...
View Articlecconover on "[Plugin: W3 Total Cache] 404 for Sitemap & robots.txt with...
I have a global try_files rule that works in actually serving the requested files, but when Browser Cache is on it gives a 404. With it off it returns a 200.
View ArticleBruno Cunha on "[Plugin: W3 Total Cache] Manual Minify not removing original...
I put the ENTIRE URL and it work. I hope it is fixed on next update. Thank you!
View ArticleSusan on "[Plugin: W3 Total Cache] Woocommerce W3 total cache conflict after...
I am running an ecommerce site on the woocommerce platform: goliadfarms.com. Woocommerce and w3 Total cache were working perfectly together, until I updated wordpress (from 3.5.1 to 3.5.2) and updated...
View ArticlePothi Kalimuthu on "[Plugin: W3 Total Cache] 404 for Sitemap & robots.txt...
A quote from official nginx wiki on location block on The order in which location directives are checked.. Directives with the "=" prefix that match the query exactly (literal string). If found,...
View Articlenathanfranklinau on "[Plugin: W3 Total Cache] Multisite flush page cache on...
Hi there, I have a multisite installation and I am trying to access the other blogs (3 others) to flush the page cache and it doesn't seem to be working. I have the following code below (not my actual...
View Article