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

mobile cache support #160

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Instead of bypassing the cache for a few defined mobile themes offer the ability to create a separate cached page for mobile devices. This can be added as a cache behavior variant setting. wp_is_mobile() can be used when caching the page and the User-Agent checks in this function can be used when trying to deliver the cache.

WordPress topics: