Fli
03-21-2013, 06: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/*
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/*