Skip to content

Instantly share code, notes, and snippets.

@rviscomi
Last active May 13, 2019 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rviscomi/6b60c88d52d389b1eb5d0f23079ccbaf to your computer and use it in GitHub Desktop.
Save rviscomi/6b60c88d52d389b1eb5d0f23079ccbaf to your computer and use it in GitHub Desktop.
{
"loadingExperience": {
"id": "https://www.expedia.com",
"metrics": {
"FIRST_CONTENTFUL_PAINT_MS": {
"percentile": 4043,
"distributions": [
{
"min": 0,
"max": 1000,
"proportion": 0.4189232211973703
},
{
"min": 1000,
"max": 2500,
"proportion": 0.3672978541306387
},
{
"min": 2500,
"proportion": 0.213778924671991
}
],
"category": "SLOW"
},
"FIRST_INPUT_DELAY_MS": {
"percentile": 478,
"distributions": [
{
"min": 0,
"max": 50,
"proportion": 0.768119819732289
},
{
"min": 50,
"max": 250,
"proportion": 0.1434040104334048
},
{
"min": 250,
"proportion": 0.0884761698343062
}
],
"category": "SLOW"
}
},
"overall_category": "SLOW",
"initial_url": "https://www.expedia.com/Hotel-Search?adults=2&destination=London&endDate=2019-06-03&startDate=2019-05-27&pwa=true"
},
"originLoadingExperience": {
"id": "https://www.expedia.com",
"metrics": {
"FIRST_CONTENTFUL_PAINT_MS": {
"percentile": 4043,
"distributions": [
{
"min": 0,
"max": 1000,
"proportion": 0.4189232211973703
},
{
"min": 1000,
"max": 2500,
"proportion": 0.3672978541306387
},
{
"min": 2500,
"proportion": 0.213778924671991
}
],
"category": "SLOW"
},
"FIRST_INPUT_DELAY_MS": {
"percentile": 478,
"distributions": [
{
"min": 0,
"max": 50,
"proportion": 0.768119819732289
},
{
"min": 50,
"max": 250,
"proportion": 0.1434040104334048
},
{
"min": 250,
"proportion": 0.0884761698343062
}
],
"category": "SLOW"
}
},
"overall_category": "SLOW",
"initial_url": "https://www.expedia.com/Hotel-Search?adults=2&destination=London&endDate=2019-06-03&startDate=2019-05-27&pwa=true"
}
}
@rviscomi
Copy link
Author

rviscomi commented May 13, 2019

mobile for comparison

{
 "loadingExperience": {
  "id": "https://www.expedia.com/Hotel-Search",
  "metrics": {
   "FIRST_INPUT_DELAY_MS": {
    "percentile": 3143,
    "distributions": [
     {
      "min": 0,
      "max": 50,
      "proportion": 0.6596858638743456
     },
     {
      "min": 50,
      "max": 250,
      "proportion": 0.08900523560209425
     },
     {
      "min": 250,
      "proportion": 0.25130890052356025
     }
    ],
    "category": "SLOW"
   },
   "FIRST_CONTENTFUL_PAINT_MS": {
    "percentile": 14046,
    "distributions": [
     {
      "min": 0,
      "max": 1000,
      "proportion": 0.4388539482879105
     },
     {
      "min": 1000,
      "max": 2500,
      "proportion": 0.19182389937106922
     },
     {
      "min": 2500,
      "proportion": 0.3693221523410202
     }
    ],
    "category": "SLOW"
   }
  },
  "overall_category": "SLOW",
  "initial_url": "https://www.expedia.com/Hotel-Search?adults=2&destination=London&endDate=2019-06-03&startDate=2019-05-27&pwa=true"
 },
 "originLoadingExperience": {
  "id": "https://www.expedia.com",
  "metrics": {
   "FIRST_INPUT_DELAY_MS": {
    "percentile": 1996,
    "distributions": [
     {
      "min": 0,
      "max": 50,
      "proportion": 0.5824863165160783
     },
     {
      "min": 50,
      "max": 250,
      "proportion": 0.18916398602282608
     },
     {
      "min": 250,
      "proportion": 0.22834969746109562
     }
    ],
    "category": "SLOW"
   },
   "FIRST_CONTENTFUL_PAINT_MS": {
    "percentile": 4367,
    "distributions": [
     {
      "min": 0,
      "max": 1000,
      "proportion": 0.36059400558800836
     },
     {
      "min": 1000,
      "max": 2500,
      "proportion": 0.40781646213507255
     },
     {
      "min": 2500,
      "proportion": 0.23158953227691897
     }
    ],
    "category": "SLOW"
   }
  },
  "overall_category": "SLOW",
  "initial_url": "https://www.expedia.com/Hotel-Search?adults=2&destination=London&endDate=2019-06-03&startDate=2019-05-27&pwa=true"
 }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment