The Difference Between Minification and Gzipping

These are both things that you do to assets on your website (things like .css files and .js files). They are both things that reduce the size of the file, making it more efficient in crossing the network between servers and browsers. As in, good for performance. The network is the speed bottleneck of the … Continue reading The Difference Between Minification and Gzipping