hq229075284 / browser-cache-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

浏览器缓存

强缓存

  1. 资源缓存后,在过期之前,不会访问服务器

测试地址:http://localhost:9090/?cache=expires

测试地址:http://localhost:9090/?cache=cache-control

协商缓存

  1. 协商缓存的资源都会与服务器交互,确认是否使用缓存

If-Modified-Since and Last-Modified

测试地址:http://localhost:9090/?cache=If-Modified-Since,Last-Modified

What does the HTTP header If-None-Match: * mean?

测试地址:http://localhost:9090/?cache=If-None-Match,Etag

About


Languages

Language:JavaScript 92.4%Language:EJS 7.6%