Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

HTML Caching on Wordpress

Dec 3, 2013 2:05PM PST

Hi Techies, I own a website based on word press template (http://zoutons.com) and we are facing high redirection time which is contributing in raising the bounce rate to 72%.
We are using WP Super Plugin to reduce the overall loading time but issue still persists.
Need suugestions on How to implement HTML Caching on a wordpress website?

Discussion is locked

- Collapse -
Answer
Wouldn't you?
Dec 4, 2013 12:32AM PST

Ask zouton and the author/company of WP Super Plugin what's up?

As presented this looks more like a spam post than much else.
Bob

- Collapse -
Answer
First, I would
Dec 10, 2013 3:21PM PST

utilize a tool like Pingdom's RUM or New Relic to really determine where the bottleneck is. That will tell you exactly what's taking the most time.

Second, I would make sure that, in addition to something like WP Super Plugin (I personally use W3 Total Cache), you have something like APC enabled (http://www.php.net/manual/en/intro.apc.php) and if so, maybe then even investigate something like Varnish (https://www.varnish-cache.org/) as well.

~Sovereign