On Github minmur / minmur.github.io
Created by Mindaugas Murauskas / @minusm
Enabling gzip compression can reduce the size of the transferred response by up to 90%
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Minification refers to the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser.
Some files are still not minified, but biggest part is ok. Hurray!
How it's done?
Images often account for most of the downloaded bytes on a page. As a result, optimizing images can often yield some of the largest byte savings and performance improvements.
It depends...
Decreasing the number of components on a page reduces the number of HTTP requests required to render the page, resulting in faster page loads.