Available at: the extension directory or GitHub.
Please install this quick fix for the opencart extension installer first.
It is:
- * Trivally easy to install, uses the opencart 2.x extension installer (but install this first)
* Fast, as it skips most of the opencart code, database calls, etc, by operating/exiting at the very top of the main index.php file when serving from the cache.
* Semi-smart. Has logic to determine what NOT to cache. For example, won't serve cached pages if you're logged in, or if you have items in your cart, or are on an https:// page. Also has regex patterns to exclude, for example, product comparison urls. Only caches items that return an HTTP 200 status.
* Open source (FreeBSD license)
- * extensively tested. The onus is on you to test before deploying to production.
* magic. (it only serves cached pages to guest users. it does not automatically flush cache as stock levels change, it doesn't know not to cache urls from some dynamic extension you just loaded, etc)
* happy about PHP 5.3. You need to have PHP5.4 or better. It does not run well without that.
Screenshot of the admin panel below:
