Skip to content

Commit

Permalink
Merge branch 'patch-2' of https://github.com/CarlMungazi/framework in…
Browse files Browse the repository at this point in the history
…to CarlMungazi-patch-2
  • Loading branch information
EisenbergEffect committed Jan 22, 2016
2 parents 22d221b + 60a4844 commit 5e40a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/article/en-US/bundling-your-app-for-deploy.md
Expand Up @@ -15,7 +15,7 @@
---
## [Introduction](aurelia-doc://section/1/version/1.0.0)

Most of the current major browsers limit the number of simultaneous connections per hostname to six. This means that while six requests are being processed, additional requests for assets on a host will be queued by the browser. In the image below, the Chrome F12 developer tools network tab shows the timing for assets required by the `welcome view` of the skeleton-naviagation application.
Most of the current major browsers limit the number of simultaneous connections per hostname to six. This means that while six requests are being processed, additional requests for assets on a host will be queued by the browser. In the image below, the Chrome F12 developer tools network tab shows the timing for assets required by the `welcome view` of the skeleton-navigation application.

![No of requests made by unbundled application](img/unbundled-aurelia-application.jpg)

Expand Down

0 comments on commit 5e40a35

Please sign in to comment.