Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
GNU General Public License v2.0
99
stars
31
forks
source link
Automatically add rewrite rules per filter #183
Open
dhalucario opened 4 years ago
For Apache servers with mod_rewrite.c we can use the rewrite rules filter to add the rewrite rules we need when we use HDD caching. https://codex.wordpress.org/Plugin_API/Action_Reference/generate_rewrite_rules We should think about implementing this.