Caching json files

Hi,
if i am caching Json Files on Cloudflare and by doing a curl against that file with some conditions , how will that impact user? will he be downloading the entire json File?

They would download the entire file. If you’re trying to cache json responses to API queries you can do that, but they are cached for the specific query… at least if I understand your question correctly.

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