keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

add cache engine and update disk handling #147

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Add cache engine to improve cache handling, performance, and remove duplicate code. Update disk handling to improve creating, writing, and deleting files. The following is an overview of what has changed:

Closes #131, fixes #133, closes #135