Skip to content

Instantly share code, notes, and snippets.

@sandrabosk
Created April 30, 2020 01:49
Show Gist options
  • Save sandrabosk/520023a331ccd77ba80d0a558a9c01f9 to your computer and use it in GitHub Desktop.
Save sandrabosk/520023a331ccd77ba80d0a558a9c01f9 to your computer and use it in GitHub Desktop.

The Request-Response Cycle

For a website, for example, your browser has to make all these requests (and others):

  1. Request the initial HTML code
  2. Request the CSS file
  3. Request any images (each file is a separate request)
  4. Request any JavaScript files (file is a separate request)
  5. Request any font files (again, each one its own request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment