Tagged Questions
0
votes
1answer
40 views
Exclude certain block from caching using Fragment Caching - doesn't work
I have a one form, and I'm inserting it on page footer from a function file. I need to display a random form to each visitors and thus have a function developed to support this. However, with caching ...
-2
votes
1answer
34 views
W3 Total Cache benefits without using plugin? [closed]
W3 Total Cache isn't compatible with WPTouch. Is there a way to get the benefits of W3 Total Cache without using the plugin?
0
votes
1answer
38 views
customize wordpress database error page
UPDATE
Initially I suspected this was related to the Wordpress framework I'm using (Genesis) or to my child theme functionality, but turns out that's not the case as I was able to get this to work in ...
0
votes
1answer
85 views
Where to put W3 Total Cache rewrite rules in .htaccess?
Should I put them in the following order or the order doesn't matter at all?
# BEGIN W3TC Browser Cache
# END W3TC Browser Cache
# BEGIN W3TC Page Cache core
# END W3TC Page Cache core
# WordPress ...
3
votes
2answers
326 views
W3 Leverage browser caching not working for google pagespeed
I have a site at http://iqonline.eu which uses w3 total cache for all its caching and minifying purposes and everything is working nicely as per normal. However when checking the site on Google page ...
0
votes
3answers
154 views
Disable WordPress cache programmatically on a request
How do I turn off the WP Super Cache & W3 Total Cache functionality programmatically? For instance, I neither want to make it use the cache on some requests nor cache the output of the request, do ...
3
votes
1answer
276 views
Proper hook for W3TC defines, or dynamically disable w3 total cache
I have a site that uses a shopping cart plugin (Shopp), a plugin I wrote, and W3 Total Cache.
In my plugin, I'd like to make sure that W3 Total Cache does not serve any cached pages if the user has ...
0
votes
2answers
67 views
Theme compression/ minifying or W3 Total Cache - which should I use?
I run a WP3.x Multisite setup. One of the themes I use on a site has options for minifying, using Gzip compression and using data URIs for images (not sure what the latter function is or does). In the ...
0
votes
3answers
430 views
Is the W3 Total Cache plugin a good choice for WordPress MultiSite? [closed]
I heard that many people had issues with W3 Total Cache on a WordPress MultiSite install. And then I see this on the plugin page:
Compatible up to: 3.2.1
Last Updated: 2011-8-26
Seeing that ...
1
vote
2answers
907 views
How to exclude a specific template from being cached by a CDN
I’m using a specific template on my self-hosted WordPress blog to display a page with randomized posts.
Recently, I configured W3 Total Cache to make use of a content delivery network (CDN). When ...
