The SG CachePress is a plugin that allows you to use the SiteGround dynamic cache and Memcached to optimize the performance of your WordPress.
The main functionality of SG CachePress is to purge your dynamic cache whenever your content updates. For example, when you create a new post, someone comments your articles, etc. In addition to that, if you have a working Memcached service on your server, the plugin will allow you to easily configure and enable WordPress to use it.
There is public Purge function - sg_cachepress_purge_cache, which can be used by other plugins/themes. Example usage:
if (function_exists('sg_cachepress_purge_cache')) { sg_cachepress_purge_cache(); }
In order to work correctly, this plugin requires that your server meets the following criteria:
Requires: 3.0.1 or higher
Compatible up to: 4.6.1
Last Updated: 7 days ago
Active Installs:
100,000+
0 of 3 support threads in the last two months have been marked resolved.
Got something to say? Need help?