Test Caching in browsers

  • Images on the left use max age and subsequent requests don't reach the server
  • Images on the right use etags, subsequent request send If-None-Match header to server which responds with 304

webpagest.org results link

npm run start

open localhost:3000