Improve site performance and user experience via caching: browser, page, object, database, minify and content delivery network support.
1
vote
2answers
137 views
Intercepting Before W3 Total Cache
I am writing a plugin where I want to read user agent and send custom headers back on certain agents. Unfortunately however several people have the W3 Total Cache plugin and what it's doing is that, ...
3
votes
1answer
273 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
1answer
34 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 ...
0
votes
1answer
28 views
W3 Total Cache, Rackspace CDN and Load Balanced Servers
I'm using W3 Total Cache to host media attachments at Rackspace Cloud Files. I've got two servers running alongside one another with a load balancer.
Everything works fine on the front end, but in ...
0
votes
1answer
19 views
Git pulls (html/css/js updates) not populating with W3Total Cache and CloudFront
I am using Git/GitHub for version control. I develop locally commit/push to GitHub and pull from GitHub to my staging site. I have W3 Total Cache setup and Amazon CloudFront as a CDN. Since setting up ...
0
votes
1answer
133 views
How does W3 Total Cache CDN URL rewrites work?
I just setup W3 Total Cache S3 CDN (origin push) and most of the URLs are being rewritten correctly but we have some custom plugins where the URLs are not being rewritten. How do I grab the rewritten ...
0
votes
1answer
102 views
Pagination in wp query with transient api
I have intergrated wordpress transient system with w3 total cache. Now i can`t to do pagination for this query.
<?php
$paged1 = ...
3
votes
0answers
160 views
How to cache custom pages using W3 Total Cache?
Some posts are requested through Ajax.
<?php
// Filename: ajax-posts.php
require_once "wp-load.php";
echo my_get_post($_GET["id"]);
?>
How can I make theese Ajax requests cacheable by W3 ...
2
votes
0answers
131 views
AJAX vs Fragment Caching for W3 Total Cache
I'm running a WP site with WooCommerce and I want to do some caching. I'm going to exclude the pages such as the cart/checkout for obvious reasons however there are a couple of the things on the site ...
1
vote
0answers
91 views
nginx varnish w3 total cache issues
I converted a few sites from Apache to nginx and it was running well for a while. I recently updated the nginx configuration regarding the new changes to W3 Total Cache rules. I also tried to clean ...
1
vote
0answers
38 views
Limit cache size from W3 Total Cache
Is it possible to define a limit for how much space W3 Total Cache is allowed to use?
1
vote
0answers
123 views
Should i use wp transient with w3-total-cache apc caching
Should i use in my queries wp transient like this -
<?php
if ( ! $my_paged = absint( get_query_var( 'paged' ) ) )
$my_paged = 1;
if ( ! $my_query = get_transient( "567recent_$my_paged" ) ...
1
vote
0answers
96 views
Writing a view count with w3 total cache
I am trying to develop functionality which counts how many times a post is viewed however I am also using page caching (APC possible memcache in the future) via w3 total cache.
The "view count" value ...
0
votes
0answers
31 views
Enable Minify in W3Total Cache using NGINX
I am having an issue with enabling minify with the W3TC plugin. I am using a LEMP stack and cloudfront as a CDN, and all of these features, except for the minify work fine. In order to enable fancy ...
0
votes
0answers
24 views
Multi-site Bug: Posts, template cross over among sites
I have a multi-site blog network with 9 websites. My problem is that sometimes the site template and posts tend to cross over.
I can recreate the issue when I have these sites opened up in multiple ...
0
votes
0answers
91 views
How to setup W3 Total Cache CDN (Amazon CloudFront) without taking site down?
I setup a CDN with Amazon CloudFront (Origin Pull) and W3 Total Cache on my staging site and I noticed that it "disrupts" the content on the site as this process is taking place. How can I go about ...
0
votes
0answers
60 views
404 Error For Home Page After Activating W3 Total Cache
I have activated w3 total cache plugin on my blog and ever since my home page is being redirected to http://www.example.com/wp-content/cache/page_enhanced/www.example.com/_index
previously I have ...
0
votes
0answers
132 views
Are W3 Total Cache Rewrite Rules required for IIS web.config
I am unable to get Browser Caching to work, max-age is set to 0 and expires doesn't get set. The Wordpress install is on IIS 7.5.
I was wondering if the reason was because there are no Rewrite Rules ...
-1
votes
0answers
32 views
W3 Total Cache css caching
On my website, I'm using this plugin as in title. Sometimes, I see the page without loaded css styles. What I'm doing wrong with this plugin? I have minify on css enabled. What settings should I dump ...