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:
more …