PDA

View Full Version : Using Quick Cache Wordpress plugin? beware of high disk space usage



Fli
03-21-2013, 05:36 PM
Hi, when using Quick Cache ( Speed Without Compromise ) wordpress plugin, you may face an issue with higher disk space consuption on your hosting. This is normal and nothing wrong. Reason is that this plugin caches whole pages as static files so it reduce load on mysql database and reduce page load time.

So when Your blog is huge, hundreds or thousands of posts, it may require even gigabytes of data on your hosting.

You may hard delete these cache files regularly if necessray:

/wp-content/cache/object/*

cronjob:
rm -rf /home/yourusername/public_html/wp-content/cache/object/*
rm -rf /home/yourusername/public_html/wp-content/cache/object/db/*

log0008
03-22-2013, 10:11 PM
I don't like WP-Cache anyway, caused lots of issues on my site!

tommyosmena
05-28-2013, 04:05 PM
Nice tips i dont even know about this i think i have to pay attention on this part thanks guys