[Q] How to make my web application go fast

When one makes a web application sometimes optimization is necessary to reduce load times / rendering times due to large number of downloads or javascript being rendered.

So one thing I know is that Chrome browser (as well as other browsers) provide a built-in profiler that one can use to inspect various performance issues on the web page.

Are there any resources that teach ways that the performance problems could be solved? For example how to reduce number of DOM redraws or how to parralelise downloads from the web page?

Direct advice is welcome too.

Thank you, this helps.


Replying to mmozeiko (#25180)