You can now invalidate the CDN cache by providing a source image
Vercel adds source-image cache invalidation to its Image Optimization feature, allowing all CDN-transformed variants to be marked stale and revalidated in the background without added latency.
Vercel dynamically transforms source images to reduce file size while maintaining high quality on the visitor's browser.Image Optimization You can now invalidate the CDN cache by providing a source image. This feature marks all transformed images derived from that source image as stale. The next request serves stale content instantly while revalidation happens in the background, with no latency impact for users. There are several ways to invalidate a source image: In addition to invalidating by source image, you can also delete by source image if the origin is gone.
Deleting the cache can increase latency while new content is generated, or cause downtime if your origin is unresponsive. We recommend you use with caution. This is available on all plans using the .new image optimization price Learn more about .cache invalidation Read more Dashboard Settings Vercel CLI Function API REST API