I think that each of them goes through this problem. On my page, I use jQuery, jQuery UI and many plugins, and usually all of these plugins, including the user interface, have their own separate CSS. In addition, I have the habit of sharing my CSS according to the module in different files.
So now, when I load the page, it asks the server for at least 30 additional resources, consisting of styles, and scriptsnot forgetting includes, and requiresPHP. In slower PCs (by this I say systems with 1 GB Ram, which should be more than enough, I think). I find that my pages are slowing down even on the local server.
Now this is really unacceptable, and I need a serious suggestion to fix this problem.
Starx source
share