Skip to Content
Hands-On Azure for Developers
book

Hands-On Azure for Developers

by Kamil Mrzygłód
November 2018
Intermediate to advanced
606 pages
15h 7m
English
Packt Publishing
Content preview from Hands-On Azure for Developers

Working with CDNs

When a user accesses your website, it has to fetch all the static content that is provided for a specific page. This implies the following actions:

  • A browser has to request all images, files, and scripts that are required by a web page
  • The requests have to be queued, as there is a limit on how many requests to a single domain a browser can perform
  • In most cases, a page has to be rendered gradually, as the content is fetched from the server
  • A server can throttle requests if it is currently overloaded
  • A browser has to respect all implemented caching mechanisms,of course, if your website tells it how to do it

We can describe the whole process as follows:

In the preceding scenario, each request from a user is routed directly ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781789340624Supplemental Content