Skip to content

Instantly share code, notes, and snippets.

@mariovisic
Created July 29, 2012 12:00
Show Gist options
  • Save mariovisic/3198197 to your computer and use it in GitHub Desktop.
Save mariovisic/3198197 to your computer and use it in GitHub Desktop.
Asset host benchmarking
# Using 4 different assets hosts (sharing cookies with frontend domain)
# 2.92, 2.39, 1.54, 1.51, 1.52, 1.50, 1.97, 2.03, 1.45, 1.96
1.7533333333 seconds average (Average of middle 6 scores)
# Using a single asset host (sharing cookies with frontend domain)
1.45, 1.34, 1.33, 1.17, 1.42, 1.72, 1.19, 1.26, 1.34, 1.17
1.3183333333 seconds average (Average of middle 6 scores)
# Using a single asset host with different domain (does not send cookies)
1.17, 1.15, 0.96, 0.85, 0.99, 0.93, 0.90, 0.95, 1.22, 1.18
1.025 seconds average (Average of middle 6 scores)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment