Stream Caching Video Thumbnails

A quick question:
I am using animated thumbnails to present video previews on a webpage… 4seconds at 12fps for each.
The user clicks on the gif to open a modal to watch the stream, video.
On some pages, there are 30-40 gif previews, and the bandwidth /page load time can really rack up.
Does Cloudflare cache these animated gifs in the CDN? (they have dynamic URLs)
Example: 'https://videodelivery.net/xxxxxxxxxxxxxxxxxxxxxxxxx/thumbnails/thumbnail.gif?time=26s&height=200&duration=4s&fps=12

It seems that Cloudflare is returning a cache hit in the response header, but the request header to videodelivery.net has no-cache on it. Is this causing the videodelivery.net to rebuild the gif file?

Well, lazyload saved my life :slight_smile:

This topic was automatically closed after 30 days. New replies are no longer allowed.