I’ve built a web application.
In my application I have many javascript and css files .
They are separated based on my application’s logic.
I am talking about close to 20 of these files (each file is 2 kb +-).
They seem to take quite a while to download (6 – 10 seconds altogether).
What would you do to cut down the download time? Are there any best practices in this field?
Thank you
Join all JavaScript and all CSS files into one big JS and one big CSS file, and minify them.