Cloudflare made possible cache .mp4 files by default
https://developers.cloudflare.com/cache/about/default-cache-behavior/
but in my case, a large .mp4 file larger than 100mb Cloudflare caches badly. Does not work properly.
When I try to open a video, I see in network console very long time on “pending” … TTF (time to take first byte) is over 5 minutes. After this time video is playing.
Maybe Cloudflare not allow cache large video files, but why they not baypass automaticly if contet-length is to big to cache.
I have to create page rule like /video/* with cache level baypass to avoid caching.
Maybe do you know which size of .mp4 files are allow to cache by Cloudflare, because 515MB like in documentation is not correct.