fastify/fastify-caching

Default cache not working

TJKoury opened this issue · 3 comments

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?

Are you storing the compressed objects in the cache and serving them?

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.