pressjitsu / pj-page-cache-red

Redis-backed full page caching plugin for WordPress
GNU General Public License v3.0
97 stars 23 forks source link

Enhancement: Compression type and level support #32

Open Forza-tng opened 4 years ago

Forza-tng commented 4 years ago

Hi!

Would it make any sense to support different compression levels for zlib? Default is 6, but perhaps 1 would be faster?

Also, I think zstd (levels 1-5) or lz4 would be a better choice of compression. Much much faster than zlib.

soulseekah commented 4 years ago

It definitely would. We'd need some benchmarks though, if the gains are tiny - no point probably. But a patch is very welcome either way :)