Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在维护一个 Django 站点,该站点使用 SORL 生成书籍封面的缩略图。在搜索性能问题和带宽消耗问题时,我注意到要求书的缩略图总是提供文件,我从来没有得到 304-Not Modified。
有没有办法(除了提供静态文件)在客户端缓存这些图像?每次我访问相同的页面(和相同的拇指)时,我都希望看到 304 而不是 200。
Tx约里