Default cache not working
TJKoury opened this issue · 3 comments
TJKoury commented
I am using fastify-compress with fastify-static, and every request is being recompressed before sending to the client.
Is this plugin meant to cache the compressed results of previous requests and serve those instead of going to disk again?
jsumners commented
Are you storing the compressed objects in the cache and serving them?
TJKoury commented
Trying to....
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.