rpg-cards icon indicating copy to clipboard operation
rpg-cards copied to clipboard

Improve caching

Open crobi opened this issue 4 months ago • 1 comments

The default deployment at https://rpg-cards.vercel.app/ generates a lot of edge requests that exceeds the Vercel free tier usage.

Perhaps we could reduce the number of edge requests by using better cache control. Every reload of the page generates at least 7 responses with code 304, each of which counts towards the quota.

crobi avatar Sep 01 '25 17:09 crobi