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 brotli compression support (closes #1) #243

Closed nlemoine closed 3 years ago

nlemoine commented 3 years ago

As discussed in #1

coreykn commented 3 years ago

@nlemoine, looks great! 🙂 We'll need the Content-Encoding: br response header set in Cache_Enabler_Engine::deliver_cache() though, right?

nlemoine commented 3 years ago

Indeed, I forgot that one. PR updated!