Exclude certain block from caching using Fragment Caching – doesn’t work [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I have a one form, and I’m inserting it on page footer from a function file. I need to display a … Read more

W3 Total Cache active but not working [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question Update: Found the reason for the issue. The theme had this add_action(‘init’,’ezgz_buffer’); function ezgz_buffer() { ob_start(‘ob_gzhandler’); } The above code enables … Read more

Make W3 Total Cache “Empty All Caches” function purge varnish [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question Right now, when I perform “Empty All Caches” it doesn’t send a PURGE request to varnish. The result is that varnish … Read more

How can you develop on a live WordPress installation that is using W3 Total Cache? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question Or to make it easier: you just want to disable the caching in order to see your changes in realtime. Any … Read more

strange characters in wordpress website displayed for visitors [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question Apparently a lot of people complain that they only see random letters and characters: My biggest problem is that I can’t … Read more

AJAX vs Fragment Caching for W3 Total Cache [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I’m running a WP site with WooCommerce and I want to do some caching. I’m going to exclude the pages such … Read more

Need to create a function that will run regardless of W3TC PageCache for every page request [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I want to create a specialized function that check certain parameters (page requested, ip of user against a list), if the … Read more