# WebPerf

Why & How to Make the Heaviest Resource in the Web Lighter?

JavaScript is one of the heaviest resources on the web. The reason is that your code is not only downloaded by the browser, but it must also be parsed and executed. This is why a 100kBB image isn't equal to a 100kB JavaScript file.

Link