Cache control in user browser


|

Daily Provision.JPG In page load optimization you can not skip browser caching. Because in best case any element should be requested only if changes. Magic ? No, only right cache control !

To control cache we can use 2 methods:

  1. ETag and Last-Modified
  2. Cache-Control

more …

feedback content * preview