How to cache on CloudFlare images that are served to client as JSON?
Posted
by
Askar Ibragimov
on Pro Webmasters
See other posts from Pro Webmasters
or by Askar Ibragimov
Published on 2014-06-12T19:12:51Z
Indexed on
2014/06/12
21:40 UTC
Read the original article
Hit count: 225
I am using a gallery on my website that gets list of images from a JSON sent by a php script. So, the javascript gallery calls PHP backend and it replies with complex JSON where images are specified as object fields. These fields not necessarily include full URLs, merely a path to needed images.
I'd like to use Cloudflare and want these images to be cached there.
How I could learn whether these are cached or not, and make sure that these would be cached and not considered some sort of dynamic content?
© Pro Webmasters or respective owner