0
votes
0answers
27 views

Performance of wordpress blog in shared hosting [closed]

I have a blog which is hosted on the godaddy.com shared hosting plans. This web site receives around 10000+ unique visitors per day. In the recent days, loading the page takes longer time for my ...
3
votes
2answers
329 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 ...
1
vote
0answers
125 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" ) ...
0
votes
1answer
728 views

Bluehost WebHost and performance problems with W3TC

I'm currently arguing with Bluehost over slow server times and they pointed to a report at gtmetrix.com in which I found inefficient CSS selectors. There were 55 very inefficient CSS selectors from ...
1
vote
1answer
302 views

How to disable Vary cache header on W3Total Cache plugin

I've hired incapsula.com performance services for my wordpress blog, and one of their techs is telling me this about the performance of my website: On important note, yoursite.org returns the Vary ...
0
votes
3answers
1k views

w3 Total Cache not Caching - Requested URI is rejected [closed]

For some reason Total Cache does seem to be caching my pages. Each time I got to a page, when I view source, the Total Cache comment shows that it regenerated the page for this request. What worse, ...
0
votes
1answer
359 views

Minifing js files with w3 total cache and expiring the combined file

I'd like to clarify several details about how w3 total cache works. I'm using w3 total cache to combine multiple js files into one. I'm also setting expires headers from the browser tab to twenty ...