Asking browsers to cache as aggressively as possible

后端 未结 7 898
既然无缘
既然无缘 2020-12-07 19:18

This is about a web app that serves images. Since the same request will always return the same image, I want the accessing browsers to cache the images as aggressively as po

7条回答
  •  佛祖请我去吃肉
    2020-12-07 19:44

    You may be interested in checking out the following Google Code article:

    • Optimize caching: Leverage browser caching

    In a nutshell, all modern browsers should be able to cache your images appropriately as instructed, with those HTTP headers.

提交回复
热议问题