Caching details now available in Runtime Logs
Vercel adds cache key, cache tags, and revalidation reason details to the Runtime Logs panel for all users at no extra cost.
You can now view more details on how Vercel's globally serves cached content to users as quickly as possible. CDN In the right-hand panel of the Runtime Logs page, we now list: This is available to all Vercel users at no additional cost. or learn more about .Try it outRuntime Logs Read more : A unique identifier for a specific version of a cached pageCache key : Tags associated with the cached dataCache tags : If a revalidation took place, the reason why the content was being revalidated (time-based, tag-based, or deployment-based)Revalidation reason