JosephSilber / page-cache

Caches responses as static files on disk for lightning fast page loads.
MIT License
1.18k stars 116 forks source link

GZIP option #111

Open jonhassall opened 1 year ago

jonhassall commented 1 year ago

I started working on a GZIP option to save a lot of cache storage space.

If anyone is interested, it is here: https://github.com/jonhassall/page-cache/tree/feature/gzip

tvbeek commented 8 months ago

Maybe you can create a draft PR, that makes more clear what you have changes?

I think it can be a useful addition 👍