Quick Cache not working
-
I have recently installed Quick Cache and have also put the code for GZip into the .htaccess file. The code for Quick Cache definitely isn’t showing up in the source code for the webpage and I have no idea if the code for GZip is working either. Any help on this woudl be greatly appreciate. My website is http://paintersinc.co.nz.
-
From Quick Cache admin, Set it to OFF, Save Settings, Set it to ON, Save again.
It seems that doing that updates the config.php with the Cache to True.
I hope i have helped. Worked for me.
Thanks for the idea – gave it a go but unfortunately still no sign of it in the source code. Thanks anyway.
Is this
define(‘WP_CACHE’, true);
in your wp-config.php ?
Also enable Debug (set it to true) and check for errors.
Also the cache folder is empty ?
Inside Dashboard → Quick Cache → Plugin Options → Enable/Disable, do you have the option to show notes Enabled (it’s at the bottom of that option panel)?
Yes – notes are enabled.
Yes – WP_CACHE is TRUE in the wp-config.php. I’ve set Debus to true. Where do I find the cache folder?
thanks for your help Raam and Massimo.
Can’t see any difference though. I appreciate you both taking the time to give me a hand.
The cache directory would be in
wp-content/cache/quick-cache/cache/.Can you try going into the Quick Cache options and clicking the “Restore” button? That might help fix things…
I would like to join in – I have the same problem, on WP MS, with theme Bridge from Themeforest. I did all of the above, and on Google Page Speed got from 37 to 71 by adding GZip Compression code into my .htaccess, but… apart from that, Google advises me to do exactly what Quick Cache, and other plugins I’ve tested, should be doing already (browser caching, minify javascript, html, css – at least I thought they would do). Can you help?
@let me see…
Your site is already running Quick Cache properly. Here’s the bottom of your home page source code:
<!-- Quick Cache file path: /cache/quick-cache/cache/http/de-movemeta-org/index.html --> <!-- Quick Cache file built for (http://de.movemeta.org/) in 2.06638 seconds, on: Oct 25th, 2014 @ 4:21 pm UTC. --> <!-- This Quick Cache file will auto-expire (and be rebuilt) on: Nov 1st, 2014 @ 4:21 pm UTC (based on your configured expiration time). -->If you require minifying JavaScript, HTML, CSS, etc., that will require the HTML Compressor feature, which is only available with Quick Cache Pro.
Hi Raam
I don’t seem to have a cache file in the WP content file would it be somewhere else? Is the response above to the other member? as the code I have at the bottom of my home page is : No sign of the above code at all.
<script type=’text/javascript’>
/* <![CDATA[ */
var FB_WP=FB_WP||{};FB_WP.queue={_methods:[],flushed:false,add:function(fn){FB_WP.queue.flushed?fn():FB_WP.queue._methods.push(fn)},flush:function(){for(var fn;fn=FB_WP.queue._methods.shift();){fn()}FB_WP.queue.flushed=true}};window.fbAsyncInit=function(){FB.init({“xfbml”:true,”appId”:”293962494033651″});if(FB_WP && FB_WP.queue && FB_WP.queue.flush){FB_WP.queue.flush()}}
/* ]]> */
</script>
<script type=”text/javascript”>(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id)){return}js=d.createElement(s);js.id=id;js.src=”http:\/\/connect.facebook.net\/en_US\/all.js”;fjs.parentNode.insertBefore(js,fjs)}(document,”script”,”facebook-jssdk”));</script>
<div id=”fb-root”></div></div> <!– #weaver-final –>
</body>
</html>I did a Restore and that doesn’t seem to have worked either. Maybe I should reinstall it?
@raam, thanks for clarifying this, I was not aware that this is a pro feature. I still wonder why Google suggestes Browser Caching even if Quick Cache is running, with this enabled. At least my hoster says they do not have anything to do with it.
Is the response above to the other member?
Yes, it was to the other member, sorry for the confusion.
I did a Restore and that doesn’t seem to have worked either. Maybe I should reinstall it?
Yes, I suggest trying to reinstall. If that doesn’t work, I suggest contacting your web host and asking them what might be wrong. Can you tell me what web host you’re currently using?
The topic ‘Quick Cache not working’ is closed to new replies.