No badges yet
No topics yet
Manual purge cache by tag seems doesn't work
You need to use this helper function to add cache tags: ``` import { addCacheTag } from '@vercel/functions'; ``` Then you can purge by that tag later. See the docs here:...
Unexpected Spike in Next.js Image Cache Reads/Writes
Great, glad the math is correct! The docs mention the 8KB units in the definition here: > [Image cache...
Unexpected Spike in Next.js Image Cache Reads/Writes
Your images are being transformed from about 2MB to about 1MB (see the Transformed Size). The transformed size is then cached and billed per 8KB for once cache write unit. So a 1MB...
We want your feedback on the Vercel Blob SDK
@vvoyer I think the the values of `addRandomSuffix`, `cacheControlMaxAge`, and `override` are tightly coupled. For example: If you cache more than a few minutes/hours, then you...
No accepted solutions yet