Scenario: A X site has 5 .css files and 5 .js files all with 5KB , a / strong> has the same HTML as the X site but its .css and .js resources are linked together (.js with .js and .css with .css) .
Question: What is the difference in loading time between the two pages (may be in percentage, gross, the goal is to see if there is a unify gain) resources and when the gain starts)? exists / what is the overhead of multiple connections for downloading .css and .js?
OBS: I take into consideration CSS for reset, CSS for external libraries, General CSS and page-specific CSS, external libs JS, general and page specifics.
OBS2: Based on Apache 2.4 but examples on other servers are welcome