Skip to main content

Silly but useful stuff - Part 5 (Web)

Reduce the data sent across the network 
Reducing the amount of data sent across the network can improve application performance significantly. Compressing CSS and JavaScript is possible using bundling and minification. This will reduce the number of server requests and the amount of code sent across the wire.

Comments