fool
February 10, 2020, 10:44pm
2
No direct endpoint to query this, but you can follow the advice in this post (specifically the second screenshot) to download a copy of each deploy and diff them:
Last reviewed by Netlify Support - August, 2023
Our CDN derives much of its efficiency from files whose checksums don’t change between deploys.
For instance, in a blog, you usually write or update one article in one file, while the rest of the content remains unchanged. In this typical use case, we don’t need to re-upload and re-process these files, since our CDN already has them stored - no checksums have changed except the one file. This also means that your visitors’ browsers don’t need to …