I built a website which use a lot of different scripts and files, for plugins etc.
I am thinking of how I can make the loading process of these scripts.
I want to load all files and script after a login page, at first with a kind of status-bar ("files are loading....x %").
The idea is to load all files and make the page faster, because the files comes from the cache.
What's your opinion and which is the best way to do it?
Until now, I have include all files with the classical way (link, script, img etc)