Skip to content

Instantly share code, notes, and snippets.

@bohde
Created August 21, 2011 20:57
Show Gist options
  • Select an option

  • Save bohde/1161156 to your computer and use it in GitHub Desktop.

Select an option

Save bohde/1161156 to your computer and use it in GitHub Desktop.
Current results of boomerang-based performance testing of various ways to load scripts.
{
"defer": {
"quantiles": {
"0.75": 6100,
"0.95": 24900
},
"total": 201
},
"revised_cache": {
"quantiles": {
"0.75": 5650,
"0.95": 20100
},
"total": 135
},
"onload": {
"quantiles": {
"0.75": 3550,
"0.95": 15400
},
"total": 52
},
"sync": {
"quantiles": {
"0.75": 3550,
"0.95": 17050
},
"total": 274
},
"async-mod2.0": {
"quantiles": {
"0.75": 5600,
"0.95": 19700
},
"total": 192
},
"async_disqus": {
"quantiles": {
"0.75": 4600,
"0.95": 17450
},
"total": 1167
},
"async": {
"quantiles": {
"0.75": 6050,
"0.95": 23700
},
"total": 412
},
"cloudflare": {
"quantiles": {
"0.75": 5200,
"0.95": 18350
},
"total": 348
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment