You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a website or online service hosts web pages components on multiple domains, HTTP connection must be established with each of these domains by the browser. Once the HTML page is received,
the browser fetch resources while going through the DOM (Document Object Model).
Some resources are essential for the web page to work. If they are hosted on unresponsive domains, the page can become slower. When possible, all resources should be grouped together on a single domain.
The only exception to this rule would be the hosting of static resources (stylesheets, images, etc.) on a dedicated domain
to avoid the upload of one or more cookies for each HTTP GET by the browser. Response time will decrease as well as unnecessarily consumed bandwidth.
Example
For an institutional website with high traffic, two subdomains should be preferred: