diff --git a/.eslintrc.yml b/.eslintrc.yml index 31aedfc..7902ecc 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -8,3 +8,6 @@ globals: rules: valid-jsdoc: error no-console: 0 +env: + browser: true + node: true diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..c2eab64 --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1,3 @@ +module.exports = { + extends: ['@commitlint/config-angular'] +}; diff --git a/index.js b/index.js index a345542..6ac84df 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,6 @@ const wpt = require('./wpt'); function aerate(options) { - // eslint-disable-line wpt.wpt(options); } diff --git a/mapper/aeratemap/css/build/style.css b/mapper/aeratemap/css/build/style.css index c18c6ea..1ab5c71 100644 --- a/mapper/aeratemap/css/build/style.css +++ b/mapper/aeratemap/css/build/style.css @@ -8,76 +8,76 @@ display: -ms-flexbox; display: flex; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; -ms-flex-line-pack: center; - align-content: center; + align-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; - -ms-flex-flow: column wrap; - flex-flow: column wrap; + -ms-flex-flow: column wrap; + flex-flow: column wrap; margin: 0; padding: 0; } @media (min-width: 600px) { -.menu { + .menu { -webkit-box-orient: horizontal; -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap -} + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } +} .menu li { - padding: 0.5rem; - margin: 0; - list-style: none; - line-height: 1; - width: 100%; - } + padding: 0.5rem; + margin: 0; + list-style: none; + line-height: 1; + width: 100%; +} @media (max-width: 599px) { - .menu li + li { - padding-top: 0; - } - } + .menu li + li { + padding-top: 0; + } +} @media (min-width: 600px) { -.menu li { - width: auto + .menu li { + width: auto; } - .menu li + li { - padding-left: 0; - } - } -.menu__link { - background-color: rgba(0, 0, 0, 0.15); - border-radius: 2px; - color: rgba(255, 255, 255, 0.8); - display: block; - font-size: 1rem; - padding: 0.5rem 1rem; - -webkit-transition: background-color 0.1s; - transition: background-color 0.1s; + .menu li + li { + padding-left: 0; } +} +.menu__link { + background-color: rgba(0, 0, 0, 0.15); + border-radius: 2px; + color: rgba(255, 255, 255, 0.8); + display: block; + font-size: 1rem; + padding: 0.5rem 1rem; + -webkit-transition: background-color 0.1s; + transition: background-color 0.1s; +} .menu__link:hover { - background-color: rgba(0, 0, 0, 0.2); - border-color: #A3A3A3; - color: #FFF; - } + background-color: rgba(0, 0, 0, 0.2); + border-color: #a3a3a3; + color: #fff; +} .menu__link--active { - background-color: rgba(255, 255, 255, 0.9); - background-image: url(../../images/icons/check_box.svg); - /* background-position: 0 50%; */ - background-position: 0.5rem 50%; - background-repeat: no-repeat; - background-size: 20px; - border-bottom-color: #FFF; - color: #000; - padding-left: 2rem; - } + background-color: rgba(255, 255, 255, 0.9); + background-image: url(../../images/icons/check_box.svg); + /* background-position: 0 50%; */ + background-position: 0.5rem 50%; + background-repeat: no-repeat; + background-size: 20px; + border-bottom-color: #fff; + color: #000; + padding-left: 2rem; +} .menu__link--active:hover { - background-color: #fff; - color: #000; - } + background-color: #fff; + color: #000; +} /* .menu { li + li { @media (max-width: 600px) { @@ -170,7 +170,7 @@ /* space */ * { -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; } html, body, @@ -222,9 +222,9 @@ h1 { font-size: 4.5rem; } h1.title__main { - font-family: 'Rokkitt', georgia, serif; - line-height: 1.15; - } + font-family: 'Rokkitt', georgia, serif; + line-height: 1.15; +} h2 { font-size: 1.8rem; font-weight: bold; @@ -234,11 +234,11 @@ h3 { font-size: 1.4rem; } h3.title__slogan { - font-size: 1rem; - margin-bottom: 2rem; - color: #A3A3A3; - margin: 0; - } + font-size: 1rem; + margin-bottom: 2rem; + color: #a3a3a3; + margin: 0; +} p, ol, ul { @@ -261,45 +261,45 @@ ul li { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; } .header { display: -webkit-box; display: -ms-flexbox; display: flex; - background-color: #308ED9; + background-color: #308ed9; position: relative; width: 100%; -webkit-box-align: end; - -ms-flex-align: end; - align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; } .header.header--active { - height: auto; - -webkit-transform: translateY(0); - transform: translateY(0); - opacity: 1; - } + height: auto; + -webkit-transform: translateY(0); + transform: translateY(0); + opacity: 1; +} @media (min-width: 600px) { -.header__inner { - padding-left: 3.5rem + .header__inner { + padding-left: 3.5rem; } - } +} .title__element-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; -webkit-box-align: end; - -ms-flex-align: end; - align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; padding: 3rem 4rem 2rem; } .title__content { @@ -315,27 +315,27 @@ ul li { } .title__main { -webkit-box-flex: 0; - -ms-flex: 0 auto; - flex: 0 auto; + -ms-flex: 0 auto; + flex: 0 auto; position: relative; } .title__slogan { -webkit-box-flex: 1; - -ms-flex: 1 auto; - flex: 1 auto; + -ms-flex: 1 auto; + flex: 1 auto; position: relative; width: 100%; padding-top: 1rem; } @media (min-width: 600px) { -.title__slogan { + .title__slogan { -webkit-box-flex: 0; - -ms-flex: 0 auto; - flex: 0 auto; + -ms-flex: 0 auto; + flex: 0 auto; width: auto; - padding-top: 0 -} + padding-top: 0; } +} .content__wrap { margin-top: 3rem; } @@ -349,13 +349,13 @@ ul li { display: -ms-flexbox; display: flex; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; -ms-flex-line-pack: justify; - align-content: space-between; + align-content: space-between; -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; position: relative; z-index: 1; } @@ -378,11 +378,11 @@ a { code { display: inline-block; -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; padding: 0.33rem 0.5rem 0; border-radius: 3px; background-color: #e5dfd6; - font-family: Consolas, Monaco, Menlo, "Lucida Console", monospace; + font-family: Consolas, Monaco, Menlo, 'Lucida Console', monospace; font-size: 1rem; } svg { @@ -415,40 +415,40 @@ svg { /* charts */ .chart { -webkit-box-align: top; - -ms-flex-align: top; - align-items: top; + -ms-flex-align: top; + align-items: top; overflow: hidden; padding: 1rem; position: relative; - background: linear-gradient(180deg, rgb(97, 182, 75) 100px, #ECF6E9 100px); + background: linear-gradient(180deg, rgb(97, 182, 75) 100px, #ecf6e9 100px); border-radius: 2px; } @media (min-width: 600px) { -.chart { - padding: 4rem -} + .chart { + padding: 4rem; } +} .chart__meta { background: rgba(255, 255, 255, 1); border-radius: 2px; position: relative; } .chart__meta::before { - position: absolute; - display: block; - top: 1.7rem; - left: 2rem; - color: rgb(97, 182, 75); - fill: rgb(97, 182, 75); - content: ""; - font-family: 'Archivo', helvetica, arial, sans-serif; - background-image: url(../../images/icons/stars.svg); - background-repeat: no-repeat; - background-size: contain; - width: 40px; - height: 40px; - z-index: 0; - } + position: absolute; + display: block; + top: 1.7rem; + left: 2rem; + color: rgb(97, 182, 75); + fill: rgb(97, 182, 75); + content: ''; + font-family: 'Archivo', helvetica, arial, sans-serif; + background-image: url(../../images/icons/stars.svg); + background-repeat: no-repeat; + background-size: contain; + width: 40px; + height: 40px; + z-index: 0; +} .chart.single-data { border-top: 1px solid #a3a3a3; border-radius: 0; @@ -457,10 +457,10 @@ svg { width: 100%; } @media (min-width: 600px) { -.chart.single-data { - width: 33.3% -} + .chart.single-data { + width: 33.3%; } +} /* chart backgrounds */ .chart__misc_wrap { display: -webkit-box; @@ -468,23 +468,23 @@ svg { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; + -ms-flex-flow: row wrap; + flex-flow: row wrap; -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; -ms-flex-line-pack: center; - align-content: center; + align-content: center; margin-top: 2rem; - border-top: 1px solid #A3A3A3; + border-top: 1px solid #a3a3a3; padding-top: 2rem; } .chart__misc_wrap .chart + .chart { - margin-top: 0; - } + margin-top: 0; +} .chart--bytes, .chart--requests, .chart--connections { @@ -492,31 +492,35 @@ svg { width: 30%; padding: 0; } -.chart--bytes .chart__title, .chart--requests .chart__title, .chart--connections .chart__title { - font-size: 1.3rem; - padding-left: 2rem; - } -.chart--bytes .chart__description, .chart--requests .chart__description, .chart--connections .chart__description { - font-size: 1rem; - } +.chart--bytes .chart__title, +.chart--requests .chart__title, +.chart--connections .chart__title { + font-size: 1.3rem; + padding-left: 2rem; +} +.chart--bytes .chart__description, +.chart--requests .chart__description, +.chart--connections .chart__description { + font-size: 1rem; +} .chart--bytes .chart__meta::before { - background-image: none; - } + background-image: none; +} .chart--requests .chart__meta::before { - background-image: none; - } + background-image: none; +} .chart--connections .chart__meta::before { - background-image: none; - } + background-image: none; +} .chart + .chart { margin-top: 1rem; } .over-budget { - background: linear-gradient(180deg, rgb(182, 75, 78) 100px, #F0DADB 100px); + background: linear-gradient(180deg, rgb(182, 75, 78) 100px, #f0dadb 100px); } .over-budget .chart__meta::before { - background-image: url(../../images/icons/report.svg); - } + background-image: url(../../images/icons/report.svg); +} .chart__title { color: #515151; border-radius: 2px 2px 0 0; @@ -528,7 +532,7 @@ svg { padding: 1rem 2rem; } .chart__stats-wrap { - border-top: 1px solid #E8E8E8; + border-top: 1px solid #e8e8e8; padding: 1rem 2rem; } .chart__stats { @@ -585,13 +589,13 @@ span.chart__passed { font-weight: normal; } .chart--bytes .chart__stats:nth-child(2n)::after { - content: " bytes"; + content: ' bytes'; } .chart--requests .chart__stats:nth-child(2n)::after { - content: " requests"; + content: ' requests'; } .chart--connections .chart__stats:nth-child(2n)::after { - content: " connections"; + content: ' connections'; } /* chart responsive layout */ @media only screen and (min-width: 980px) { @@ -600,14 +604,14 @@ span.chart__passed { display: -ms-flexbox; display: flex; -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; } .chart__meta, .chart__data { -webkit-box-flex: 1; - -ms-flex: 1 1 50%; - flex: 1 1 50%; + -ms-flex: 1 1 50%; + flex: 1 1 50%; } } .footer { @@ -633,11 +637,11 @@ span.chart__passed { width: 250px; } .aerate-logo .aerate-logo--mark { - fill: #308ED9; - } + fill: #308ed9; +} .aerate-logo .aerate-logo--subhead { - fill: #4B4A4A; - } + fill: #4b4a4a; +} .content__top { overflow: hidden; } diff --git a/mapper/aeratemap/css/dev/_menu.css b/mapper/aeratemap/css/dev/_menu.css index c34b884..dd0c8c0 100644 --- a/mapper/aeratemap/css/dev/_menu.css +++ b/mapper/aeratemap/css/dev/_menu.css @@ -1,4 +1,4 @@ -@import "_vars.css"; +@import '_vars.css'; /* menu bar */ .menu { @@ -121,7 +121,6 @@ } } */ - /* mobile menu */ /* .mobile-menu { background-color: $aerate-blue; diff --git a/mapper/aeratemap/css/dev/_vars.css b/mapper/aeratemap/css/dev/_vars.css index 53cb581..145dec9 100644 --- a/mapper/aeratemap/css/dev/_vars.css +++ b/mapper/aeratemap/css/dev/_vars.css @@ -8,31 +8,31 @@ $serif: $rokkitt; $sans: $archivo; /* colors */ -$white: #FFF; +$white: #fff; $black: #000; -$gray: #A3A3A3; +$gray: #a3a3a3; $grayDark: #313131; $grayMid: #515151; -$grayLight: #C4C4C4; -$grayLightest: #E8E8E8; +$grayLight: #c4c4c4; +$grayLightest: #e8e8e8; -$green: #61B64B; +$green: #61b64b; $greenDark: #448234; $greenMid: #93cc84; -$greenLight: #ACD8A0; -$greenLightest: #ECF6E9; +$greenLight: #acd8a0; +$greenLightest: #ecf6e9; $testPass: rgb(97, 182, 75); -$red: #B64B4E; +$red: #b64b4e; $redDark: #823437; -$redMid: #C97C7F; -$redLight: #DBA7A9; -$redLightest: #F0DADB; +$redMid: #c97c7f; +$redLight: #dba7a9; +$redLightest: #f0dadb; $testFail: rgb(182, 75, 78); -$aerate-blue: #308ED9; -$aerate-dark: #4B4A4A; +$aerate-blue: #308ed9; +$aerate-dark: #4b4a4a; /* widths */ $max-width: 1200px; diff --git a/mapper/aeratemap/css/dev/style.css b/mapper/aeratemap/css/dev/style.css index a8bcffe..cda7623 100644 --- a/mapper/aeratemap/css/dev/style.css +++ b/mapper/aeratemap/css/dev/style.css @@ -1,4 +1,4 @@ -@import "_vars.css"; +@import '_vars.css'; * { box-sizing: border-box; @@ -206,7 +206,7 @@ code { padding: $space-one-third $space-one-half 0; border-radius: 3px; background-color: #e5dfd6; - font-family: Consolas, Monaco, Menlo, "Lucida Console", monospace; + font-family: Consolas, Monaco, Menlo, 'Lucida Console', monospace; font-size: 1rem; } @@ -268,7 +268,7 @@ svg { left: $space-double; color: $testPass; fill: $testPass; - content: ""; + content: ''; font-family: $sans; background-image: url(../../images/icons/stars.svg); background-repeat: no-repeat; @@ -432,15 +432,15 @@ span.chart__passed { } .chart--bytes .chart__stats:nth-child(2n)::after { - content: " bytes"; + content: ' bytes'; } .chart--requests .chart__stats:nth-child(2n)::after { - content: " requests"; + content: ' requests'; } .chart--connections .chart__stats:nth-child(2n)::after { - content: " connections"; + content: ' connections'; } /* chart responsive layout */ @@ -494,4 +494,4 @@ span.chart__passed { overflow: hidden; } -@import "_menu.css"; +@import '_menu.css'; diff --git a/mapper/fake-results.json b/mapper/fake-results.json index d7b17bc..410c1fd 100644 --- a/mapper/fake-results.json +++ b/mapper/fake-results.json @@ -1,16597 +1,17181 @@ { - "data": [ - { - "name": "Google.com", - "type": "homepage", - "url": "http://google.com", - "label": "20180228-163636-01-google.com", - "id": "180228_SP_1Q92", - "TTFB": { - "data": { - "id": "180228_SP_1Q92", - "summary": "http://www.webpagetest.org/results.php?test=180228_SP_1Q92", - "location": "Dulles:Chrome", - "connectivity": "Cable", - "bwDown": 5000, - "bwUp": 1000, - "latency": 28, - "plr": "0", - "mobile": 0, - "label": "20180228-163636-01-google.com", - "completed": 1519857499, - "runs": { - "1": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 13, - "testStartOffset": 0, - "bytesOut": 10888, - "gzip_savings": 0, - "requestsFull": 19, - "start_epoch": 0, - "connections": 8, - "bytesOutDoc": 8086, - "final_base_page_request_id": "88451.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 70, - "docTime": 1736, - "domContentLoadedEventEnd": 934, - "image_savings": 0, - "requestsDoc": 15, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 346707, - "responses_404": 0, - "loadTime": 1736, - "score_combine": -1, - "score_etags": -1, - "image_total": 35425, - "loadEventStart": 1725, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": 100, - "domContentLoadedEventStart": 926, - "final_url": "https://www.google.com/?gws_rd=ssl", - "bytesInDoc": 414316, - "score_keep-alive": 100, - "loadEventEnd": 1736, - "score_cache": 100, - "responses_other": 6, - "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", - "fullyLoaded": 3579, - "requests": 19, - "final_base_page_request": 2, - "TTFB": 477, - "bytesIn": 416502, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 3079, - "test_run_time_ms": 9289, - "PerformancePaintTiming.first-contentful-paint": 808.9, - "firstPaint": 808.9, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 808.9, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25.183973, - "domElements": 408, - "domInteractive": 926, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 2100, - "visualComplete": 2100, - "render": 900, - "SpeedIndex": 912, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 135 - }, - { - "name": "fetchStart", - "time": 135 - }, - { - "name": "redirectEnd", - "time": 233 - }, - { - "name": "fetchStart", - "time": 233 - }, - { - "name": "unloadEventStart", - "time": 486 - }, - { - "name": "unloadEventEnd", - "time": 486 - }, - { - "name": "domLoading", - "time": 492 - }, - { - "name": "responseEnd", - "time": 729 - }, - { - "name": "firstLayout", - "time": 814 - }, - { - "name": "firstPaint", - "time": 815 - }, - { - "name": "firstContentfulPaint", - "time": 815 - }, - { - "name": "firstTextPaint", - "time": 815 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 815 - }, - { - "name": "firstImagePaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "domInteractive", - "time": 932 - }, - { - "name": "domContentLoadedEventStart", - "time": 933 - }, - { - "name": "domContentLoadedEventEnd", - "time": 941 - }, - { - "name": "domComplete", - "time": 1731 - }, - { - "name": "loadEventStart", - "time": 1732 - }, - { - "name": "loadEventEnd", - "time": 1742 - } - ], - "chromeUserTiming.fetchStart": 233, - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.redirectEnd": 233, - "chromeUserTiming.unloadEventStart": 486, - "chromeUserTiming.unloadEventEnd": 486, - "chromeUserTiming.domLoading": 492, - "chromeUserTiming.responseEnd": 729, - "chromeUserTiming.firstLayout": 814, - "chromeUserTiming.firstPaint": 815, - "chromeUserTiming.firstContentfulPaint": 815, - "chromeUserTiming.firstTextPaint": 815, - "chromeUserTiming.firstMeaningfulPaintCandidate": 889, - "chromeUserTiming.firstImagePaint": 889, - "chromeUserTiming.firstMeaningfulPaint": 889, - "chromeUserTiming.domInteractive": 932, - "chromeUserTiming.domContentLoadedEventStart": 933, - "chromeUserTiming.domContentLoadedEventEnd": 941, - "chromeUserTiming.domComplete": 1731, - "chromeUserTiming.loadEventStart": 1732, - "chromeUserTiming.loadEventEnd": 1742, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 522.978, - "CSSPropertyPosition": 520.521, - "CSSPropertyAliasWebkitBorderRadius": 521.583, - "CSSPropertyAliasWebkitAnimation": 523.047, - "CSSPropertyMaxWidth": 521.972, - "CSSPropertyBorderLeftColor": 523.186, - "CSSPropertyTextDecoration": 522.274, - "CSSPropertyWebkitTapHighlightColor": 830.101, - "CSSPropertyBorderRight": 522.859, - "CSSPropertyMaxHeight": 523.751, - "CSSPropertyBorderTop": 522.818, - "CSSPropertySrc": 613.952, - "CSSPropertyAliasWebkitJustifyContent": 525.269, - "CSSPropertyZIndex": 520.632, - "CSSPropertyTransitionDelay": 826.931, - "CSSPropertyPaddingLeft": 520.648, - "CSSPropertyUnicodeRange": 613.97, - "CSSPropertyPadding": 520.93, - "CSSPropertyWhiteSpace": 521.933, - "CSSPropertyBackgroundClip": 525.467, - "CSSPropertyAliasWebkitBoxSizing": 524.08, - "CSSPropertyAliasWebkitBoxShadow": 521.766, - "CSSPropertyVerticalAlign": 520.733, - "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, - "CSSPropertyBackgroundPosition": 522.183, - "CSSPropertyFill": 826.844, - "CSSPropertyMinWidth": 521.703, - "CSSPropertyTransition": 520.791, - "CSSPropertyAliasWebkitTransformOrigin": 522.679, - "CSSPropertyBackgroundOrigin": 525.487, - "CSSPropertyBorderStyle": 523.222, - "CSSPropertyFontFamily": 521.669, - "CSSPropertyTransform": 522.664, - "CSSPropertyCursor": 520.61, - "CSSPropertyHeight": 520.718, - "CSSPropertyPerspectiveOrigin": 524.502, - "CSSPropertyBorderBottomWidth": 522.375, - "CSSPropertyMinHeight": 522.081, - "CSSPropertyFontStyle": 523.943, - "CSSPropertyBorderRightWidth": 525.803, - "CSSPropertyAnimation": 523.076, - "CSSPropertyBorderTopLeftRadius": 521.163, - "CSSPropertyBorderBottomLeftRadius": 521.148, - "CSSPropertyTextOverflow": 522.782, - "CSSPropertyBoxSizing": 524.096, - "CSSPropertyBorderColor": 523.646, - "CSSPropertyPaddingBottom": 521.906, - "CSSPropertyBackgroundImage": 521.278, - "CSSPropertyLeft": 521.544, - "CSSPropertyContent": 522.755, - "CSSPropertyFilter": 525.415, - "CSSPropertyWidth": 520.998, - "CSSPropertyBorder": 520.549, - "CSSPropertyFlex": 522.993, - "CSSPropertyBorderTopColor": 522.914, - "CSSPropertyBackgroundColor": 520.703, - "CSSPropertyAliasWebkitAlignItems": 525.237, - "CSSPropertyPaddingTop": 520.677, - "CSSPropertyBottom": 523.253, - "CSSPropertyBorderCollapse": 526.098, - "CSSPropertyMargin": 521.179, - "CSSPropertyTop": 521.118, - "CSSPropertyMarginBottom": 520.827, - "CSSPropertyUnicodeBidi": 520.457, - "CSSPropertyFloat": 521.097, - "CSSPropertyDisplay": 520.491, - "CSSPropertyWordWrap": 1285.537, - "CSSPropertyTransformOrigin": 522.693, - "CSSPropertyAliasWebkitUserSelect": 521.598, - "CSSPropertyMarginTop": 520.812, - "CSSPropertyBorderLeft": 522.836, - "CSSPropertyJustifyContent": 525.283, - "CSSPropertyBoxShadow": 520.77, - "CSSPropertyTextShadow": 524.435, - "CSSPropertyBorderRightColor": 523.206, - "CSSPropertyPaddingRight": 520.663, - "CSSPropertyWebkitAppearance": 1285.696, - "CSSPropertyAliasWebkitBackgroundSize": 522.436, - "CSSPropertyAnimationTimingFunction": 827.475, - "CSSPropertyPointerEvents": 827.062, - "CSSPropertyBorderRadius": 520.748, - "CSSPropertyAliasWebkitTransition": 521.822, - "CSSPropertyOutline": 520.857, - "CSSPropertyListStyleType": 1285.592, - "CSSPropertyOverflow": 520.507, - "CSSPropertyFontWeight": 521.686, - "CSSPropertyOverflowY": 522.212, - "CSSPropertyTextAlign": 520.983, - "CSSPropertyMarginRight": 522.015, - "CSSPropertyWebkitFontSmoothing": 827.343, - "CSSPropertyAlignItems": 525.254, - "CSSPropertyBackground": 520.594, - "CSSPropertyAnimationDirection": 827.46, - "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, - "CSSPropertyUserSelect": 1285.321, - "CSSPropertyLineHeight": 520.906, - "CSSPropertyFont": 520.891, - "CSSPropertyOpacity": 522.118, - "CSSPropertyTextTransform": 524.761, - "CSSPropertyRight": 522.955, - "CSSPropertyBorderBottomColor": 521.426, - "CSSPropertyFontSize": 520.965, - "CSSPropertyOrder": 525.136, - "CSSPropertyBackgroundSize": 522.452, - "CSSPropertyAliasWebkitTransform": 522.649, - "CSSPropertyBorderWidth": 523.239, - "CSSPropertyVisibility": 522.164, - "CSSPropertyAliasWebkitOrder": 525.117, - "CSSPropertyClip": 928.169, - "CSSPropertyBorderBottom": 522.334, - "CSSPropertyColor": 521.073, - "CSSPropertyMarginLeft": 521.199 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 939.602, - "PaintTimingRequested": 6118.17, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, - "HTMLMediaElement": 1455.002, - "LangAttribute": 616.282, - "DocumentFonts": 826.242, - "InputTypeSubmit": 829.977, - "EventSrcElement": 528.456, - "UnprefixedUserTiming": 6112.681, - "SecureContextCheckPassed": 514.472, - "FormElement": 828.952, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, - "InputTypeText": 838.472, - "SetReferrerPolicy": 504.461, - "V8Performance_Timing_AttributeGetter": 1223.778, - "CSSAtRuleKeyframes": 522.137, - "DocumentUnloadRegistered": 1248.489, - "DocumentPageShowFired": 1749.86, - "V8Performance_Memory_AttributeGetter": 1744.966, - "V8MessageChannel_Constructor": 1250.704, - "DocumentPageShowRegistered": 1190.385, - "HasIDClassTagAttribute": 520.416, - "SrcsetXDescriptor": 830.38, - "InputTypeSubmitWithValue": 830.004, - "DeprecatedWebKitLinearGradient": 521.304, - "CSSFlexibleBox": 838.682, - "RemoveEventListenerThirdArgumentIsObject": 916.67, - "SuppressHistoryEntryWithoutUserGesture": 13.674, - "V8MessagePort_PostMessage_Method": 1250.977, - "NetInfoEffectiveType": 1742.921, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, - "DeprecatedWebKitGradient": 521.254, - "NetInfoDownlink": 1742.887, - "PrefixedMinDevicePixelRatioMediaFeature": 614.672, - "SVGSVGElementInDocument": 829.747, - "SyntheticKeyframesInCompositedCSSAnimation": 839.33, - "PrefixedDevicePixelRatioMediaFeature": 614.692, - "CookieSet": 1449.495, - "CSSAtRuleMedia": 521.843, - "CSSValueAppearanceButton": 1285.671, - "UnprefixedRequestAnimationFrame": 6.645, - "UnprefixedPerformanceTimeline": 3384.092, - "V8Document_Scripts_AttributeGetter": 1717.726, - "V8Document_Images_AttributeGetter": 1739.87, - "HTMLElementInnerText": 1717.929, - "HasBeforeOrAfterPseudoElement": 522.62, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, - "CrossOriginMainFrameNulledNameAccessed": 1725.666, - "CSSAtRuleWebkitKeyframes": 522.095, - "DocumentPageHideRegistered": 1355.879, - "FontFaceConstructor": 966.319, - "V8StrictMode": 1158.715, - "CSSSelectorIndirectAdjacent": 523.276, - "AddEventListenerThirdArgumentIsObject": 916.612, - "CSSAtRuleFontFace": 613.84, - "V8Element_GetBoundingClientRect_Method": 1364.936, - "EventPath": 528.705, - "XSSAuditorEnabledBlock": 501.849, - "InputTypeTextMaxLength": 838.497, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, - "SVGSVGElement": 829.69, - "NetInfo": 1742.711, - "LangAttributeOnHTML": 616.308, - "SendBeacon": 939.77, - "PendingStylesheetAddedAfterBodyStarted": 613.8, - "NetInfoOnChange": 1742.947, - "AutocapitalizeAttribute": 1302.806, - "V8Permissions_Query_Method": 1398.772, - "CleanScriptElementWithNonce": 504.942, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 953.657 - } - }, - "step": 1, - "effectiveBps": 134268, - "effectiveBpsDoc": 329083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 5, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 1, - "testStartOffset": 0, - "bytesOut": 3150, - "gzip_savings": 0, - "requestsFull": 5, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1474, - "final_base_page_request_id": "88921.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 69, - "docTime": 1334, - "domContentLoadedEventEnd": 901, - "image_savings": 0, - "requestsDoc": 3, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 66517, - "responses_404": 0, - "loadTime": 1334, - "score_combine": -1, - "score_etags": -1, - "image_total": 0, - "loadEventStart": 1326, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": -1, - "domContentLoadedEventStart": 891, - "final_url": "https://www.google.com/", - "bytesInDoc": 66572, - "score_keep-alive": 100, - "loadEventEnd": 1335, - "score_cache": -1, - "responses_other": 4, - "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", - "fullyLoaded": 3303, - "requests": 5, - "final_base_page_request": 1, - "TTFB": 226, - "bytesIn": 66660, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 2910, - "test_run_time_ms": 7792, - "PerformancePaintTiming.first-contentful-paint": 810.4, - "firstPaint": 810.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 810.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25, - "domElements": 407, - "domInteractive": 891, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 1200, - "visualComplete": 1200, - "render": 900, - "SpeedIndex": 903, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 16 - }, - { - "name": "fetchStart", - "time": 16 - }, - { - "name": "redirectEnd", - "time": 28 - }, - { - "name": "fetchStart", - "time": 28 - }, - { - "name": "unloadEventStart", - "time": 240 - }, - { - "name": "unloadEventEnd", - "time": 240 - }, - { - "name": "domLoading", - "time": 255 - }, - { - "name": "responseEnd", - "time": 342 - }, - { - "name": "firstLayout", - "time": 688 - }, - { - "name": "firstPaint", - "time": 816 - }, - { - "name": "firstContentfulPaint", - "time": 816 - }, - { - "name": "firstTextPaint", - "time": 816 - }, - { - "name": "firstImagePaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "domInteractive", - "time": 896 - }, - { - "name": "domContentLoadedEventStart", - "time": 896 - }, - { - "name": "domContentLoadedEventEnd", - "time": 906 - }, - { - "name": "domComplete", - "time": 1331 - }, - { - "name": "loadEventStart", - "time": 1331 - }, - { - "name": "loadEventEnd", - "time": 1341 - } - ], - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.fetchStart": 28, - "chromeUserTiming.redirectEnd": 28, - "chromeUserTiming.unloadEventStart": 240, - "chromeUserTiming.unloadEventEnd": 240, - "chromeUserTiming.domLoading": 255, - "chromeUserTiming.responseEnd": 342, - "chromeUserTiming.firstLayout": 688, - "chromeUserTiming.firstPaint": 816, - "chromeUserTiming.firstContentfulPaint": 816, - "chromeUserTiming.firstTextPaint": 816, - "chromeUserTiming.firstImagePaint": 816, - "chromeUserTiming.firstMeaningfulPaintCandidate": 816, - "chromeUserTiming.firstMeaningfulPaint": 816, - "chromeUserTiming.domInteractive": 896, - "chromeUserTiming.domContentLoadedEventStart": 896, - "chromeUserTiming.domContentLoadedEventEnd": 906, - "chromeUserTiming.domComplete": 1331, - "chromeUserTiming.loadEventStart": 1331, - "chromeUserTiming.loadEventEnd": 1341, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 287.851, - "CSSPropertyPosition": 284.773, - "CSSPropertyAliasWebkitBorderRadius": 286.368, - "CSSPropertyAliasWebkitAnimation": 287.912, - "CSSPropertyMaxWidth": 286.828, - "CSSPropertyBorderLeftColor": 287.961, - "CSSPropertyTextDecoration": 287.159, - "CSSPropertyWebkitTapHighlightColor": 693.87, - "CSSPropertyBorderRight": 287.765, - "CSSPropertyMaxHeight": 288.419, - "CSSPropertyBorderTop": 287.736, - "CSSPropertySrc": 363.648, - "CSSPropertyAliasWebkitJustifyContent": 289.945, - "CSSPropertyZIndex": 284.912, - "CSSPropertyTransitionDelay": 447.863, - "CSSPropertyPaddingLeft": 284.932, - "CSSPropertyUnicodeRange": 363.665, - "CSSPropertyPadding": 285.515, - "CSSPropertyWhiteSpace": 286.772, - "CSSPropertyBackgroundClip": 290.171, - "CSSPropertyAliasWebkitBoxSizing": 288.698, - "CSSPropertyAliasWebkitBoxShadow": 286.556, - "CSSPropertyVerticalAlign": 285.239, - "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, - "CSSPropertyBackgroundPosition": 287.071, - "CSSPropertyFill": 447.754, - "CSSPropertyMinWidth": 286.468, - "CSSPropertyTransition": 285.324, - "CSSPropertyAliasWebkitTransformOrigin": 287.608, - "CSSPropertyBackgroundOrigin": 290.2, - "CSSPropertyBorderStyle": 287.99, - "CSSPropertyFontFamily": 286.425, - "CSSPropertyTransform": 287.594, - "CSSPropertyCursor": 284.882, - "CSSPropertyHeight": 285.03, - "CSSPropertyPerspectiveOrigin": 289.061, - "CSSPropertyBorderBottomWidth": 287.237, - "CSSPropertyMinHeight": 286.974, - "CSSPropertyFontStyle": 288.581, - "CSSPropertyBorderRightWidth": 290.606, - "CSSPropertyAnimation": 287.934, - "CSSPropertyBorderTopLeftRadius": 285.775, - "CSSPropertyBorderBottomLeftRadius": 285.755, - "CSSPropertyTextOverflow": 287.702, - "CSSPropertyBoxSizing": 288.712, - "CSSPropertyBorderColor": 288.332, - "CSSPropertyPaddingBottom": 286.737, - "CSSPropertyBackgroundImage": 285.945, - "CSSPropertyLeft": 286.311, - "CSSPropertyContent": 287.678, - "CSSPropertyFilter": 290.102, - "CSSPropertyWidth": 285.615, - "CSSPropertyBorder": 284.811, - "CSSPropertyFlex": 287.864, - "CSSPropertyBorderTopColor": 287.797, - "CSSPropertyBackgroundColor": 285.009, - "CSSPropertyAliasWebkitAlignItems": 289.902, - "CSSPropertyPaddingTop": 284.972, - "CSSPropertyBottom": 288.016, - "CSSPropertyBorderCollapse": 290.92, - "CSSPropertyMargin": 285.797, - "CSSPropertyTop": 285.71, - "CSSPropertyMarginBottom": 285.378, - "CSSPropertyUnicodeBidi": 284.686, - "CSSPropertyFloat": 285.681, - "CSSPropertyDisplay": 284.733, - "CSSPropertyWordWrap": 1104.266, - "CSSPropertyTransformOrigin": 287.621, - "CSSPropertyAliasWebkitUserSelect": 286.39, - "CSSPropertyMarginTop": 285.358, - "CSSPropertyBorderLeft": 287.751, - "CSSPropertyJustifyContent": 289.963, - "CSSPropertyBoxShadow": 285.296, - "CSSPropertyTextShadow": 288.999, - "CSSPropertyBorderRightColor": 287.977, - "CSSPropertyPaddingRight": 284.952, - "CSSPropertyWebkitAppearance": 1104.396, - "CSSPropertyAliasWebkitBackgroundSize": 287.291, - "CSSPropertyAnimationTimingFunction": 448.707, - "CSSPropertyPointerEvents": 448.059, - "CSSPropertyBorderRadius": 285.265, - "CSSPropertyAliasWebkitTransition": 286.643, - "CSSPropertyOutline": 285.409, - "CSSPropertyListStyleType": 1104.319, - "CSSPropertyOverflow": 284.754, - "CSSPropertyFontWeight": 286.446, - "CSSPropertyOverflowY": 287.098, - "CSSPropertyTextAlign": 285.596, - "CSSPropertyMarginRight": 286.884, - "CSSPropertyWebkitFontSmoothing": 448.476, - "CSSPropertyAlignItems": 289.926, - "CSSPropertyBackground": 284.86, - "CSSPropertyAnimationDirection": 448.689, - "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, - "CSSPropertyUserSelect": 1104.082, - "CSSPropertyLineHeight": 285.467, - "CSSPropertyFont": 285.446, - "CSSPropertyOpacity": 287.011, - "CSSPropertyTextTransform": 289.284, - "CSSPropertyRight": 287.831, - "CSSPropertyBorderBottomColor": 286.136, - "CSSPropertyFontSize": 285.569, - "CSSPropertyOrder": 289.809, - "CSSPropertyBackgroundSize": 287.306, - "CSSPropertyAliasWebkitTransform": 287.581, - "CSSPropertyBorderWidth": 288.004, - "CSSPropertyVisibility": 287.053, - "CSSPropertyAliasWebkitOrder": 289.789, - "CSSPropertyClip": 882.409, - "CSSPropertyBorderBottom": 287.216, - "CSSPropertyColor": 285.649, - "CSSPropertyMarginLeft": 285.827 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 892.531, - "PaintTimingRequested": 5937.234, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, - "HTMLMediaElement": 1232.797, - "DeprecatedWebKitGradient": 285.911, - "DocumentFonts": 364.316, - "InputTypeSubmit": 693.757, - "EventSrcElement": 293.837, - "UnprefixedUserTiming": 5932.413, - "SecureContextCheckPassed": 279.757, - "FormElement": 692.888, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, - "InputTypeText": 702.428, - "SetReferrerPolicy": 274.622, - "V8Performance_Timing_AttributeGetter": 1044.461, - "CSSAtRuleKeyframes": 287.029, - "DocumentUnloadRegistered": 1066.129, - "DocumentPageShowFired": 1345.26, - "V8Performance_Memory_AttributeGetter": 1340.897, - "V8MessageChannel_Constructor": 1068.728, - "DocumentPageShowRegistered": 1012.756, - "HasIDClassTagAttribute": 284.634, - "SrcsetXDescriptor": 694.15, - "InputTypeSubmitWithValue": 693.785, - "DeprecatedWebKitLinearGradient": 285.981, - "CSSFlexibleBox": 702.642, - "RemoveEventListenerThirdArgumentIsObject": 850.919, - "SuppressHistoryEntryWithoutUserGesture": 8.936, - "V8MessagePort_PostMessage_Method": 1069.094, - "NetInfoEffectiveType": 1338.981, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, - "UnprefixedRequestAnimationFrame": 2.767, - "NetInfoDownlink": 1338.947, - "PrefixedMinDevicePixelRatioMediaFeature": 364.68, - "SVGSVGElementInDocument": 693.551, - "SyntheticKeyframesInCompositedCSSAnimation": 703.343, - "PrefixedDevicePixelRatioMediaFeature": 364.698, - "CookieSet": 1217.842, - "LangAttribute": 450.454, - "CSSAtRuleMedia": 286.668, - "CSSValueAppearanceButton": 1104.369, - "UnprefixedPerformanceTimeline": 3262.199, - "V8Document_Scripts_AttributeGetter": 1314.692, - "V8Document_Images_AttributeGetter": 1335.907, - "HTMLElementInnerText": 1314.981, - "HasBeforeOrAfterPseudoElement": 287.555, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, - "CrossOriginMainFrameNulledNameAccessed": 1325.204, - "CSSAtRuleWebkitKeyframes": 286.989, - "DocumentPageHideRegistered": 1245.973, - "FontFaceConstructor": 830.826, - "V8StrictMode": 1014.197, - "CSSSelectorIndirectAdjacent": 288.036, - "AddEventListenerThirdArgumentIsObject": 850.84, - "CSSAtRuleFontFace": 363.584, - "V8Element_GetBoundingClientRect_Method": 1253.718, - "EventPath": 294.039, - "XSSAuditorEnabledBlock": 270.408, - "InputTypeTextMaxLength": 702.463, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, - "SVGSVGElement": 693.499, - "NetInfo": 1338.791, - "LangAttributeOnHTML": 450.48, - "SendBeacon": 892.71, - "PendingStylesheetAddedAfterBodyStarted": 363.529, - "NetInfoOnChange": 1339.009, - "AutocapitalizeAttribute": 1125.972, - "V8Permissions_Query_Method": 1280.367, - "CleanScriptElementWithNonce": 274.928, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 811.08 - } - }, - "step": 1, - "effectiveBps": 21663, - "effectiveBpsDoc": 60083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 0, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" - }, - "consoleLog": [] - } + "data": [ + { + "name": "Google.com", + "type": "homepage", + "url": "http://google.com", + "label": "20180228-163636-01-google.com", + "id": "180228_SP_1Q92", + "TTFB": { + "data": { + "id": "180228_SP_1Q92", + "summary": + "http://www.webpagetest.org/results.php?test=180228_SP_1Q92", + "location": "Dulles:Chrome", + "connectivity": "Cable", + "bwDown": 5000, + "bwUp": 1000, + "latency": 28, + "plr": "0", + "mobile": 0, + "label": "20180228-163636-01-google.com", + "completed": 1519857499, + "runs": { + "1": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 13, + "testStartOffset": 0, + "bytesOut": 10888, + "gzip_savings": 0, + "requestsFull": 19, + "start_epoch": 0, + "connections": 8, + "bytesOutDoc": 8086, + "final_base_page_request_id": "88451.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 70, + "docTime": 1736, + "domContentLoadedEventEnd": 934, + "image_savings": 0, + "requestsDoc": 15, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 346707, + "responses_404": 0, + "loadTime": 1736, + "score_combine": -1, + "score_etags": -1, + "image_total": 35425, + "loadEventStart": 1725, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": 100, + "domContentLoadedEventStart": 926, + "final_url": "https://www.google.com/?gws_rd=ssl", + "bytesInDoc": 414316, + "score_keep-alive": 100, + "loadEventEnd": 1736, + "score_cache": 100, + "responses_other": 6, + "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", + "fullyLoaded": 3579, + "requests": 19, + "final_base_page_request": 2, + "TTFB": 477, + "bytesIn": 416502, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 3079, + "test_run_time_ms": 9289, + "PerformancePaintTiming.first-contentful-paint": 808.9, + "firstPaint": 808.9, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 808.9, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25.183973, + "domElements": 408, + "domInteractive": 926, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 } - }, - "median": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 13, - "testStartOffset": 0, - "bytesOut": 10888, - "gzip_savings": 0, - "requestsFull": 19, - "start_epoch": 0, - "connections": 8, - "bytesOutDoc": 8086, - "final_base_page_request_id": "88451.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 70, - "docTime": 1736, - "domContentLoadedEventEnd": 934, - "image_savings": 0, - "requestsDoc": 15, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 346707, - "responses_404": 0, - "loadTime": 1736, - "score_combine": -1, - "score_etags": -1, - "image_total": 35425, - "loadEventStart": 1725, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": 100, - "domContentLoadedEventStart": 926, - "final_url": "https://www.google.com/?gws_rd=ssl", - "bytesInDoc": 414316, - "score_keep-alive": 100, - "loadEventEnd": 1736, - "score_cache": 100, - "responses_other": 6, - "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", - "fullyLoaded": 3579, - "requests": 19, - "final_base_page_request": 2, - "TTFB": 477, - "bytesIn": 416502, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 3079, - "test_run_time_ms": 9289, - "PerformancePaintTiming.first-contentful-paint": 808.9, - "firstPaint": 808.9, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 808.9, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25.183973, - "domElements": 408, - "domInteractive": 926, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 2100, - "visualComplete": 2100, - "render": 900, - "SpeedIndex": 912, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 135 - }, - { - "name": "fetchStart", - "time": 135 - }, - { - "name": "redirectEnd", - "time": 233 - }, - { - "name": "fetchStart", - "time": 233 - }, - { - "name": "unloadEventStart", - "time": 486 - }, - { - "name": "unloadEventEnd", - "time": 486 - }, - { - "name": "domLoading", - "time": 492 - }, - { - "name": "responseEnd", - "time": 729 - }, - { - "name": "firstLayout", - "time": 814 - }, - { - "name": "firstPaint", - "time": 815 - }, - { - "name": "firstContentfulPaint", - "time": 815 - }, - { - "name": "firstTextPaint", - "time": 815 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 815 - }, - { - "name": "firstImagePaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "domInteractive", - "time": 932 - }, - { - "name": "domContentLoadedEventStart", - "time": 933 - }, - { - "name": "domContentLoadedEventEnd", - "time": 941 - }, - { - "name": "domComplete", - "time": 1731 - }, - { - "name": "loadEventStart", - "time": 1732 - }, - { - "name": "loadEventEnd", - "time": 1742 - } - ], - "chromeUserTiming.fetchStart": 233, - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.redirectEnd": 233, - "chromeUserTiming.unloadEventStart": 486, - "chromeUserTiming.unloadEventEnd": 486, - "chromeUserTiming.domLoading": 492, - "chromeUserTiming.responseEnd": 729, - "chromeUserTiming.firstLayout": 814, - "chromeUserTiming.firstPaint": 815, - "chromeUserTiming.firstContentfulPaint": 815, - "chromeUserTiming.firstTextPaint": 815, - "chromeUserTiming.firstMeaningfulPaintCandidate": 889, - "chromeUserTiming.firstImagePaint": 889, - "chromeUserTiming.firstMeaningfulPaint": 889, - "chromeUserTiming.domInteractive": 932, - "chromeUserTiming.domContentLoadedEventStart": 933, - "chromeUserTiming.domContentLoadedEventEnd": 941, - "chromeUserTiming.domComplete": 1731, - "chromeUserTiming.loadEventStart": 1732, - "chromeUserTiming.loadEventEnd": 1742, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 522.978, - "CSSPropertyPosition": 520.521, - "CSSPropertyAliasWebkitBorderRadius": 521.583, - "CSSPropertyAliasWebkitAnimation": 523.047, - "CSSPropertyMaxWidth": 521.972, - "CSSPropertyBorderLeftColor": 523.186, - "CSSPropertyTextDecoration": 522.274, - "CSSPropertyWebkitTapHighlightColor": 830.101, - "CSSPropertyBorderRight": 522.859, - "CSSPropertyMaxHeight": 523.751, - "CSSPropertyBorderTop": 522.818, - "CSSPropertySrc": 613.952, - "CSSPropertyAliasWebkitJustifyContent": 525.269, - "CSSPropertyZIndex": 520.632, - "CSSPropertyTransitionDelay": 826.931, - "CSSPropertyPaddingLeft": 520.648, - "CSSPropertyUnicodeRange": 613.97, - "CSSPropertyPadding": 520.93, - "CSSPropertyWhiteSpace": 521.933, - "CSSPropertyBackgroundClip": 525.467, - "CSSPropertyAliasWebkitBoxSizing": 524.08, - "CSSPropertyAliasWebkitBoxShadow": 521.766, - "CSSPropertyVerticalAlign": 520.733, - "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, - "CSSPropertyBackgroundPosition": 522.183, - "CSSPropertyFill": 826.844, - "CSSPropertyMinWidth": 521.703, - "CSSPropertyTransition": 520.791, - "CSSPropertyAliasWebkitTransformOrigin": 522.679, - "CSSPropertyBackgroundOrigin": 525.487, - "CSSPropertyBorderStyle": 523.222, - "CSSPropertyFontFamily": 521.669, - "CSSPropertyTransform": 522.664, - "CSSPropertyCursor": 520.61, - "CSSPropertyHeight": 520.718, - "CSSPropertyPerspectiveOrigin": 524.502, - "CSSPropertyBorderBottomWidth": 522.375, - "CSSPropertyMinHeight": 522.081, - "CSSPropertyFontStyle": 523.943, - "CSSPropertyBorderRightWidth": 525.803, - "CSSPropertyAnimation": 523.076, - "CSSPropertyBorderTopLeftRadius": 521.163, - "CSSPropertyBorderBottomLeftRadius": 521.148, - "CSSPropertyTextOverflow": 522.782, - "CSSPropertyBoxSizing": 524.096, - "CSSPropertyBorderColor": 523.646, - "CSSPropertyPaddingBottom": 521.906, - "CSSPropertyBackgroundImage": 521.278, - "CSSPropertyLeft": 521.544, - "CSSPropertyContent": 522.755, - "CSSPropertyFilter": 525.415, - "CSSPropertyWidth": 520.998, - "CSSPropertyBorder": 520.549, - "CSSPropertyFlex": 522.993, - "CSSPropertyBorderTopColor": 522.914, - "CSSPropertyBackgroundColor": 520.703, - "CSSPropertyAliasWebkitAlignItems": 525.237, - "CSSPropertyPaddingTop": 520.677, - "CSSPropertyBottom": 523.253, - "CSSPropertyBorderCollapse": 526.098, - "CSSPropertyMargin": 521.179, - "CSSPropertyTop": 521.118, - "CSSPropertyMarginBottom": 520.827, - "CSSPropertyUnicodeBidi": 520.457, - "CSSPropertyFloat": 521.097, - "CSSPropertyDisplay": 520.491, - "CSSPropertyWordWrap": 1285.537, - "CSSPropertyTransformOrigin": 522.693, - "CSSPropertyAliasWebkitUserSelect": 521.598, - "CSSPropertyMarginTop": 520.812, - "CSSPropertyBorderLeft": 522.836, - "CSSPropertyJustifyContent": 525.283, - "CSSPropertyBoxShadow": 520.77, - "CSSPropertyTextShadow": 524.435, - "CSSPropertyBorderRightColor": 523.206, - "CSSPropertyPaddingRight": 520.663, - "CSSPropertyWebkitAppearance": 1285.696, - "CSSPropertyAliasWebkitBackgroundSize": 522.436, - "CSSPropertyAnimationTimingFunction": 827.475, - "CSSPropertyPointerEvents": 827.062, - "CSSPropertyBorderRadius": 520.748, - "CSSPropertyAliasWebkitTransition": 521.822, - "CSSPropertyOutline": 520.857, - "CSSPropertyListStyleType": 1285.592, - "CSSPropertyOverflow": 520.507, - "CSSPropertyFontWeight": 521.686, - "CSSPropertyOverflowY": 522.212, - "CSSPropertyTextAlign": 520.983, - "CSSPropertyMarginRight": 522.015, - "CSSPropertyWebkitFontSmoothing": 827.343, - "CSSPropertyAlignItems": 525.254, - "CSSPropertyBackground": 520.594, - "CSSPropertyAnimationDirection": 827.46, - "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, - "CSSPropertyUserSelect": 1285.321, - "CSSPropertyLineHeight": 520.906, - "CSSPropertyFont": 520.891, - "CSSPropertyOpacity": 522.118, - "CSSPropertyTextTransform": 524.761, - "CSSPropertyRight": 522.955, - "CSSPropertyBorderBottomColor": 521.426, - "CSSPropertyFontSize": 520.965, - "CSSPropertyOrder": 525.136, - "CSSPropertyBackgroundSize": 522.452, - "CSSPropertyAliasWebkitTransform": 522.649, - "CSSPropertyBorderWidth": 523.239, - "CSSPropertyVisibility": 522.164, - "CSSPropertyAliasWebkitOrder": 525.117, - "CSSPropertyClip": 928.169, - "CSSPropertyBorderBottom": 522.334, - "CSSPropertyColor": 521.073, - "CSSPropertyMarginLeft": 521.199 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 939.602, - "PaintTimingRequested": 6118.17, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, - "HTMLMediaElement": 1455.002, - "LangAttribute": 616.282, - "DocumentFonts": 826.242, - "InputTypeSubmit": 829.977, - "EventSrcElement": 528.456, - "UnprefixedUserTiming": 6112.681, - "SecureContextCheckPassed": 514.472, - "FormElement": 828.952, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, - "InputTypeText": 838.472, - "SetReferrerPolicy": 504.461, - "V8Performance_Timing_AttributeGetter": 1223.778, - "CSSAtRuleKeyframes": 522.137, - "DocumentUnloadRegistered": 1248.489, - "DocumentPageShowFired": 1749.86, - "V8Performance_Memory_AttributeGetter": 1744.966, - "V8MessageChannel_Constructor": 1250.704, - "DocumentPageShowRegistered": 1190.385, - "HasIDClassTagAttribute": 520.416, - "SrcsetXDescriptor": 830.38, - "InputTypeSubmitWithValue": 830.004, - "DeprecatedWebKitLinearGradient": 521.304, - "CSSFlexibleBox": 838.682, - "RemoveEventListenerThirdArgumentIsObject": 916.67, - "SuppressHistoryEntryWithoutUserGesture": 13.674, - "V8MessagePort_PostMessage_Method": 1250.977, - "NetInfoEffectiveType": 1742.921, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, - "DeprecatedWebKitGradient": 521.254, - "NetInfoDownlink": 1742.887, - "PrefixedMinDevicePixelRatioMediaFeature": 614.672, - "SVGSVGElementInDocument": 829.747, - "SyntheticKeyframesInCompositedCSSAnimation": 839.33, - "PrefixedDevicePixelRatioMediaFeature": 614.692, - "CookieSet": 1449.495, - "CSSAtRuleMedia": 521.843, - "CSSValueAppearanceButton": 1285.671, - "UnprefixedRequestAnimationFrame": 6.645, - "UnprefixedPerformanceTimeline": 3384.092, - "V8Document_Scripts_AttributeGetter": 1717.726, - "V8Document_Images_AttributeGetter": 1739.87, - "HTMLElementInnerText": 1717.929, - "HasBeforeOrAfterPseudoElement": 522.62, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, - "CrossOriginMainFrameNulledNameAccessed": 1725.666, - "CSSAtRuleWebkitKeyframes": 522.095, - "DocumentPageHideRegistered": 1355.879, - "FontFaceConstructor": 966.319, - "V8StrictMode": 1158.715, - "CSSSelectorIndirectAdjacent": 523.276, - "AddEventListenerThirdArgumentIsObject": 916.612, - "CSSAtRuleFontFace": 613.84, - "V8Element_GetBoundingClientRect_Method": 1364.936, - "EventPath": 528.705, - "XSSAuditorEnabledBlock": 501.849, - "InputTypeTextMaxLength": 838.497, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, - "SVGSVGElement": 829.69, - "NetInfo": 1742.711, - "LangAttributeOnHTML": 616.308, - "SendBeacon": 939.77, - "PendingStylesheetAddedAfterBodyStarted": 613.8, - "NetInfoOnChange": 1742.947, - "AutocapitalizeAttribute": 1302.806, - "V8Permissions_Query_Method": 1398.772, - "CleanScriptElementWithNonce": 504.942, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 953.657 - } - }, - "step": 1, - "effectiveBps": 134268, - "effectiveBpsDoc": 329083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 5, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 1, - "testStartOffset": 0, - "bytesOut": 3150, - "gzip_savings": 0, - "requestsFull": 5, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1474, - "final_base_page_request_id": "88921.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 69, - "docTime": 1334, - "domContentLoadedEventEnd": 901, - "image_savings": 0, - "requestsDoc": 3, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 66517, - "responses_404": 0, - "loadTime": 1334, - "score_combine": -1, - "score_etags": -1, - "image_total": 0, - "loadEventStart": 1326, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": -1, - "domContentLoadedEventStart": 891, - "final_url": "https://www.google.com/", - "bytesInDoc": 66572, - "score_keep-alive": 100, - "loadEventEnd": 1335, - "score_cache": -1, - "responses_other": 4, - "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", - "fullyLoaded": 3303, - "requests": 5, - "final_base_page_request": 1, - "TTFB": 226, - "bytesIn": 66660, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 2910, - "test_run_time_ms": 7792, - "PerformancePaintTiming.first-contentful-paint": 810.4, - "firstPaint": 810.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 810.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25, - "domElements": 407, - "domInteractive": 891, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 1200, - "visualComplete": 1200, - "render": 900, - "SpeedIndex": 903, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 16 - }, - { - "name": "fetchStart", - "time": 16 - }, - { - "name": "redirectEnd", - "time": 28 - }, - { - "name": "fetchStart", - "time": 28 - }, - { - "name": "unloadEventStart", - "time": 240 - }, - { - "name": "unloadEventEnd", - "time": 240 - }, - { - "name": "domLoading", - "time": 255 - }, - { - "name": "responseEnd", - "time": 342 - }, - { - "name": "firstLayout", - "time": 688 - }, - { - "name": "firstPaint", - "time": 816 - }, - { - "name": "firstContentfulPaint", - "time": 816 - }, - { - "name": "firstTextPaint", - "time": 816 - }, - { - "name": "firstImagePaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "domInteractive", - "time": 896 - }, - { - "name": "domContentLoadedEventStart", - "time": 896 - }, - { - "name": "domContentLoadedEventEnd", - "time": 906 - }, - { - "name": "domComplete", - "time": 1331 - }, - { - "name": "loadEventStart", - "time": 1331 - }, - { - "name": "loadEventEnd", - "time": 1341 - } - ], - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.fetchStart": 28, - "chromeUserTiming.redirectEnd": 28, - "chromeUserTiming.unloadEventStart": 240, - "chromeUserTiming.unloadEventEnd": 240, - "chromeUserTiming.domLoading": 255, - "chromeUserTiming.responseEnd": 342, - "chromeUserTiming.firstLayout": 688, - "chromeUserTiming.firstPaint": 816, - "chromeUserTiming.firstContentfulPaint": 816, - "chromeUserTiming.firstTextPaint": 816, - "chromeUserTiming.firstImagePaint": 816, - "chromeUserTiming.firstMeaningfulPaintCandidate": 816, - "chromeUserTiming.firstMeaningfulPaint": 816, - "chromeUserTiming.domInteractive": 896, - "chromeUserTiming.domContentLoadedEventStart": 896, - "chromeUserTiming.domContentLoadedEventEnd": 906, - "chromeUserTiming.domComplete": 1331, - "chromeUserTiming.loadEventStart": 1331, - "chromeUserTiming.loadEventEnd": 1341, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 287.851, - "CSSPropertyPosition": 284.773, - "CSSPropertyAliasWebkitBorderRadius": 286.368, - "CSSPropertyAliasWebkitAnimation": 287.912, - "CSSPropertyMaxWidth": 286.828, - "CSSPropertyBorderLeftColor": 287.961, - "CSSPropertyTextDecoration": 287.159, - "CSSPropertyWebkitTapHighlightColor": 693.87, - "CSSPropertyBorderRight": 287.765, - "CSSPropertyMaxHeight": 288.419, - "CSSPropertyBorderTop": 287.736, - "CSSPropertySrc": 363.648, - "CSSPropertyAliasWebkitJustifyContent": 289.945, - "CSSPropertyZIndex": 284.912, - "CSSPropertyTransitionDelay": 447.863, - "CSSPropertyPaddingLeft": 284.932, - "CSSPropertyUnicodeRange": 363.665, - "CSSPropertyPadding": 285.515, - "CSSPropertyWhiteSpace": 286.772, - "CSSPropertyBackgroundClip": 290.171, - "CSSPropertyAliasWebkitBoxSizing": 288.698, - "CSSPropertyAliasWebkitBoxShadow": 286.556, - "CSSPropertyVerticalAlign": 285.239, - "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, - "CSSPropertyBackgroundPosition": 287.071, - "CSSPropertyFill": 447.754, - "CSSPropertyMinWidth": 286.468, - "CSSPropertyTransition": 285.324, - "CSSPropertyAliasWebkitTransformOrigin": 287.608, - "CSSPropertyBackgroundOrigin": 290.2, - "CSSPropertyBorderStyle": 287.99, - "CSSPropertyFontFamily": 286.425, - "CSSPropertyTransform": 287.594, - "CSSPropertyCursor": 284.882, - "CSSPropertyHeight": 285.03, - "CSSPropertyPerspectiveOrigin": 289.061, - "CSSPropertyBorderBottomWidth": 287.237, - "CSSPropertyMinHeight": 286.974, - "CSSPropertyFontStyle": 288.581, - "CSSPropertyBorderRightWidth": 290.606, - "CSSPropertyAnimation": 287.934, - "CSSPropertyBorderTopLeftRadius": 285.775, - "CSSPropertyBorderBottomLeftRadius": 285.755, - "CSSPropertyTextOverflow": 287.702, - "CSSPropertyBoxSizing": 288.712, - "CSSPropertyBorderColor": 288.332, - "CSSPropertyPaddingBottom": 286.737, - "CSSPropertyBackgroundImage": 285.945, - "CSSPropertyLeft": 286.311, - "CSSPropertyContent": 287.678, - "CSSPropertyFilter": 290.102, - "CSSPropertyWidth": 285.615, - "CSSPropertyBorder": 284.811, - "CSSPropertyFlex": 287.864, - "CSSPropertyBorderTopColor": 287.797, - "CSSPropertyBackgroundColor": 285.009, - "CSSPropertyAliasWebkitAlignItems": 289.902, - "CSSPropertyPaddingTop": 284.972, - "CSSPropertyBottom": 288.016, - "CSSPropertyBorderCollapse": 290.92, - "CSSPropertyMargin": 285.797, - "CSSPropertyTop": 285.71, - "CSSPropertyMarginBottom": 285.378, - "CSSPropertyUnicodeBidi": 284.686, - "CSSPropertyFloat": 285.681, - "CSSPropertyDisplay": 284.733, - "CSSPropertyWordWrap": 1104.266, - "CSSPropertyTransformOrigin": 287.621, - "CSSPropertyAliasWebkitUserSelect": 286.39, - "CSSPropertyMarginTop": 285.358, - "CSSPropertyBorderLeft": 287.751, - "CSSPropertyJustifyContent": 289.963, - "CSSPropertyBoxShadow": 285.296, - "CSSPropertyTextShadow": 288.999, - "CSSPropertyBorderRightColor": 287.977, - "CSSPropertyPaddingRight": 284.952, - "CSSPropertyWebkitAppearance": 1104.396, - "CSSPropertyAliasWebkitBackgroundSize": 287.291, - "CSSPropertyAnimationTimingFunction": 448.707, - "CSSPropertyPointerEvents": 448.059, - "CSSPropertyBorderRadius": 285.265, - "CSSPropertyAliasWebkitTransition": 286.643, - "CSSPropertyOutline": 285.409, - "CSSPropertyListStyleType": 1104.319, - "CSSPropertyOverflow": 284.754, - "CSSPropertyFontWeight": 286.446, - "CSSPropertyOverflowY": 287.098, - "CSSPropertyTextAlign": 285.596, - "CSSPropertyMarginRight": 286.884, - "CSSPropertyWebkitFontSmoothing": 448.476, - "CSSPropertyAlignItems": 289.926, - "CSSPropertyBackground": 284.86, - "CSSPropertyAnimationDirection": 448.689, - "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, - "CSSPropertyUserSelect": 1104.082, - "CSSPropertyLineHeight": 285.467, - "CSSPropertyFont": 285.446, - "CSSPropertyOpacity": 287.011, - "CSSPropertyTextTransform": 289.284, - "CSSPropertyRight": 287.831, - "CSSPropertyBorderBottomColor": 286.136, - "CSSPropertyFontSize": 285.569, - "CSSPropertyOrder": 289.809, - "CSSPropertyBackgroundSize": 287.306, - "CSSPropertyAliasWebkitTransform": 287.581, - "CSSPropertyBorderWidth": 288.004, - "CSSPropertyVisibility": 287.053, - "CSSPropertyAliasWebkitOrder": 289.789, - "CSSPropertyClip": 882.409, - "CSSPropertyBorderBottom": 287.216, - "CSSPropertyColor": 285.649, - "CSSPropertyMarginLeft": 285.827 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 892.531, - "PaintTimingRequested": 5937.234, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, - "HTMLMediaElement": 1232.797, - "DeprecatedWebKitGradient": 285.911, - "DocumentFonts": 364.316, - "InputTypeSubmit": 693.757, - "EventSrcElement": 293.837, - "UnprefixedUserTiming": 5932.413, - "SecureContextCheckPassed": 279.757, - "FormElement": 692.888, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, - "InputTypeText": 702.428, - "SetReferrerPolicy": 274.622, - "V8Performance_Timing_AttributeGetter": 1044.461, - "CSSAtRuleKeyframes": 287.029, - "DocumentUnloadRegistered": 1066.129, - "DocumentPageShowFired": 1345.26, - "V8Performance_Memory_AttributeGetter": 1340.897, - "V8MessageChannel_Constructor": 1068.728, - "DocumentPageShowRegistered": 1012.756, - "HasIDClassTagAttribute": 284.634, - "SrcsetXDescriptor": 694.15, - "InputTypeSubmitWithValue": 693.785, - "DeprecatedWebKitLinearGradient": 285.981, - "CSSFlexibleBox": 702.642, - "RemoveEventListenerThirdArgumentIsObject": 850.919, - "SuppressHistoryEntryWithoutUserGesture": 8.936, - "V8MessagePort_PostMessage_Method": 1069.094, - "NetInfoEffectiveType": 1338.981, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, - "UnprefixedRequestAnimationFrame": 2.767, - "NetInfoDownlink": 1338.947, - "PrefixedMinDevicePixelRatioMediaFeature": 364.68, - "SVGSVGElementInDocument": 693.551, - "SyntheticKeyframesInCompositedCSSAnimation": 703.343, - "PrefixedDevicePixelRatioMediaFeature": 364.698, - "CookieSet": 1217.842, - "LangAttribute": 450.454, - "CSSAtRuleMedia": 286.668, - "CSSValueAppearanceButton": 1104.369, - "UnprefixedPerformanceTimeline": 3262.199, - "V8Document_Scripts_AttributeGetter": 1314.692, - "V8Document_Images_AttributeGetter": 1335.907, - "HTMLElementInnerText": 1314.981, - "HasBeforeOrAfterPseudoElement": 287.555, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, - "CrossOriginMainFrameNulledNameAccessed": 1325.204, - "CSSAtRuleWebkitKeyframes": 286.989, - "DocumentPageHideRegistered": 1245.973, - "FontFaceConstructor": 830.826, - "V8StrictMode": 1014.197, - "CSSSelectorIndirectAdjacent": 288.036, - "AddEventListenerThirdArgumentIsObject": 850.84, - "CSSAtRuleFontFace": 363.584, - "V8Element_GetBoundingClientRect_Method": 1253.718, - "EventPath": 294.039, - "XSSAuditorEnabledBlock": 270.408, - "InputTypeTextMaxLength": 702.463, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, - "SVGSVGElement": 693.499, - "NetInfo": 1338.791, - "LangAttributeOnHTML": 450.48, - "SendBeacon": 892.71, - "PendingStylesheetAddedAfterBodyStarted": 363.529, - "NetInfoOnChange": 1339.009, - "AutocapitalizeAttribute": 1125.972, - "V8Permissions_Query_Method": 1280.367, - "CleanScriptElementWithNonce": 274.928, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 811.08 - } - }, - "step": 1, - "effectiveBps": 21663, - "effectiveBpsDoc": 60083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 0, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" - }, - "consoleLog": [] + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 } - } - }, - "webPagetestVersion": "18.02" - }, - "render": { - "data": { - "id": "180228_SP_1Q92", - "summary": "http://www.webpagetest.org/results.php?test=180228_SP_1Q92", - "location": "Dulles:Chrome", - "connectivity": "Cable", - "bwDown": 5000, - "bwUp": 1000, - "latency": 28, - "plr": "0", - "mobile": 0, - "label": "20180228-163636-01-google.com", - "completed": 1519857499, - "runs": { - "1": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 13, - "testStartOffset": 0, - "bytesOut": 10888, - "gzip_savings": 0, - "requestsFull": 19, - "start_epoch": 0, - "connections": 8, - "bytesOutDoc": 8086, - "final_base_page_request_id": "88451.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 70, - "docTime": 1736, - "domContentLoadedEventEnd": 934, - "image_savings": 0, - "requestsDoc": 15, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 346707, - "responses_404": 0, - "loadTime": 1736, - "score_combine": -1, - "score_etags": -1, - "image_total": 35425, - "loadEventStart": 1725, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": 100, - "domContentLoadedEventStart": 926, - "final_url": "https://www.google.com/?gws_rd=ssl", - "bytesInDoc": 414316, - "score_keep-alive": 100, - "loadEventEnd": 1736, - "score_cache": 100, - "responses_other": 6, - "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", - "fullyLoaded": 3579, - "requests": 19, - "final_base_page_request": 2, - "TTFB": 477, - "bytesIn": 416502, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 3079, - "test_run_time_ms": 9289, - "PerformancePaintTiming.first-contentful-paint": 808.9, - "firstPaint": 808.9, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 808.9, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25.183973, - "domElements": 408, - "domInteractive": 926, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 2100, - "visualComplete": 2100, - "render": 900, - "SpeedIndex": 912, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 135 - }, - { - "name": "fetchStart", - "time": 135 - }, - { - "name": "redirectEnd", - "time": 233 - }, - { - "name": "fetchStart", - "time": 233 - }, - { - "name": "unloadEventStart", - "time": 486 - }, - { - "name": "unloadEventEnd", - "time": 486 - }, - { - "name": "domLoading", - "time": 492 - }, - { - "name": "responseEnd", - "time": 729 - }, - { - "name": "firstLayout", - "time": 814 - }, - { - "name": "firstPaint", - "time": 815 - }, - { - "name": "firstContentfulPaint", - "time": 815 - }, - { - "name": "firstTextPaint", - "time": 815 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 815 - }, - { - "name": "firstImagePaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "domInteractive", - "time": 932 - }, - { - "name": "domContentLoadedEventStart", - "time": 933 - }, - { - "name": "domContentLoadedEventEnd", - "time": 941 - }, - { - "name": "domComplete", - "time": 1731 - }, - { - "name": "loadEventStart", - "time": 1732 - }, - { - "name": "loadEventEnd", - "time": 1742 - } - ], - "chromeUserTiming.fetchStart": 233, - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.redirectEnd": 233, - "chromeUserTiming.unloadEventStart": 486, - "chromeUserTiming.unloadEventEnd": 486, - "chromeUserTiming.domLoading": 492, - "chromeUserTiming.responseEnd": 729, - "chromeUserTiming.firstLayout": 814, - "chromeUserTiming.firstPaint": 815, - "chromeUserTiming.firstContentfulPaint": 815, - "chromeUserTiming.firstTextPaint": 815, - "chromeUserTiming.firstMeaningfulPaintCandidate": 889, - "chromeUserTiming.firstImagePaint": 889, - "chromeUserTiming.firstMeaningfulPaint": 889, - "chromeUserTiming.domInteractive": 932, - "chromeUserTiming.domContentLoadedEventStart": 933, - "chromeUserTiming.domContentLoadedEventEnd": 941, - "chromeUserTiming.domComplete": 1731, - "chromeUserTiming.loadEventStart": 1732, - "chromeUserTiming.loadEventEnd": 1742, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 522.978, - "CSSPropertyPosition": 520.521, - "CSSPropertyAliasWebkitBorderRadius": 521.583, - "CSSPropertyAliasWebkitAnimation": 523.047, - "CSSPropertyMaxWidth": 521.972, - "CSSPropertyBorderLeftColor": 523.186, - "CSSPropertyTextDecoration": 522.274, - "CSSPropertyWebkitTapHighlightColor": 830.101, - "CSSPropertyBorderRight": 522.859, - "CSSPropertyMaxHeight": 523.751, - "CSSPropertyBorderTop": 522.818, - "CSSPropertySrc": 613.952, - "CSSPropertyAliasWebkitJustifyContent": 525.269, - "CSSPropertyZIndex": 520.632, - "CSSPropertyTransitionDelay": 826.931, - "CSSPropertyPaddingLeft": 520.648, - "CSSPropertyUnicodeRange": 613.97, - "CSSPropertyPadding": 520.93, - "CSSPropertyWhiteSpace": 521.933, - "CSSPropertyBackgroundClip": 525.467, - "CSSPropertyAliasWebkitBoxSizing": 524.08, - "CSSPropertyAliasWebkitBoxShadow": 521.766, - "CSSPropertyVerticalAlign": 520.733, - "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, - "CSSPropertyBackgroundPosition": 522.183, - "CSSPropertyFill": 826.844, - "CSSPropertyMinWidth": 521.703, - "CSSPropertyTransition": 520.791, - "CSSPropertyAliasWebkitTransformOrigin": 522.679, - "CSSPropertyBackgroundOrigin": 525.487, - "CSSPropertyBorderStyle": 523.222, - "CSSPropertyFontFamily": 521.669, - "CSSPropertyTransform": 522.664, - "CSSPropertyCursor": 520.61, - "CSSPropertyHeight": 520.718, - "CSSPropertyPerspectiveOrigin": 524.502, - "CSSPropertyBorderBottomWidth": 522.375, - "CSSPropertyMinHeight": 522.081, - "CSSPropertyFontStyle": 523.943, - "CSSPropertyBorderRightWidth": 525.803, - "CSSPropertyAnimation": 523.076, - "CSSPropertyBorderTopLeftRadius": 521.163, - "CSSPropertyBorderBottomLeftRadius": 521.148, - "CSSPropertyTextOverflow": 522.782, - "CSSPropertyBoxSizing": 524.096, - "CSSPropertyBorderColor": 523.646, - "CSSPropertyPaddingBottom": 521.906, - "CSSPropertyBackgroundImage": 521.278, - "CSSPropertyLeft": 521.544, - "CSSPropertyContent": 522.755, - "CSSPropertyFilter": 525.415, - "CSSPropertyWidth": 520.998, - "CSSPropertyBorder": 520.549, - "CSSPropertyFlex": 522.993, - "CSSPropertyBorderTopColor": 522.914, - "CSSPropertyBackgroundColor": 520.703, - "CSSPropertyAliasWebkitAlignItems": 525.237, - "CSSPropertyPaddingTop": 520.677, - "CSSPropertyBottom": 523.253, - "CSSPropertyBorderCollapse": 526.098, - "CSSPropertyMargin": 521.179, - "CSSPropertyTop": 521.118, - "CSSPropertyMarginBottom": 520.827, - "CSSPropertyUnicodeBidi": 520.457, - "CSSPropertyFloat": 521.097, - "CSSPropertyDisplay": 520.491, - "CSSPropertyWordWrap": 1285.537, - "CSSPropertyTransformOrigin": 522.693, - "CSSPropertyAliasWebkitUserSelect": 521.598, - "CSSPropertyMarginTop": 520.812, - "CSSPropertyBorderLeft": 522.836, - "CSSPropertyJustifyContent": 525.283, - "CSSPropertyBoxShadow": 520.77, - "CSSPropertyTextShadow": 524.435, - "CSSPropertyBorderRightColor": 523.206, - "CSSPropertyPaddingRight": 520.663, - "CSSPropertyWebkitAppearance": 1285.696, - "CSSPropertyAliasWebkitBackgroundSize": 522.436, - "CSSPropertyAnimationTimingFunction": 827.475, - "CSSPropertyPointerEvents": 827.062, - "CSSPropertyBorderRadius": 520.748, - "CSSPropertyAliasWebkitTransition": 521.822, - "CSSPropertyOutline": 520.857, - "CSSPropertyListStyleType": 1285.592, - "CSSPropertyOverflow": 520.507, - "CSSPropertyFontWeight": 521.686, - "CSSPropertyOverflowY": 522.212, - "CSSPropertyTextAlign": 520.983, - "CSSPropertyMarginRight": 522.015, - "CSSPropertyWebkitFontSmoothing": 827.343, - "CSSPropertyAlignItems": 525.254, - "CSSPropertyBackground": 520.594, - "CSSPropertyAnimationDirection": 827.46, - "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, - "CSSPropertyUserSelect": 1285.321, - "CSSPropertyLineHeight": 520.906, - "CSSPropertyFont": 520.891, - "CSSPropertyOpacity": 522.118, - "CSSPropertyTextTransform": 524.761, - "CSSPropertyRight": 522.955, - "CSSPropertyBorderBottomColor": 521.426, - "CSSPropertyFontSize": 520.965, - "CSSPropertyOrder": 525.136, - "CSSPropertyBackgroundSize": 522.452, - "CSSPropertyAliasWebkitTransform": 522.649, - "CSSPropertyBorderWidth": 523.239, - "CSSPropertyVisibility": 522.164, - "CSSPropertyAliasWebkitOrder": 525.117, - "CSSPropertyClip": 928.169, - "CSSPropertyBorderBottom": 522.334, - "CSSPropertyColor": 521.073, - "CSSPropertyMarginLeft": 521.199 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 939.602, - "PaintTimingRequested": 6118.17, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, - "HTMLMediaElement": 1455.002, - "LangAttribute": 616.282, - "DocumentFonts": 826.242, - "InputTypeSubmit": 829.977, - "EventSrcElement": 528.456, - "UnprefixedUserTiming": 6112.681, - "SecureContextCheckPassed": 514.472, - "FormElement": 828.952, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, - "InputTypeText": 838.472, - "SetReferrerPolicy": 504.461, - "V8Performance_Timing_AttributeGetter": 1223.778, - "CSSAtRuleKeyframes": 522.137, - "DocumentUnloadRegistered": 1248.489, - "DocumentPageShowFired": 1749.86, - "V8Performance_Memory_AttributeGetter": 1744.966, - "V8MessageChannel_Constructor": 1250.704, - "DocumentPageShowRegistered": 1190.385, - "HasIDClassTagAttribute": 520.416, - "SrcsetXDescriptor": 830.38, - "InputTypeSubmitWithValue": 830.004, - "DeprecatedWebKitLinearGradient": 521.304, - "CSSFlexibleBox": 838.682, - "RemoveEventListenerThirdArgumentIsObject": 916.67, - "SuppressHistoryEntryWithoutUserGesture": 13.674, - "V8MessagePort_PostMessage_Method": 1250.977, - "NetInfoEffectiveType": 1742.921, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, - "DeprecatedWebKitGradient": 521.254, - "NetInfoDownlink": 1742.887, - "PrefixedMinDevicePixelRatioMediaFeature": 614.672, - "SVGSVGElementInDocument": 829.747, - "SyntheticKeyframesInCompositedCSSAnimation": 839.33, - "PrefixedDevicePixelRatioMediaFeature": 614.692, - "CookieSet": 1449.495, - "CSSAtRuleMedia": 521.843, - "CSSValueAppearanceButton": 1285.671, - "UnprefixedRequestAnimationFrame": 6.645, - "UnprefixedPerformanceTimeline": 3384.092, - "V8Document_Scripts_AttributeGetter": 1717.726, - "V8Document_Images_AttributeGetter": 1739.87, - "HTMLElementInnerText": 1717.929, - "HasBeforeOrAfterPseudoElement": 522.62, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, - "CrossOriginMainFrameNulledNameAccessed": 1725.666, - "CSSAtRuleWebkitKeyframes": 522.095, - "DocumentPageHideRegistered": 1355.879, - "FontFaceConstructor": 966.319, - "V8StrictMode": 1158.715, - "CSSSelectorIndirectAdjacent": 523.276, - "AddEventListenerThirdArgumentIsObject": 916.612, - "CSSAtRuleFontFace": 613.84, - "V8Element_GetBoundingClientRect_Method": 1364.936, - "EventPath": 528.705, - "XSSAuditorEnabledBlock": 501.849, - "InputTypeTextMaxLength": 838.497, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, - "SVGSVGElement": 829.69, - "NetInfo": 1742.711, - "LangAttributeOnHTML": 616.308, - "SendBeacon": 939.77, - "PendingStylesheetAddedAfterBodyStarted": 613.8, - "NetInfoOnChange": 1742.947, - "AutocapitalizeAttribute": 1302.806, - "V8Permissions_Query_Method": 1398.772, - "CleanScriptElementWithNonce": 504.942, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 953.657 - } - }, - "step": 1, - "effectiveBps": 134268, - "effectiveBpsDoc": 329083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 5, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 1, - "testStartOffset": 0, - "bytesOut": 3150, - "gzip_savings": 0, - "requestsFull": 5, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1474, - "final_base_page_request_id": "88921.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 69, - "docTime": 1334, - "domContentLoadedEventEnd": 901, - "image_savings": 0, - "requestsDoc": 3, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 66517, - "responses_404": 0, - "loadTime": 1334, - "score_combine": -1, - "score_etags": -1, - "image_total": 0, - "loadEventStart": 1326, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": -1, - "domContentLoadedEventStart": 891, - "final_url": "https://www.google.com/", - "bytesInDoc": 66572, - "score_keep-alive": 100, - "loadEventEnd": 1335, - "score_cache": -1, - "responses_other": 4, - "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", - "fullyLoaded": 3303, - "requests": 5, - "final_base_page_request": 1, - "TTFB": 226, - "bytesIn": 66660, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 2910, - "test_run_time_ms": 7792, - "PerformancePaintTiming.first-contentful-paint": 810.4, - "firstPaint": 810.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 810.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25, - "domElements": 407, - "domInteractive": 891, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 1200, - "visualComplete": 1200, - "render": 900, - "SpeedIndex": 903, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 16 - }, - { - "name": "fetchStart", - "time": 16 - }, - { - "name": "redirectEnd", - "time": 28 - }, - { - "name": "fetchStart", - "time": 28 - }, - { - "name": "unloadEventStart", - "time": 240 - }, - { - "name": "unloadEventEnd", - "time": 240 - }, - { - "name": "domLoading", - "time": 255 - }, - { - "name": "responseEnd", - "time": 342 - }, - { - "name": "firstLayout", - "time": 688 - }, - { - "name": "firstPaint", - "time": 816 - }, - { - "name": "firstContentfulPaint", - "time": 816 - }, - { - "name": "firstTextPaint", - "time": 816 - }, - { - "name": "firstImagePaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "domInteractive", - "time": 896 - }, - { - "name": "domContentLoadedEventStart", - "time": 896 - }, - { - "name": "domContentLoadedEventEnd", - "time": 906 - }, - { - "name": "domComplete", - "time": 1331 - }, - { - "name": "loadEventStart", - "time": 1331 - }, - { - "name": "loadEventEnd", - "time": 1341 - } - ], - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.fetchStart": 28, - "chromeUserTiming.redirectEnd": 28, - "chromeUserTiming.unloadEventStart": 240, - "chromeUserTiming.unloadEventEnd": 240, - "chromeUserTiming.domLoading": 255, - "chromeUserTiming.responseEnd": 342, - "chromeUserTiming.firstLayout": 688, - "chromeUserTiming.firstPaint": 816, - "chromeUserTiming.firstContentfulPaint": 816, - "chromeUserTiming.firstTextPaint": 816, - "chromeUserTiming.firstImagePaint": 816, - "chromeUserTiming.firstMeaningfulPaintCandidate": 816, - "chromeUserTiming.firstMeaningfulPaint": 816, - "chromeUserTiming.domInteractive": 896, - "chromeUserTiming.domContentLoadedEventStart": 896, - "chromeUserTiming.domContentLoadedEventEnd": 906, - "chromeUserTiming.domComplete": 1331, - "chromeUserTiming.loadEventStart": 1331, - "chromeUserTiming.loadEventEnd": 1341, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 287.851, - "CSSPropertyPosition": 284.773, - "CSSPropertyAliasWebkitBorderRadius": 286.368, - "CSSPropertyAliasWebkitAnimation": 287.912, - "CSSPropertyMaxWidth": 286.828, - "CSSPropertyBorderLeftColor": 287.961, - "CSSPropertyTextDecoration": 287.159, - "CSSPropertyWebkitTapHighlightColor": 693.87, - "CSSPropertyBorderRight": 287.765, - "CSSPropertyMaxHeight": 288.419, - "CSSPropertyBorderTop": 287.736, - "CSSPropertySrc": 363.648, - "CSSPropertyAliasWebkitJustifyContent": 289.945, - "CSSPropertyZIndex": 284.912, - "CSSPropertyTransitionDelay": 447.863, - "CSSPropertyPaddingLeft": 284.932, - "CSSPropertyUnicodeRange": 363.665, - "CSSPropertyPadding": 285.515, - "CSSPropertyWhiteSpace": 286.772, - "CSSPropertyBackgroundClip": 290.171, - "CSSPropertyAliasWebkitBoxSizing": 288.698, - "CSSPropertyAliasWebkitBoxShadow": 286.556, - "CSSPropertyVerticalAlign": 285.239, - "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, - "CSSPropertyBackgroundPosition": 287.071, - "CSSPropertyFill": 447.754, - "CSSPropertyMinWidth": 286.468, - "CSSPropertyTransition": 285.324, - "CSSPropertyAliasWebkitTransformOrigin": 287.608, - "CSSPropertyBackgroundOrigin": 290.2, - "CSSPropertyBorderStyle": 287.99, - "CSSPropertyFontFamily": 286.425, - "CSSPropertyTransform": 287.594, - "CSSPropertyCursor": 284.882, - "CSSPropertyHeight": 285.03, - "CSSPropertyPerspectiveOrigin": 289.061, - "CSSPropertyBorderBottomWidth": 287.237, - "CSSPropertyMinHeight": 286.974, - "CSSPropertyFontStyle": 288.581, - "CSSPropertyBorderRightWidth": 290.606, - "CSSPropertyAnimation": 287.934, - "CSSPropertyBorderTopLeftRadius": 285.775, - "CSSPropertyBorderBottomLeftRadius": 285.755, - "CSSPropertyTextOverflow": 287.702, - "CSSPropertyBoxSizing": 288.712, - "CSSPropertyBorderColor": 288.332, - "CSSPropertyPaddingBottom": 286.737, - "CSSPropertyBackgroundImage": 285.945, - "CSSPropertyLeft": 286.311, - "CSSPropertyContent": 287.678, - "CSSPropertyFilter": 290.102, - "CSSPropertyWidth": 285.615, - "CSSPropertyBorder": 284.811, - "CSSPropertyFlex": 287.864, - "CSSPropertyBorderTopColor": 287.797, - "CSSPropertyBackgroundColor": 285.009, - "CSSPropertyAliasWebkitAlignItems": 289.902, - "CSSPropertyPaddingTop": 284.972, - "CSSPropertyBottom": 288.016, - "CSSPropertyBorderCollapse": 290.92, - "CSSPropertyMargin": 285.797, - "CSSPropertyTop": 285.71, - "CSSPropertyMarginBottom": 285.378, - "CSSPropertyUnicodeBidi": 284.686, - "CSSPropertyFloat": 285.681, - "CSSPropertyDisplay": 284.733, - "CSSPropertyWordWrap": 1104.266, - "CSSPropertyTransformOrigin": 287.621, - "CSSPropertyAliasWebkitUserSelect": 286.39, - "CSSPropertyMarginTop": 285.358, - "CSSPropertyBorderLeft": 287.751, - "CSSPropertyJustifyContent": 289.963, - "CSSPropertyBoxShadow": 285.296, - "CSSPropertyTextShadow": 288.999, - "CSSPropertyBorderRightColor": 287.977, - "CSSPropertyPaddingRight": 284.952, - "CSSPropertyWebkitAppearance": 1104.396, - "CSSPropertyAliasWebkitBackgroundSize": 287.291, - "CSSPropertyAnimationTimingFunction": 448.707, - "CSSPropertyPointerEvents": 448.059, - "CSSPropertyBorderRadius": 285.265, - "CSSPropertyAliasWebkitTransition": 286.643, - "CSSPropertyOutline": 285.409, - "CSSPropertyListStyleType": 1104.319, - "CSSPropertyOverflow": 284.754, - "CSSPropertyFontWeight": 286.446, - "CSSPropertyOverflowY": 287.098, - "CSSPropertyTextAlign": 285.596, - "CSSPropertyMarginRight": 286.884, - "CSSPropertyWebkitFontSmoothing": 448.476, - "CSSPropertyAlignItems": 289.926, - "CSSPropertyBackground": 284.86, - "CSSPropertyAnimationDirection": 448.689, - "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, - "CSSPropertyUserSelect": 1104.082, - "CSSPropertyLineHeight": 285.467, - "CSSPropertyFont": 285.446, - "CSSPropertyOpacity": 287.011, - "CSSPropertyTextTransform": 289.284, - "CSSPropertyRight": 287.831, - "CSSPropertyBorderBottomColor": 286.136, - "CSSPropertyFontSize": 285.569, - "CSSPropertyOrder": 289.809, - "CSSPropertyBackgroundSize": 287.306, - "CSSPropertyAliasWebkitTransform": 287.581, - "CSSPropertyBorderWidth": 288.004, - "CSSPropertyVisibility": 287.053, - "CSSPropertyAliasWebkitOrder": 289.789, - "CSSPropertyClip": 882.409, - "CSSPropertyBorderBottom": 287.216, - "CSSPropertyColor": 285.649, - "CSSPropertyMarginLeft": 285.827 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 892.531, - "PaintTimingRequested": 5937.234, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, - "HTMLMediaElement": 1232.797, - "DeprecatedWebKitGradient": 285.911, - "DocumentFonts": 364.316, - "InputTypeSubmit": 693.757, - "EventSrcElement": 293.837, - "UnprefixedUserTiming": 5932.413, - "SecureContextCheckPassed": 279.757, - "FormElement": 692.888, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, - "InputTypeText": 702.428, - "SetReferrerPolicy": 274.622, - "V8Performance_Timing_AttributeGetter": 1044.461, - "CSSAtRuleKeyframes": 287.029, - "DocumentUnloadRegistered": 1066.129, - "DocumentPageShowFired": 1345.26, - "V8Performance_Memory_AttributeGetter": 1340.897, - "V8MessageChannel_Constructor": 1068.728, - "DocumentPageShowRegistered": 1012.756, - "HasIDClassTagAttribute": 284.634, - "SrcsetXDescriptor": 694.15, - "InputTypeSubmitWithValue": 693.785, - "DeprecatedWebKitLinearGradient": 285.981, - "CSSFlexibleBox": 702.642, - "RemoveEventListenerThirdArgumentIsObject": 850.919, - "SuppressHistoryEntryWithoutUserGesture": 8.936, - "V8MessagePort_PostMessage_Method": 1069.094, - "NetInfoEffectiveType": 1338.981, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, - "UnprefixedRequestAnimationFrame": 2.767, - "NetInfoDownlink": 1338.947, - "PrefixedMinDevicePixelRatioMediaFeature": 364.68, - "SVGSVGElementInDocument": 693.551, - "SyntheticKeyframesInCompositedCSSAnimation": 703.343, - "PrefixedDevicePixelRatioMediaFeature": 364.698, - "CookieSet": 1217.842, - "LangAttribute": 450.454, - "CSSAtRuleMedia": 286.668, - "CSSValueAppearanceButton": 1104.369, - "UnprefixedPerformanceTimeline": 3262.199, - "V8Document_Scripts_AttributeGetter": 1314.692, - "V8Document_Images_AttributeGetter": 1335.907, - "HTMLElementInnerText": 1314.981, - "HasBeforeOrAfterPseudoElement": 287.555, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, - "CrossOriginMainFrameNulledNameAccessed": 1325.204, - "CSSAtRuleWebkitKeyframes": 286.989, - "DocumentPageHideRegistered": 1245.973, - "FontFaceConstructor": 830.826, - "V8StrictMode": 1014.197, - "CSSSelectorIndirectAdjacent": 288.036, - "AddEventListenerThirdArgumentIsObject": 850.84, - "CSSAtRuleFontFace": 363.584, - "V8Element_GetBoundingClientRect_Method": 1253.718, - "EventPath": 294.039, - "XSSAuditorEnabledBlock": 270.408, - "InputTypeTextMaxLength": 702.463, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, - "SVGSVGElement": 693.499, - "NetInfo": 1338.791, - "LangAttributeOnHTML": 450.48, - "SendBeacon": 892.71, - "PendingStylesheetAddedAfterBodyStarted": 363.529, - "NetInfoOnChange": 1339.009, - "AutocapitalizeAttribute": 1125.972, - "V8Permissions_Query_Method": 1280.367, - "CleanScriptElementWithNonce": 274.928, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 811.08 - } - }, - "step": 1, - "effectiveBps": 21663, - "effectiveBpsDoc": 60083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 0, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" - }, - "consoleLog": [] - } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 2100, + "visualComplete": 2100, + "render": 900, + "SpeedIndex": 912, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 135 + }, + { + "name": "fetchStart", + "time": 135 + }, + { + "name": "redirectEnd", + "time": 233 + }, + { + "name": "fetchStart", + "time": 233 + }, + { + "name": "unloadEventStart", + "time": 486 + }, + { + "name": "unloadEventEnd", + "time": 486 + }, + { + "name": "domLoading", + "time": 492 + }, + { + "name": "responseEnd", + "time": 729 + }, + { + "name": "firstLayout", + "time": 814 + }, + { + "name": "firstPaint", + "time": 815 + }, + { + "name": "firstContentfulPaint", + "time": 815 + }, + { + "name": "firstTextPaint", + "time": 815 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 815 + }, + { + "name": "firstImagePaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "domInteractive", + "time": 932 + }, + { + "name": "domContentLoadedEventStart", + "time": 933 + }, + { + "name": "domContentLoadedEventEnd", + "time": 941 + }, + { + "name": "domComplete", + "time": 1731 + }, + { + "name": "loadEventStart", + "time": 1732 + }, + { + "name": "loadEventEnd", + "time": 1742 } - }, - "median": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 13, - "testStartOffset": 0, - "bytesOut": 10888, - "gzip_savings": 0, - "requestsFull": 19, - "start_epoch": 0, - "connections": 8, - "bytesOutDoc": 8086, - "final_base_page_request_id": "88451.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 70, - "docTime": 1736, - "domContentLoadedEventEnd": 934, - "image_savings": 0, - "requestsDoc": 15, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 346707, - "responses_404": 0, - "loadTime": 1736, - "score_combine": -1, - "score_etags": -1, - "image_total": 35425, - "loadEventStart": 1725, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": 100, - "domContentLoadedEventStart": 926, - "final_url": "https://www.google.com/?gws_rd=ssl", - "bytesInDoc": 414316, - "score_keep-alive": 100, - "loadEventEnd": 1736, - "score_cache": 100, - "responses_other": 6, - "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", - "fullyLoaded": 3579, - "requests": 19, - "final_base_page_request": 2, - "TTFB": 477, - "bytesIn": 416502, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 3079, - "test_run_time_ms": 9289, - "PerformancePaintTiming.first-contentful-paint": 808.9, - "firstPaint": 808.9, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 808.9, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25.183973, - "domElements": 408, - "domInteractive": 926, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 2100, - "visualComplete": 2100, - "render": 900, - "SpeedIndex": 912, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 135 - }, - { - "name": "fetchStart", - "time": 135 - }, - { - "name": "redirectEnd", - "time": 233 - }, - { - "name": "fetchStart", - "time": 233 - }, - { - "name": "unloadEventStart", - "time": 486 - }, - { - "name": "unloadEventEnd", - "time": 486 - }, - { - "name": "domLoading", - "time": 492 - }, - { - "name": "responseEnd", - "time": 729 - }, - { - "name": "firstLayout", - "time": 814 - }, - { - "name": "firstPaint", - "time": 815 - }, - { - "name": "firstContentfulPaint", - "time": 815 - }, - { - "name": "firstTextPaint", - "time": 815 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 815 - }, - { - "name": "firstImagePaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "domInteractive", - "time": 932 - }, - { - "name": "domContentLoadedEventStart", - "time": 933 - }, - { - "name": "domContentLoadedEventEnd", - "time": 941 - }, - { - "name": "domComplete", - "time": 1731 - }, - { - "name": "loadEventStart", - "time": 1732 - }, - { - "name": "loadEventEnd", - "time": 1742 - } - ], - "chromeUserTiming.fetchStart": 233, - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.redirectEnd": 233, - "chromeUserTiming.unloadEventStart": 486, - "chromeUserTiming.unloadEventEnd": 486, - "chromeUserTiming.domLoading": 492, - "chromeUserTiming.responseEnd": 729, - "chromeUserTiming.firstLayout": 814, - "chromeUserTiming.firstPaint": 815, - "chromeUserTiming.firstContentfulPaint": 815, - "chromeUserTiming.firstTextPaint": 815, - "chromeUserTiming.firstMeaningfulPaintCandidate": 889, - "chromeUserTiming.firstImagePaint": 889, - "chromeUserTiming.firstMeaningfulPaint": 889, - "chromeUserTiming.domInteractive": 932, - "chromeUserTiming.domContentLoadedEventStart": 933, - "chromeUserTiming.domContentLoadedEventEnd": 941, - "chromeUserTiming.domComplete": 1731, - "chromeUserTiming.loadEventStart": 1732, - "chromeUserTiming.loadEventEnd": 1742, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 522.978, - "CSSPropertyPosition": 520.521, - "CSSPropertyAliasWebkitBorderRadius": 521.583, - "CSSPropertyAliasWebkitAnimation": 523.047, - "CSSPropertyMaxWidth": 521.972, - "CSSPropertyBorderLeftColor": 523.186, - "CSSPropertyTextDecoration": 522.274, - "CSSPropertyWebkitTapHighlightColor": 830.101, - "CSSPropertyBorderRight": 522.859, - "CSSPropertyMaxHeight": 523.751, - "CSSPropertyBorderTop": 522.818, - "CSSPropertySrc": 613.952, - "CSSPropertyAliasWebkitJustifyContent": 525.269, - "CSSPropertyZIndex": 520.632, - "CSSPropertyTransitionDelay": 826.931, - "CSSPropertyPaddingLeft": 520.648, - "CSSPropertyUnicodeRange": 613.97, - "CSSPropertyPadding": 520.93, - "CSSPropertyWhiteSpace": 521.933, - "CSSPropertyBackgroundClip": 525.467, - "CSSPropertyAliasWebkitBoxSizing": 524.08, - "CSSPropertyAliasWebkitBoxShadow": 521.766, - "CSSPropertyVerticalAlign": 520.733, - "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, - "CSSPropertyBackgroundPosition": 522.183, - "CSSPropertyFill": 826.844, - "CSSPropertyMinWidth": 521.703, - "CSSPropertyTransition": 520.791, - "CSSPropertyAliasWebkitTransformOrigin": 522.679, - "CSSPropertyBackgroundOrigin": 525.487, - "CSSPropertyBorderStyle": 523.222, - "CSSPropertyFontFamily": 521.669, - "CSSPropertyTransform": 522.664, - "CSSPropertyCursor": 520.61, - "CSSPropertyHeight": 520.718, - "CSSPropertyPerspectiveOrigin": 524.502, - "CSSPropertyBorderBottomWidth": 522.375, - "CSSPropertyMinHeight": 522.081, - "CSSPropertyFontStyle": 523.943, - "CSSPropertyBorderRightWidth": 525.803, - "CSSPropertyAnimation": 523.076, - "CSSPropertyBorderTopLeftRadius": 521.163, - "CSSPropertyBorderBottomLeftRadius": 521.148, - "CSSPropertyTextOverflow": 522.782, - "CSSPropertyBoxSizing": 524.096, - "CSSPropertyBorderColor": 523.646, - "CSSPropertyPaddingBottom": 521.906, - "CSSPropertyBackgroundImage": 521.278, - "CSSPropertyLeft": 521.544, - "CSSPropertyContent": 522.755, - "CSSPropertyFilter": 525.415, - "CSSPropertyWidth": 520.998, - "CSSPropertyBorder": 520.549, - "CSSPropertyFlex": 522.993, - "CSSPropertyBorderTopColor": 522.914, - "CSSPropertyBackgroundColor": 520.703, - "CSSPropertyAliasWebkitAlignItems": 525.237, - "CSSPropertyPaddingTop": 520.677, - "CSSPropertyBottom": 523.253, - "CSSPropertyBorderCollapse": 526.098, - "CSSPropertyMargin": 521.179, - "CSSPropertyTop": 521.118, - "CSSPropertyMarginBottom": 520.827, - "CSSPropertyUnicodeBidi": 520.457, - "CSSPropertyFloat": 521.097, - "CSSPropertyDisplay": 520.491, - "CSSPropertyWordWrap": 1285.537, - "CSSPropertyTransformOrigin": 522.693, - "CSSPropertyAliasWebkitUserSelect": 521.598, - "CSSPropertyMarginTop": 520.812, - "CSSPropertyBorderLeft": 522.836, - "CSSPropertyJustifyContent": 525.283, - "CSSPropertyBoxShadow": 520.77, - "CSSPropertyTextShadow": 524.435, - "CSSPropertyBorderRightColor": 523.206, - "CSSPropertyPaddingRight": 520.663, - "CSSPropertyWebkitAppearance": 1285.696, - "CSSPropertyAliasWebkitBackgroundSize": 522.436, - "CSSPropertyAnimationTimingFunction": 827.475, - "CSSPropertyPointerEvents": 827.062, - "CSSPropertyBorderRadius": 520.748, - "CSSPropertyAliasWebkitTransition": 521.822, - "CSSPropertyOutline": 520.857, - "CSSPropertyListStyleType": 1285.592, - "CSSPropertyOverflow": 520.507, - "CSSPropertyFontWeight": 521.686, - "CSSPropertyOverflowY": 522.212, - "CSSPropertyTextAlign": 520.983, - "CSSPropertyMarginRight": 522.015, - "CSSPropertyWebkitFontSmoothing": 827.343, - "CSSPropertyAlignItems": 525.254, - "CSSPropertyBackground": 520.594, - "CSSPropertyAnimationDirection": 827.46, - "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, - "CSSPropertyUserSelect": 1285.321, - "CSSPropertyLineHeight": 520.906, - "CSSPropertyFont": 520.891, - "CSSPropertyOpacity": 522.118, - "CSSPropertyTextTransform": 524.761, - "CSSPropertyRight": 522.955, - "CSSPropertyBorderBottomColor": 521.426, - "CSSPropertyFontSize": 520.965, - "CSSPropertyOrder": 525.136, - "CSSPropertyBackgroundSize": 522.452, - "CSSPropertyAliasWebkitTransform": 522.649, - "CSSPropertyBorderWidth": 523.239, - "CSSPropertyVisibility": 522.164, - "CSSPropertyAliasWebkitOrder": 525.117, - "CSSPropertyClip": 928.169, - "CSSPropertyBorderBottom": 522.334, - "CSSPropertyColor": 521.073, - "CSSPropertyMarginLeft": 521.199 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 939.602, - "PaintTimingRequested": 6118.17, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, - "HTMLMediaElement": 1455.002, - "LangAttribute": 616.282, - "DocumentFonts": 826.242, - "InputTypeSubmit": 829.977, - "EventSrcElement": 528.456, - "UnprefixedUserTiming": 6112.681, - "SecureContextCheckPassed": 514.472, - "FormElement": 828.952, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, - "InputTypeText": 838.472, - "SetReferrerPolicy": 504.461, - "V8Performance_Timing_AttributeGetter": 1223.778, - "CSSAtRuleKeyframes": 522.137, - "DocumentUnloadRegistered": 1248.489, - "DocumentPageShowFired": 1749.86, - "V8Performance_Memory_AttributeGetter": 1744.966, - "V8MessageChannel_Constructor": 1250.704, - "DocumentPageShowRegistered": 1190.385, - "HasIDClassTagAttribute": 520.416, - "SrcsetXDescriptor": 830.38, - "InputTypeSubmitWithValue": 830.004, - "DeprecatedWebKitLinearGradient": 521.304, - "CSSFlexibleBox": 838.682, - "RemoveEventListenerThirdArgumentIsObject": 916.67, - "SuppressHistoryEntryWithoutUserGesture": 13.674, - "V8MessagePort_PostMessage_Method": 1250.977, - "NetInfoEffectiveType": 1742.921, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, - "DeprecatedWebKitGradient": 521.254, - "NetInfoDownlink": 1742.887, - "PrefixedMinDevicePixelRatioMediaFeature": 614.672, - "SVGSVGElementInDocument": 829.747, - "SyntheticKeyframesInCompositedCSSAnimation": 839.33, - "PrefixedDevicePixelRatioMediaFeature": 614.692, - "CookieSet": 1449.495, - "CSSAtRuleMedia": 521.843, - "CSSValueAppearanceButton": 1285.671, - "UnprefixedRequestAnimationFrame": 6.645, - "UnprefixedPerformanceTimeline": 3384.092, - "V8Document_Scripts_AttributeGetter": 1717.726, - "V8Document_Images_AttributeGetter": 1739.87, - "HTMLElementInnerText": 1717.929, - "HasBeforeOrAfterPseudoElement": 522.62, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, - "CrossOriginMainFrameNulledNameAccessed": 1725.666, - "CSSAtRuleWebkitKeyframes": 522.095, - "DocumentPageHideRegistered": 1355.879, - "FontFaceConstructor": 966.319, - "V8StrictMode": 1158.715, - "CSSSelectorIndirectAdjacent": 523.276, - "AddEventListenerThirdArgumentIsObject": 916.612, - "CSSAtRuleFontFace": 613.84, - "V8Element_GetBoundingClientRect_Method": 1364.936, - "EventPath": 528.705, - "XSSAuditorEnabledBlock": 501.849, - "InputTypeTextMaxLength": 838.497, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, - "SVGSVGElement": 829.69, - "NetInfo": 1742.711, - "LangAttributeOnHTML": 616.308, - "SendBeacon": 939.77, - "PendingStylesheetAddedAfterBodyStarted": 613.8, - "NetInfoOnChange": 1742.947, - "AutocapitalizeAttribute": 1302.806, - "V8Permissions_Query_Method": 1398.772, - "CleanScriptElementWithNonce": 504.942, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 953.657 - } - }, - "step": 1, - "effectiveBps": 134268, - "effectiveBpsDoc": 329083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 5, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 1, - "testStartOffset": 0, - "bytesOut": 3150, - "gzip_savings": 0, - "requestsFull": 5, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1474, - "final_base_page_request_id": "88921.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 69, - "docTime": 1334, - "domContentLoadedEventEnd": 901, - "image_savings": 0, - "requestsDoc": 3, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 66517, - "responses_404": 0, - "loadTime": 1334, - "score_combine": -1, - "score_etags": -1, - "image_total": 0, - "loadEventStart": 1326, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": -1, - "domContentLoadedEventStart": 891, - "final_url": "https://www.google.com/", - "bytesInDoc": 66572, - "score_keep-alive": 100, - "loadEventEnd": 1335, - "score_cache": -1, - "responses_other": 4, - "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", - "fullyLoaded": 3303, - "requests": 5, - "final_base_page_request": 1, - "TTFB": 226, - "bytesIn": 66660, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 2910, - "test_run_time_ms": 7792, - "PerformancePaintTiming.first-contentful-paint": 810.4, - "firstPaint": 810.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 810.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25, - "domElements": 407, - "domInteractive": 891, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 1200, - "visualComplete": 1200, - "render": 900, - "SpeedIndex": 903, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 16 - }, - { - "name": "fetchStart", - "time": 16 - }, - { - "name": "redirectEnd", - "time": 28 - }, - { - "name": "fetchStart", - "time": 28 - }, - { - "name": "unloadEventStart", - "time": 240 - }, - { - "name": "unloadEventEnd", - "time": 240 - }, - { - "name": "domLoading", - "time": 255 - }, - { - "name": "responseEnd", - "time": 342 - }, - { - "name": "firstLayout", - "time": 688 - }, - { - "name": "firstPaint", - "time": 816 - }, - { - "name": "firstContentfulPaint", - "time": 816 - }, - { - "name": "firstTextPaint", - "time": 816 - }, - { - "name": "firstImagePaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "domInteractive", - "time": 896 - }, - { - "name": "domContentLoadedEventStart", - "time": 896 - }, - { - "name": "domContentLoadedEventEnd", - "time": 906 - }, - { - "name": "domComplete", - "time": 1331 - }, - { - "name": "loadEventStart", - "time": 1331 - }, - { - "name": "loadEventEnd", - "time": 1341 - } - ], - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.fetchStart": 28, - "chromeUserTiming.redirectEnd": 28, - "chromeUserTiming.unloadEventStart": 240, - "chromeUserTiming.unloadEventEnd": 240, - "chromeUserTiming.domLoading": 255, - "chromeUserTiming.responseEnd": 342, - "chromeUserTiming.firstLayout": 688, - "chromeUserTiming.firstPaint": 816, - "chromeUserTiming.firstContentfulPaint": 816, - "chromeUserTiming.firstTextPaint": 816, - "chromeUserTiming.firstImagePaint": 816, - "chromeUserTiming.firstMeaningfulPaintCandidate": 816, - "chromeUserTiming.firstMeaningfulPaint": 816, - "chromeUserTiming.domInteractive": 896, - "chromeUserTiming.domContentLoadedEventStart": 896, - "chromeUserTiming.domContentLoadedEventEnd": 906, - "chromeUserTiming.domComplete": 1331, - "chromeUserTiming.loadEventStart": 1331, - "chromeUserTiming.loadEventEnd": 1341, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 287.851, - "CSSPropertyPosition": 284.773, - "CSSPropertyAliasWebkitBorderRadius": 286.368, - "CSSPropertyAliasWebkitAnimation": 287.912, - "CSSPropertyMaxWidth": 286.828, - "CSSPropertyBorderLeftColor": 287.961, - "CSSPropertyTextDecoration": 287.159, - "CSSPropertyWebkitTapHighlightColor": 693.87, - "CSSPropertyBorderRight": 287.765, - "CSSPropertyMaxHeight": 288.419, - "CSSPropertyBorderTop": 287.736, - "CSSPropertySrc": 363.648, - "CSSPropertyAliasWebkitJustifyContent": 289.945, - "CSSPropertyZIndex": 284.912, - "CSSPropertyTransitionDelay": 447.863, - "CSSPropertyPaddingLeft": 284.932, - "CSSPropertyUnicodeRange": 363.665, - "CSSPropertyPadding": 285.515, - "CSSPropertyWhiteSpace": 286.772, - "CSSPropertyBackgroundClip": 290.171, - "CSSPropertyAliasWebkitBoxSizing": 288.698, - "CSSPropertyAliasWebkitBoxShadow": 286.556, - "CSSPropertyVerticalAlign": 285.239, - "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, - "CSSPropertyBackgroundPosition": 287.071, - "CSSPropertyFill": 447.754, - "CSSPropertyMinWidth": 286.468, - "CSSPropertyTransition": 285.324, - "CSSPropertyAliasWebkitTransformOrigin": 287.608, - "CSSPropertyBackgroundOrigin": 290.2, - "CSSPropertyBorderStyle": 287.99, - "CSSPropertyFontFamily": 286.425, - "CSSPropertyTransform": 287.594, - "CSSPropertyCursor": 284.882, - "CSSPropertyHeight": 285.03, - "CSSPropertyPerspectiveOrigin": 289.061, - "CSSPropertyBorderBottomWidth": 287.237, - "CSSPropertyMinHeight": 286.974, - "CSSPropertyFontStyle": 288.581, - "CSSPropertyBorderRightWidth": 290.606, - "CSSPropertyAnimation": 287.934, - "CSSPropertyBorderTopLeftRadius": 285.775, - "CSSPropertyBorderBottomLeftRadius": 285.755, - "CSSPropertyTextOverflow": 287.702, - "CSSPropertyBoxSizing": 288.712, - "CSSPropertyBorderColor": 288.332, - "CSSPropertyPaddingBottom": 286.737, - "CSSPropertyBackgroundImage": 285.945, - "CSSPropertyLeft": 286.311, - "CSSPropertyContent": 287.678, - "CSSPropertyFilter": 290.102, - "CSSPropertyWidth": 285.615, - "CSSPropertyBorder": 284.811, - "CSSPropertyFlex": 287.864, - "CSSPropertyBorderTopColor": 287.797, - "CSSPropertyBackgroundColor": 285.009, - "CSSPropertyAliasWebkitAlignItems": 289.902, - "CSSPropertyPaddingTop": 284.972, - "CSSPropertyBottom": 288.016, - "CSSPropertyBorderCollapse": 290.92, - "CSSPropertyMargin": 285.797, - "CSSPropertyTop": 285.71, - "CSSPropertyMarginBottom": 285.378, - "CSSPropertyUnicodeBidi": 284.686, - "CSSPropertyFloat": 285.681, - "CSSPropertyDisplay": 284.733, - "CSSPropertyWordWrap": 1104.266, - "CSSPropertyTransformOrigin": 287.621, - "CSSPropertyAliasWebkitUserSelect": 286.39, - "CSSPropertyMarginTop": 285.358, - "CSSPropertyBorderLeft": 287.751, - "CSSPropertyJustifyContent": 289.963, - "CSSPropertyBoxShadow": 285.296, - "CSSPropertyTextShadow": 288.999, - "CSSPropertyBorderRightColor": 287.977, - "CSSPropertyPaddingRight": 284.952, - "CSSPropertyWebkitAppearance": 1104.396, - "CSSPropertyAliasWebkitBackgroundSize": 287.291, - "CSSPropertyAnimationTimingFunction": 448.707, - "CSSPropertyPointerEvents": 448.059, - "CSSPropertyBorderRadius": 285.265, - "CSSPropertyAliasWebkitTransition": 286.643, - "CSSPropertyOutline": 285.409, - "CSSPropertyListStyleType": 1104.319, - "CSSPropertyOverflow": 284.754, - "CSSPropertyFontWeight": 286.446, - "CSSPropertyOverflowY": 287.098, - "CSSPropertyTextAlign": 285.596, - "CSSPropertyMarginRight": 286.884, - "CSSPropertyWebkitFontSmoothing": 448.476, - "CSSPropertyAlignItems": 289.926, - "CSSPropertyBackground": 284.86, - "CSSPropertyAnimationDirection": 448.689, - "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, - "CSSPropertyUserSelect": 1104.082, - "CSSPropertyLineHeight": 285.467, - "CSSPropertyFont": 285.446, - "CSSPropertyOpacity": 287.011, - "CSSPropertyTextTransform": 289.284, - "CSSPropertyRight": 287.831, - "CSSPropertyBorderBottomColor": 286.136, - "CSSPropertyFontSize": 285.569, - "CSSPropertyOrder": 289.809, - "CSSPropertyBackgroundSize": 287.306, - "CSSPropertyAliasWebkitTransform": 287.581, - "CSSPropertyBorderWidth": 288.004, - "CSSPropertyVisibility": 287.053, - "CSSPropertyAliasWebkitOrder": 289.789, - "CSSPropertyClip": 882.409, - "CSSPropertyBorderBottom": 287.216, - "CSSPropertyColor": 285.649, - "CSSPropertyMarginLeft": 285.827 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 892.531, - "PaintTimingRequested": 5937.234, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, - "HTMLMediaElement": 1232.797, - "DeprecatedWebKitGradient": 285.911, - "DocumentFonts": 364.316, - "InputTypeSubmit": 693.757, - "EventSrcElement": 293.837, - "UnprefixedUserTiming": 5932.413, - "SecureContextCheckPassed": 279.757, - "FormElement": 692.888, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, - "InputTypeText": 702.428, - "SetReferrerPolicy": 274.622, - "V8Performance_Timing_AttributeGetter": 1044.461, - "CSSAtRuleKeyframes": 287.029, - "DocumentUnloadRegistered": 1066.129, - "DocumentPageShowFired": 1345.26, - "V8Performance_Memory_AttributeGetter": 1340.897, - "V8MessageChannel_Constructor": 1068.728, - "DocumentPageShowRegistered": 1012.756, - "HasIDClassTagAttribute": 284.634, - "SrcsetXDescriptor": 694.15, - "InputTypeSubmitWithValue": 693.785, - "DeprecatedWebKitLinearGradient": 285.981, - "CSSFlexibleBox": 702.642, - "RemoveEventListenerThirdArgumentIsObject": 850.919, - "SuppressHistoryEntryWithoutUserGesture": 8.936, - "V8MessagePort_PostMessage_Method": 1069.094, - "NetInfoEffectiveType": 1338.981, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, - "UnprefixedRequestAnimationFrame": 2.767, - "NetInfoDownlink": 1338.947, - "PrefixedMinDevicePixelRatioMediaFeature": 364.68, - "SVGSVGElementInDocument": 693.551, - "SyntheticKeyframesInCompositedCSSAnimation": 703.343, - "PrefixedDevicePixelRatioMediaFeature": 364.698, - "CookieSet": 1217.842, - "LangAttribute": 450.454, - "CSSAtRuleMedia": 286.668, - "CSSValueAppearanceButton": 1104.369, - "UnprefixedPerformanceTimeline": 3262.199, - "V8Document_Scripts_AttributeGetter": 1314.692, - "V8Document_Images_AttributeGetter": 1335.907, - "HTMLElementInnerText": 1314.981, - "HasBeforeOrAfterPseudoElement": 287.555, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, - "CrossOriginMainFrameNulledNameAccessed": 1325.204, - "CSSAtRuleWebkitKeyframes": 286.989, - "DocumentPageHideRegistered": 1245.973, - "FontFaceConstructor": 830.826, - "V8StrictMode": 1014.197, - "CSSSelectorIndirectAdjacent": 288.036, - "AddEventListenerThirdArgumentIsObject": 850.84, - "CSSAtRuleFontFace": 363.584, - "V8Element_GetBoundingClientRect_Method": 1253.718, - "EventPath": 294.039, - "XSSAuditorEnabledBlock": 270.408, - "InputTypeTextMaxLength": 702.463, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, - "SVGSVGElement": 693.499, - "NetInfo": 1338.791, - "LangAttributeOnHTML": 450.48, - "SendBeacon": 892.71, - "PendingStylesheetAddedAfterBodyStarted": 363.529, - "NetInfoOnChange": 1339.009, - "AutocapitalizeAttribute": 1125.972, - "V8Permissions_Query_Method": 1280.367, - "CleanScriptElementWithNonce": 274.928, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 811.08 - } - }, - "step": 1, - "effectiveBps": 21663, - "effectiveBpsDoc": 60083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 0, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" - }, - "consoleLog": [] + ], + "chromeUserTiming.fetchStart": 233, + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.redirectEnd": 233, + "chromeUserTiming.unloadEventStart": 486, + "chromeUserTiming.unloadEventEnd": 486, + "chromeUserTiming.domLoading": 492, + "chromeUserTiming.responseEnd": 729, + "chromeUserTiming.firstLayout": 814, + "chromeUserTiming.firstPaint": 815, + "chromeUserTiming.firstContentfulPaint": 815, + "chromeUserTiming.firstTextPaint": 815, + "chromeUserTiming.firstMeaningfulPaintCandidate": 889, + "chromeUserTiming.firstImagePaint": 889, + "chromeUserTiming.firstMeaningfulPaint": 889, + "chromeUserTiming.domInteractive": 932, + "chromeUserTiming.domContentLoadedEventStart": 933, + "chromeUserTiming.domContentLoadedEventEnd": 941, + "chromeUserTiming.domComplete": 1731, + "chromeUserTiming.loadEventStart": 1732, + "chromeUserTiming.loadEventEnd": 1742, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 522.978, + "CSSPropertyPosition": 520.521, + "CSSPropertyAliasWebkitBorderRadius": 521.583, + "CSSPropertyAliasWebkitAnimation": 523.047, + "CSSPropertyMaxWidth": 521.972, + "CSSPropertyBorderLeftColor": 523.186, + "CSSPropertyTextDecoration": 522.274, + "CSSPropertyWebkitTapHighlightColor": 830.101, + "CSSPropertyBorderRight": 522.859, + "CSSPropertyMaxHeight": 523.751, + "CSSPropertyBorderTop": 522.818, + "CSSPropertySrc": 613.952, + "CSSPropertyAliasWebkitJustifyContent": 525.269, + "CSSPropertyZIndex": 520.632, + "CSSPropertyTransitionDelay": 826.931, + "CSSPropertyPaddingLeft": 520.648, + "CSSPropertyUnicodeRange": 613.97, + "CSSPropertyPadding": 520.93, + "CSSPropertyWhiteSpace": 521.933, + "CSSPropertyBackgroundClip": 525.467, + "CSSPropertyAliasWebkitBoxSizing": 524.08, + "CSSPropertyAliasWebkitBoxShadow": 521.766, + "CSSPropertyVerticalAlign": 520.733, + "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, + "CSSPropertyBackgroundPosition": 522.183, + "CSSPropertyFill": 826.844, + "CSSPropertyMinWidth": 521.703, + "CSSPropertyTransition": 520.791, + "CSSPropertyAliasWebkitTransformOrigin": 522.679, + "CSSPropertyBackgroundOrigin": 525.487, + "CSSPropertyBorderStyle": 523.222, + "CSSPropertyFontFamily": 521.669, + "CSSPropertyTransform": 522.664, + "CSSPropertyCursor": 520.61, + "CSSPropertyHeight": 520.718, + "CSSPropertyPerspectiveOrigin": 524.502, + "CSSPropertyBorderBottomWidth": 522.375, + "CSSPropertyMinHeight": 522.081, + "CSSPropertyFontStyle": 523.943, + "CSSPropertyBorderRightWidth": 525.803, + "CSSPropertyAnimation": 523.076, + "CSSPropertyBorderTopLeftRadius": 521.163, + "CSSPropertyBorderBottomLeftRadius": 521.148, + "CSSPropertyTextOverflow": 522.782, + "CSSPropertyBoxSizing": 524.096, + "CSSPropertyBorderColor": 523.646, + "CSSPropertyPaddingBottom": 521.906, + "CSSPropertyBackgroundImage": 521.278, + "CSSPropertyLeft": 521.544, + "CSSPropertyContent": 522.755, + "CSSPropertyFilter": 525.415, + "CSSPropertyWidth": 520.998, + "CSSPropertyBorder": 520.549, + "CSSPropertyFlex": 522.993, + "CSSPropertyBorderTopColor": 522.914, + "CSSPropertyBackgroundColor": 520.703, + "CSSPropertyAliasWebkitAlignItems": 525.237, + "CSSPropertyPaddingTop": 520.677, + "CSSPropertyBottom": 523.253, + "CSSPropertyBorderCollapse": 526.098, + "CSSPropertyMargin": 521.179, + "CSSPropertyTop": 521.118, + "CSSPropertyMarginBottom": 520.827, + "CSSPropertyUnicodeBidi": 520.457, + "CSSPropertyFloat": 521.097, + "CSSPropertyDisplay": 520.491, + "CSSPropertyWordWrap": 1285.537, + "CSSPropertyTransformOrigin": 522.693, + "CSSPropertyAliasWebkitUserSelect": 521.598, + "CSSPropertyMarginTop": 520.812, + "CSSPropertyBorderLeft": 522.836, + "CSSPropertyJustifyContent": 525.283, + "CSSPropertyBoxShadow": 520.77, + "CSSPropertyTextShadow": 524.435, + "CSSPropertyBorderRightColor": 523.206, + "CSSPropertyPaddingRight": 520.663, + "CSSPropertyWebkitAppearance": 1285.696, + "CSSPropertyAliasWebkitBackgroundSize": 522.436, + "CSSPropertyAnimationTimingFunction": 827.475, + "CSSPropertyPointerEvents": 827.062, + "CSSPropertyBorderRadius": 520.748, + "CSSPropertyAliasWebkitTransition": 521.822, + "CSSPropertyOutline": 520.857, + "CSSPropertyListStyleType": 1285.592, + "CSSPropertyOverflow": 520.507, + "CSSPropertyFontWeight": 521.686, + "CSSPropertyOverflowY": 522.212, + "CSSPropertyTextAlign": 520.983, + "CSSPropertyMarginRight": 522.015, + "CSSPropertyWebkitFontSmoothing": 827.343, + "CSSPropertyAlignItems": 525.254, + "CSSPropertyBackground": 520.594, + "CSSPropertyAnimationDirection": 827.46, + "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, + "CSSPropertyUserSelect": 1285.321, + "CSSPropertyLineHeight": 520.906, + "CSSPropertyFont": 520.891, + "CSSPropertyOpacity": 522.118, + "CSSPropertyTextTransform": 524.761, + "CSSPropertyRight": 522.955, + "CSSPropertyBorderBottomColor": 521.426, + "CSSPropertyFontSize": 520.965, + "CSSPropertyOrder": 525.136, + "CSSPropertyBackgroundSize": 522.452, + "CSSPropertyAliasWebkitTransform": 522.649, + "CSSPropertyBorderWidth": 523.239, + "CSSPropertyVisibility": 522.164, + "CSSPropertyAliasWebkitOrder": 525.117, + "CSSPropertyClip": 928.169, + "CSSPropertyBorderBottom": 522.334, + "CSSPropertyColor": 521.073, + "CSSPropertyMarginLeft": 521.199 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 939.602, + "PaintTimingRequested": 6118.17, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, + "HTMLMediaElement": 1455.002, + "LangAttribute": 616.282, + "DocumentFonts": 826.242, + "InputTypeSubmit": 829.977, + "EventSrcElement": 528.456, + "UnprefixedUserTiming": 6112.681, + "SecureContextCheckPassed": 514.472, + "FormElement": 828.952, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, + "InputTypeText": 838.472, + "SetReferrerPolicy": 504.461, + "V8Performance_Timing_AttributeGetter": 1223.778, + "CSSAtRuleKeyframes": 522.137, + "DocumentUnloadRegistered": 1248.489, + "DocumentPageShowFired": 1749.86, + "V8Performance_Memory_AttributeGetter": 1744.966, + "V8MessageChannel_Constructor": 1250.704, + "DocumentPageShowRegistered": 1190.385, + "HasIDClassTagAttribute": 520.416, + "SrcsetXDescriptor": 830.38, + "InputTypeSubmitWithValue": 830.004, + "DeprecatedWebKitLinearGradient": 521.304, + "CSSFlexibleBox": 838.682, + "RemoveEventListenerThirdArgumentIsObject": 916.67, + "SuppressHistoryEntryWithoutUserGesture": 13.674, + "V8MessagePort_PostMessage_Method": 1250.977, + "NetInfoEffectiveType": 1742.921, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, + "DeprecatedWebKitGradient": 521.254, + "NetInfoDownlink": 1742.887, + "PrefixedMinDevicePixelRatioMediaFeature": 614.672, + "SVGSVGElementInDocument": 829.747, + "SyntheticKeyframesInCompositedCSSAnimation": 839.33, + "PrefixedDevicePixelRatioMediaFeature": 614.692, + "CookieSet": 1449.495, + "CSSAtRuleMedia": 521.843, + "CSSValueAppearanceButton": 1285.671, + "UnprefixedRequestAnimationFrame": 6.645, + "UnprefixedPerformanceTimeline": 3384.092, + "V8Document_Scripts_AttributeGetter": 1717.726, + "V8Document_Images_AttributeGetter": 1739.87, + "HTMLElementInnerText": 1717.929, + "HasBeforeOrAfterPseudoElement": 522.62, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, + "CrossOriginMainFrameNulledNameAccessed": 1725.666, + "CSSAtRuleWebkitKeyframes": 522.095, + "DocumentPageHideRegistered": 1355.879, + "FontFaceConstructor": 966.319, + "V8StrictMode": 1158.715, + "CSSSelectorIndirectAdjacent": 523.276, + "AddEventListenerThirdArgumentIsObject": 916.612, + "CSSAtRuleFontFace": 613.84, + "V8Element_GetBoundingClientRect_Method": 1364.936, + "EventPath": 528.705, + "XSSAuditorEnabledBlock": 501.849, + "InputTypeTextMaxLength": 838.497, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, + "SVGSVGElement": 829.69, + "NetInfo": 1742.711, + "LangAttributeOnHTML": 616.308, + "SendBeacon": 939.77, + "PendingStylesheetAddedAfterBodyStarted": 613.8, + "NetInfoOnChange": 1742.947, + "AutocapitalizeAttribute": 1302.806, + "V8Permissions_Query_Method": 1398.772, + "CleanScriptElementWithNonce": 504.942, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 953.657 } - } - }, - "webPagetestVersion": "18.02" - }, - "SpeedIndex": { - "data": { - "id": "180228_SP_1Q92", - "summary": "http://www.webpagetest.org/results.php?test=180228_SP_1Q92", - "location": "Dulles:Chrome", - "connectivity": "Cable", - "bwDown": 5000, - "bwUp": 1000, - "latency": 28, - "plr": "0", - "mobile": 0, - "label": "20180228-163636-01-google.com", - "completed": 1519857499, - "runs": { - "1": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 13, - "testStartOffset": 0, - "bytesOut": 10888, - "gzip_savings": 0, - "requestsFull": 19, - "start_epoch": 0, - "connections": 8, - "bytesOutDoc": 8086, - "final_base_page_request_id": "88451.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 70, - "docTime": 1736, - "domContentLoadedEventEnd": 934, - "image_savings": 0, - "requestsDoc": 15, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 346707, - "responses_404": 0, - "loadTime": 1736, - "score_combine": -1, - "score_etags": -1, - "image_total": 35425, - "loadEventStart": 1725, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": 100, - "domContentLoadedEventStart": 926, - "final_url": "https://www.google.com/?gws_rd=ssl", - "bytesInDoc": 414316, - "score_keep-alive": 100, - "loadEventEnd": 1736, - "score_cache": 100, - "responses_other": 6, - "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", - "fullyLoaded": 3579, - "requests": 19, - "final_base_page_request": 2, - "TTFB": 477, - "bytesIn": 416502, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 3079, - "test_run_time_ms": 9289, - "PerformancePaintTiming.first-contentful-paint": 808.9, - "firstPaint": 808.9, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 808.9, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25.183973, - "domElements": 408, - "domInteractive": 926, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 2100, - "visualComplete": 2100, - "render": 900, - "SpeedIndex": 912, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 135 - }, - { - "name": "fetchStart", - "time": 135 - }, - { - "name": "redirectEnd", - "time": 233 - }, - { - "name": "fetchStart", - "time": 233 - }, - { - "name": "unloadEventStart", - "time": 486 - }, - { - "name": "unloadEventEnd", - "time": 486 - }, - { - "name": "domLoading", - "time": 492 - }, - { - "name": "responseEnd", - "time": 729 - }, - { - "name": "firstLayout", - "time": 814 - }, - { - "name": "firstPaint", - "time": 815 - }, - { - "name": "firstContentfulPaint", - "time": 815 - }, - { - "name": "firstTextPaint", - "time": 815 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 815 - }, - { - "name": "firstImagePaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "domInteractive", - "time": 932 - }, - { - "name": "domContentLoadedEventStart", - "time": 933 - }, - { - "name": "domContentLoadedEventEnd", - "time": 941 - }, - { - "name": "domComplete", - "time": 1731 - }, - { - "name": "loadEventStart", - "time": 1732 - }, - { - "name": "loadEventEnd", - "time": 1742 - } - ], - "chromeUserTiming.fetchStart": 233, - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.redirectEnd": 233, - "chromeUserTiming.unloadEventStart": 486, - "chromeUserTiming.unloadEventEnd": 486, - "chromeUserTiming.domLoading": 492, - "chromeUserTiming.responseEnd": 729, - "chromeUserTiming.firstLayout": 814, - "chromeUserTiming.firstPaint": 815, - "chromeUserTiming.firstContentfulPaint": 815, - "chromeUserTiming.firstTextPaint": 815, - "chromeUserTiming.firstMeaningfulPaintCandidate": 889, - "chromeUserTiming.firstImagePaint": 889, - "chromeUserTiming.firstMeaningfulPaint": 889, - "chromeUserTiming.domInteractive": 932, - "chromeUserTiming.domContentLoadedEventStart": 933, - "chromeUserTiming.domContentLoadedEventEnd": 941, - "chromeUserTiming.domComplete": 1731, - "chromeUserTiming.loadEventStart": 1732, - "chromeUserTiming.loadEventEnd": 1742, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 522.978, - "CSSPropertyPosition": 520.521, - "CSSPropertyAliasWebkitBorderRadius": 521.583, - "CSSPropertyAliasWebkitAnimation": 523.047, - "CSSPropertyMaxWidth": 521.972, - "CSSPropertyBorderLeftColor": 523.186, - "CSSPropertyTextDecoration": 522.274, - "CSSPropertyWebkitTapHighlightColor": 830.101, - "CSSPropertyBorderRight": 522.859, - "CSSPropertyMaxHeight": 523.751, - "CSSPropertyBorderTop": 522.818, - "CSSPropertySrc": 613.952, - "CSSPropertyAliasWebkitJustifyContent": 525.269, - "CSSPropertyZIndex": 520.632, - "CSSPropertyTransitionDelay": 826.931, - "CSSPropertyPaddingLeft": 520.648, - "CSSPropertyUnicodeRange": 613.97, - "CSSPropertyPadding": 520.93, - "CSSPropertyWhiteSpace": 521.933, - "CSSPropertyBackgroundClip": 525.467, - "CSSPropertyAliasWebkitBoxSizing": 524.08, - "CSSPropertyAliasWebkitBoxShadow": 521.766, - "CSSPropertyVerticalAlign": 520.733, - "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, - "CSSPropertyBackgroundPosition": 522.183, - "CSSPropertyFill": 826.844, - "CSSPropertyMinWidth": 521.703, - "CSSPropertyTransition": 520.791, - "CSSPropertyAliasWebkitTransformOrigin": 522.679, - "CSSPropertyBackgroundOrigin": 525.487, - "CSSPropertyBorderStyle": 523.222, - "CSSPropertyFontFamily": 521.669, - "CSSPropertyTransform": 522.664, - "CSSPropertyCursor": 520.61, - "CSSPropertyHeight": 520.718, - "CSSPropertyPerspectiveOrigin": 524.502, - "CSSPropertyBorderBottomWidth": 522.375, - "CSSPropertyMinHeight": 522.081, - "CSSPropertyFontStyle": 523.943, - "CSSPropertyBorderRightWidth": 525.803, - "CSSPropertyAnimation": 523.076, - "CSSPropertyBorderTopLeftRadius": 521.163, - "CSSPropertyBorderBottomLeftRadius": 521.148, - "CSSPropertyTextOverflow": 522.782, - "CSSPropertyBoxSizing": 524.096, - "CSSPropertyBorderColor": 523.646, - "CSSPropertyPaddingBottom": 521.906, - "CSSPropertyBackgroundImage": 521.278, - "CSSPropertyLeft": 521.544, - "CSSPropertyContent": 522.755, - "CSSPropertyFilter": 525.415, - "CSSPropertyWidth": 520.998, - "CSSPropertyBorder": 520.549, - "CSSPropertyFlex": 522.993, - "CSSPropertyBorderTopColor": 522.914, - "CSSPropertyBackgroundColor": 520.703, - "CSSPropertyAliasWebkitAlignItems": 525.237, - "CSSPropertyPaddingTop": 520.677, - "CSSPropertyBottom": 523.253, - "CSSPropertyBorderCollapse": 526.098, - "CSSPropertyMargin": 521.179, - "CSSPropertyTop": 521.118, - "CSSPropertyMarginBottom": 520.827, - "CSSPropertyUnicodeBidi": 520.457, - "CSSPropertyFloat": 521.097, - "CSSPropertyDisplay": 520.491, - "CSSPropertyWordWrap": 1285.537, - "CSSPropertyTransformOrigin": 522.693, - "CSSPropertyAliasWebkitUserSelect": 521.598, - "CSSPropertyMarginTop": 520.812, - "CSSPropertyBorderLeft": 522.836, - "CSSPropertyJustifyContent": 525.283, - "CSSPropertyBoxShadow": 520.77, - "CSSPropertyTextShadow": 524.435, - "CSSPropertyBorderRightColor": 523.206, - "CSSPropertyPaddingRight": 520.663, - "CSSPropertyWebkitAppearance": 1285.696, - "CSSPropertyAliasWebkitBackgroundSize": 522.436, - "CSSPropertyAnimationTimingFunction": 827.475, - "CSSPropertyPointerEvents": 827.062, - "CSSPropertyBorderRadius": 520.748, - "CSSPropertyAliasWebkitTransition": 521.822, - "CSSPropertyOutline": 520.857, - "CSSPropertyListStyleType": 1285.592, - "CSSPropertyOverflow": 520.507, - "CSSPropertyFontWeight": 521.686, - "CSSPropertyOverflowY": 522.212, - "CSSPropertyTextAlign": 520.983, - "CSSPropertyMarginRight": 522.015, - "CSSPropertyWebkitFontSmoothing": 827.343, - "CSSPropertyAlignItems": 525.254, - "CSSPropertyBackground": 520.594, - "CSSPropertyAnimationDirection": 827.46, - "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, - "CSSPropertyUserSelect": 1285.321, - "CSSPropertyLineHeight": 520.906, - "CSSPropertyFont": 520.891, - "CSSPropertyOpacity": 522.118, - "CSSPropertyTextTransform": 524.761, - "CSSPropertyRight": 522.955, - "CSSPropertyBorderBottomColor": 521.426, - "CSSPropertyFontSize": 520.965, - "CSSPropertyOrder": 525.136, - "CSSPropertyBackgroundSize": 522.452, - "CSSPropertyAliasWebkitTransform": 522.649, - "CSSPropertyBorderWidth": 523.239, - "CSSPropertyVisibility": 522.164, - "CSSPropertyAliasWebkitOrder": 525.117, - "CSSPropertyClip": 928.169, - "CSSPropertyBorderBottom": 522.334, - "CSSPropertyColor": 521.073, - "CSSPropertyMarginLeft": 521.199 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 939.602, - "PaintTimingRequested": 6118.17, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, - "HTMLMediaElement": 1455.002, - "LangAttribute": 616.282, - "DocumentFonts": 826.242, - "InputTypeSubmit": 829.977, - "EventSrcElement": 528.456, - "UnprefixedUserTiming": 6112.681, - "SecureContextCheckPassed": 514.472, - "FormElement": 828.952, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, - "InputTypeText": 838.472, - "SetReferrerPolicy": 504.461, - "V8Performance_Timing_AttributeGetter": 1223.778, - "CSSAtRuleKeyframes": 522.137, - "DocumentUnloadRegistered": 1248.489, - "DocumentPageShowFired": 1749.86, - "V8Performance_Memory_AttributeGetter": 1744.966, - "V8MessageChannel_Constructor": 1250.704, - "DocumentPageShowRegistered": 1190.385, - "HasIDClassTagAttribute": 520.416, - "SrcsetXDescriptor": 830.38, - "InputTypeSubmitWithValue": 830.004, - "DeprecatedWebKitLinearGradient": 521.304, - "CSSFlexibleBox": 838.682, - "RemoveEventListenerThirdArgumentIsObject": 916.67, - "SuppressHistoryEntryWithoutUserGesture": 13.674, - "V8MessagePort_PostMessage_Method": 1250.977, - "NetInfoEffectiveType": 1742.921, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, - "DeprecatedWebKitGradient": 521.254, - "NetInfoDownlink": 1742.887, - "PrefixedMinDevicePixelRatioMediaFeature": 614.672, - "SVGSVGElementInDocument": 829.747, - "SyntheticKeyframesInCompositedCSSAnimation": 839.33, - "PrefixedDevicePixelRatioMediaFeature": 614.692, - "CookieSet": 1449.495, - "CSSAtRuleMedia": 521.843, - "CSSValueAppearanceButton": 1285.671, - "UnprefixedRequestAnimationFrame": 6.645, - "UnprefixedPerformanceTimeline": 3384.092, - "V8Document_Scripts_AttributeGetter": 1717.726, - "V8Document_Images_AttributeGetter": 1739.87, - "HTMLElementInnerText": 1717.929, - "HasBeforeOrAfterPseudoElement": 522.62, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, - "CrossOriginMainFrameNulledNameAccessed": 1725.666, - "CSSAtRuleWebkitKeyframes": 522.095, - "DocumentPageHideRegistered": 1355.879, - "FontFaceConstructor": 966.319, - "V8StrictMode": 1158.715, - "CSSSelectorIndirectAdjacent": 523.276, - "AddEventListenerThirdArgumentIsObject": 916.612, - "CSSAtRuleFontFace": 613.84, - "V8Element_GetBoundingClientRect_Method": 1364.936, - "EventPath": 528.705, - "XSSAuditorEnabledBlock": 501.849, - "InputTypeTextMaxLength": 838.497, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, - "SVGSVGElement": 829.69, - "NetInfo": 1742.711, - "LangAttributeOnHTML": 616.308, - "SendBeacon": 939.77, - "PendingStylesheetAddedAfterBodyStarted": 613.8, - "NetInfoOnChange": 1742.947, - "AutocapitalizeAttribute": 1302.806, - "V8Permissions_Query_Method": 1398.772, - "CleanScriptElementWithNonce": 504.942, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 953.657 - } - }, - "step": 1, - "effectiveBps": 134268, - "effectiveBpsDoc": 329083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 5, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 1, - "testStartOffset": 0, - "bytesOut": 3150, - "gzip_savings": 0, - "requestsFull": 5, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1474, - "final_base_page_request_id": "88921.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 69, - "docTime": 1334, - "domContentLoadedEventEnd": 901, - "image_savings": 0, - "requestsDoc": 3, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 66517, - "responses_404": 0, - "loadTime": 1334, - "score_combine": -1, - "score_etags": -1, - "image_total": 0, - "loadEventStart": 1326, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": -1, - "domContentLoadedEventStart": 891, - "final_url": "https://www.google.com/", - "bytesInDoc": 66572, - "score_keep-alive": 100, - "loadEventEnd": 1335, - "score_cache": -1, - "responses_other": 4, - "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", - "fullyLoaded": 3303, - "requests": 5, - "final_base_page_request": 1, - "TTFB": 226, - "bytesIn": 66660, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 2910, - "test_run_time_ms": 7792, - "PerformancePaintTiming.first-contentful-paint": 810.4, - "firstPaint": 810.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 810.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25, - "domElements": 407, - "domInteractive": 891, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 1200, - "visualComplete": 1200, - "render": 900, - "SpeedIndex": 903, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 16 - }, - { - "name": "fetchStart", - "time": 16 - }, - { - "name": "redirectEnd", - "time": 28 - }, - { - "name": "fetchStart", - "time": 28 - }, - { - "name": "unloadEventStart", - "time": 240 - }, - { - "name": "unloadEventEnd", - "time": 240 - }, - { - "name": "domLoading", - "time": 255 - }, - { - "name": "responseEnd", - "time": 342 - }, - { - "name": "firstLayout", - "time": 688 - }, - { - "name": "firstPaint", - "time": 816 - }, - { - "name": "firstContentfulPaint", - "time": 816 - }, - { - "name": "firstTextPaint", - "time": 816 - }, - { - "name": "firstImagePaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "domInteractive", - "time": 896 - }, - { - "name": "domContentLoadedEventStart", - "time": 896 - }, - { - "name": "domContentLoadedEventEnd", - "time": 906 - }, - { - "name": "domComplete", - "time": 1331 - }, - { - "name": "loadEventStart", - "time": 1331 - }, - { - "name": "loadEventEnd", - "time": 1341 - } - ], - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.fetchStart": 28, - "chromeUserTiming.redirectEnd": 28, - "chromeUserTiming.unloadEventStart": 240, - "chromeUserTiming.unloadEventEnd": 240, - "chromeUserTiming.domLoading": 255, - "chromeUserTiming.responseEnd": 342, - "chromeUserTiming.firstLayout": 688, - "chromeUserTiming.firstPaint": 816, - "chromeUserTiming.firstContentfulPaint": 816, - "chromeUserTiming.firstTextPaint": 816, - "chromeUserTiming.firstImagePaint": 816, - "chromeUserTiming.firstMeaningfulPaintCandidate": 816, - "chromeUserTiming.firstMeaningfulPaint": 816, - "chromeUserTiming.domInteractive": 896, - "chromeUserTiming.domContentLoadedEventStart": 896, - "chromeUserTiming.domContentLoadedEventEnd": 906, - "chromeUserTiming.domComplete": 1331, - "chromeUserTiming.loadEventStart": 1331, - "chromeUserTiming.loadEventEnd": 1341, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 287.851, - "CSSPropertyPosition": 284.773, - "CSSPropertyAliasWebkitBorderRadius": 286.368, - "CSSPropertyAliasWebkitAnimation": 287.912, - "CSSPropertyMaxWidth": 286.828, - "CSSPropertyBorderLeftColor": 287.961, - "CSSPropertyTextDecoration": 287.159, - "CSSPropertyWebkitTapHighlightColor": 693.87, - "CSSPropertyBorderRight": 287.765, - "CSSPropertyMaxHeight": 288.419, - "CSSPropertyBorderTop": 287.736, - "CSSPropertySrc": 363.648, - "CSSPropertyAliasWebkitJustifyContent": 289.945, - "CSSPropertyZIndex": 284.912, - "CSSPropertyTransitionDelay": 447.863, - "CSSPropertyPaddingLeft": 284.932, - "CSSPropertyUnicodeRange": 363.665, - "CSSPropertyPadding": 285.515, - "CSSPropertyWhiteSpace": 286.772, - "CSSPropertyBackgroundClip": 290.171, - "CSSPropertyAliasWebkitBoxSizing": 288.698, - "CSSPropertyAliasWebkitBoxShadow": 286.556, - "CSSPropertyVerticalAlign": 285.239, - "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, - "CSSPropertyBackgroundPosition": 287.071, - "CSSPropertyFill": 447.754, - "CSSPropertyMinWidth": 286.468, - "CSSPropertyTransition": 285.324, - "CSSPropertyAliasWebkitTransformOrigin": 287.608, - "CSSPropertyBackgroundOrigin": 290.2, - "CSSPropertyBorderStyle": 287.99, - "CSSPropertyFontFamily": 286.425, - "CSSPropertyTransform": 287.594, - "CSSPropertyCursor": 284.882, - "CSSPropertyHeight": 285.03, - "CSSPropertyPerspectiveOrigin": 289.061, - "CSSPropertyBorderBottomWidth": 287.237, - "CSSPropertyMinHeight": 286.974, - "CSSPropertyFontStyle": 288.581, - "CSSPropertyBorderRightWidth": 290.606, - "CSSPropertyAnimation": 287.934, - "CSSPropertyBorderTopLeftRadius": 285.775, - "CSSPropertyBorderBottomLeftRadius": 285.755, - "CSSPropertyTextOverflow": 287.702, - "CSSPropertyBoxSizing": 288.712, - "CSSPropertyBorderColor": 288.332, - "CSSPropertyPaddingBottom": 286.737, - "CSSPropertyBackgroundImage": 285.945, - "CSSPropertyLeft": 286.311, - "CSSPropertyContent": 287.678, - "CSSPropertyFilter": 290.102, - "CSSPropertyWidth": 285.615, - "CSSPropertyBorder": 284.811, - "CSSPropertyFlex": 287.864, - "CSSPropertyBorderTopColor": 287.797, - "CSSPropertyBackgroundColor": 285.009, - "CSSPropertyAliasWebkitAlignItems": 289.902, - "CSSPropertyPaddingTop": 284.972, - "CSSPropertyBottom": 288.016, - "CSSPropertyBorderCollapse": 290.92, - "CSSPropertyMargin": 285.797, - "CSSPropertyTop": 285.71, - "CSSPropertyMarginBottom": 285.378, - "CSSPropertyUnicodeBidi": 284.686, - "CSSPropertyFloat": 285.681, - "CSSPropertyDisplay": 284.733, - "CSSPropertyWordWrap": 1104.266, - "CSSPropertyTransformOrigin": 287.621, - "CSSPropertyAliasWebkitUserSelect": 286.39, - "CSSPropertyMarginTop": 285.358, - "CSSPropertyBorderLeft": 287.751, - "CSSPropertyJustifyContent": 289.963, - "CSSPropertyBoxShadow": 285.296, - "CSSPropertyTextShadow": 288.999, - "CSSPropertyBorderRightColor": 287.977, - "CSSPropertyPaddingRight": 284.952, - "CSSPropertyWebkitAppearance": 1104.396, - "CSSPropertyAliasWebkitBackgroundSize": 287.291, - "CSSPropertyAnimationTimingFunction": 448.707, - "CSSPropertyPointerEvents": 448.059, - "CSSPropertyBorderRadius": 285.265, - "CSSPropertyAliasWebkitTransition": 286.643, - "CSSPropertyOutline": 285.409, - "CSSPropertyListStyleType": 1104.319, - "CSSPropertyOverflow": 284.754, - "CSSPropertyFontWeight": 286.446, - "CSSPropertyOverflowY": 287.098, - "CSSPropertyTextAlign": 285.596, - "CSSPropertyMarginRight": 286.884, - "CSSPropertyWebkitFontSmoothing": 448.476, - "CSSPropertyAlignItems": 289.926, - "CSSPropertyBackground": 284.86, - "CSSPropertyAnimationDirection": 448.689, - "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, - "CSSPropertyUserSelect": 1104.082, - "CSSPropertyLineHeight": 285.467, - "CSSPropertyFont": 285.446, - "CSSPropertyOpacity": 287.011, - "CSSPropertyTextTransform": 289.284, - "CSSPropertyRight": 287.831, - "CSSPropertyBorderBottomColor": 286.136, - "CSSPropertyFontSize": 285.569, - "CSSPropertyOrder": 289.809, - "CSSPropertyBackgroundSize": 287.306, - "CSSPropertyAliasWebkitTransform": 287.581, - "CSSPropertyBorderWidth": 288.004, - "CSSPropertyVisibility": 287.053, - "CSSPropertyAliasWebkitOrder": 289.789, - "CSSPropertyClip": 882.409, - "CSSPropertyBorderBottom": 287.216, - "CSSPropertyColor": 285.649, - "CSSPropertyMarginLeft": 285.827 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 892.531, - "PaintTimingRequested": 5937.234, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, - "HTMLMediaElement": 1232.797, - "DeprecatedWebKitGradient": 285.911, - "DocumentFonts": 364.316, - "InputTypeSubmit": 693.757, - "EventSrcElement": 293.837, - "UnprefixedUserTiming": 5932.413, - "SecureContextCheckPassed": 279.757, - "FormElement": 692.888, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, - "InputTypeText": 702.428, - "SetReferrerPolicy": 274.622, - "V8Performance_Timing_AttributeGetter": 1044.461, - "CSSAtRuleKeyframes": 287.029, - "DocumentUnloadRegistered": 1066.129, - "DocumentPageShowFired": 1345.26, - "V8Performance_Memory_AttributeGetter": 1340.897, - "V8MessageChannel_Constructor": 1068.728, - "DocumentPageShowRegistered": 1012.756, - "HasIDClassTagAttribute": 284.634, - "SrcsetXDescriptor": 694.15, - "InputTypeSubmitWithValue": 693.785, - "DeprecatedWebKitLinearGradient": 285.981, - "CSSFlexibleBox": 702.642, - "RemoveEventListenerThirdArgumentIsObject": 850.919, - "SuppressHistoryEntryWithoutUserGesture": 8.936, - "V8MessagePort_PostMessage_Method": 1069.094, - "NetInfoEffectiveType": 1338.981, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, - "UnprefixedRequestAnimationFrame": 2.767, - "NetInfoDownlink": 1338.947, - "PrefixedMinDevicePixelRatioMediaFeature": 364.68, - "SVGSVGElementInDocument": 693.551, - "SyntheticKeyframesInCompositedCSSAnimation": 703.343, - "PrefixedDevicePixelRatioMediaFeature": 364.698, - "CookieSet": 1217.842, - "LangAttribute": 450.454, - "CSSAtRuleMedia": 286.668, - "CSSValueAppearanceButton": 1104.369, - "UnprefixedPerformanceTimeline": 3262.199, - "V8Document_Scripts_AttributeGetter": 1314.692, - "V8Document_Images_AttributeGetter": 1335.907, - "HTMLElementInnerText": 1314.981, - "HasBeforeOrAfterPseudoElement": 287.555, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, - "CrossOriginMainFrameNulledNameAccessed": 1325.204, - "CSSAtRuleWebkitKeyframes": 286.989, - "DocumentPageHideRegistered": 1245.973, - "FontFaceConstructor": 830.826, - "V8StrictMode": 1014.197, - "CSSSelectorIndirectAdjacent": 288.036, - "AddEventListenerThirdArgumentIsObject": 850.84, - "CSSAtRuleFontFace": 363.584, - "V8Element_GetBoundingClientRect_Method": 1253.718, - "EventPath": 294.039, - "XSSAuditorEnabledBlock": 270.408, - "InputTypeTextMaxLength": 702.463, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, - "SVGSVGElement": 693.499, - "NetInfo": 1338.791, - "LangAttributeOnHTML": 450.48, - "SendBeacon": 892.71, - "PendingStylesheetAddedAfterBodyStarted": 363.529, - "NetInfoOnChange": 1339.009, - "AutocapitalizeAttribute": 1125.972, - "V8Permissions_Query_Method": 1280.367, - "CleanScriptElementWithNonce": 274.928, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 811.08 - } - }, - "step": 1, - "effectiveBps": 21663, - "effectiveBpsDoc": 60083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 0, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" - }, - "consoleLog": [] - } + }, + "step": 1, + "effectiveBps": 134268, + "effectiveBpsDoc": 329083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 5, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 1, + "testStartOffset": 0, + "bytesOut": 3150, + "gzip_savings": 0, + "requestsFull": 5, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1474, + "final_base_page_request_id": "88921.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 69, + "docTime": 1334, + "domContentLoadedEventEnd": 901, + "image_savings": 0, + "requestsDoc": 3, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 66517, + "responses_404": 0, + "loadTime": 1334, + "score_combine": -1, + "score_etags": -1, + "image_total": 0, + "loadEventStart": 1326, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": -1, + "domContentLoadedEventStart": 891, + "final_url": "https://www.google.com/", + "bytesInDoc": 66572, + "score_keep-alive": 100, + "loadEventEnd": 1335, + "score_cache": -1, + "responses_other": 4, + "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", + "fullyLoaded": 3303, + "requests": 5, + "final_base_page_request": 1, + "TTFB": 226, + "bytesIn": 66660, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 2910, + "test_run_time_ms": 7792, + "PerformancePaintTiming.first-contentful-paint": 810.4, + "firstPaint": 810.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 810.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25, + "domElements": 407, + "domInteractive": 891, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 } - }, - "median": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 13, - "testStartOffset": 0, - "bytesOut": 10888, - "gzip_savings": 0, - "requestsFull": 19, - "start_epoch": 0, - "connections": 8, - "bytesOutDoc": 8086, - "final_base_page_request_id": "88451.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 70, - "docTime": 1736, - "domContentLoadedEventEnd": 934, - "image_savings": 0, - "requestsDoc": 15, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 346707, - "responses_404": 0, - "loadTime": 1736, - "score_combine": -1, - "score_etags": -1, - "image_total": 35425, - "loadEventStart": 1725, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": 100, - "domContentLoadedEventStart": 926, - "final_url": "https://www.google.com/?gws_rd=ssl", - "bytesInDoc": 414316, - "score_keep-alive": 100, - "loadEventEnd": 1736, - "score_cache": 100, - "responses_other": 6, - "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", - "fullyLoaded": 3579, - "requests": 19, - "final_base_page_request": 2, - "TTFB": 477, - "bytesIn": 416502, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 3079, - "test_run_time_ms": 9289, - "PerformancePaintTiming.first-contentful-paint": 808.9, - "firstPaint": 808.9, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 808.9, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25.183973, - "domElements": 408, - "domInteractive": 926, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 2100, - "visualComplete": 2100, - "render": 900, - "SpeedIndex": 912, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 135 - }, - { - "name": "fetchStart", - "time": 135 - }, - { - "name": "redirectEnd", - "time": 233 - }, - { - "name": "fetchStart", - "time": 233 - }, - { - "name": "unloadEventStart", - "time": 486 - }, - { - "name": "unloadEventEnd", - "time": 486 - }, - { - "name": "domLoading", - "time": 492 - }, - { - "name": "responseEnd", - "time": 729 - }, - { - "name": "firstLayout", - "time": 814 - }, - { - "name": "firstPaint", - "time": 815 - }, - { - "name": "firstContentfulPaint", - "time": 815 - }, - { - "name": "firstTextPaint", - "time": 815 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 815 - }, - { - "name": "firstImagePaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "domInteractive", - "time": 932 - }, - { - "name": "domContentLoadedEventStart", - "time": 933 - }, - { - "name": "domContentLoadedEventEnd", - "time": 941 - }, - { - "name": "domComplete", - "time": 1731 - }, - { - "name": "loadEventStart", - "time": 1732 - }, - { - "name": "loadEventEnd", - "time": 1742 - } - ], - "chromeUserTiming.fetchStart": 233, - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.redirectEnd": 233, - "chromeUserTiming.unloadEventStart": 486, - "chromeUserTiming.unloadEventEnd": 486, - "chromeUserTiming.domLoading": 492, - "chromeUserTiming.responseEnd": 729, - "chromeUserTiming.firstLayout": 814, - "chromeUserTiming.firstPaint": 815, - "chromeUserTiming.firstContentfulPaint": 815, - "chromeUserTiming.firstTextPaint": 815, - "chromeUserTiming.firstMeaningfulPaintCandidate": 889, - "chromeUserTiming.firstImagePaint": 889, - "chromeUserTiming.firstMeaningfulPaint": 889, - "chromeUserTiming.domInteractive": 932, - "chromeUserTiming.domContentLoadedEventStart": 933, - "chromeUserTiming.domContentLoadedEventEnd": 941, - "chromeUserTiming.domComplete": 1731, - "chromeUserTiming.loadEventStart": 1732, - "chromeUserTiming.loadEventEnd": 1742, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 522.978, - "CSSPropertyPosition": 520.521, - "CSSPropertyAliasWebkitBorderRadius": 521.583, - "CSSPropertyAliasWebkitAnimation": 523.047, - "CSSPropertyMaxWidth": 521.972, - "CSSPropertyBorderLeftColor": 523.186, - "CSSPropertyTextDecoration": 522.274, - "CSSPropertyWebkitTapHighlightColor": 830.101, - "CSSPropertyBorderRight": 522.859, - "CSSPropertyMaxHeight": 523.751, - "CSSPropertyBorderTop": 522.818, - "CSSPropertySrc": 613.952, - "CSSPropertyAliasWebkitJustifyContent": 525.269, - "CSSPropertyZIndex": 520.632, - "CSSPropertyTransitionDelay": 826.931, - "CSSPropertyPaddingLeft": 520.648, - "CSSPropertyUnicodeRange": 613.97, - "CSSPropertyPadding": 520.93, - "CSSPropertyWhiteSpace": 521.933, - "CSSPropertyBackgroundClip": 525.467, - "CSSPropertyAliasWebkitBoxSizing": 524.08, - "CSSPropertyAliasWebkitBoxShadow": 521.766, - "CSSPropertyVerticalAlign": 520.733, - "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, - "CSSPropertyBackgroundPosition": 522.183, - "CSSPropertyFill": 826.844, - "CSSPropertyMinWidth": 521.703, - "CSSPropertyTransition": 520.791, - "CSSPropertyAliasWebkitTransformOrigin": 522.679, - "CSSPropertyBackgroundOrigin": 525.487, - "CSSPropertyBorderStyle": 523.222, - "CSSPropertyFontFamily": 521.669, - "CSSPropertyTransform": 522.664, - "CSSPropertyCursor": 520.61, - "CSSPropertyHeight": 520.718, - "CSSPropertyPerspectiveOrigin": 524.502, - "CSSPropertyBorderBottomWidth": 522.375, - "CSSPropertyMinHeight": 522.081, - "CSSPropertyFontStyle": 523.943, - "CSSPropertyBorderRightWidth": 525.803, - "CSSPropertyAnimation": 523.076, - "CSSPropertyBorderTopLeftRadius": 521.163, - "CSSPropertyBorderBottomLeftRadius": 521.148, - "CSSPropertyTextOverflow": 522.782, - "CSSPropertyBoxSizing": 524.096, - "CSSPropertyBorderColor": 523.646, - "CSSPropertyPaddingBottom": 521.906, - "CSSPropertyBackgroundImage": 521.278, - "CSSPropertyLeft": 521.544, - "CSSPropertyContent": 522.755, - "CSSPropertyFilter": 525.415, - "CSSPropertyWidth": 520.998, - "CSSPropertyBorder": 520.549, - "CSSPropertyFlex": 522.993, - "CSSPropertyBorderTopColor": 522.914, - "CSSPropertyBackgroundColor": 520.703, - "CSSPropertyAliasWebkitAlignItems": 525.237, - "CSSPropertyPaddingTop": 520.677, - "CSSPropertyBottom": 523.253, - "CSSPropertyBorderCollapse": 526.098, - "CSSPropertyMargin": 521.179, - "CSSPropertyTop": 521.118, - "CSSPropertyMarginBottom": 520.827, - "CSSPropertyUnicodeBidi": 520.457, - "CSSPropertyFloat": 521.097, - "CSSPropertyDisplay": 520.491, - "CSSPropertyWordWrap": 1285.537, - "CSSPropertyTransformOrigin": 522.693, - "CSSPropertyAliasWebkitUserSelect": 521.598, - "CSSPropertyMarginTop": 520.812, - "CSSPropertyBorderLeft": 522.836, - "CSSPropertyJustifyContent": 525.283, - "CSSPropertyBoxShadow": 520.77, - "CSSPropertyTextShadow": 524.435, - "CSSPropertyBorderRightColor": 523.206, - "CSSPropertyPaddingRight": 520.663, - "CSSPropertyWebkitAppearance": 1285.696, - "CSSPropertyAliasWebkitBackgroundSize": 522.436, - "CSSPropertyAnimationTimingFunction": 827.475, - "CSSPropertyPointerEvents": 827.062, - "CSSPropertyBorderRadius": 520.748, - "CSSPropertyAliasWebkitTransition": 521.822, - "CSSPropertyOutline": 520.857, - "CSSPropertyListStyleType": 1285.592, - "CSSPropertyOverflow": 520.507, - "CSSPropertyFontWeight": 521.686, - "CSSPropertyOverflowY": 522.212, - "CSSPropertyTextAlign": 520.983, - "CSSPropertyMarginRight": 522.015, - "CSSPropertyWebkitFontSmoothing": 827.343, - "CSSPropertyAlignItems": 525.254, - "CSSPropertyBackground": 520.594, - "CSSPropertyAnimationDirection": 827.46, - "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, - "CSSPropertyUserSelect": 1285.321, - "CSSPropertyLineHeight": 520.906, - "CSSPropertyFont": 520.891, - "CSSPropertyOpacity": 522.118, - "CSSPropertyTextTransform": 524.761, - "CSSPropertyRight": 522.955, - "CSSPropertyBorderBottomColor": 521.426, - "CSSPropertyFontSize": 520.965, - "CSSPropertyOrder": 525.136, - "CSSPropertyBackgroundSize": 522.452, - "CSSPropertyAliasWebkitTransform": 522.649, - "CSSPropertyBorderWidth": 523.239, - "CSSPropertyVisibility": 522.164, - "CSSPropertyAliasWebkitOrder": 525.117, - "CSSPropertyClip": 928.169, - "CSSPropertyBorderBottom": 522.334, - "CSSPropertyColor": 521.073, - "CSSPropertyMarginLeft": 521.199 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 939.602, - "PaintTimingRequested": 6118.17, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, - "HTMLMediaElement": 1455.002, - "LangAttribute": 616.282, - "DocumentFonts": 826.242, - "InputTypeSubmit": 829.977, - "EventSrcElement": 528.456, - "UnprefixedUserTiming": 6112.681, - "SecureContextCheckPassed": 514.472, - "FormElement": 828.952, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, - "InputTypeText": 838.472, - "SetReferrerPolicy": 504.461, - "V8Performance_Timing_AttributeGetter": 1223.778, - "CSSAtRuleKeyframes": 522.137, - "DocumentUnloadRegistered": 1248.489, - "DocumentPageShowFired": 1749.86, - "V8Performance_Memory_AttributeGetter": 1744.966, - "V8MessageChannel_Constructor": 1250.704, - "DocumentPageShowRegistered": 1190.385, - "HasIDClassTagAttribute": 520.416, - "SrcsetXDescriptor": 830.38, - "InputTypeSubmitWithValue": 830.004, - "DeprecatedWebKitLinearGradient": 521.304, - "CSSFlexibleBox": 838.682, - "RemoveEventListenerThirdArgumentIsObject": 916.67, - "SuppressHistoryEntryWithoutUserGesture": 13.674, - "V8MessagePort_PostMessage_Method": 1250.977, - "NetInfoEffectiveType": 1742.921, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, - "DeprecatedWebKitGradient": 521.254, - "NetInfoDownlink": 1742.887, - "PrefixedMinDevicePixelRatioMediaFeature": 614.672, - "SVGSVGElementInDocument": 829.747, - "SyntheticKeyframesInCompositedCSSAnimation": 839.33, - "PrefixedDevicePixelRatioMediaFeature": 614.692, - "CookieSet": 1449.495, - "CSSAtRuleMedia": 521.843, - "CSSValueAppearanceButton": 1285.671, - "UnprefixedRequestAnimationFrame": 6.645, - "UnprefixedPerformanceTimeline": 3384.092, - "V8Document_Scripts_AttributeGetter": 1717.726, - "V8Document_Images_AttributeGetter": 1739.87, - "HTMLElementInnerText": 1717.929, - "HasBeforeOrAfterPseudoElement": 522.62, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, - "CrossOriginMainFrameNulledNameAccessed": 1725.666, - "CSSAtRuleWebkitKeyframes": 522.095, - "DocumentPageHideRegistered": 1355.879, - "FontFaceConstructor": 966.319, - "V8StrictMode": 1158.715, - "CSSSelectorIndirectAdjacent": 523.276, - "AddEventListenerThirdArgumentIsObject": 916.612, - "CSSAtRuleFontFace": 613.84, - "V8Element_GetBoundingClientRect_Method": 1364.936, - "EventPath": 528.705, - "XSSAuditorEnabledBlock": 501.849, - "InputTypeTextMaxLength": 838.497, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, - "SVGSVGElement": 829.69, - "NetInfo": 1742.711, - "LangAttributeOnHTML": 616.308, - "SendBeacon": 939.77, - "PendingStylesheetAddedAfterBodyStarted": 613.8, - "NetInfoOnChange": 1742.947, - "AutocapitalizeAttribute": 1302.806, - "V8Permissions_Query_Method": 1398.772, - "CleanScriptElementWithNonce": 504.942, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 953.657 - } - }, - "step": 1, - "effectiveBps": 134268, - "effectiveBpsDoc": 329083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 5, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 1, - "testStartOffset": 0, - "bytesOut": 3150, - "gzip_savings": 0, - "requestsFull": 5, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1474, - "final_base_page_request_id": "88921.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 69, - "docTime": 1334, - "domContentLoadedEventEnd": 901, - "image_savings": 0, - "requestsDoc": 3, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 66517, - "responses_404": 0, - "loadTime": 1334, - "score_combine": -1, - "score_etags": -1, - "image_total": 0, - "loadEventStart": 1326, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": -1, - "domContentLoadedEventStart": 891, - "final_url": "https://www.google.com/", - "bytesInDoc": 66572, - "score_keep-alive": 100, - "loadEventEnd": 1335, - "score_cache": -1, - "responses_other": 4, - "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", - "fullyLoaded": 3303, - "requests": 5, - "final_base_page_request": 1, - "TTFB": 226, - "bytesIn": 66660, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 2910, - "test_run_time_ms": 7792, - "PerformancePaintTiming.first-contentful-paint": 810.4, - "firstPaint": 810.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 810.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25, - "domElements": 407, - "domInteractive": 891, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 1200, - "visualComplete": 1200, - "render": 900, - "SpeedIndex": 903, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 16 - }, - { - "name": "fetchStart", - "time": 16 - }, - { - "name": "redirectEnd", - "time": 28 - }, - { - "name": "fetchStart", - "time": 28 - }, - { - "name": "unloadEventStart", - "time": 240 - }, - { - "name": "unloadEventEnd", - "time": 240 - }, - { - "name": "domLoading", - "time": 255 - }, - { - "name": "responseEnd", - "time": 342 - }, - { - "name": "firstLayout", - "time": 688 - }, - { - "name": "firstPaint", - "time": 816 - }, - { - "name": "firstContentfulPaint", - "time": 816 - }, - { - "name": "firstTextPaint", - "time": 816 - }, - { - "name": "firstImagePaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "domInteractive", - "time": 896 - }, - { - "name": "domContentLoadedEventStart", - "time": 896 - }, - { - "name": "domContentLoadedEventEnd", - "time": 906 - }, - { - "name": "domComplete", - "time": 1331 - }, - { - "name": "loadEventStart", - "time": 1331 - }, - { - "name": "loadEventEnd", - "time": 1341 - } - ], - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.fetchStart": 28, - "chromeUserTiming.redirectEnd": 28, - "chromeUserTiming.unloadEventStart": 240, - "chromeUserTiming.unloadEventEnd": 240, - "chromeUserTiming.domLoading": 255, - "chromeUserTiming.responseEnd": 342, - "chromeUserTiming.firstLayout": 688, - "chromeUserTiming.firstPaint": 816, - "chromeUserTiming.firstContentfulPaint": 816, - "chromeUserTiming.firstTextPaint": 816, - "chromeUserTiming.firstImagePaint": 816, - "chromeUserTiming.firstMeaningfulPaintCandidate": 816, - "chromeUserTiming.firstMeaningfulPaint": 816, - "chromeUserTiming.domInteractive": 896, - "chromeUserTiming.domContentLoadedEventStart": 896, - "chromeUserTiming.domContentLoadedEventEnd": 906, - "chromeUserTiming.domComplete": 1331, - "chromeUserTiming.loadEventStart": 1331, - "chromeUserTiming.loadEventEnd": 1341, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 287.851, - "CSSPropertyPosition": 284.773, - "CSSPropertyAliasWebkitBorderRadius": 286.368, - "CSSPropertyAliasWebkitAnimation": 287.912, - "CSSPropertyMaxWidth": 286.828, - "CSSPropertyBorderLeftColor": 287.961, - "CSSPropertyTextDecoration": 287.159, - "CSSPropertyWebkitTapHighlightColor": 693.87, - "CSSPropertyBorderRight": 287.765, - "CSSPropertyMaxHeight": 288.419, - "CSSPropertyBorderTop": 287.736, - "CSSPropertySrc": 363.648, - "CSSPropertyAliasWebkitJustifyContent": 289.945, - "CSSPropertyZIndex": 284.912, - "CSSPropertyTransitionDelay": 447.863, - "CSSPropertyPaddingLeft": 284.932, - "CSSPropertyUnicodeRange": 363.665, - "CSSPropertyPadding": 285.515, - "CSSPropertyWhiteSpace": 286.772, - "CSSPropertyBackgroundClip": 290.171, - "CSSPropertyAliasWebkitBoxSizing": 288.698, - "CSSPropertyAliasWebkitBoxShadow": 286.556, - "CSSPropertyVerticalAlign": 285.239, - "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, - "CSSPropertyBackgroundPosition": 287.071, - "CSSPropertyFill": 447.754, - "CSSPropertyMinWidth": 286.468, - "CSSPropertyTransition": 285.324, - "CSSPropertyAliasWebkitTransformOrigin": 287.608, - "CSSPropertyBackgroundOrigin": 290.2, - "CSSPropertyBorderStyle": 287.99, - "CSSPropertyFontFamily": 286.425, - "CSSPropertyTransform": 287.594, - "CSSPropertyCursor": 284.882, - "CSSPropertyHeight": 285.03, - "CSSPropertyPerspectiveOrigin": 289.061, - "CSSPropertyBorderBottomWidth": 287.237, - "CSSPropertyMinHeight": 286.974, - "CSSPropertyFontStyle": 288.581, - "CSSPropertyBorderRightWidth": 290.606, - "CSSPropertyAnimation": 287.934, - "CSSPropertyBorderTopLeftRadius": 285.775, - "CSSPropertyBorderBottomLeftRadius": 285.755, - "CSSPropertyTextOverflow": 287.702, - "CSSPropertyBoxSizing": 288.712, - "CSSPropertyBorderColor": 288.332, - "CSSPropertyPaddingBottom": 286.737, - "CSSPropertyBackgroundImage": 285.945, - "CSSPropertyLeft": 286.311, - "CSSPropertyContent": 287.678, - "CSSPropertyFilter": 290.102, - "CSSPropertyWidth": 285.615, - "CSSPropertyBorder": 284.811, - "CSSPropertyFlex": 287.864, - "CSSPropertyBorderTopColor": 287.797, - "CSSPropertyBackgroundColor": 285.009, - "CSSPropertyAliasWebkitAlignItems": 289.902, - "CSSPropertyPaddingTop": 284.972, - "CSSPropertyBottom": 288.016, - "CSSPropertyBorderCollapse": 290.92, - "CSSPropertyMargin": 285.797, - "CSSPropertyTop": 285.71, - "CSSPropertyMarginBottom": 285.378, - "CSSPropertyUnicodeBidi": 284.686, - "CSSPropertyFloat": 285.681, - "CSSPropertyDisplay": 284.733, - "CSSPropertyWordWrap": 1104.266, - "CSSPropertyTransformOrigin": 287.621, - "CSSPropertyAliasWebkitUserSelect": 286.39, - "CSSPropertyMarginTop": 285.358, - "CSSPropertyBorderLeft": 287.751, - "CSSPropertyJustifyContent": 289.963, - "CSSPropertyBoxShadow": 285.296, - "CSSPropertyTextShadow": 288.999, - "CSSPropertyBorderRightColor": 287.977, - "CSSPropertyPaddingRight": 284.952, - "CSSPropertyWebkitAppearance": 1104.396, - "CSSPropertyAliasWebkitBackgroundSize": 287.291, - "CSSPropertyAnimationTimingFunction": 448.707, - "CSSPropertyPointerEvents": 448.059, - "CSSPropertyBorderRadius": 285.265, - "CSSPropertyAliasWebkitTransition": 286.643, - "CSSPropertyOutline": 285.409, - "CSSPropertyListStyleType": 1104.319, - "CSSPropertyOverflow": 284.754, - "CSSPropertyFontWeight": 286.446, - "CSSPropertyOverflowY": 287.098, - "CSSPropertyTextAlign": 285.596, - "CSSPropertyMarginRight": 286.884, - "CSSPropertyWebkitFontSmoothing": 448.476, - "CSSPropertyAlignItems": 289.926, - "CSSPropertyBackground": 284.86, - "CSSPropertyAnimationDirection": 448.689, - "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, - "CSSPropertyUserSelect": 1104.082, - "CSSPropertyLineHeight": 285.467, - "CSSPropertyFont": 285.446, - "CSSPropertyOpacity": 287.011, - "CSSPropertyTextTransform": 289.284, - "CSSPropertyRight": 287.831, - "CSSPropertyBorderBottomColor": 286.136, - "CSSPropertyFontSize": 285.569, - "CSSPropertyOrder": 289.809, - "CSSPropertyBackgroundSize": 287.306, - "CSSPropertyAliasWebkitTransform": 287.581, - "CSSPropertyBorderWidth": 288.004, - "CSSPropertyVisibility": 287.053, - "CSSPropertyAliasWebkitOrder": 289.789, - "CSSPropertyClip": 882.409, - "CSSPropertyBorderBottom": 287.216, - "CSSPropertyColor": 285.649, - "CSSPropertyMarginLeft": 285.827 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 892.531, - "PaintTimingRequested": 5937.234, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, - "HTMLMediaElement": 1232.797, - "DeprecatedWebKitGradient": 285.911, - "DocumentFonts": 364.316, - "InputTypeSubmit": 693.757, - "EventSrcElement": 293.837, - "UnprefixedUserTiming": 5932.413, - "SecureContextCheckPassed": 279.757, - "FormElement": 692.888, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, - "InputTypeText": 702.428, - "SetReferrerPolicy": 274.622, - "V8Performance_Timing_AttributeGetter": 1044.461, - "CSSAtRuleKeyframes": 287.029, - "DocumentUnloadRegistered": 1066.129, - "DocumentPageShowFired": 1345.26, - "V8Performance_Memory_AttributeGetter": 1340.897, - "V8MessageChannel_Constructor": 1068.728, - "DocumentPageShowRegistered": 1012.756, - "HasIDClassTagAttribute": 284.634, - "SrcsetXDescriptor": 694.15, - "InputTypeSubmitWithValue": 693.785, - "DeprecatedWebKitLinearGradient": 285.981, - "CSSFlexibleBox": 702.642, - "RemoveEventListenerThirdArgumentIsObject": 850.919, - "SuppressHistoryEntryWithoutUserGesture": 8.936, - "V8MessagePort_PostMessage_Method": 1069.094, - "NetInfoEffectiveType": 1338.981, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, - "UnprefixedRequestAnimationFrame": 2.767, - "NetInfoDownlink": 1338.947, - "PrefixedMinDevicePixelRatioMediaFeature": 364.68, - "SVGSVGElementInDocument": 693.551, - "SyntheticKeyframesInCompositedCSSAnimation": 703.343, - "PrefixedDevicePixelRatioMediaFeature": 364.698, - "CookieSet": 1217.842, - "LangAttribute": 450.454, - "CSSAtRuleMedia": 286.668, - "CSSValueAppearanceButton": 1104.369, - "UnprefixedPerformanceTimeline": 3262.199, - "V8Document_Scripts_AttributeGetter": 1314.692, - "V8Document_Images_AttributeGetter": 1335.907, - "HTMLElementInnerText": 1314.981, - "HasBeforeOrAfterPseudoElement": 287.555, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, - "CrossOriginMainFrameNulledNameAccessed": 1325.204, - "CSSAtRuleWebkitKeyframes": 286.989, - "DocumentPageHideRegistered": 1245.973, - "FontFaceConstructor": 830.826, - "V8StrictMode": 1014.197, - "CSSSelectorIndirectAdjacent": 288.036, - "AddEventListenerThirdArgumentIsObject": 850.84, - "CSSAtRuleFontFace": 363.584, - "V8Element_GetBoundingClientRect_Method": 1253.718, - "EventPath": 294.039, - "XSSAuditorEnabledBlock": 270.408, - "InputTypeTextMaxLength": 702.463, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, - "SVGSVGElement": 693.499, - "NetInfo": 1338.791, - "LangAttributeOnHTML": 450.48, - "SendBeacon": 892.71, - "PendingStylesheetAddedAfterBodyStarted": 363.529, - "NetInfoOnChange": 1339.009, - "AutocapitalizeAttribute": 1125.972, - "V8Permissions_Query_Method": 1280.367, - "CleanScriptElementWithNonce": 274.928, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 811.08 - } - }, - "step": 1, - "effectiveBps": 21663, - "effectiveBpsDoc": 60083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 0, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" - }, - "consoleLog": [] + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 } - } - }, - "webPagetestVersion": "18.02" - }, - "loadTime": { - "data": { - "id": "180228_SP_1Q92", - "summary": "http://www.webpagetest.org/results.php?test=180228_SP_1Q92", - "location": "Dulles:Chrome", - "connectivity": "Cable", - "bwDown": 5000, - "bwUp": 1000, - "latency": 28, - "plr": "0", - "mobile": 0, - "label": "20180228-163636-01-google.com", - "completed": 1519857499, - "runs": { - "1": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 13, - "testStartOffset": 0, - "bytesOut": 10888, - "gzip_savings": 0, - "requestsFull": 19, - "start_epoch": 0, - "connections": 8, - "bytesOutDoc": 8086, - "final_base_page_request_id": "88451.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 70, - "docTime": 1736, - "domContentLoadedEventEnd": 934, - "image_savings": 0, - "requestsDoc": 15, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 346707, - "responses_404": 0, - "loadTime": 1736, - "score_combine": -1, - "score_etags": -1, - "image_total": 35425, - "loadEventStart": 1725, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": 100, - "domContentLoadedEventStart": 926, - "final_url": "https://www.google.com/?gws_rd=ssl", - "bytesInDoc": 414316, - "score_keep-alive": 100, - "loadEventEnd": 1736, - "score_cache": 100, - "responses_other": 6, - "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", - "fullyLoaded": 3579, - "requests": 19, - "final_base_page_request": 2, - "TTFB": 477, - "bytesIn": 416502, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 3079, - "test_run_time_ms": 9289, - "PerformancePaintTiming.first-contentful-paint": 808.9, - "firstPaint": 808.9, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 808.9, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25.183973, - "domElements": 408, - "domInteractive": 926, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 2100, - "visualComplete": 2100, - "render": 900, - "SpeedIndex": 912, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 135 - }, - { - "name": "fetchStart", - "time": 135 - }, - { - "name": "redirectEnd", - "time": 233 - }, - { - "name": "fetchStart", - "time": 233 - }, - { - "name": "unloadEventStart", - "time": 486 - }, - { - "name": "unloadEventEnd", - "time": 486 - }, - { - "name": "domLoading", - "time": 492 - }, - { - "name": "responseEnd", - "time": 729 - }, - { - "name": "firstLayout", - "time": 814 - }, - { - "name": "firstPaint", - "time": 815 - }, - { - "name": "firstContentfulPaint", - "time": 815 - }, - { - "name": "firstTextPaint", - "time": 815 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 815 - }, - { - "name": "firstImagePaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "domInteractive", - "time": 932 - }, - { - "name": "domContentLoadedEventStart", - "time": 933 - }, - { - "name": "domContentLoadedEventEnd", - "time": 941 - }, - { - "name": "domComplete", - "time": 1731 - }, - { - "name": "loadEventStart", - "time": 1732 - }, - { - "name": "loadEventEnd", - "time": 1742 - } - ], - "chromeUserTiming.fetchStart": 233, - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.redirectEnd": 233, - "chromeUserTiming.unloadEventStart": 486, - "chromeUserTiming.unloadEventEnd": 486, - "chromeUserTiming.domLoading": 492, - "chromeUserTiming.responseEnd": 729, - "chromeUserTiming.firstLayout": 814, - "chromeUserTiming.firstPaint": 815, - "chromeUserTiming.firstContentfulPaint": 815, - "chromeUserTiming.firstTextPaint": 815, - "chromeUserTiming.firstMeaningfulPaintCandidate": 889, - "chromeUserTiming.firstImagePaint": 889, - "chromeUserTiming.firstMeaningfulPaint": 889, - "chromeUserTiming.domInteractive": 932, - "chromeUserTiming.domContentLoadedEventStart": 933, - "chromeUserTiming.domContentLoadedEventEnd": 941, - "chromeUserTiming.domComplete": 1731, - "chromeUserTiming.loadEventStart": 1732, - "chromeUserTiming.loadEventEnd": 1742, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 522.978, - "CSSPropertyPosition": 520.521, - "CSSPropertyAliasWebkitBorderRadius": 521.583, - "CSSPropertyAliasWebkitAnimation": 523.047, - "CSSPropertyMaxWidth": 521.972, - "CSSPropertyBorderLeftColor": 523.186, - "CSSPropertyTextDecoration": 522.274, - "CSSPropertyWebkitTapHighlightColor": 830.101, - "CSSPropertyBorderRight": 522.859, - "CSSPropertyMaxHeight": 523.751, - "CSSPropertyBorderTop": 522.818, - "CSSPropertySrc": 613.952, - "CSSPropertyAliasWebkitJustifyContent": 525.269, - "CSSPropertyZIndex": 520.632, - "CSSPropertyTransitionDelay": 826.931, - "CSSPropertyPaddingLeft": 520.648, - "CSSPropertyUnicodeRange": 613.97, - "CSSPropertyPadding": 520.93, - "CSSPropertyWhiteSpace": 521.933, - "CSSPropertyBackgroundClip": 525.467, - "CSSPropertyAliasWebkitBoxSizing": 524.08, - "CSSPropertyAliasWebkitBoxShadow": 521.766, - "CSSPropertyVerticalAlign": 520.733, - "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, - "CSSPropertyBackgroundPosition": 522.183, - "CSSPropertyFill": 826.844, - "CSSPropertyMinWidth": 521.703, - "CSSPropertyTransition": 520.791, - "CSSPropertyAliasWebkitTransformOrigin": 522.679, - "CSSPropertyBackgroundOrigin": 525.487, - "CSSPropertyBorderStyle": 523.222, - "CSSPropertyFontFamily": 521.669, - "CSSPropertyTransform": 522.664, - "CSSPropertyCursor": 520.61, - "CSSPropertyHeight": 520.718, - "CSSPropertyPerspectiveOrigin": 524.502, - "CSSPropertyBorderBottomWidth": 522.375, - "CSSPropertyMinHeight": 522.081, - "CSSPropertyFontStyle": 523.943, - "CSSPropertyBorderRightWidth": 525.803, - "CSSPropertyAnimation": 523.076, - "CSSPropertyBorderTopLeftRadius": 521.163, - "CSSPropertyBorderBottomLeftRadius": 521.148, - "CSSPropertyTextOverflow": 522.782, - "CSSPropertyBoxSizing": 524.096, - "CSSPropertyBorderColor": 523.646, - "CSSPropertyPaddingBottom": 521.906, - "CSSPropertyBackgroundImage": 521.278, - "CSSPropertyLeft": 521.544, - "CSSPropertyContent": 522.755, - "CSSPropertyFilter": 525.415, - "CSSPropertyWidth": 520.998, - "CSSPropertyBorder": 520.549, - "CSSPropertyFlex": 522.993, - "CSSPropertyBorderTopColor": 522.914, - "CSSPropertyBackgroundColor": 520.703, - "CSSPropertyAliasWebkitAlignItems": 525.237, - "CSSPropertyPaddingTop": 520.677, - "CSSPropertyBottom": 523.253, - "CSSPropertyBorderCollapse": 526.098, - "CSSPropertyMargin": 521.179, - "CSSPropertyTop": 521.118, - "CSSPropertyMarginBottom": 520.827, - "CSSPropertyUnicodeBidi": 520.457, - "CSSPropertyFloat": 521.097, - "CSSPropertyDisplay": 520.491, - "CSSPropertyWordWrap": 1285.537, - "CSSPropertyTransformOrigin": 522.693, - "CSSPropertyAliasWebkitUserSelect": 521.598, - "CSSPropertyMarginTop": 520.812, - "CSSPropertyBorderLeft": 522.836, - "CSSPropertyJustifyContent": 525.283, - "CSSPropertyBoxShadow": 520.77, - "CSSPropertyTextShadow": 524.435, - "CSSPropertyBorderRightColor": 523.206, - "CSSPropertyPaddingRight": 520.663, - "CSSPropertyWebkitAppearance": 1285.696, - "CSSPropertyAliasWebkitBackgroundSize": 522.436, - "CSSPropertyAnimationTimingFunction": 827.475, - "CSSPropertyPointerEvents": 827.062, - "CSSPropertyBorderRadius": 520.748, - "CSSPropertyAliasWebkitTransition": 521.822, - "CSSPropertyOutline": 520.857, - "CSSPropertyListStyleType": 1285.592, - "CSSPropertyOverflow": 520.507, - "CSSPropertyFontWeight": 521.686, - "CSSPropertyOverflowY": 522.212, - "CSSPropertyTextAlign": 520.983, - "CSSPropertyMarginRight": 522.015, - "CSSPropertyWebkitFontSmoothing": 827.343, - "CSSPropertyAlignItems": 525.254, - "CSSPropertyBackground": 520.594, - "CSSPropertyAnimationDirection": 827.46, - "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, - "CSSPropertyUserSelect": 1285.321, - "CSSPropertyLineHeight": 520.906, - "CSSPropertyFont": 520.891, - "CSSPropertyOpacity": 522.118, - "CSSPropertyTextTransform": 524.761, - "CSSPropertyRight": 522.955, - "CSSPropertyBorderBottomColor": 521.426, - "CSSPropertyFontSize": 520.965, - "CSSPropertyOrder": 525.136, - "CSSPropertyBackgroundSize": 522.452, - "CSSPropertyAliasWebkitTransform": 522.649, - "CSSPropertyBorderWidth": 523.239, - "CSSPropertyVisibility": 522.164, - "CSSPropertyAliasWebkitOrder": 525.117, - "CSSPropertyClip": 928.169, - "CSSPropertyBorderBottom": 522.334, - "CSSPropertyColor": 521.073, - "CSSPropertyMarginLeft": 521.199 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 939.602, - "PaintTimingRequested": 6118.17, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, - "HTMLMediaElement": 1455.002, - "LangAttribute": 616.282, - "DocumentFonts": 826.242, - "InputTypeSubmit": 829.977, - "EventSrcElement": 528.456, - "UnprefixedUserTiming": 6112.681, - "SecureContextCheckPassed": 514.472, - "FormElement": 828.952, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, - "InputTypeText": 838.472, - "SetReferrerPolicy": 504.461, - "V8Performance_Timing_AttributeGetter": 1223.778, - "CSSAtRuleKeyframes": 522.137, - "DocumentUnloadRegistered": 1248.489, - "DocumentPageShowFired": 1749.86, - "V8Performance_Memory_AttributeGetter": 1744.966, - "V8MessageChannel_Constructor": 1250.704, - "DocumentPageShowRegistered": 1190.385, - "HasIDClassTagAttribute": 520.416, - "SrcsetXDescriptor": 830.38, - "InputTypeSubmitWithValue": 830.004, - "DeprecatedWebKitLinearGradient": 521.304, - "CSSFlexibleBox": 838.682, - "RemoveEventListenerThirdArgumentIsObject": 916.67, - "SuppressHistoryEntryWithoutUserGesture": 13.674, - "V8MessagePort_PostMessage_Method": 1250.977, - "NetInfoEffectiveType": 1742.921, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, - "DeprecatedWebKitGradient": 521.254, - "NetInfoDownlink": 1742.887, - "PrefixedMinDevicePixelRatioMediaFeature": 614.672, - "SVGSVGElementInDocument": 829.747, - "SyntheticKeyframesInCompositedCSSAnimation": 839.33, - "PrefixedDevicePixelRatioMediaFeature": 614.692, - "CookieSet": 1449.495, - "CSSAtRuleMedia": 521.843, - "CSSValueAppearanceButton": 1285.671, - "UnprefixedRequestAnimationFrame": 6.645, - "UnprefixedPerformanceTimeline": 3384.092, - "V8Document_Scripts_AttributeGetter": 1717.726, - "V8Document_Images_AttributeGetter": 1739.87, - "HTMLElementInnerText": 1717.929, - "HasBeforeOrAfterPseudoElement": 522.62, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, - "CrossOriginMainFrameNulledNameAccessed": 1725.666, - "CSSAtRuleWebkitKeyframes": 522.095, - "DocumentPageHideRegistered": 1355.879, - "FontFaceConstructor": 966.319, - "V8StrictMode": 1158.715, - "CSSSelectorIndirectAdjacent": 523.276, - "AddEventListenerThirdArgumentIsObject": 916.612, - "CSSAtRuleFontFace": 613.84, - "V8Element_GetBoundingClientRect_Method": 1364.936, - "EventPath": 528.705, - "XSSAuditorEnabledBlock": 501.849, - "InputTypeTextMaxLength": 838.497, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, - "SVGSVGElement": 829.69, - "NetInfo": 1742.711, - "LangAttributeOnHTML": 616.308, - "SendBeacon": 939.77, - "PendingStylesheetAddedAfterBodyStarted": 613.8, - "NetInfoOnChange": 1742.947, - "AutocapitalizeAttribute": 1302.806, - "V8Permissions_Query_Method": 1398.772, - "CleanScriptElementWithNonce": 504.942, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 953.657 - } - }, - "step": 1, - "effectiveBps": 134268, - "effectiveBpsDoc": 329083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 5, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 1, - "testStartOffset": 0, - "bytesOut": 3150, - "gzip_savings": 0, - "requestsFull": 5, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1474, - "final_base_page_request_id": "88921.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 69, - "docTime": 1334, - "domContentLoadedEventEnd": 901, - "image_savings": 0, - "requestsDoc": 3, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 66517, - "responses_404": 0, - "loadTime": 1334, - "score_combine": -1, - "score_etags": -1, - "image_total": 0, - "loadEventStart": 1326, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": -1, - "domContentLoadedEventStart": 891, - "final_url": "https://www.google.com/", - "bytesInDoc": 66572, - "score_keep-alive": 100, - "loadEventEnd": 1335, - "score_cache": -1, - "responses_other": 4, - "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", - "fullyLoaded": 3303, - "requests": 5, - "final_base_page_request": 1, - "TTFB": 226, - "bytesIn": 66660, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 2910, - "test_run_time_ms": 7792, - "PerformancePaintTiming.first-contentful-paint": 810.4, - "firstPaint": 810.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 810.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25, - "domElements": 407, - "domInteractive": 891, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 1200, - "visualComplete": 1200, - "render": 900, - "SpeedIndex": 903, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 16 - }, - { - "name": "fetchStart", - "time": 16 - }, - { - "name": "redirectEnd", - "time": 28 - }, - { - "name": "fetchStart", - "time": 28 - }, - { - "name": "unloadEventStart", - "time": 240 - }, - { - "name": "unloadEventEnd", - "time": 240 - }, - { - "name": "domLoading", - "time": 255 - }, - { - "name": "responseEnd", - "time": 342 - }, - { - "name": "firstLayout", - "time": 688 - }, - { - "name": "firstPaint", - "time": 816 - }, - { - "name": "firstContentfulPaint", - "time": 816 - }, - { - "name": "firstTextPaint", - "time": 816 - }, - { - "name": "firstImagePaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "domInteractive", - "time": 896 - }, - { - "name": "domContentLoadedEventStart", - "time": 896 - }, - { - "name": "domContentLoadedEventEnd", - "time": 906 - }, - { - "name": "domComplete", - "time": 1331 - }, - { - "name": "loadEventStart", - "time": 1331 - }, - { - "name": "loadEventEnd", - "time": 1341 - } - ], - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.fetchStart": 28, - "chromeUserTiming.redirectEnd": 28, - "chromeUserTiming.unloadEventStart": 240, - "chromeUserTiming.unloadEventEnd": 240, - "chromeUserTiming.domLoading": 255, - "chromeUserTiming.responseEnd": 342, - "chromeUserTiming.firstLayout": 688, - "chromeUserTiming.firstPaint": 816, - "chromeUserTiming.firstContentfulPaint": 816, - "chromeUserTiming.firstTextPaint": 816, - "chromeUserTiming.firstImagePaint": 816, - "chromeUserTiming.firstMeaningfulPaintCandidate": 816, - "chromeUserTiming.firstMeaningfulPaint": 816, - "chromeUserTiming.domInteractive": 896, - "chromeUserTiming.domContentLoadedEventStart": 896, - "chromeUserTiming.domContentLoadedEventEnd": 906, - "chromeUserTiming.domComplete": 1331, - "chromeUserTiming.loadEventStart": 1331, - "chromeUserTiming.loadEventEnd": 1341, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 287.851, - "CSSPropertyPosition": 284.773, - "CSSPropertyAliasWebkitBorderRadius": 286.368, - "CSSPropertyAliasWebkitAnimation": 287.912, - "CSSPropertyMaxWidth": 286.828, - "CSSPropertyBorderLeftColor": 287.961, - "CSSPropertyTextDecoration": 287.159, - "CSSPropertyWebkitTapHighlightColor": 693.87, - "CSSPropertyBorderRight": 287.765, - "CSSPropertyMaxHeight": 288.419, - "CSSPropertyBorderTop": 287.736, - "CSSPropertySrc": 363.648, - "CSSPropertyAliasWebkitJustifyContent": 289.945, - "CSSPropertyZIndex": 284.912, - "CSSPropertyTransitionDelay": 447.863, - "CSSPropertyPaddingLeft": 284.932, - "CSSPropertyUnicodeRange": 363.665, - "CSSPropertyPadding": 285.515, - "CSSPropertyWhiteSpace": 286.772, - "CSSPropertyBackgroundClip": 290.171, - "CSSPropertyAliasWebkitBoxSizing": 288.698, - "CSSPropertyAliasWebkitBoxShadow": 286.556, - "CSSPropertyVerticalAlign": 285.239, - "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, - "CSSPropertyBackgroundPosition": 287.071, - "CSSPropertyFill": 447.754, - "CSSPropertyMinWidth": 286.468, - "CSSPropertyTransition": 285.324, - "CSSPropertyAliasWebkitTransformOrigin": 287.608, - "CSSPropertyBackgroundOrigin": 290.2, - "CSSPropertyBorderStyle": 287.99, - "CSSPropertyFontFamily": 286.425, - "CSSPropertyTransform": 287.594, - "CSSPropertyCursor": 284.882, - "CSSPropertyHeight": 285.03, - "CSSPropertyPerspectiveOrigin": 289.061, - "CSSPropertyBorderBottomWidth": 287.237, - "CSSPropertyMinHeight": 286.974, - "CSSPropertyFontStyle": 288.581, - "CSSPropertyBorderRightWidth": 290.606, - "CSSPropertyAnimation": 287.934, - "CSSPropertyBorderTopLeftRadius": 285.775, - "CSSPropertyBorderBottomLeftRadius": 285.755, - "CSSPropertyTextOverflow": 287.702, - "CSSPropertyBoxSizing": 288.712, - "CSSPropertyBorderColor": 288.332, - "CSSPropertyPaddingBottom": 286.737, - "CSSPropertyBackgroundImage": 285.945, - "CSSPropertyLeft": 286.311, - "CSSPropertyContent": 287.678, - "CSSPropertyFilter": 290.102, - "CSSPropertyWidth": 285.615, - "CSSPropertyBorder": 284.811, - "CSSPropertyFlex": 287.864, - "CSSPropertyBorderTopColor": 287.797, - "CSSPropertyBackgroundColor": 285.009, - "CSSPropertyAliasWebkitAlignItems": 289.902, - "CSSPropertyPaddingTop": 284.972, - "CSSPropertyBottom": 288.016, - "CSSPropertyBorderCollapse": 290.92, - "CSSPropertyMargin": 285.797, - "CSSPropertyTop": 285.71, - "CSSPropertyMarginBottom": 285.378, - "CSSPropertyUnicodeBidi": 284.686, - "CSSPropertyFloat": 285.681, - "CSSPropertyDisplay": 284.733, - "CSSPropertyWordWrap": 1104.266, - "CSSPropertyTransformOrigin": 287.621, - "CSSPropertyAliasWebkitUserSelect": 286.39, - "CSSPropertyMarginTop": 285.358, - "CSSPropertyBorderLeft": 287.751, - "CSSPropertyJustifyContent": 289.963, - "CSSPropertyBoxShadow": 285.296, - "CSSPropertyTextShadow": 288.999, - "CSSPropertyBorderRightColor": 287.977, - "CSSPropertyPaddingRight": 284.952, - "CSSPropertyWebkitAppearance": 1104.396, - "CSSPropertyAliasWebkitBackgroundSize": 287.291, - "CSSPropertyAnimationTimingFunction": 448.707, - "CSSPropertyPointerEvents": 448.059, - "CSSPropertyBorderRadius": 285.265, - "CSSPropertyAliasWebkitTransition": 286.643, - "CSSPropertyOutline": 285.409, - "CSSPropertyListStyleType": 1104.319, - "CSSPropertyOverflow": 284.754, - "CSSPropertyFontWeight": 286.446, - "CSSPropertyOverflowY": 287.098, - "CSSPropertyTextAlign": 285.596, - "CSSPropertyMarginRight": 286.884, - "CSSPropertyWebkitFontSmoothing": 448.476, - "CSSPropertyAlignItems": 289.926, - "CSSPropertyBackground": 284.86, - "CSSPropertyAnimationDirection": 448.689, - "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, - "CSSPropertyUserSelect": 1104.082, - "CSSPropertyLineHeight": 285.467, - "CSSPropertyFont": 285.446, - "CSSPropertyOpacity": 287.011, - "CSSPropertyTextTransform": 289.284, - "CSSPropertyRight": 287.831, - "CSSPropertyBorderBottomColor": 286.136, - "CSSPropertyFontSize": 285.569, - "CSSPropertyOrder": 289.809, - "CSSPropertyBackgroundSize": 287.306, - "CSSPropertyAliasWebkitTransform": 287.581, - "CSSPropertyBorderWidth": 288.004, - "CSSPropertyVisibility": 287.053, - "CSSPropertyAliasWebkitOrder": 289.789, - "CSSPropertyClip": 882.409, - "CSSPropertyBorderBottom": 287.216, - "CSSPropertyColor": 285.649, - "CSSPropertyMarginLeft": 285.827 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 892.531, - "PaintTimingRequested": 5937.234, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, - "HTMLMediaElement": 1232.797, - "DeprecatedWebKitGradient": 285.911, - "DocumentFonts": 364.316, - "InputTypeSubmit": 693.757, - "EventSrcElement": 293.837, - "UnprefixedUserTiming": 5932.413, - "SecureContextCheckPassed": 279.757, - "FormElement": 692.888, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, - "InputTypeText": 702.428, - "SetReferrerPolicy": 274.622, - "V8Performance_Timing_AttributeGetter": 1044.461, - "CSSAtRuleKeyframes": 287.029, - "DocumentUnloadRegistered": 1066.129, - "DocumentPageShowFired": 1345.26, - "V8Performance_Memory_AttributeGetter": 1340.897, - "V8MessageChannel_Constructor": 1068.728, - "DocumentPageShowRegistered": 1012.756, - "HasIDClassTagAttribute": 284.634, - "SrcsetXDescriptor": 694.15, - "InputTypeSubmitWithValue": 693.785, - "DeprecatedWebKitLinearGradient": 285.981, - "CSSFlexibleBox": 702.642, - "RemoveEventListenerThirdArgumentIsObject": 850.919, - "SuppressHistoryEntryWithoutUserGesture": 8.936, - "V8MessagePort_PostMessage_Method": 1069.094, - "NetInfoEffectiveType": 1338.981, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, - "UnprefixedRequestAnimationFrame": 2.767, - "NetInfoDownlink": 1338.947, - "PrefixedMinDevicePixelRatioMediaFeature": 364.68, - "SVGSVGElementInDocument": 693.551, - "SyntheticKeyframesInCompositedCSSAnimation": 703.343, - "PrefixedDevicePixelRatioMediaFeature": 364.698, - "CookieSet": 1217.842, - "LangAttribute": 450.454, - "CSSAtRuleMedia": 286.668, - "CSSValueAppearanceButton": 1104.369, - "UnprefixedPerformanceTimeline": 3262.199, - "V8Document_Scripts_AttributeGetter": 1314.692, - "V8Document_Images_AttributeGetter": 1335.907, - "HTMLElementInnerText": 1314.981, - "HasBeforeOrAfterPseudoElement": 287.555, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, - "CrossOriginMainFrameNulledNameAccessed": 1325.204, - "CSSAtRuleWebkitKeyframes": 286.989, - "DocumentPageHideRegistered": 1245.973, - "FontFaceConstructor": 830.826, - "V8StrictMode": 1014.197, - "CSSSelectorIndirectAdjacent": 288.036, - "AddEventListenerThirdArgumentIsObject": 850.84, - "CSSAtRuleFontFace": 363.584, - "V8Element_GetBoundingClientRect_Method": 1253.718, - "EventPath": 294.039, - "XSSAuditorEnabledBlock": 270.408, - "InputTypeTextMaxLength": 702.463, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, - "SVGSVGElement": 693.499, - "NetInfo": 1338.791, - "LangAttributeOnHTML": 450.48, - "SendBeacon": 892.71, - "PendingStylesheetAddedAfterBodyStarted": 363.529, - "NetInfoOnChange": 1339.009, - "AutocapitalizeAttribute": 1125.972, - "V8Permissions_Query_Method": 1280.367, - "CleanScriptElementWithNonce": 274.928, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 811.08 - } - }, - "step": 1, - "effectiveBps": 21663, - "effectiveBpsDoc": 60083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 0, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" - }, - "consoleLog": [] - } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 1200, + "visualComplete": 1200, + "render": 900, + "SpeedIndex": 903, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 16 + }, + { + "name": "fetchStart", + "time": 16 + }, + { + "name": "redirectEnd", + "time": 28 + }, + { + "name": "fetchStart", + "time": 28 + }, + { + "name": "unloadEventStart", + "time": 240 + }, + { + "name": "unloadEventEnd", + "time": 240 + }, + { + "name": "domLoading", + "time": 255 + }, + { + "name": "responseEnd", + "time": 342 + }, + { + "name": "firstLayout", + "time": 688 + }, + { + "name": "firstPaint", + "time": 816 + }, + { + "name": "firstContentfulPaint", + "time": 816 + }, + { + "name": "firstTextPaint", + "time": 816 + }, + { + "name": "firstImagePaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "domInteractive", + "time": 896 + }, + { + "name": "domContentLoadedEventStart", + "time": 896 + }, + { + "name": "domContentLoadedEventEnd", + "time": 906 + }, + { + "name": "domComplete", + "time": 1331 + }, + { + "name": "loadEventStart", + "time": 1331 + }, + { + "name": "loadEventEnd", + "time": 1341 } - }, - "median": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 13, - "testStartOffset": 0, - "bytesOut": 10888, - "gzip_savings": 0, - "requestsFull": 19, - "start_epoch": 0, - "connections": 8, - "bytesOutDoc": 8086, - "final_base_page_request_id": "88451.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 70, - "docTime": 1736, - "domContentLoadedEventEnd": 934, - "image_savings": 0, - "requestsDoc": 15, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 346707, - "responses_404": 0, - "loadTime": 1736, - "score_combine": -1, - "score_etags": -1, - "image_total": 35425, - "loadEventStart": 1725, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": 100, - "domContentLoadedEventStart": 926, - "final_url": "https://www.google.com/?gws_rd=ssl", - "bytesInDoc": 414316, - "score_keep-alive": 100, - "loadEventEnd": 1736, - "score_cache": 100, - "responses_other": 6, - "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", - "fullyLoaded": 3579, - "requests": 19, - "final_base_page_request": 2, - "TTFB": 477, - "bytesIn": 416502, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 3079, - "test_run_time_ms": 9289, - "PerformancePaintTiming.first-contentful-paint": 808.9, - "firstPaint": 808.9, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 808.9, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25.183973, - "domElements": 408, - "domInteractive": 926, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 2100, - "visualComplete": 2100, - "render": 900, - "SpeedIndex": 912, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 135 - }, - { - "name": "fetchStart", - "time": 135 - }, - { - "name": "redirectEnd", - "time": 233 - }, - { - "name": "fetchStart", - "time": 233 - }, - { - "name": "unloadEventStart", - "time": 486 - }, - { - "name": "unloadEventEnd", - "time": 486 - }, - { - "name": "domLoading", - "time": 492 - }, - { - "name": "responseEnd", - "time": 729 - }, - { - "name": "firstLayout", - "time": 814 - }, - { - "name": "firstPaint", - "time": 815 - }, - { - "name": "firstContentfulPaint", - "time": 815 - }, - { - "name": "firstTextPaint", - "time": 815 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 815 - }, - { - "name": "firstImagePaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "firstMeaningfulPaint", - "time": 889 - }, - { - "name": "domInteractive", - "time": 932 - }, - { - "name": "domContentLoadedEventStart", - "time": 933 - }, - { - "name": "domContentLoadedEventEnd", - "time": 941 - }, - { - "name": "domComplete", - "time": 1731 - }, - { - "name": "loadEventStart", - "time": 1732 - }, - { - "name": "loadEventEnd", - "time": 1742 - } - ], - "chromeUserTiming.fetchStart": 233, - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.redirectEnd": 233, - "chromeUserTiming.unloadEventStart": 486, - "chromeUserTiming.unloadEventEnd": 486, - "chromeUserTiming.domLoading": 492, - "chromeUserTiming.responseEnd": 729, - "chromeUserTiming.firstLayout": 814, - "chromeUserTiming.firstPaint": 815, - "chromeUserTiming.firstContentfulPaint": 815, - "chromeUserTiming.firstTextPaint": 815, - "chromeUserTiming.firstMeaningfulPaintCandidate": 889, - "chromeUserTiming.firstImagePaint": 889, - "chromeUserTiming.firstMeaningfulPaint": 889, - "chromeUserTiming.domInteractive": 932, - "chromeUserTiming.domContentLoadedEventStart": 933, - "chromeUserTiming.domContentLoadedEventEnd": 941, - "chromeUserTiming.domComplete": 1731, - "chromeUserTiming.loadEventStart": 1732, - "chromeUserTiming.loadEventEnd": 1742, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 522.978, - "CSSPropertyPosition": 520.521, - "CSSPropertyAliasWebkitBorderRadius": 521.583, - "CSSPropertyAliasWebkitAnimation": 523.047, - "CSSPropertyMaxWidth": 521.972, - "CSSPropertyBorderLeftColor": 523.186, - "CSSPropertyTextDecoration": 522.274, - "CSSPropertyWebkitTapHighlightColor": 830.101, - "CSSPropertyBorderRight": 522.859, - "CSSPropertyMaxHeight": 523.751, - "CSSPropertyBorderTop": 522.818, - "CSSPropertySrc": 613.952, - "CSSPropertyAliasWebkitJustifyContent": 525.269, - "CSSPropertyZIndex": 520.632, - "CSSPropertyTransitionDelay": 826.931, - "CSSPropertyPaddingLeft": 520.648, - "CSSPropertyUnicodeRange": 613.97, - "CSSPropertyPadding": 520.93, - "CSSPropertyWhiteSpace": 521.933, - "CSSPropertyBackgroundClip": 525.467, - "CSSPropertyAliasWebkitBoxSizing": 524.08, - "CSSPropertyAliasWebkitBoxShadow": 521.766, - "CSSPropertyVerticalAlign": 520.733, - "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, - "CSSPropertyBackgroundPosition": 522.183, - "CSSPropertyFill": 826.844, - "CSSPropertyMinWidth": 521.703, - "CSSPropertyTransition": 520.791, - "CSSPropertyAliasWebkitTransformOrigin": 522.679, - "CSSPropertyBackgroundOrigin": 525.487, - "CSSPropertyBorderStyle": 523.222, - "CSSPropertyFontFamily": 521.669, - "CSSPropertyTransform": 522.664, - "CSSPropertyCursor": 520.61, - "CSSPropertyHeight": 520.718, - "CSSPropertyPerspectiveOrigin": 524.502, - "CSSPropertyBorderBottomWidth": 522.375, - "CSSPropertyMinHeight": 522.081, - "CSSPropertyFontStyle": 523.943, - "CSSPropertyBorderRightWidth": 525.803, - "CSSPropertyAnimation": 523.076, - "CSSPropertyBorderTopLeftRadius": 521.163, - "CSSPropertyBorderBottomLeftRadius": 521.148, - "CSSPropertyTextOverflow": 522.782, - "CSSPropertyBoxSizing": 524.096, - "CSSPropertyBorderColor": 523.646, - "CSSPropertyPaddingBottom": 521.906, - "CSSPropertyBackgroundImage": 521.278, - "CSSPropertyLeft": 521.544, - "CSSPropertyContent": 522.755, - "CSSPropertyFilter": 525.415, - "CSSPropertyWidth": 520.998, - "CSSPropertyBorder": 520.549, - "CSSPropertyFlex": 522.993, - "CSSPropertyBorderTopColor": 522.914, - "CSSPropertyBackgroundColor": 520.703, - "CSSPropertyAliasWebkitAlignItems": 525.237, - "CSSPropertyPaddingTop": 520.677, - "CSSPropertyBottom": 523.253, - "CSSPropertyBorderCollapse": 526.098, - "CSSPropertyMargin": 521.179, - "CSSPropertyTop": 521.118, - "CSSPropertyMarginBottom": 520.827, - "CSSPropertyUnicodeBidi": 520.457, - "CSSPropertyFloat": 521.097, - "CSSPropertyDisplay": 520.491, - "CSSPropertyWordWrap": 1285.537, - "CSSPropertyTransformOrigin": 522.693, - "CSSPropertyAliasWebkitUserSelect": 521.598, - "CSSPropertyMarginTop": 520.812, - "CSSPropertyBorderLeft": 522.836, - "CSSPropertyJustifyContent": 525.283, - "CSSPropertyBoxShadow": 520.77, - "CSSPropertyTextShadow": 524.435, - "CSSPropertyBorderRightColor": 523.206, - "CSSPropertyPaddingRight": 520.663, - "CSSPropertyWebkitAppearance": 1285.696, - "CSSPropertyAliasWebkitBackgroundSize": 522.436, - "CSSPropertyAnimationTimingFunction": 827.475, - "CSSPropertyPointerEvents": 827.062, - "CSSPropertyBorderRadius": 520.748, - "CSSPropertyAliasWebkitTransition": 521.822, - "CSSPropertyOutline": 520.857, - "CSSPropertyListStyleType": 1285.592, - "CSSPropertyOverflow": 520.507, - "CSSPropertyFontWeight": 521.686, - "CSSPropertyOverflowY": 522.212, - "CSSPropertyTextAlign": 520.983, - "CSSPropertyMarginRight": 522.015, - "CSSPropertyWebkitFontSmoothing": 827.343, - "CSSPropertyAlignItems": 525.254, - "CSSPropertyBackground": 520.594, - "CSSPropertyAnimationDirection": 827.46, - "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, - "CSSPropertyUserSelect": 1285.321, - "CSSPropertyLineHeight": 520.906, - "CSSPropertyFont": 520.891, - "CSSPropertyOpacity": 522.118, - "CSSPropertyTextTransform": 524.761, - "CSSPropertyRight": 522.955, - "CSSPropertyBorderBottomColor": 521.426, - "CSSPropertyFontSize": 520.965, - "CSSPropertyOrder": 525.136, - "CSSPropertyBackgroundSize": 522.452, - "CSSPropertyAliasWebkitTransform": 522.649, - "CSSPropertyBorderWidth": 523.239, - "CSSPropertyVisibility": 522.164, - "CSSPropertyAliasWebkitOrder": 525.117, - "CSSPropertyClip": 928.169, - "CSSPropertyBorderBottom": 522.334, - "CSSPropertyColor": 521.073, - "CSSPropertyMarginLeft": 521.199 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 939.602, - "PaintTimingRequested": 6118.17, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, - "HTMLMediaElement": 1455.002, - "LangAttribute": 616.282, - "DocumentFonts": 826.242, - "InputTypeSubmit": 829.977, - "EventSrcElement": 528.456, - "UnprefixedUserTiming": 6112.681, - "SecureContextCheckPassed": 514.472, - "FormElement": 828.952, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, - "InputTypeText": 838.472, - "SetReferrerPolicy": 504.461, - "V8Performance_Timing_AttributeGetter": 1223.778, - "CSSAtRuleKeyframes": 522.137, - "DocumentUnloadRegistered": 1248.489, - "DocumentPageShowFired": 1749.86, - "V8Performance_Memory_AttributeGetter": 1744.966, - "V8MessageChannel_Constructor": 1250.704, - "DocumentPageShowRegistered": 1190.385, - "HasIDClassTagAttribute": 520.416, - "SrcsetXDescriptor": 830.38, - "InputTypeSubmitWithValue": 830.004, - "DeprecatedWebKitLinearGradient": 521.304, - "CSSFlexibleBox": 838.682, - "RemoveEventListenerThirdArgumentIsObject": 916.67, - "SuppressHistoryEntryWithoutUserGesture": 13.674, - "V8MessagePort_PostMessage_Method": 1250.977, - "NetInfoEffectiveType": 1742.921, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, - "DeprecatedWebKitGradient": 521.254, - "NetInfoDownlink": 1742.887, - "PrefixedMinDevicePixelRatioMediaFeature": 614.672, - "SVGSVGElementInDocument": 829.747, - "SyntheticKeyframesInCompositedCSSAnimation": 839.33, - "PrefixedDevicePixelRatioMediaFeature": 614.692, - "CookieSet": 1449.495, - "CSSAtRuleMedia": 521.843, - "CSSValueAppearanceButton": 1285.671, - "UnprefixedRequestAnimationFrame": 6.645, - "UnprefixedPerformanceTimeline": 3384.092, - "V8Document_Scripts_AttributeGetter": 1717.726, - "V8Document_Images_AttributeGetter": 1739.87, - "HTMLElementInnerText": 1717.929, - "HasBeforeOrAfterPseudoElement": 522.62, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, - "CrossOriginMainFrameNulledNameAccessed": 1725.666, - "CSSAtRuleWebkitKeyframes": 522.095, - "DocumentPageHideRegistered": 1355.879, - "FontFaceConstructor": 966.319, - "V8StrictMode": 1158.715, - "CSSSelectorIndirectAdjacent": 523.276, - "AddEventListenerThirdArgumentIsObject": 916.612, - "CSSAtRuleFontFace": 613.84, - "V8Element_GetBoundingClientRect_Method": 1364.936, - "EventPath": 528.705, - "XSSAuditorEnabledBlock": 501.849, - "InputTypeTextMaxLength": 838.497, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, - "SVGSVGElement": 829.69, - "NetInfo": 1742.711, - "LangAttributeOnHTML": 616.308, - "SendBeacon": 939.77, - "PendingStylesheetAddedAfterBodyStarted": 613.8, - "NetInfoOnChange": 1742.947, - "AutocapitalizeAttribute": 1302.806, - "V8Permissions_Query_Method": 1398.772, - "CleanScriptElementWithNonce": 504.942, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 953.657 - } - }, - "step": 1, - "effectiveBps": 134268, - "effectiveBpsDoc": 329083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 5, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 1, - "testStartOffset": 0, - "bytesOut": 3150, - "gzip_savings": 0, - "requestsFull": 5, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1474, - "final_base_page_request_id": "88921.3-2", - "base_page_dns_ns": "ns2.google.com", - "basePageSSLTime": 69, - "docTime": 1334, - "domContentLoadedEventEnd": 901, - "image_savings": 0, - "requestsDoc": 3, - "score_cookies": -1, - "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", - "score_cdn": 100, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 66517, - "responses_404": 0, - "loadTime": 1334, - "score_combine": -1, - "score_etags": -1, - "image_total": 0, - "loadEventStart": 1326, - "minify_savings": -1, - "score_progressive_jpeg": -1, - "base_page_cdn": "Google", - "score_gzip": 100, - "score_compress": -1, - "domContentLoadedEventStart": 891, - "final_url": "https://www.google.com/", - "bytesInDoc": 66572, - "score_keep-alive": 100, - "loadEventEnd": 1335, - "score_cache": -1, - "responses_other": 4, - "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", - "fullyLoaded": 3303, - "requests": 5, - "final_base_page_request": 1, - "TTFB": 226, - "bytesIn": 66660, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 2910, - "test_run_time_ms": 7792, - "PerformancePaintTiming.first-contentful-paint": 810.4, - "firstPaint": 810.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 810.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 25, - "domElements": 407, - "domInteractive": 891, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", - "width": 120, - "height": 44, - "naturalWidth": 240, - "naturalHeight": 88 - }, - { - "url": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", - "width": 272, - "height": 92, - "naturalWidth": 272, - "naturalHeight": 92 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 1200, - "visualComplete": 1200, - "render": 900, - "SpeedIndex": 903, - "visualComplete85": 900, - "visualComplete90": 900, - "visualComplete95": 900, - "visualComplete99": 900, - "chromeUserTiming": [ - { - "name": "redirectStart", - "time": 6 - }, - { - "name": "fetchStart", - "time": 6 - }, - { - "name": "redirectEnd", - "time": 16 - }, - { - "name": "fetchStart", - "time": 16 - }, - { - "name": "redirectEnd", - "time": 28 - }, - { - "name": "fetchStart", - "time": 28 - }, - { - "name": "unloadEventStart", - "time": 240 - }, - { - "name": "unloadEventEnd", - "time": 240 - }, - { - "name": "domLoading", - "time": 255 - }, - { - "name": "responseEnd", - "time": 342 - }, - { - "name": "firstLayout", - "time": 688 - }, - { - "name": "firstPaint", - "time": 816 - }, - { - "name": "firstContentfulPaint", - "time": 816 - }, - { - "name": "firstTextPaint", - "time": 816 - }, - { - "name": "firstImagePaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "firstMeaningfulPaint", - "time": 816 - }, - { - "name": "domInteractive", - "time": 896 - }, - { - "name": "domContentLoadedEventStart", - "time": 896 - }, - { - "name": "domContentLoadedEventEnd", - "time": 906 - }, - { - "name": "domComplete", - "time": 1331 - }, - { - "name": "loadEventStart", - "time": 1331 - }, - { - "name": "loadEventEnd", - "time": 1341 - } - ], - "chromeUserTiming.redirectStart": 6, - "chromeUserTiming.fetchStart": 28, - "chromeUserTiming.redirectEnd": 28, - "chromeUserTiming.unloadEventStart": 240, - "chromeUserTiming.unloadEventEnd": 240, - "chromeUserTiming.domLoading": 255, - "chromeUserTiming.responseEnd": 342, - "chromeUserTiming.firstLayout": 688, - "chromeUserTiming.firstPaint": 816, - "chromeUserTiming.firstContentfulPaint": 816, - "chromeUserTiming.firstTextPaint": 816, - "chromeUserTiming.firstImagePaint": 816, - "chromeUserTiming.firstMeaningfulPaintCandidate": 816, - "chromeUserTiming.firstMeaningfulPaint": 816, - "chromeUserTiming.domInteractive": 896, - "chromeUserTiming.domContentLoadedEventStart": 896, - "chromeUserTiming.domContentLoadedEventEnd": 906, - "chromeUserTiming.domComplete": 1331, - "chromeUserTiming.loadEventStart": 1331, - "chromeUserTiming.loadEventEnd": 1341, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyAliasWebkitFlex": 287.851, - "CSSPropertyPosition": 284.773, - "CSSPropertyAliasWebkitBorderRadius": 286.368, - "CSSPropertyAliasWebkitAnimation": 287.912, - "CSSPropertyMaxWidth": 286.828, - "CSSPropertyBorderLeftColor": 287.961, - "CSSPropertyTextDecoration": 287.159, - "CSSPropertyWebkitTapHighlightColor": 693.87, - "CSSPropertyBorderRight": 287.765, - "CSSPropertyMaxHeight": 288.419, - "CSSPropertyBorderTop": 287.736, - "CSSPropertySrc": 363.648, - "CSSPropertyAliasWebkitJustifyContent": 289.945, - "CSSPropertyZIndex": 284.912, - "CSSPropertyTransitionDelay": 447.863, - "CSSPropertyPaddingLeft": 284.932, - "CSSPropertyUnicodeRange": 363.665, - "CSSPropertyPadding": 285.515, - "CSSPropertyWhiteSpace": 286.772, - "CSSPropertyBackgroundClip": 290.171, - "CSSPropertyAliasWebkitBoxSizing": 288.698, - "CSSPropertyAliasWebkitBoxShadow": 286.556, - "CSSPropertyVerticalAlign": 285.239, - "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, - "CSSPropertyBackgroundPosition": 287.071, - "CSSPropertyFill": 447.754, - "CSSPropertyMinWidth": 286.468, - "CSSPropertyTransition": 285.324, - "CSSPropertyAliasWebkitTransformOrigin": 287.608, - "CSSPropertyBackgroundOrigin": 290.2, - "CSSPropertyBorderStyle": 287.99, - "CSSPropertyFontFamily": 286.425, - "CSSPropertyTransform": 287.594, - "CSSPropertyCursor": 284.882, - "CSSPropertyHeight": 285.03, - "CSSPropertyPerspectiveOrigin": 289.061, - "CSSPropertyBorderBottomWidth": 287.237, - "CSSPropertyMinHeight": 286.974, - "CSSPropertyFontStyle": 288.581, - "CSSPropertyBorderRightWidth": 290.606, - "CSSPropertyAnimation": 287.934, - "CSSPropertyBorderTopLeftRadius": 285.775, - "CSSPropertyBorderBottomLeftRadius": 285.755, - "CSSPropertyTextOverflow": 287.702, - "CSSPropertyBoxSizing": 288.712, - "CSSPropertyBorderColor": 288.332, - "CSSPropertyPaddingBottom": 286.737, - "CSSPropertyBackgroundImage": 285.945, - "CSSPropertyLeft": 286.311, - "CSSPropertyContent": 287.678, - "CSSPropertyFilter": 290.102, - "CSSPropertyWidth": 285.615, - "CSSPropertyBorder": 284.811, - "CSSPropertyFlex": 287.864, - "CSSPropertyBorderTopColor": 287.797, - "CSSPropertyBackgroundColor": 285.009, - "CSSPropertyAliasWebkitAlignItems": 289.902, - "CSSPropertyPaddingTop": 284.972, - "CSSPropertyBottom": 288.016, - "CSSPropertyBorderCollapse": 290.92, - "CSSPropertyMargin": 285.797, - "CSSPropertyTop": 285.71, - "CSSPropertyMarginBottom": 285.378, - "CSSPropertyUnicodeBidi": 284.686, - "CSSPropertyFloat": 285.681, - "CSSPropertyDisplay": 284.733, - "CSSPropertyWordWrap": 1104.266, - "CSSPropertyTransformOrigin": 287.621, - "CSSPropertyAliasWebkitUserSelect": 286.39, - "CSSPropertyMarginTop": 285.358, - "CSSPropertyBorderLeft": 287.751, - "CSSPropertyJustifyContent": 289.963, - "CSSPropertyBoxShadow": 285.296, - "CSSPropertyTextShadow": 288.999, - "CSSPropertyBorderRightColor": 287.977, - "CSSPropertyPaddingRight": 284.952, - "CSSPropertyWebkitAppearance": 1104.396, - "CSSPropertyAliasWebkitBackgroundSize": 287.291, - "CSSPropertyAnimationTimingFunction": 448.707, - "CSSPropertyPointerEvents": 448.059, - "CSSPropertyBorderRadius": 285.265, - "CSSPropertyAliasWebkitTransition": 286.643, - "CSSPropertyOutline": 285.409, - "CSSPropertyListStyleType": 1104.319, - "CSSPropertyOverflow": 284.754, - "CSSPropertyFontWeight": 286.446, - "CSSPropertyOverflowY": 287.098, - "CSSPropertyTextAlign": 285.596, - "CSSPropertyMarginRight": 286.884, - "CSSPropertyWebkitFontSmoothing": 448.476, - "CSSPropertyAlignItems": 289.926, - "CSSPropertyBackground": 284.86, - "CSSPropertyAnimationDirection": 448.689, - "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, - "CSSPropertyUserSelect": 1104.082, - "CSSPropertyLineHeight": 285.467, - "CSSPropertyFont": 285.446, - "CSSPropertyOpacity": 287.011, - "CSSPropertyTextTransform": 289.284, - "CSSPropertyRight": 287.831, - "CSSPropertyBorderBottomColor": 286.136, - "CSSPropertyFontSize": 285.569, - "CSSPropertyOrder": 289.809, - "CSSPropertyBackgroundSize": 287.306, - "CSSPropertyAliasWebkitTransform": 287.581, - "CSSPropertyBorderWidth": 288.004, - "CSSPropertyVisibility": 287.053, - "CSSPropertyAliasWebkitOrder": 289.789, - "CSSPropertyClip": 882.409, - "CSSPropertyBorderBottom": 287.216, - "CSSPropertyColor": 285.649, - "CSSPropertyMarginLeft": 285.827 - }, - "Features": { - "V8Performance_Navigation_AttributeGetter": 892.531, - "PaintTimingRequested": 5937.234, - "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, - "HTMLMediaElement": 1232.797, - "DeprecatedWebKitGradient": 285.911, - "DocumentFonts": 364.316, - "InputTypeSubmit": 693.757, - "EventSrcElement": 293.837, - "UnprefixedUserTiming": 5932.413, - "SecureContextCheckPassed": 279.757, - "FormElement": 692.888, - "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, - "InputTypeText": 702.428, - "SetReferrerPolicy": 274.622, - "V8Performance_Timing_AttributeGetter": 1044.461, - "CSSAtRuleKeyframes": 287.029, - "DocumentUnloadRegistered": 1066.129, - "DocumentPageShowFired": 1345.26, - "V8Performance_Memory_AttributeGetter": 1340.897, - "V8MessageChannel_Constructor": 1068.728, - "DocumentPageShowRegistered": 1012.756, - "HasIDClassTagAttribute": 284.634, - "SrcsetXDescriptor": 694.15, - "InputTypeSubmitWithValue": 693.785, - "DeprecatedWebKitLinearGradient": 285.981, - "CSSFlexibleBox": 702.642, - "RemoveEventListenerThirdArgumentIsObject": 850.919, - "SuppressHistoryEntryWithoutUserGesture": 8.936, - "V8MessagePort_PostMessage_Method": 1069.094, - "NetInfoEffectiveType": 1338.981, - "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, - "UnprefixedRequestAnimationFrame": 2.767, - "NetInfoDownlink": 1338.947, - "PrefixedMinDevicePixelRatioMediaFeature": 364.68, - "SVGSVGElementInDocument": 693.551, - "SyntheticKeyframesInCompositedCSSAnimation": 703.343, - "PrefixedDevicePixelRatioMediaFeature": 364.698, - "CookieSet": 1217.842, - "LangAttribute": 450.454, - "CSSAtRuleMedia": 286.668, - "CSSValueAppearanceButton": 1104.369, - "UnprefixedPerformanceTimeline": 3262.199, - "V8Document_Scripts_AttributeGetter": 1314.692, - "V8Document_Images_AttributeGetter": 1335.907, - "HTMLElementInnerText": 1314.981, - "HasBeforeOrAfterPseudoElement": 287.555, - "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, - "CrossOriginMainFrameNulledNameAccessed": 1325.204, - "CSSAtRuleWebkitKeyframes": 286.989, - "DocumentPageHideRegistered": 1245.973, - "FontFaceConstructor": 830.826, - "V8StrictMode": 1014.197, - "CSSSelectorIndirectAdjacent": 288.036, - "AddEventListenerThirdArgumentIsObject": 850.84, - "CSSAtRuleFontFace": 363.584, - "V8Element_GetBoundingClientRect_Method": 1253.718, - "EventPath": 294.039, - "XSSAuditorEnabledBlock": 270.408, - "InputTypeTextMaxLength": 702.463, - "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, - "SVGSVGElement": 693.499, - "NetInfo": 1338.791, - "LangAttributeOnHTML": 450.48, - "SendBeacon": 892.71, - "PendingStylesheetAddedAfterBodyStarted": 363.529, - "NetInfoOnChange": 1339.009, - "AutocapitalizeAttribute": 1125.972, - "V8Permissions_Query_Method": 1280.367, - "CleanScriptElementWithNonce": 274.928, - "V8SloppyMode": 0, - "StarInTimingAllowOrigin": 811.08 - } - }, - "step": 1, - "effectiveBps": 21663, - "effectiveBpsDoc": 60083, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 0, - "bigImageCount": 0, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" - }, - "consoleLog": [] + ], + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.fetchStart": 28, + "chromeUserTiming.redirectEnd": 28, + "chromeUserTiming.unloadEventStart": 240, + "chromeUserTiming.unloadEventEnd": 240, + "chromeUserTiming.domLoading": 255, + "chromeUserTiming.responseEnd": 342, + "chromeUserTiming.firstLayout": 688, + "chromeUserTiming.firstPaint": 816, + "chromeUserTiming.firstContentfulPaint": 816, + "chromeUserTiming.firstTextPaint": 816, + "chromeUserTiming.firstImagePaint": 816, + "chromeUserTiming.firstMeaningfulPaintCandidate": 816, + "chromeUserTiming.firstMeaningfulPaint": 816, + "chromeUserTiming.domInteractive": 896, + "chromeUserTiming.domContentLoadedEventStart": 896, + "chromeUserTiming.domContentLoadedEventEnd": 906, + "chromeUserTiming.domComplete": 1331, + "chromeUserTiming.loadEventStart": 1331, + "chromeUserTiming.loadEventEnd": 1341, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 287.851, + "CSSPropertyPosition": 284.773, + "CSSPropertyAliasWebkitBorderRadius": 286.368, + "CSSPropertyAliasWebkitAnimation": 287.912, + "CSSPropertyMaxWidth": 286.828, + "CSSPropertyBorderLeftColor": 287.961, + "CSSPropertyTextDecoration": 287.159, + "CSSPropertyWebkitTapHighlightColor": 693.87, + "CSSPropertyBorderRight": 287.765, + "CSSPropertyMaxHeight": 288.419, + "CSSPropertyBorderTop": 287.736, + "CSSPropertySrc": 363.648, + "CSSPropertyAliasWebkitJustifyContent": 289.945, + "CSSPropertyZIndex": 284.912, + "CSSPropertyTransitionDelay": 447.863, + "CSSPropertyPaddingLeft": 284.932, + "CSSPropertyUnicodeRange": 363.665, + "CSSPropertyPadding": 285.515, + "CSSPropertyWhiteSpace": 286.772, + "CSSPropertyBackgroundClip": 290.171, + "CSSPropertyAliasWebkitBoxSizing": 288.698, + "CSSPropertyAliasWebkitBoxShadow": 286.556, + "CSSPropertyVerticalAlign": 285.239, + "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, + "CSSPropertyBackgroundPosition": 287.071, + "CSSPropertyFill": 447.754, + "CSSPropertyMinWidth": 286.468, + "CSSPropertyTransition": 285.324, + "CSSPropertyAliasWebkitTransformOrigin": 287.608, + "CSSPropertyBackgroundOrigin": 290.2, + "CSSPropertyBorderStyle": 287.99, + "CSSPropertyFontFamily": 286.425, + "CSSPropertyTransform": 287.594, + "CSSPropertyCursor": 284.882, + "CSSPropertyHeight": 285.03, + "CSSPropertyPerspectiveOrigin": 289.061, + "CSSPropertyBorderBottomWidth": 287.237, + "CSSPropertyMinHeight": 286.974, + "CSSPropertyFontStyle": 288.581, + "CSSPropertyBorderRightWidth": 290.606, + "CSSPropertyAnimation": 287.934, + "CSSPropertyBorderTopLeftRadius": 285.775, + "CSSPropertyBorderBottomLeftRadius": 285.755, + "CSSPropertyTextOverflow": 287.702, + "CSSPropertyBoxSizing": 288.712, + "CSSPropertyBorderColor": 288.332, + "CSSPropertyPaddingBottom": 286.737, + "CSSPropertyBackgroundImage": 285.945, + "CSSPropertyLeft": 286.311, + "CSSPropertyContent": 287.678, + "CSSPropertyFilter": 290.102, + "CSSPropertyWidth": 285.615, + "CSSPropertyBorder": 284.811, + "CSSPropertyFlex": 287.864, + "CSSPropertyBorderTopColor": 287.797, + "CSSPropertyBackgroundColor": 285.009, + "CSSPropertyAliasWebkitAlignItems": 289.902, + "CSSPropertyPaddingTop": 284.972, + "CSSPropertyBottom": 288.016, + "CSSPropertyBorderCollapse": 290.92, + "CSSPropertyMargin": 285.797, + "CSSPropertyTop": 285.71, + "CSSPropertyMarginBottom": 285.378, + "CSSPropertyUnicodeBidi": 284.686, + "CSSPropertyFloat": 285.681, + "CSSPropertyDisplay": 284.733, + "CSSPropertyWordWrap": 1104.266, + "CSSPropertyTransformOrigin": 287.621, + "CSSPropertyAliasWebkitUserSelect": 286.39, + "CSSPropertyMarginTop": 285.358, + "CSSPropertyBorderLeft": 287.751, + "CSSPropertyJustifyContent": 289.963, + "CSSPropertyBoxShadow": 285.296, + "CSSPropertyTextShadow": 288.999, + "CSSPropertyBorderRightColor": 287.977, + "CSSPropertyPaddingRight": 284.952, + "CSSPropertyWebkitAppearance": 1104.396, + "CSSPropertyAliasWebkitBackgroundSize": 287.291, + "CSSPropertyAnimationTimingFunction": 448.707, + "CSSPropertyPointerEvents": 448.059, + "CSSPropertyBorderRadius": 285.265, + "CSSPropertyAliasWebkitTransition": 286.643, + "CSSPropertyOutline": 285.409, + "CSSPropertyListStyleType": 1104.319, + "CSSPropertyOverflow": 284.754, + "CSSPropertyFontWeight": 286.446, + "CSSPropertyOverflowY": 287.098, + "CSSPropertyTextAlign": 285.596, + "CSSPropertyMarginRight": 286.884, + "CSSPropertyWebkitFontSmoothing": 448.476, + "CSSPropertyAlignItems": 289.926, + "CSSPropertyBackground": 284.86, + "CSSPropertyAnimationDirection": 448.689, + "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, + "CSSPropertyUserSelect": 1104.082, + "CSSPropertyLineHeight": 285.467, + "CSSPropertyFont": 285.446, + "CSSPropertyOpacity": 287.011, + "CSSPropertyTextTransform": 289.284, + "CSSPropertyRight": 287.831, + "CSSPropertyBorderBottomColor": 286.136, + "CSSPropertyFontSize": 285.569, + "CSSPropertyOrder": 289.809, + "CSSPropertyBackgroundSize": 287.306, + "CSSPropertyAliasWebkitTransform": 287.581, + "CSSPropertyBorderWidth": 288.004, + "CSSPropertyVisibility": 287.053, + "CSSPropertyAliasWebkitOrder": 289.789, + "CSSPropertyClip": 882.409, + "CSSPropertyBorderBottom": 287.216, + "CSSPropertyColor": 285.649, + "CSSPropertyMarginLeft": 285.827 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 892.531, + "PaintTimingRequested": 5937.234, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, + "HTMLMediaElement": 1232.797, + "DeprecatedWebKitGradient": 285.911, + "DocumentFonts": 364.316, + "InputTypeSubmit": 693.757, + "EventSrcElement": 293.837, + "UnprefixedUserTiming": 5932.413, + "SecureContextCheckPassed": 279.757, + "FormElement": 692.888, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, + "InputTypeText": 702.428, + "SetReferrerPolicy": 274.622, + "V8Performance_Timing_AttributeGetter": 1044.461, + "CSSAtRuleKeyframes": 287.029, + "DocumentUnloadRegistered": 1066.129, + "DocumentPageShowFired": 1345.26, + "V8Performance_Memory_AttributeGetter": 1340.897, + "V8MessageChannel_Constructor": 1068.728, + "DocumentPageShowRegistered": 1012.756, + "HasIDClassTagAttribute": 284.634, + "SrcsetXDescriptor": 694.15, + "InputTypeSubmitWithValue": 693.785, + "DeprecatedWebKitLinearGradient": 285.981, + "CSSFlexibleBox": 702.642, + "RemoveEventListenerThirdArgumentIsObject": 850.919, + "SuppressHistoryEntryWithoutUserGesture": 8.936, + "V8MessagePort_PostMessage_Method": 1069.094, + "NetInfoEffectiveType": 1338.981, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, + "UnprefixedRequestAnimationFrame": 2.767, + "NetInfoDownlink": 1338.947, + "PrefixedMinDevicePixelRatioMediaFeature": 364.68, + "SVGSVGElementInDocument": 693.551, + "SyntheticKeyframesInCompositedCSSAnimation": 703.343, + "PrefixedDevicePixelRatioMediaFeature": 364.698, + "CookieSet": 1217.842, + "LangAttribute": 450.454, + "CSSAtRuleMedia": 286.668, + "CSSValueAppearanceButton": 1104.369, + "UnprefixedPerformanceTimeline": 3262.199, + "V8Document_Scripts_AttributeGetter": 1314.692, + "V8Document_Images_AttributeGetter": 1335.907, + "HTMLElementInnerText": 1314.981, + "HasBeforeOrAfterPseudoElement": 287.555, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, + "CrossOriginMainFrameNulledNameAccessed": 1325.204, + "CSSAtRuleWebkitKeyframes": 286.989, + "DocumentPageHideRegistered": 1245.973, + "FontFaceConstructor": 830.826, + "V8StrictMode": 1014.197, + "CSSSelectorIndirectAdjacent": 288.036, + "AddEventListenerThirdArgumentIsObject": 850.84, + "CSSAtRuleFontFace": 363.584, + "V8Element_GetBoundingClientRect_Method": 1253.718, + "EventPath": 294.039, + "XSSAuditorEnabledBlock": 270.408, + "InputTypeTextMaxLength": 702.463, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, + "SVGSVGElement": 693.499, + "NetInfo": 1338.791, + "LangAttributeOnHTML": 450.48, + "SendBeacon": 892.71, + "PendingStylesheetAddedAfterBodyStarted": 363.529, + "NetInfoOnChange": 1339.009, + "AutocapitalizeAttribute": 1125.972, + "V8Permissions_Query_Method": 1280.367, + "CleanScriptElementWithNonce": 274.928, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 811.08 } - } + }, + "step": 1, + "effectiveBps": 21663, + "effectiveBpsDoc": 60083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 0, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "median": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 13, + "testStartOffset": 0, + "bytesOut": 10888, + "gzip_savings": 0, + "requestsFull": 19, + "start_epoch": 0, + "connections": 8, + "bytesOutDoc": 8086, + "final_base_page_request_id": "88451.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 70, + "docTime": 1736, + "domContentLoadedEventEnd": 934, + "image_savings": 0, + "requestsDoc": 15, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 346707, + "responses_404": 0, + "loadTime": 1736, + "score_combine": -1, + "score_etags": -1, + "image_total": 35425, + "loadEventStart": 1725, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": 100, + "domContentLoadedEventStart": 926, + "final_url": "https://www.google.com/?gws_rd=ssl", + "bytesInDoc": 414316, + "score_keep-alive": 100, + "loadEventEnd": 1736, + "score_cache": 100, + "responses_other": 6, + "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", + "fullyLoaded": 3579, + "requests": 19, + "final_base_page_request": 2, + "TTFB": 477, + "bytesIn": 416502, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 3079, + "test_run_time_ms": 9289, + "PerformancePaintTiming.first-contentful-paint": 808.9, + "firstPaint": 808.9, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 808.9, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25.183973, + "domElements": 408, + "domInteractive": 926, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 2100, + "visualComplete": 2100, + "render": 900, + "SpeedIndex": 912, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 135 + }, + { + "name": "fetchStart", + "time": 135 + }, + { + "name": "redirectEnd", + "time": 233 + }, + { + "name": "fetchStart", + "time": 233 + }, + { + "name": "unloadEventStart", + "time": 486 + }, + { + "name": "unloadEventEnd", + "time": 486 + }, + { + "name": "domLoading", + "time": 492 + }, + { + "name": "responseEnd", + "time": 729 + }, + { + "name": "firstLayout", + "time": 814 + }, + { + "name": "firstPaint", + "time": 815 + }, + { + "name": "firstContentfulPaint", + "time": 815 + }, + { + "name": "firstTextPaint", + "time": 815 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 815 + }, + { + "name": "firstImagePaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "domInteractive", + "time": 932 + }, + { + "name": "domContentLoadedEventStart", + "time": 933 + }, + { + "name": "domContentLoadedEventEnd", + "time": 941 + }, + { + "name": "domComplete", + "time": 1731 + }, + { + "name": "loadEventStart", + "time": 1732 + }, + { + "name": "loadEventEnd", + "time": 1742 + } + ], + "chromeUserTiming.fetchStart": 233, + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.redirectEnd": 233, + "chromeUserTiming.unloadEventStart": 486, + "chromeUserTiming.unloadEventEnd": 486, + "chromeUserTiming.domLoading": 492, + "chromeUserTiming.responseEnd": 729, + "chromeUserTiming.firstLayout": 814, + "chromeUserTiming.firstPaint": 815, + "chromeUserTiming.firstContentfulPaint": 815, + "chromeUserTiming.firstTextPaint": 815, + "chromeUserTiming.firstMeaningfulPaintCandidate": 889, + "chromeUserTiming.firstImagePaint": 889, + "chromeUserTiming.firstMeaningfulPaint": 889, + "chromeUserTiming.domInteractive": 932, + "chromeUserTiming.domContentLoadedEventStart": 933, + "chromeUserTiming.domContentLoadedEventEnd": 941, + "chromeUserTiming.domComplete": 1731, + "chromeUserTiming.loadEventStart": 1732, + "chromeUserTiming.loadEventEnd": 1742, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 522.978, + "CSSPropertyPosition": 520.521, + "CSSPropertyAliasWebkitBorderRadius": 521.583, + "CSSPropertyAliasWebkitAnimation": 523.047, + "CSSPropertyMaxWidth": 521.972, + "CSSPropertyBorderLeftColor": 523.186, + "CSSPropertyTextDecoration": 522.274, + "CSSPropertyWebkitTapHighlightColor": 830.101, + "CSSPropertyBorderRight": 522.859, + "CSSPropertyMaxHeight": 523.751, + "CSSPropertyBorderTop": 522.818, + "CSSPropertySrc": 613.952, + "CSSPropertyAliasWebkitJustifyContent": 525.269, + "CSSPropertyZIndex": 520.632, + "CSSPropertyTransitionDelay": 826.931, + "CSSPropertyPaddingLeft": 520.648, + "CSSPropertyUnicodeRange": 613.97, + "CSSPropertyPadding": 520.93, + "CSSPropertyWhiteSpace": 521.933, + "CSSPropertyBackgroundClip": 525.467, + "CSSPropertyAliasWebkitBoxSizing": 524.08, + "CSSPropertyAliasWebkitBoxShadow": 521.766, + "CSSPropertyVerticalAlign": 520.733, + "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, + "CSSPropertyBackgroundPosition": 522.183, + "CSSPropertyFill": 826.844, + "CSSPropertyMinWidth": 521.703, + "CSSPropertyTransition": 520.791, + "CSSPropertyAliasWebkitTransformOrigin": 522.679, + "CSSPropertyBackgroundOrigin": 525.487, + "CSSPropertyBorderStyle": 523.222, + "CSSPropertyFontFamily": 521.669, + "CSSPropertyTransform": 522.664, + "CSSPropertyCursor": 520.61, + "CSSPropertyHeight": 520.718, + "CSSPropertyPerspectiveOrigin": 524.502, + "CSSPropertyBorderBottomWidth": 522.375, + "CSSPropertyMinHeight": 522.081, + "CSSPropertyFontStyle": 523.943, + "CSSPropertyBorderRightWidth": 525.803, + "CSSPropertyAnimation": 523.076, + "CSSPropertyBorderTopLeftRadius": 521.163, + "CSSPropertyBorderBottomLeftRadius": 521.148, + "CSSPropertyTextOverflow": 522.782, + "CSSPropertyBoxSizing": 524.096, + "CSSPropertyBorderColor": 523.646, + "CSSPropertyPaddingBottom": 521.906, + "CSSPropertyBackgroundImage": 521.278, + "CSSPropertyLeft": 521.544, + "CSSPropertyContent": 522.755, + "CSSPropertyFilter": 525.415, + "CSSPropertyWidth": 520.998, + "CSSPropertyBorder": 520.549, + "CSSPropertyFlex": 522.993, + "CSSPropertyBorderTopColor": 522.914, + "CSSPropertyBackgroundColor": 520.703, + "CSSPropertyAliasWebkitAlignItems": 525.237, + "CSSPropertyPaddingTop": 520.677, + "CSSPropertyBottom": 523.253, + "CSSPropertyBorderCollapse": 526.098, + "CSSPropertyMargin": 521.179, + "CSSPropertyTop": 521.118, + "CSSPropertyMarginBottom": 520.827, + "CSSPropertyUnicodeBidi": 520.457, + "CSSPropertyFloat": 521.097, + "CSSPropertyDisplay": 520.491, + "CSSPropertyWordWrap": 1285.537, + "CSSPropertyTransformOrigin": 522.693, + "CSSPropertyAliasWebkitUserSelect": 521.598, + "CSSPropertyMarginTop": 520.812, + "CSSPropertyBorderLeft": 522.836, + "CSSPropertyJustifyContent": 525.283, + "CSSPropertyBoxShadow": 520.77, + "CSSPropertyTextShadow": 524.435, + "CSSPropertyBorderRightColor": 523.206, + "CSSPropertyPaddingRight": 520.663, + "CSSPropertyWebkitAppearance": 1285.696, + "CSSPropertyAliasWebkitBackgroundSize": 522.436, + "CSSPropertyAnimationTimingFunction": 827.475, + "CSSPropertyPointerEvents": 827.062, + "CSSPropertyBorderRadius": 520.748, + "CSSPropertyAliasWebkitTransition": 521.822, + "CSSPropertyOutline": 520.857, + "CSSPropertyListStyleType": 1285.592, + "CSSPropertyOverflow": 520.507, + "CSSPropertyFontWeight": 521.686, + "CSSPropertyOverflowY": 522.212, + "CSSPropertyTextAlign": 520.983, + "CSSPropertyMarginRight": 522.015, + "CSSPropertyWebkitFontSmoothing": 827.343, + "CSSPropertyAlignItems": 525.254, + "CSSPropertyBackground": 520.594, + "CSSPropertyAnimationDirection": 827.46, + "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, + "CSSPropertyUserSelect": 1285.321, + "CSSPropertyLineHeight": 520.906, + "CSSPropertyFont": 520.891, + "CSSPropertyOpacity": 522.118, + "CSSPropertyTextTransform": 524.761, + "CSSPropertyRight": 522.955, + "CSSPropertyBorderBottomColor": 521.426, + "CSSPropertyFontSize": 520.965, + "CSSPropertyOrder": 525.136, + "CSSPropertyBackgroundSize": 522.452, + "CSSPropertyAliasWebkitTransform": 522.649, + "CSSPropertyBorderWidth": 523.239, + "CSSPropertyVisibility": 522.164, + "CSSPropertyAliasWebkitOrder": 525.117, + "CSSPropertyClip": 928.169, + "CSSPropertyBorderBottom": 522.334, + "CSSPropertyColor": 521.073, + "CSSPropertyMarginLeft": 521.199 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 939.602, + "PaintTimingRequested": 6118.17, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, + "HTMLMediaElement": 1455.002, + "LangAttribute": 616.282, + "DocumentFonts": 826.242, + "InputTypeSubmit": 829.977, + "EventSrcElement": 528.456, + "UnprefixedUserTiming": 6112.681, + "SecureContextCheckPassed": 514.472, + "FormElement": 828.952, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, + "InputTypeText": 838.472, + "SetReferrerPolicy": 504.461, + "V8Performance_Timing_AttributeGetter": 1223.778, + "CSSAtRuleKeyframes": 522.137, + "DocumentUnloadRegistered": 1248.489, + "DocumentPageShowFired": 1749.86, + "V8Performance_Memory_AttributeGetter": 1744.966, + "V8MessageChannel_Constructor": 1250.704, + "DocumentPageShowRegistered": 1190.385, + "HasIDClassTagAttribute": 520.416, + "SrcsetXDescriptor": 830.38, + "InputTypeSubmitWithValue": 830.004, + "DeprecatedWebKitLinearGradient": 521.304, + "CSSFlexibleBox": 838.682, + "RemoveEventListenerThirdArgumentIsObject": 916.67, + "SuppressHistoryEntryWithoutUserGesture": 13.674, + "V8MessagePort_PostMessage_Method": 1250.977, + "NetInfoEffectiveType": 1742.921, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, + "DeprecatedWebKitGradient": 521.254, + "NetInfoDownlink": 1742.887, + "PrefixedMinDevicePixelRatioMediaFeature": 614.672, + "SVGSVGElementInDocument": 829.747, + "SyntheticKeyframesInCompositedCSSAnimation": 839.33, + "PrefixedDevicePixelRatioMediaFeature": 614.692, + "CookieSet": 1449.495, + "CSSAtRuleMedia": 521.843, + "CSSValueAppearanceButton": 1285.671, + "UnprefixedRequestAnimationFrame": 6.645, + "UnprefixedPerformanceTimeline": 3384.092, + "V8Document_Scripts_AttributeGetter": 1717.726, + "V8Document_Images_AttributeGetter": 1739.87, + "HTMLElementInnerText": 1717.929, + "HasBeforeOrAfterPseudoElement": 522.62, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, + "CrossOriginMainFrameNulledNameAccessed": 1725.666, + "CSSAtRuleWebkitKeyframes": 522.095, + "DocumentPageHideRegistered": 1355.879, + "FontFaceConstructor": 966.319, + "V8StrictMode": 1158.715, + "CSSSelectorIndirectAdjacent": 523.276, + "AddEventListenerThirdArgumentIsObject": 916.612, + "CSSAtRuleFontFace": 613.84, + "V8Element_GetBoundingClientRect_Method": 1364.936, + "EventPath": 528.705, + "XSSAuditorEnabledBlock": 501.849, + "InputTypeTextMaxLength": 838.497, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, + "SVGSVGElement": 829.69, + "NetInfo": 1742.711, + "LangAttributeOnHTML": 616.308, + "SendBeacon": 939.77, + "PendingStylesheetAddedAfterBodyStarted": 613.8, + "NetInfoOnChange": 1742.947, + "AutocapitalizeAttribute": 1302.806, + "V8Permissions_Query_Method": 1398.772, + "CleanScriptElementWithNonce": 504.942, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 953.657 + } + }, + "step": 1, + "effectiveBps": 134268, + "effectiveBpsDoc": 329083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 5, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" + }, + "consoleLog": [] }, - "webPagetestVersion": "18.02" - } + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 1, + "testStartOffset": 0, + "bytesOut": 3150, + "gzip_savings": 0, + "requestsFull": 5, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1474, + "final_base_page_request_id": "88921.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 69, + "docTime": 1334, + "domContentLoadedEventEnd": 901, + "image_savings": 0, + "requestsDoc": 3, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 66517, + "responses_404": 0, + "loadTime": 1334, + "score_combine": -1, + "score_etags": -1, + "image_total": 0, + "loadEventStart": 1326, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": -1, + "domContentLoadedEventStart": 891, + "final_url": "https://www.google.com/", + "bytesInDoc": 66572, + "score_keep-alive": 100, + "loadEventEnd": 1335, + "score_cache": -1, + "responses_other": 4, + "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", + "fullyLoaded": 3303, + "requests": 5, + "final_base_page_request": 1, + "TTFB": 226, + "bytesIn": 66660, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 2910, + "test_run_time_ms": 7792, + "PerformancePaintTiming.first-contentful-paint": 810.4, + "firstPaint": 810.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 810.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25, + "domElements": 407, + "domInteractive": 891, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 1200, + "visualComplete": 1200, + "render": 900, + "SpeedIndex": 903, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 16 + }, + { + "name": "fetchStart", + "time": 16 + }, + { + "name": "redirectEnd", + "time": 28 + }, + { + "name": "fetchStart", + "time": 28 + }, + { + "name": "unloadEventStart", + "time": 240 + }, + { + "name": "unloadEventEnd", + "time": 240 + }, + { + "name": "domLoading", + "time": 255 + }, + { + "name": "responseEnd", + "time": 342 + }, + { + "name": "firstLayout", + "time": 688 + }, + { + "name": "firstPaint", + "time": 816 + }, + { + "name": "firstContentfulPaint", + "time": 816 + }, + { + "name": "firstTextPaint", + "time": 816 + }, + { + "name": "firstImagePaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "domInteractive", + "time": 896 + }, + { + "name": "domContentLoadedEventStart", + "time": 896 + }, + { + "name": "domContentLoadedEventEnd", + "time": 906 + }, + { + "name": "domComplete", + "time": 1331 + }, + { + "name": "loadEventStart", + "time": 1331 + }, + { + "name": "loadEventEnd", + "time": 1341 + } + ], + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.fetchStart": 28, + "chromeUserTiming.redirectEnd": 28, + "chromeUserTiming.unloadEventStart": 240, + "chromeUserTiming.unloadEventEnd": 240, + "chromeUserTiming.domLoading": 255, + "chromeUserTiming.responseEnd": 342, + "chromeUserTiming.firstLayout": 688, + "chromeUserTiming.firstPaint": 816, + "chromeUserTiming.firstContentfulPaint": 816, + "chromeUserTiming.firstTextPaint": 816, + "chromeUserTiming.firstImagePaint": 816, + "chromeUserTiming.firstMeaningfulPaintCandidate": 816, + "chromeUserTiming.firstMeaningfulPaint": 816, + "chromeUserTiming.domInteractive": 896, + "chromeUserTiming.domContentLoadedEventStart": 896, + "chromeUserTiming.domContentLoadedEventEnd": 906, + "chromeUserTiming.domComplete": 1331, + "chromeUserTiming.loadEventStart": 1331, + "chromeUserTiming.loadEventEnd": 1341, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 287.851, + "CSSPropertyPosition": 284.773, + "CSSPropertyAliasWebkitBorderRadius": 286.368, + "CSSPropertyAliasWebkitAnimation": 287.912, + "CSSPropertyMaxWidth": 286.828, + "CSSPropertyBorderLeftColor": 287.961, + "CSSPropertyTextDecoration": 287.159, + "CSSPropertyWebkitTapHighlightColor": 693.87, + "CSSPropertyBorderRight": 287.765, + "CSSPropertyMaxHeight": 288.419, + "CSSPropertyBorderTop": 287.736, + "CSSPropertySrc": 363.648, + "CSSPropertyAliasWebkitJustifyContent": 289.945, + "CSSPropertyZIndex": 284.912, + "CSSPropertyTransitionDelay": 447.863, + "CSSPropertyPaddingLeft": 284.932, + "CSSPropertyUnicodeRange": 363.665, + "CSSPropertyPadding": 285.515, + "CSSPropertyWhiteSpace": 286.772, + "CSSPropertyBackgroundClip": 290.171, + "CSSPropertyAliasWebkitBoxSizing": 288.698, + "CSSPropertyAliasWebkitBoxShadow": 286.556, + "CSSPropertyVerticalAlign": 285.239, + "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, + "CSSPropertyBackgroundPosition": 287.071, + "CSSPropertyFill": 447.754, + "CSSPropertyMinWidth": 286.468, + "CSSPropertyTransition": 285.324, + "CSSPropertyAliasWebkitTransformOrigin": 287.608, + "CSSPropertyBackgroundOrigin": 290.2, + "CSSPropertyBorderStyle": 287.99, + "CSSPropertyFontFamily": 286.425, + "CSSPropertyTransform": 287.594, + "CSSPropertyCursor": 284.882, + "CSSPropertyHeight": 285.03, + "CSSPropertyPerspectiveOrigin": 289.061, + "CSSPropertyBorderBottomWidth": 287.237, + "CSSPropertyMinHeight": 286.974, + "CSSPropertyFontStyle": 288.581, + "CSSPropertyBorderRightWidth": 290.606, + "CSSPropertyAnimation": 287.934, + "CSSPropertyBorderTopLeftRadius": 285.775, + "CSSPropertyBorderBottomLeftRadius": 285.755, + "CSSPropertyTextOverflow": 287.702, + "CSSPropertyBoxSizing": 288.712, + "CSSPropertyBorderColor": 288.332, + "CSSPropertyPaddingBottom": 286.737, + "CSSPropertyBackgroundImage": 285.945, + "CSSPropertyLeft": 286.311, + "CSSPropertyContent": 287.678, + "CSSPropertyFilter": 290.102, + "CSSPropertyWidth": 285.615, + "CSSPropertyBorder": 284.811, + "CSSPropertyFlex": 287.864, + "CSSPropertyBorderTopColor": 287.797, + "CSSPropertyBackgroundColor": 285.009, + "CSSPropertyAliasWebkitAlignItems": 289.902, + "CSSPropertyPaddingTop": 284.972, + "CSSPropertyBottom": 288.016, + "CSSPropertyBorderCollapse": 290.92, + "CSSPropertyMargin": 285.797, + "CSSPropertyTop": 285.71, + "CSSPropertyMarginBottom": 285.378, + "CSSPropertyUnicodeBidi": 284.686, + "CSSPropertyFloat": 285.681, + "CSSPropertyDisplay": 284.733, + "CSSPropertyWordWrap": 1104.266, + "CSSPropertyTransformOrigin": 287.621, + "CSSPropertyAliasWebkitUserSelect": 286.39, + "CSSPropertyMarginTop": 285.358, + "CSSPropertyBorderLeft": 287.751, + "CSSPropertyJustifyContent": 289.963, + "CSSPropertyBoxShadow": 285.296, + "CSSPropertyTextShadow": 288.999, + "CSSPropertyBorderRightColor": 287.977, + "CSSPropertyPaddingRight": 284.952, + "CSSPropertyWebkitAppearance": 1104.396, + "CSSPropertyAliasWebkitBackgroundSize": 287.291, + "CSSPropertyAnimationTimingFunction": 448.707, + "CSSPropertyPointerEvents": 448.059, + "CSSPropertyBorderRadius": 285.265, + "CSSPropertyAliasWebkitTransition": 286.643, + "CSSPropertyOutline": 285.409, + "CSSPropertyListStyleType": 1104.319, + "CSSPropertyOverflow": 284.754, + "CSSPropertyFontWeight": 286.446, + "CSSPropertyOverflowY": 287.098, + "CSSPropertyTextAlign": 285.596, + "CSSPropertyMarginRight": 286.884, + "CSSPropertyWebkitFontSmoothing": 448.476, + "CSSPropertyAlignItems": 289.926, + "CSSPropertyBackground": 284.86, + "CSSPropertyAnimationDirection": 448.689, + "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, + "CSSPropertyUserSelect": 1104.082, + "CSSPropertyLineHeight": 285.467, + "CSSPropertyFont": 285.446, + "CSSPropertyOpacity": 287.011, + "CSSPropertyTextTransform": 289.284, + "CSSPropertyRight": 287.831, + "CSSPropertyBorderBottomColor": 286.136, + "CSSPropertyFontSize": 285.569, + "CSSPropertyOrder": 289.809, + "CSSPropertyBackgroundSize": 287.306, + "CSSPropertyAliasWebkitTransform": 287.581, + "CSSPropertyBorderWidth": 288.004, + "CSSPropertyVisibility": 287.053, + "CSSPropertyAliasWebkitOrder": 289.789, + "CSSPropertyClip": 882.409, + "CSSPropertyBorderBottom": 287.216, + "CSSPropertyColor": 285.649, + "CSSPropertyMarginLeft": 285.827 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 892.531, + "PaintTimingRequested": 5937.234, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, + "HTMLMediaElement": 1232.797, + "DeprecatedWebKitGradient": 285.911, + "DocumentFonts": 364.316, + "InputTypeSubmit": 693.757, + "EventSrcElement": 293.837, + "UnprefixedUserTiming": 5932.413, + "SecureContextCheckPassed": 279.757, + "FormElement": 692.888, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, + "InputTypeText": 702.428, + "SetReferrerPolicy": 274.622, + "V8Performance_Timing_AttributeGetter": 1044.461, + "CSSAtRuleKeyframes": 287.029, + "DocumentUnloadRegistered": 1066.129, + "DocumentPageShowFired": 1345.26, + "V8Performance_Memory_AttributeGetter": 1340.897, + "V8MessageChannel_Constructor": 1068.728, + "DocumentPageShowRegistered": 1012.756, + "HasIDClassTagAttribute": 284.634, + "SrcsetXDescriptor": 694.15, + "InputTypeSubmitWithValue": 693.785, + "DeprecatedWebKitLinearGradient": 285.981, + "CSSFlexibleBox": 702.642, + "RemoveEventListenerThirdArgumentIsObject": 850.919, + "SuppressHistoryEntryWithoutUserGesture": 8.936, + "V8MessagePort_PostMessage_Method": 1069.094, + "NetInfoEffectiveType": 1338.981, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, + "UnprefixedRequestAnimationFrame": 2.767, + "NetInfoDownlink": 1338.947, + "PrefixedMinDevicePixelRatioMediaFeature": 364.68, + "SVGSVGElementInDocument": 693.551, + "SyntheticKeyframesInCompositedCSSAnimation": 703.343, + "PrefixedDevicePixelRatioMediaFeature": 364.698, + "CookieSet": 1217.842, + "LangAttribute": 450.454, + "CSSAtRuleMedia": 286.668, + "CSSValueAppearanceButton": 1104.369, + "UnprefixedPerformanceTimeline": 3262.199, + "V8Document_Scripts_AttributeGetter": 1314.692, + "V8Document_Images_AttributeGetter": 1335.907, + "HTMLElementInnerText": 1314.981, + "HasBeforeOrAfterPseudoElement": 287.555, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, + "CrossOriginMainFrameNulledNameAccessed": 1325.204, + "CSSAtRuleWebkitKeyframes": 286.989, + "DocumentPageHideRegistered": 1245.973, + "FontFaceConstructor": 830.826, + "V8StrictMode": 1014.197, + "CSSSelectorIndirectAdjacent": 288.036, + "AddEventListenerThirdArgumentIsObject": 850.84, + "CSSAtRuleFontFace": 363.584, + "V8Element_GetBoundingClientRect_Method": 1253.718, + "EventPath": 294.039, + "XSSAuditorEnabledBlock": 270.408, + "InputTypeTextMaxLength": 702.463, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, + "SVGSVGElement": 693.499, + "NetInfo": 1338.791, + "LangAttributeOnHTML": 450.48, + "SendBeacon": 892.71, + "PendingStylesheetAddedAfterBodyStarted": 363.529, + "NetInfoOnChange": 1339.009, + "AutocapitalizeAttribute": 1125.972, + "V8Permissions_Query_Method": 1280.367, + "CleanScriptElementWithNonce": 274.928, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 811.08 + } + }, + "step": 1, + "effectiveBps": 21663, + "effectiveBpsDoc": 60083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 0, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "webPagetestVersion": "18.02" }, - { - "name": "Bing.com", - "type": "homepage", - "url": "https://www.bing.com/", - "label": "20180228-163636-02-bing.com", - "id": "180228_M6_1Q93", - "SpeedIndex": { - "data": { - "id": "180228_M6_1Q93", - "summary": "http://www.webpagetest.org/results.php?test=180228_M6_1Q93", - "location": "Dulles:Chrome", - "connectivity": "Cable", - "bwDown": 5000, - "bwUp": 1000, - "latency": 28, - "plr": "0", - "mobile": 0, - "label": "20180228-163636-02-bing.com", - "completed": 1519857506, - "runs": { - "1": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 63, - "testStartOffset": 0, - "bytesOut": 58857, - "gzip_savings": 12722, - "requestsFull": 71, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1094, - "final_base_page_request_id": "26026.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 90, - "docTime": 628, - "domContentLoadedEventEnd": 627, - "image_savings": 9479, - "requestsDoc": 2, - "score_cookies": -1, - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 120961, - "responses_404": 0, - "loadTime": 628, - "score_combine": -1, - "score_etags": -1, - "image_total": 1003267, - "loadEventStart": 628, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 90, - "score_compress": 100, - "domContentLoadedEventStart": 625, - "final_url": "https://www.bing.com/", - "bytesInDoc": 49104, - "score_keep-alive": 100, - "loadEventEnd": 629, - "score_cache": 81, - "responses_other": 8, - "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", - "fullyLoaded": 4912, - "requests": 71, - "final_base_page_request": 0, - "TTFB": 356, - "bytesIn": 1137374, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5300, - "test_run_time_ms": 12279, - "PerformancePaintTiming.first-contentful-paint": 610.4, - "firstPaint": 610.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 610.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 16.740366, - "domElements": 608, - "domInteractive": 624, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3700, - "visualComplete": 3700, - "render": 600, - "SpeedIndex": 1630, - "visualComplete85": 2400, - "visualComplete90": 2400, - "visualComplete95": 3700, - "visualComplete99": 3700, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 15 - }, - { - "name": "unloadEventStart", - "time": 376 - }, - { - "name": "unloadEventEnd", - "time": 376 - }, - { - "name": "domLoading", - "time": 383 - }, - { - "name": "firstLayout", - "time": 405 - }, - { - "name": "responseEnd", - "time": 448 - }, - { - "name": "firstPaint", - "time": 625 - }, - { - "name": "firstContentfulPaint", - "time": 625 - }, - { - "name": "firstTextPaint", - "time": 625 - }, - { - "name": "firstImagePaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "domInteractive", - "time": 640 - }, - { - "name": "domContentLoadedEventStart", - "time": 640 - }, - { - "name": "domContentLoadedEventEnd", - "time": 642 - }, - { - "name": "domComplete", - "time": 643 - }, - { - "name": "loadEventStart", - "time": 643 - }, - { - "name": "loadEventEnd", - "time": 644 - } - ], - "chromeUserTiming.fetchStart": 15, - "chromeUserTiming.unloadEventStart": 376, - "chromeUserTiming.unloadEventEnd": 376, - "chromeUserTiming.domLoading": 383, - "chromeUserTiming.firstLayout": 405, - "chromeUserTiming.responseEnd": 448, - "chromeUserTiming.firstPaint": 625, - "chromeUserTiming.firstContentfulPaint": 625, - "chromeUserTiming.firstTextPaint": 625, - "chromeUserTiming.firstImagePaint": 625, - "chromeUserTiming.firstMeaningfulPaint": 625, - "chromeUserTiming.firstMeaningfulPaintCandidate": 625, - "chromeUserTiming.domInteractive": 640, - "chromeUserTiming.domContentLoadedEventStart": 640, - "chromeUserTiming.domContentLoadedEventEnd": 642, - "chromeUserTiming.domComplete": 643, - "chromeUserTiming.loadEventStart": 643, - "chromeUserTiming.loadEventEnd": 644, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 393.629, - "CSSPropertyTextAlign": 395.366, - "CSSPropertyWordWrap": 397.012, - "CSSPropertyPosition": 393.318, - "CSSPropertyAliasWebkitTransition": 395.776, - "CSSPropertyOutline": 394.88, - "CSSPropertyAliasWebkitAnimation": 395.516, - "CSSPropertyOverflow": 393.012, - "CSSPropertyFontFamily": 393.05, - "CSSPropertyBackgroundColor": 393.241, - "CSSPropertyFontWeight": 393.731, - "CSSPropertyBackgroundPosition": 394.39, - "CSSPropertyPaddingTop": 395.892, - "CSSPropertyOverflowX": 394.907, - "CSSPropertyOverflowY": 394.923, - "CSSPropertyCursor": 394.178, - "CSSPropertyBottom": 393.376, - "CSSPropertyMaxWidth": 393.494, - "CSSPropertyBorderCollapse": 393.179, - "CSSPropertyMargin": 393.221, - "CSSPropertyTop": 393.335, - "CSSPropertyMarginBottom": 395.191, - "CSSPropertyBorderSpacing": 393.584, - "CSSPropertyTextDecoration": 393.085, - "CSSPropertyTextIndent": 395.972, - "CSSPropertyBorderRight": 394.007, - "CSSPropertyHeight": 393.146, - "CSSPropertyBackground": 393.817, - "CSSPropertyWebkitAppearance": 396.287, - "CSSPropertyColor": 393.92, - "CSSPropertyFloat": 394.152, - "CSSPropertyMaxHeight": 393.55, - "CSSPropertyBorderTop": 3426.346, - "CSSPropertyMinHeight": 393.511, - "CSSPropertyFontStyle": 3425.962, - "CSSPropertyTransform": 395.068, - "CSSPropertyDisplay": 393.446, - "CSSPropertyLineHeight": 393.36, - "CSSPropertyMarginRight": 394.089, - "CSSPropertyFont": 394.445, - "CSSPropertyFill": 395.999, - "CSSPropertyListStyle": 397.604, - "CSSPropertyOpacity": 393.949, - "CSSPropertyAnimation": 395.536, - "CSSPropertyAliasWebkitUserSelect": 397.387, - "CSSPropertyTransitionDelay": 395.609, - "CSSPropertyPaddingLeft": 394.067, - "CSSPropertyMarginTop": 394.737, - "CSSPropertyTextOverflow": 397.569, - "CSSPropertyPadding": 393.12, - "CSSPropertyWhiteSpace": 397.031, - "CSSPropertyTextTransform": 395.28, - "CSSPropertyBorderLeft": 393.989, - "CSSPropertyBoxSizing": 395.098, - "CSSPropertyRight": 395.734, - "CSSPropertyBoxShadow": 396.109, - "CSSPropertyBorderBottomColor": 3222.122, - "CSSPropertyBorderRadius": 395.923, - "CSSPropertyFontSize": 393.067, - "CSSPropertyVerticalAlign": 393.294, - "CSSPropertyBackgroundSize": 393.686, - "CSSPropertyClear": 397.119, - "CSSPropertyBorderColor": 394.28, - "CSSPropertyPaddingBottom": 395.217, - "CSSPropertyZIndex": 393.77, - "CSSPropertyAliasWebkitTransform": 395.05, - "CSSPropertyPaddingRight": 394.939, - "CSSPropertyBorderWidth": 394.713, - "CSSPropertyVisibility": 394.113, - "CSSPropertyBackgroundImage": 396.174, - "CSSPropertyDirection": 397.962, - "CSSPropertyLeft": 393.392, - "CSSPropertyContent": 395.41, - "CSSPropertyZoom": 393.43, - "CSSPropertyBorderBottom": 394.045, - "CSSPropertyAliasWebkitBackgroundSize": 393.66, - "CSSPropertyUserSelect": 397.405, - "CSSPropertyWidth": 393.162, - "CSSPropertyMinWidth": 393.477, - "CSSPropertyTransition": 394.976, - "CSSPropertyBorder": 393.262, - "CSSPropertyMarginLeft": 393.408 - }, - "Features": { - "XMLHttpRequestAsynchronous": 845.741, - "V8Performance_Navigation_AttributeGetter": 657.887, - "HTMLMediaElement": 411.325, - "LangAttribute": 409.817, - "HTMLMediaElementInDocument": 411.374, - "AutocapitalizeAttribute": 412.565, - "UnprefixedUserTiming": 8463.332, - "SecureContextCheckPassed": 392.939, - "FormElement": 412.459, - "CSSValueAppearanceNone": 396.265, - "CookieSet": 1019.373, - "UnprefixedTransitionEndEvent": 2571.028, - "CSSAtRuleKeyframes": 395.553, - "V8Performance_Timing_AttributeGetter": 405.028, - "DocumentUnloadRegistered": 641.269, - "PaintTimingRequested": 8468.153, - "HasIDClassTagAttribute": 392.98, - "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, - "CSSValueAppearanceRadio": 396.309, - "DeprecatedWebKitLinearGradient": 397.32, - "CSSFlexibleBox": 421.309, - "SuppressHistoryEntryWithoutUserGesture": 20.285, - "NetInfo": 658.053, - "DeprecatedWebKitGradient": 397.504, - "DocumentPageShowRegistered": 1030.652, - "HTMLTableCellElementColspan": 3433.255, - "SVGSVGElementInDocument": 3425.368, - "MaxAttribute": 411.82, - "InputTypeSubmit": 412.623, - "PendingStylesheetAddedAfterBodyStarted": 1195.199, - "UnprefixedRequestAnimationFrame": 4.371, - "UnprefixedPerformanceTimeline": 1956.433, - "DocumentBeforeUnloadRegistered": 405.629, - "V8Document_Images_AttributeGetter": 658.266, - "HasBeforeOrAfterPseudoElement": 395.385, - "CSSValueAppearanceCheckbox": 396.334, - "InputTypeSearch": 471.098, - "V8StrictMode": 656.316, - "DocumentPageHideRegistered": 1030.721, - "V8Element_GetBoundingClientRect_Method": 640.931, - "SVGSVGElement": 3423.027, - "LangAttributeOnHTML": 409.845, - "SendBeacon": 668.72, - "CSSAtRuleMedia": 394.611, - "StepAttribute": 411.709, - "PointerEventAddListenerCount": 3329.595, - "CleanScriptElementWithNonce": 392.211, - "V8SloppyMode": 0, - "CookieGet": 639.039 - } - }, - "step": 1, - "effectiveBps": 249643, - "effectiveBpsDoc": 180529, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 31, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 20, - "testStartOffset": 0, - "bytesOut": 22611, - "gzip_savings": 12722, - "requestsFull": 26, - "start_epoch": 0, - "connections": 1, - "bytesOutDoc": 750, - "final_base_page_request_id": "26659.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 52, - "docTime": 469, - "domContentLoadedEventEnd": 468, - "image_savings": 9479, - "requestsDoc": 1, - "score_cookies": -1, - "base_page_ip_ptr": "a-0001.a-msedge.net", - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 87739, - "responses_404": 0, - "loadTime": 469, - "score_combine": -1, - "score_etags": -1, - "image_total": 877804, - "loadEventStart": 468, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 86, - "score_compress": 99, - "domContentLoadedEventStart": 465, - "final_url": "https://www.bing.com/", - "bytesInDoc": 42055, - "score_keep-alive": 100, - "loadEventEnd": 469, - "score_cache": 0, - "responses_other": 6, - "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", - "fullyLoaded": 3998, - "requests": 26, - "final_base_page_request": 0, - "TTFB": 182, - "bytesIn": 970442, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5739, - "test_run_time_ms": 11295, - "PerformancePaintTiming.first-contentful-paint": 455.2, - "firstPaint": 455.2, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 455.2, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 20.834846, - "domElements": 625, - "domInteractive": 465, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3200, - "visualComplete": 3200, - "render": 500, - "SpeedIndex": 1372, - "visualComplete85": 2000, - "visualComplete90": 2000, - "visualComplete95": 3200, - "visualComplete99": 3200, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 7 - }, - { - "name": "unloadEventStart", - "time": 192 - }, - { - "name": "unloadEventEnd", - "time": 192 - }, - { - "name": "domLoading", - "time": 198 - }, - { - "name": "firstLayout", - "time": 218 - }, - { - "name": "responseEnd", - "time": 247 - }, - { - "name": "firstPaint", - "time": 462 - }, - { - "name": "firstContentfulPaint", - "time": 462 - }, - { - "name": "firstTextPaint", - "time": 462 - }, - { - "name": "firstImagePaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "domInteractive", - "time": 472 - }, - { - "name": "domContentLoadedEventStart", - "time": 472 - }, - { - "name": "domContentLoadedEventEnd", - "time": 475 - }, - { - "name": "domComplete", - "time": 475 - }, - { - "name": "loadEventStart", - "time": 475 - }, - { - "name": "loadEventEnd", - "time": 477 - } - ], - "chromeUserTiming.fetchStart": 7, - "chromeUserTiming.unloadEventStart": 192, - "chromeUserTiming.unloadEventEnd": 192, - "chromeUserTiming.domLoading": 198, - "chromeUserTiming.firstLayout": 218, - "chromeUserTiming.responseEnd": 247, - "chromeUserTiming.firstPaint": 462, - "chromeUserTiming.firstContentfulPaint": 462, - "chromeUserTiming.firstTextPaint": 462, - "chromeUserTiming.firstImagePaint": 462, - "chromeUserTiming.firstMeaningfulPaintCandidate": 462, - "chromeUserTiming.firstMeaningfulPaint": 462, - "chromeUserTiming.domInteractive": 472, - "chromeUserTiming.domContentLoadedEventStart": 472, - "chromeUserTiming.domContentLoadedEventEnd": 475, - "chromeUserTiming.domComplete": 475, - "chromeUserTiming.loadEventStart": 475, - "chromeUserTiming.loadEventEnd": 477, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 206.745, - "CSSPropertyTextAlign": 208.345, - "CSSPropertyWordWrap": 209.975, - "CSSPropertyPosition": 206.478, - "CSSPropertyAliasWebkitTransition": 208.758, - "CSSPropertyOutline": 207.828, - "CSSPropertyAliasWebkitAnimation": 208.499, - "CSSPropertyOverflow": 206.212, - "CSSPropertyFontFamily": 206.249, - "CSSPropertyBackgroundColor": 206.415, - "CSSPropertyFontWeight": 206.808, - "CSSPropertyBackgroundPosition": 207.346, - "CSSPropertyPaddingTop": 208.873, - "CSSPropertyOverflowX": 207.855, - "CSSPropertyOverflowY": 207.871, - "CSSPropertyCursor": 207.152, - "CSSPropertyBottom": 206.536, - "CSSPropertyMaxWidth": 206.653, - "CSSPropertyBorderCollapse": 206.378, - "CSSPropertyMargin": 206.396, - "CSSPropertyTop": 206.495, - "CSSPropertyMarginBottom": 208.138, - "CSSPropertyBorderSpacing": 206.715, - "CSSPropertyTextDecoration": 206.285, - "CSSPropertyTextIndent": 208.954, - "CSSPropertyBorderRight": 206.985, - "CSSPropertyHeight": 206.344, - "CSSPropertyBackground": 206.858, - "CSSPropertyWebkitAppearance": 209.269, - "CSSPropertyColor": 206.906, - "CSSPropertyFloat": 207.126, - "CSSPropertyMaxHeight": 206.685, - "CSSPropertyBorderTop": 2817.184, - "CSSPropertyMinHeight": 206.669, - "CSSPropertyFontStyle": 2816.474, - "CSSPropertyTransform": 208.015, - "CSSPropertyDisplay": 206.605, - "CSSPropertyLineHeight": 206.52, - "CSSPropertyMarginRight": 207.065, - "CSSPropertyFont": 207.421, - "CSSPropertyFill": 208.982, - "CSSPropertyListStyle": 210.52, - "CSSPropertyOpacity": 206.929, - "CSSPropertyAnimation": 208.521, - "CSSPropertyAliasWebkitUserSelect": 210.306, - "CSSPropertyTransitionDelay": 208.593, - "CSSPropertyPaddingLeft": 207.043, - "CSSPropertyMarginTop": 207.692, - "CSSPropertyTextOverflow": 210.486, - "CSSPropertyPadding": 206.319, - "CSSPropertyWhiteSpace": 209.994, - "CSSPropertyTextTransform": 208.254, - "CSSPropertyBorderLeft": 206.967, - "CSSPropertyBoxSizing": 208.045, - "CSSPropertyRight": 208.717, - "CSSPropertyBoxShadow": 209.091, - "CSSPropertyBorderBottomColor": 2524.631, - "CSSPropertyBorderRadius": 208.905, - "CSSPropertyFontSize": 206.267, - "CSSPropertyVerticalAlign": 206.458, - "CSSPropertyBackgroundSize": 206.781, - "CSSPropertyClear": 210.08, - "CSSPropertyBorderColor": 207.252, - "CSSPropertyPaddingBottom": 208.164, - "CSSPropertyZIndex": 206.831, - "CSSPropertyAliasWebkitTransform": 207.997, - "CSSPropertyPaddingRight": 207.887, - "CSSPropertyBorderWidth": 207.668, - "CSSPropertyVisibility": 207.088, - "CSSPropertyBackgroundImage": 209.154, - "CSSPropertyDirection": 210.718, - "CSSPropertyLeft": 206.551, - "CSSPropertyContent": 208.391, - "CSSPropertyZoom": 206.589, - "CSSPropertyBorderBottom": 207.021, - "CSSPropertyAliasWebkitBackgroundSize": 206.764, - "CSSPropertyUserSelect": 210.324, - "CSSPropertyWidth": 206.361, - "CSSPropertyMinWidth": 206.636, - "CSSPropertyTransition": 207.923, - "CSSPropertyBorder": 206.436, - "CSSPropertyMarginLeft": 206.567 - }, - "Features": { - "XMLHttpRequestAsynchronous": 538.824, - "V8Performance_Navigation_AttributeGetter": 490.887, - "HTMLMediaElement": 223.025, - "LangAttribute": 221.289, - "HTMLMediaElementInDocument": 223.076, - "AutocapitalizeAttribute": 224.458, - "UnprefixedUserTiming": 7322.145, - "SecureContextCheckPassed": 206.143, - "FormElement": 224.275, - "CSSValueAppearanceNone": 209.248, - "CookieSet": 606.999, - "UnprefixedTransitionEndEvent": 2077.923, - "CSSAtRuleKeyframes": 208.537, - "V8Performance_Timing_AttributeGetter": 216.806, - "DocumentUnloadRegistered": 472.063, - "PaintTimingRequested": 7327.265, - "HasIDClassTagAttribute": 206.181, - "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, - "CSSValueAppearanceRadio": 209.292, - "DeprecatedWebKitLinearGradient": 210.241, - "CSSFlexibleBox": 238.581, - "SuppressHistoryEntryWithoutUserGesture": 10.229, - "NetInfo": 491.138, - "DeprecatedWebKitGradient": 210.421, - "DocumentPageShowRegistered": 623.775, - "HTMLTableCellElementColspan": 2832.647, - "SVGSVGElementInDocument": 2815.428, - "MaxAttribute": 223.533, - "InputTypeSubmit": 224.537, - "PendingStylesheetAddedAfterBodyStarted": 657.663, - "UnprefixedRequestAnimationFrame": 2.883, - "UnprefixedPerformanceTimeline": 1416.341, - "DocumentBeforeUnloadRegistered": 217.425, - "V8Document_Images_AttributeGetter": 491.481, - "HasBeforeOrAfterPseudoElement": 208.365, - "CSSValueAppearanceCheckbox": 209.317, - "InputTypeSearch": 290.038, - "V8StrictMode": 488.936, - "DocumentPageHideRegistered": 623.842, - "V8Element_GetBoundingClientRect_Method": 471.762, - "SVGSVGElement": 2811.276, - "LangAttributeOnHTML": 221.333, - "SendBeacon": 505.542, - "CSSAtRuleMedia": 207.573, - "StepAttribute": 223.432, - "PointerEventAddListenerCount": 2657.736, - "CleanScriptElementWithNonce": 205.341, - "V8SloppyMode": 0, - "CookieGet": 467.477 - } - }, - "step": 1, - "effectiveBps": 254308, - "effectiveBpsDoc": 146533, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 1, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" - }, - "consoleLog": [] - } + "render": { + "data": { + "id": "180228_SP_1Q92", + "summary": + "http://www.webpagetest.org/results.php?test=180228_SP_1Q92", + "location": "Dulles:Chrome", + "connectivity": "Cable", + "bwDown": 5000, + "bwUp": 1000, + "latency": 28, + "plr": "0", + "mobile": 0, + "label": "20180228-163636-01-google.com", + "completed": 1519857499, + "runs": { + "1": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 13, + "testStartOffset": 0, + "bytesOut": 10888, + "gzip_savings": 0, + "requestsFull": 19, + "start_epoch": 0, + "connections": 8, + "bytesOutDoc": 8086, + "final_base_page_request_id": "88451.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 70, + "docTime": 1736, + "domContentLoadedEventEnd": 934, + "image_savings": 0, + "requestsDoc": 15, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 346707, + "responses_404": 0, + "loadTime": 1736, + "score_combine": -1, + "score_etags": -1, + "image_total": 35425, + "loadEventStart": 1725, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": 100, + "domContentLoadedEventStart": 926, + "final_url": "https://www.google.com/?gws_rd=ssl", + "bytesInDoc": 414316, + "score_keep-alive": 100, + "loadEventEnd": 1736, + "score_cache": 100, + "responses_other": 6, + "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", + "fullyLoaded": 3579, + "requests": 19, + "final_base_page_request": 2, + "TTFB": 477, + "bytesIn": 416502, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 3079, + "test_run_time_ms": 9289, + "PerformancePaintTiming.first-contentful-paint": 808.9, + "firstPaint": 808.9, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 808.9, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25.183973, + "domElements": 408, + "domInteractive": 926, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 } - }, - "median": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 63, - "testStartOffset": 0, - "bytesOut": 58857, - "gzip_savings": 12722, - "requestsFull": 71, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1094, - "final_base_page_request_id": "26026.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 90, - "docTime": 628, - "domContentLoadedEventEnd": 627, - "image_savings": 9479, - "requestsDoc": 2, - "score_cookies": -1, - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 120961, - "responses_404": 0, - "loadTime": 628, - "score_combine": -1, - "score_etags": -1, - "image_total": 1003267, - "loadEventStart": 628, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 90, - "score_compress": 100, - "domContentLoadedEventStart": 625, - "final_url": "https://www.bing.com/", - "bytesInDoc": 49104, - "score_keep-alive": 100, - "loadEventEnd": 629, - "score_cache": 81, - "responses_other": 8, - "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", - "fullyLoaded": 4912, - "requests": 71, - "final_base_page_request": 0, - "TTFB": 356, - "bytesIn": 1137374, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5300, - "test_run_time_ms": 12279, - "PerformancePaintTiming.first-contentful-paint": 610.4, - "firstPaint": 610.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 610.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 16.740366, - "domElements": 608, - "domInteractive": 624, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3700, - "visualComplete": 3700, - "render": 600, - "SpeedIndex": 1630, - "visualComplete85": 2400, - "visualComplete90": 2400, - "visualComplete95": 3700, - "visualComplete99": 3700, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 15 - }, - { - "name": "unloadEventStart", - "time": 376 - }, - { - "name": "unloadEventEnd", - "time": 376 - }, - { - "name": "domLoading", - "time": 383 - }, - { - "name": "firstLayout", - "time": 405 - }, - { - "name": "responseEnd", - "time": 448 - }, - { - "name": "firstPaint", - "time": 625 - }, - { - "name": "firstContentfulPaint", - "time": 625 - }, - { - "name": "firstTextPaint", - "time": 625 - }, - { - "name": "firstImagePaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "domInteractive", - "time": 640 - }, - { - "name": "domContentLoadedEventStart", - "time": 640 - }, - { - "name": "domContentLoadedEventEnd", - "time": 642 - }, - { - "name": "domComplete", - "time": 643 - }, - { - "name": "loadEventStart", - "time": 643 - }, - { - "name": "loadEventEnd", - "time": 644 - } - ], - "chromeUserTiming.fetchStart": 15, - "chromeUserTiming.unloadEventStart": 376, - "chromeUserTiming.unloadEventEnd": 376, - "chromeUserTiming.domLoading": 383, - "chromeUserTiming.firstLayout": 405, - "chromeUserTiming.responseEnd": 448, - "chromeUserTiming.firstPaint": 625, - "chromeUserTiming.firstContentfulPaint": 625, - "chromeUserTiming.firstTextPaint": 625, - "chromeUserTiming.firstImagePaint": 625, - "chromeUserTiming.firstMeaningfulPaint": 625, - "chromeUserTiming.firstMeaningfulPaintCandidate": 625, - "chromeUserTiming.domInteractive": 640, - "chromeUserTiming.domContentLoadedEventStart": 640, - "chromeUserTiming.domContentLoadedEventEnd": 642, - "chromeUserTiming.domComplete": 643, - "chromeUserTiming.loadEventStart": 643, - "chromeUserTiming.loadEventEnd": 644, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 393.629, - "CSSPropertyTextAlign": 395.366, - "CSSPropertyWordWrap": 397.012, - "CSSPropertyPosition": 393.318, - "CSSPropertyAliasWebkitTransition": 395.776, - "CSSPropertyOutline": 394.88, - "CSSPropertyAliasWebkitAnimation": 395.516, - "CSSPropertyOverflow": 393.012, - "CSSPropertyFontFamily": 393.05, - "CSSPropertyBackgroundColor": 393.241, - "CSSPropertyFontWeight": 393.731, - "CSSPropertyBackgroundPosition": 394.39, - "CSSPropertyPaddingTop": 395.892, - "CSSPropertyOverflowX": 394.907, - "CSSPropertyOverflowY": 394.923, - "CSSPropertyCursor": 394.178, - "CSSPropertyBottom": 393.376, - "CSSPropertyMaxWidth": 393.494, - "CSSPropertyBorderCollapse": 393.179, - "CSSPropertyMargin": 393.221, - "CSSPropertyTop": 393.335, - "CSSPropertyMarginBottom": 395.191, - "CSSPropertyBorderSpacing": 393.584, - "CSSPropertyTextDecoration": 393.085, - "CSSPropertyTextIndent": 395.972, - "CSSPropertyBorderRight": 394.007, - "CSSPropertyHeight": 393.146, - "CSSPropertyBackground": 393.817, - "CSSPropertyWebkitAppearance": 396.287, - "CSSPropertyColor": 393.92, - "CSSPropertyFloat": 394.152, - "CSSPropertyMaxHeight": 393.55, - "CSSPropertyBorderTop": 3426.346, - "CSSPropertyMinHeight": 393.511, - "CSSPropertyFontStyle": 3425.962, - "CSSPropertyTransform": 395.068, - "CSSPropertyDisplay": 393.446, - "CSSPropertyLineHeight": 393.36, - "CSSPropertyMarginRight": 394.089, - "CSSPropertyFont": 394.445, - "CSSPropertyFill": 395.999, - "CSSPropertyListStyle": 397.604, - "CSSPropertyOpacity": 393.949, - "CSSPropertyAnimation": 395.536, - "CSSPropertyAliasWebkitUserSelect": 397.387, - "CSSPropertyTransitionDelay": 395.609, - "CSSPropertyPaddingLeft": 394.067, - "CSSPropertyMarginTop": 394.737, - "CSSPropertyTextOverflow": 397.569, - "CSSPropertyPadding": 393.12, - "CSSPropertyWhiteSpace": 397.031, - "CSSPropertyTextTransform": 395.28, - "CSSPropertyBorderLeft": 393.989, - "CSSPropertyBoxSizing": 395.098, - "CSSPropertyRight": 395.734, - "CSSPropertyBoxShadow": 396.109, - "CSSPropertyBorderBottomColor": 3222.122, - "CSSPropertyBorderRadius": 395.923, - "CSSPropertyFontSize": 393.067, - "CSSPropertyVerticalAlign": 393.294, - "CSSPropertyBackgroundSize": 393.686, - "CSSPropertyClear": 397.119, - "CSSPropertyBorderColor": 394.28, - "CSSPropertyPaddingBottom": 395.217, - "CSSPropertyZIndex": 393.77, - "CSSPropertyAliasWebkitTransform": 395.05, - "CSSPropertyPaddingRight": 394.939, - "CSSPropertyBorderWidth": 394.713, - "CSSPropertyVisibility": 394.113, - "CSSPropertyBackgroundImage": 396.174, - "CSSPropertyDirection": 397.962, - "CSSPropertyLeft": 393.392, - "CSSPropertyContent": 395.41, - "CSSPropertyZoom": 393.43, - "CSSPropertyBorderBottom": 394.045, - "CSSPropertyAliasWebkitBackgroundSize": 393.66, - "CSSPropertyUserSelect": 397.405, - "CSSPropertyWidth": 393.162, - "CSSPropertyMinWidth": 393.477, - "CSSPropertyTransition": 394.976, - "CSSPropertyBorder": 393.262, - "CSSPropertyMarginLeft": 393.408 - }, - "Features": { - "XMLHttpRequestAsynchronous": 845.741, - "V8Performance_Navigation_AttributeGetter": 657.887, - "HTMLMediaElement": 411.325, - "LangAttribute": 409.817, - "HTMLMediaElementInDocument": 411.374, - "AutocapitalizeAttribute": 412.565, - "UnprefixedUserTiming": 8463.332, - "SecureContextCheckPassed": 392.939, - "FormElement": 412.459, - "CSSValueAppearanceNone": 396.265, - "CookieSet": 1019.373, - "UnprefixedTransitionEndEvent": 2571.028, - "CSSAtRuleKeyframes": 395.553, - "V8Performance_Timing_AttributeGetter": 405.028, - "DocumentUnloadRegistered": 641.269, - "PaintTimingRequested": 8468.153, - "HasIDClassTagAttribute": 392.98, - "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, - "CSSValueAppearanceRadio": 396.309, - "DeprecatedWebKitLinearGradient": 397.32, - "CSSFlexibleBox": 421.309, - "SuppressHistoryEntryWithoutUserGesture": 20.285, - "NetInfo": 658.053, - "DeprecatedWebKitGradient": 397.504, - "DocumentPageShowRegistered": 1030.652, - "HTMLTableCellElementColspan": 3433.255, - "SVGSVGElementInDocument": 3425.368, - "MaxAttribute": 411.82, - "InputTypeSubmit": 412.623, - "PendingStylesheetAddedAfterBodyStarted": 1195.199, - "UnprefixedRequestAnimationFrame": 4.371, - "UnprefixedPerformanceTimeline": 1956.433, - "DocumentBeforeUnloadRegistered": 405.629, - "V8Document_Images_AttributeGetter": 658.266, - "HasBeforeOrAfterPseudoElement": 395.385, - "CSSValueAppearanceCheckbox": 396.334, - "InputTypeSearch": 471.098, - "V8StrictMode": 656.316, - "DocumentPageHideRegistered": 1030.721, - "V8Element_GetBoundingClientRect_Method": 640.931, - "SVGSVGElement": 3423.027, - "LangAttributeOnHTML": 409.845, - "SendBeacon": 668.72, - "CSSAtRuleMedia": 394.611, - "StepAttribute": 411.709, - "PointerEventAddListenerCount": 3329.595, - "CleanScriptElementWithNonce": 392.211, - "V8SloppyMode": 0, - "CookieGet": 639.039 - } - }, - "step": 1, - "effectiveBps": 249643, - "effectiveBpsDoc": 180529, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 31, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 20, - "testStartOffset": 0, - "bytesOut": 22611, - "gzip_savings": 12722, - "requestsFull": 26, - "start_epoch": 0, - "connections": 1, - "bytesOutDoc": 750, - "final_base_page_request_id": "26659.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 52, - "docTime": 469, - "domContentLoadedEventEnd": 468, - "image_savings": 9479, - "requestsDoc": 1, - "score_cookies": -1, - "base_page_ip_ptr": "a-0001.a-msedge.net", - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 87739, - "responses_404": 0, - "loadTime": 469, - "score_combine": -1, - "score_etags": -1, - "image_total": 877804, - "loadEventStart": 468, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 86, - "score_compress": 99, - "domContentLoadedEventStart": 465, - "final_url": "https://www.bing.com/", - "bytesInDoc": 42055, - "score_keep-alive": 100, - "loadEventEnd": 469, - "score_cache": 0, - "responses_other": 6, - "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", - "fullyLoaded": 3998, - "requests": 26, - "final_base_page_request": 0, - "TTFB": 182, - "bytesIn": 970442, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5739, - "test_run_time_ms": 11295, - "PerformancePaintTiming.first-contentful-paint": 455.2, - "firstPaint": 455.2, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 455.2, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 20.834846, - "domElements": 625, - "domInteractive": 465, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3200, - "visualComplete": 3200, - "render": 500, - "SpeedIndex": 1372, - "visualComplete85": 2000, - "visualComplete90": 2000, - "visualComplete95": 3200, - "visualComplete99": 3200, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 7 - }, - { - "name": "unloadEventStart", - "time": 192 - }, - { - "name": "unloadEventEnd", - "time": 192 - }, - { - "name": "domLoading", - "time": 198 - }, - { - "name": "firstLayout", - "time": 218 - }, - { - "name": "responseEnd", - "time": 247 - }, - { - "name": "firstPaint", - "time": 462 - }, - { - "name": "firstContentfulPaint", - "time": 462 - }, - { - "name": "firstTextPaint", - "time": 462 - }, - { - "name": "firstImagePaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "domInteractive", - "time": 472 - }, - { - "name": "domContentLoadedEventStart", - "time": 472 - }, - { - "name": "domContentLoadedEventEnd", - "time": 475 - }, - { - "name": "domComplete", - "time": 475 - }, - { - "name": "loadEventStart", - "time": 475 - }, - { - "name": "loadEventEnd", - "time": 477 - } - ], - "chromeUserTiming.fetchStart": 7, - "chromeUserTiming.unloadEventStart": 192, - "chromeUserTiming.unloadEventEnd": 192, - "chromeUserTiming.domLoading": 198, - "chromeUserTiming.firstLayout": 218, - "chromeUserTiming.responseEnd": 247, - "chromeUserTiming.firstPaint": 462, - "chromeUserTiming.firstContentfulPaint": 462, - "chromeUserTiming.firstTextPaint": 462, - "chromeUserTiming.firstImagePaint": 462, - "chromeUserTiming.firstMeaningfulPaintCandidate": 462, - "chromeUserTiming.firstMeaningfulPaint": 462, - "chromeUserTiming.domInteractive": 472, - "chromeUserTiming.domContentLoadedEventStart": 472, - "chromeUserTiming.domContentLoadedEventEnd": 475, - "chromeUserTiming.domComplete": 475, - "chromeUserTiming.loadEventStart": 475, - "chromeUserTiming.loadEventEnd": 477, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 206.745, - "CSSPropertyTextAlign": 208.345, - "CSSPropertyWordWrap": 209.975, - "CSSPropertyPosition": 206.478, - "CSSPropertyAliasWebkitTransition": 208.758, - "CSSPropertyOutline": 207.828, - "CSSPropertyAliasWebkitAnimation": 208.499, - "CSSPropertyOverflow": 206.212, - "CSSPropertyFontFamily": 206.249, - "CSSPropertyBackgroundColor": 206.415, - "CSSPropertyFontWeight": 206.808, - "CSSPropertyBackgroundPosition": 207.346, - "CSSPropertyPaddingTop": 208.873, - "CSSPropertyOverflowX": 207.855, - "CSSPropertyOverflowY": 207.871, - "CSSPropertyCursor": 207.152, - "CSSPropertyBottom": 206.536, - "CSSPropertyMaxWidth": 206.653, - "CSSPropertyBorderCollapse": 206.378, - "CSSPropertyMargin": 206.396, - "CSSPropertyTop": 206.495, - "CSSPropertyMarginBottom": 208.138, - "CSSPropertyBorderSpacing": 206.715, - "CSSPropertyTextDecoration": 206.285, - "CSSPropertyTextIndent": 208.954, - "CSSPropertyBorderRight": 206.985, - "CSSPropertyHeight": 206.344, - "CSSPropertyBackground": 206.858, - "CSSPropertyWebkitAppearance": 209.269, - "CSSPropertyColor": 206.906, - "CSSPropertyFloat": 207.126, - "CSSPropertyMaxHeight": 206.685, - "CSSPropertyBorderTop": 2817.184, - "CSSPropertyMinHeight": 206.669, - "CSSPropertyFontStyle": 2816.474, - "CSSPropertyTransform": 208.015, - "CSSPropertyDisplay": 206.605, - "CSSPropertyLineHeight": 206.52, - "CSSPropertyMarginRight": 207.065, - "CSSPropertyFont": 207.421, - "CSSPropertyFill": 208.982, - "CSSPropertyListStyle": 210.52, - "CSSPropertyOpacity": 206.929, - "CSSPropertyAnimation": 208.521, - "CSSPropertyAliasWebkitUserSelect": 210.306, - "CSSPropertyTransitionDelay": 208.593, - "CSSPropertyPaddingLeft": 207.043, - "CSSPropertyMarginTop": 207.692, - "CSSPropertyTextOverflow": 210.486, - "CSSPropertyPadding": 206.319, - "CSSPropertyWhiteSpace": 209.994, - "CSSPropertyTextTransform": 208.254, - "CSSPropertyBorderLeft": 206.967, - "CSSPropertyBoxSizing": 208.045, - "CSSPropertyRight": 208.717, - "CSSPropertyBoxShadow": 209.091, - "CSSPropertyBorderBottomColor": 2524.631, - "CSSPropertyBorderRadius": 208.905, - "CSSPropertyFontSize": 206.267, - "CSSPropertyVerticalAlign": 206.458, - "CSSPropertyBackgroundSize": 206.781, - "CSSPropertyClear": 210.08, - "CSSPropertyBorderColor": 207.252, - "CSSPropertyPaddingBottom": 208.164, - "CSSPropertyZIndex": 206.831, - "CSSPropertyAliasWebkitTransform": 207.997, - "CSSPropertyPaddingRight": 207.887, - "CSSPropertyBorderWidth": 207.668, - "CSSPropertyVisibility": 207.088, - "CSSPropertyBackgroundImage": 209.154, - "CSSPropertyDirection": 210.718, - "CSSPropertyLeft": 206.551, - "CSSPropertyContent": 208.391, - "CSSPropertyZoom": 206.589, - "CSSPropertyBorderBottom": 207.021, - "CSSPropertyAliasWebkitBackgroundSize": 206.764, - "CSSPropertyUserSelect": 210.324, - "CSSPropertyWidth": 206.361, - "CSSPropertyMinWidth": 206.636, - "CSSPropertyTransition": 207.923, - "CSSPropertyBorder": 206.436, - "CSSPropertyMarginLeft": 206.567 - }, - "Features": { - "XMLHttpRequestAsynchronous": 538.824, - "V8Performance_Navigation_AttributeGetter": 490.887, - "HTMLMediaElement": 223.025, - "LangAttribute": 221.289, - "HTMLMediaElementInDocument": 223.076, - "AutocapitalizeAttribute": 224.458, - "UnprefixedUserTiming": 7322.145, - "SecureContextCheckPassed": 206.143, - "FormElement": 224.275, - "CSSValueAppearanceNone": 209.248, - "CookieSet": 606.999, - "UnprefixedTransitionEndEvent": 2077.923, - "CSSAtRuleKeyframes": 208.537, - "V8Performance_Timing_AttributeGetter": 216.806, - "DocumentUnloadRegistered": 472.063, - "PaintTimingRequested": 7327.265, - "HasIDClassTagAttribute": 206.181, - "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, - "CSSValueAppearanceRadio": 209.292, - "DeprecatedWebKitLinearGradient": 210.241, - "CSSFlexibleBox": 238.581, - "SuppressHistoryEntryWithoutUserGesture": 10.229, - "NetInfo": 491.138, - "DeprecatedWebKitGradient": 210.421, - "DocumentPageShowRegistered": 623.775, - "HTMLTableCellElementColspan": 2832.647, - "SVGSVGElementInDocument": 2815.428, - "MaxAttribute": 223.533, - "InputTypeSubmit": 224.537, - "PendingStylesheetAddedAfterBodyStarted": 657.663, - "UnprefixedRequestAnimationFrame": 2.883, - "UnprefixedPerformanceTimeline": 1416.341, - "DocumentBeforeUnloadRegistered": 217.425, - "V8Document_Images_AttributeGetter": 491.481, - "HasBeforeOrAfterPseudoElement": 208.365, - "CSSValueAppearanceCheckbox": 209.317, - "InputTypeSearch": 290.038, - "V8StrictMode": 488.936, - "DocumentPageHideRegistered": 623.842, - "V8Element_GetBoundingClientRect_Method": 471.762, - "SVGSVGElement": 2811.276, - "LangAttributeOnHTML": 221.333, - "SendBeacon": 505.542, - "CSSAtRuleMedia": 207.573, - "StepAttribute": 223.432, - "PointerEventAddListenerCount": 2657.736, - "CleanScriptElementWithNonce": 205.341, - "V8SloppyMode": 0, - "CookieGet": 467.477 - } - }, - "step": 1, - "effectiveBps": 254308, - "effectiveBpsDoc": 146533, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 1, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" - }, - "consoleLog": [] + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 } - } - }, - "webPagetestVersion": "18.02" - }, - "TTFB": { - "data": { - "id": "180228_M6_1Q93", - "summary": "http://www.webpagetest.org/results.php?test=180228_M6_1Q93", - "location": "Dulles:Chrome", - "connectivity": "Cable", - "bwDown": 5000, - "bwUp": 1000, - "latency": 28, - "plr": "0", - "mobile": 0, - "label": "20180228-163636-02-bing.com", - "completed": 1519857506, - "runs": { - "1": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 63, - "testStartOffset": 0, - "bytesOut": 58857, - "gzip_savings": 12722, - "requestsFull": 71, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1094, - "final_base_page_request_id": "26026.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 90, - "docTime": 628, - "domContentLoadedEventEnd": 627, - "image_savings": 9479, - "requestsDoc": 2, - "score_cookies": -1, - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 120961, - "responses_404": 0, - "loadTime": 628, - "score_combine": -1, - "score_etags": -1, - "image_total": 1003267, - "loadEventStart": 628, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 90, - "score_compress": 100, - "domContentLoadedEventStart": 625, - "final_url": "https://www.bing.com/", - "bytesInDoc": 49104, - "score_keep-alive": 100, - "loadEventEnd": 629, - "score_cache": 81, - "responses_other": 8, - "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", - "fullyLoaded": 4912, - "requests": 71, - "final_base_page_request": 0, - "TTFB": 356, - "bytesIn": 1137374, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5300, - "test_run_time_ms": 12279, - "PerformancePaintTiming.first-contentful-paint": 610.4, - "firstPaint": 610.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 610.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 16.740366, - "domElements": 608, - "domInteractive": 624, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3700, - "visualComplete": 3700, - "render": 600, - "SpeedIndex": 1630, - "visualComplete85": 2400, - "visualComplete90": 2400, - "visualComplete95": 3700, - "visualComplete99": 3700, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 15 - }, - { - "name": "unloadEventStart", - "time": 376 - }, - { - "name": "unloadEventEnd", - "time": 376 - }, - { - "name": "domLoading", - "time": 383 - }, - { - "name": "firstLayout", - "time": 405 - }, - { - "name": "responseEnd", - "time": 448 - }, - { - "name": "firstPaint", - "time": 625 - }, - { - "name": "firstContentfulPaint", - "time": 625 - }, - { - "name": "firstTextPaint", - "time": 625 - }, - { - "name": "firstImagePaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "domInteractive", - "time": 640 - }, - { - "name": "domContentLoadedEventStart", - "time": 640 - }, - { - "name": "domContentLoadedEventEnd", - "time": 642 - }, - { - "name": "domComplete", - "time": 643 - }, - { - "name": "loadEventStart", - "time": 643 - }, - { - "name": "loadEventEnd", - "time": 644 - } - ], - "chromeUserTiming.fetchStart": 15, - "chromeUserTiming.unloadEventStart": 376, - "chromeUserTiming.unloadEventEnd": 376, - "chromeUserTiming.domLoading": 383, - "chromeUserTiming.firstLayout": 405, - "chromeUserTiming.responseEnd": 448, - "chromeUserTiming.firstPaint": 625, - "chromeUserTiming.firstContentfulPaint": 625, - "chromeUserTiming.firstTextPaint": 625, - "chromeUserTiming.firstImagePaint": 625, - "chromeUserTiming.firstMeaningfulPaint": 625, - "chromeUserTiming.firstMeaningfulPaintCandidate": 625, - "chromeUserTiming.domInteractive": 640, - "chromeUserTiming.domContentLoadedEventStart": 640, - "chromeUserTiming.domContentLoadedEventEnd": 642, - "chromeUserTiming.domComplete": 643, - "chromeUserTiming.loadEventStart": 643, - "chromeUserTiming.loadEventEnd": 644, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 393.629, - "CSSPropertyTextAlign": 395.366, - "CSSPropertyWordWrap": 397.012, - "CSSPropertyPosition": 393.318, - "CSSPropertyAliasWebkitTransition": 395.776, - "CSSPropertyOutline": 394.88, - "CSSPropertyAliasWebkitAnimation": 395.516, - "CSSPropertyOverflow": 393.012, - "CSSPropertyFontFamily": 393.05, - "CSSPropertyBackgroundColor": 393.241, - "CSSPropertyFontWeight": 393.731, - "CSSPropertyBackgroundPosition": 394.39, - "CSSPropertyPaddingTop": 395.892, - "CSSPropertyOverflowX": 394.907, - "CSSPropertyOverflowY": 394.923, - "CSSPropertyCursor": 394.178, - "CSSPropertyBottom": 393.376, - "CSSPropertyMaxWidth": 393.494, - "CSSPropertyBorderCollapse": 393.179, - "CSSPropertyMargin": 393.221, - "CSSPropertyTop": 393.335, - "CSSPropertyMarginBottom": 395.191, - "CSSPropertyBorderSpacing": 393.584, - "CSSPropertyTextDecoration": 393.085, - "CSSPropertyTextIndent": 395.972, - "CSSPropertyBorderRight": 394.007, - "CSSPropertyHeight": 393.146, - "CSSPropertyBackground": 393.817, - "CSSPropertyWebkitAppearance": 396.287, - "CSSPropertyColor": 393.92, - "CSSPropertyFloat": 394.152, - "CSSPropertyMaxHeight": 393.55, - "CSSPropertyBorderTop": 3426.346, - "CSSPropertyMinHeight": 393.511, - "CSSPropertyFontStyle": 3425.962, - "CSSPropertyTransform": 395.068, - "CSSPropertyDisplay": 393.446, - "CSSPropertyLineHeight": 393.36, - "CSSPropertyMarginRight": 394.089, - "CSSPropertyFont": 394.445, - "CSSPropertyFill": 395.999, - "CSSPropertyListStyle": 397.604, - "CSSPropertyOpacity": 393.949, - "CSSPropertyAnimation": 395.536, - "CSSPropertyAliasWebkitUserSelect": 397.387, - "CSSPropertyTransitionDelay": 395.609, - "CSSPropertyPaddingLeft": 394.067, - "CSSPropertyMarginTop": 394.737, - "CSSPropertyTextOverflow": 397.569, - "CSSPropertyPadding": 393.12, - "CSSPropertyWhiteSpace": 397.031, - "CSSPropertyTextTransform": 395.28, - "CSSPropertyBorderLeft": 393.989, - "CSSPropertyBoxSizing": 395.098, - "CSSPropertyRight": 395.734, - "CSSPropertyBoxShadow": 396.109, - "CSSPropertyBorderBottomColor": 3222.122, - "CSSPropertyBorderRadius": 395.923, - "CSSPropertyFontSize": 393.067, - "CSSPropertyVerticalAlign": 393.294, - "CSSPropertyBackgroundSize": 393.686, - "CSSPropertyClear": 397.119, - "CSSPropertyBorderColor": 394.28, - "CSSPropertyPaddingBottom": 395.217, - "CSSPropertyZIndex": 393.77, - "CSSPropertyAliasWebkitTransform": 395.05, - "CSSPropertyPaddingRight": 394.939, - "CSSPropertyBorderWidth": 394.713, - "CSSPropertyVisibility": 394.113, - "CSSPropertyBackgroundImage": 396.174, - "CSSPropertyDirection": 397.962, - "CSSPropertyLeft": 393.392, - "CSSPropertyContent": 395.41, - "CSSPropertyZoom": 393.43, - "CSSPropertyBorderBottom": 394.045, - "CSSPropertyAliasWebkitBackgroundSize": 393.66, - "CSSPropertyUserSelect": 397.405, - "CSSPropertyWidth": 393.162, - "CSSPropertyMinWidth": 393.477, - "CSSPropertyTransition": 394.976, - "CSSPropertyBorder": 393.262, - "CSSPropertyMarginLeft": 393.408 - }, - "Features": { - "XMLHttpRequestAsynchronous": 845.741, - "V8Performance_Navigation_AttributeGetter": 657.887, - "HTMLMediaElement": 411.325, - "LangAttribute": 409.817, - "HTMLMediaElementInDocument": 411.374, - "AutocapitalizeAttribute": 412.565, - "UnprefixedUserTiming": 8463.332, - "SecureContextCheckPassed": 392.939, - "FormElement": 412.459, - "CSSValueAppearanceNone": 396.265, - "CookieSet": 1019.373, - "UnprefixedTransitionEndEvent": 2571.028, - "CSSAtRuleKeyframes": 395.553, - "V8Performance_Timing_AttributeGetter": 405.028, - "DocumentUnloadRegistered": 641.269, - "PaintTimingRequested": 8468.153, - "HasIDClassTagAttribute": 392.98, - "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, - "CSSValueAppearanceRadio": 396.309, - "DeprecatedWebKitLinearGradient": 397.32, - "CSSFlexibleBox": 421.309, - "SuppressHistoryEntryWithoutUserGesture": 20.285, - "NetInfo": 658.053, - "DeprecatedWebKitGradient": 397.504, - "DocumentPageShowRegistered": 1030.652, - "HTMLTableCellElementColspan": 3433.255, - "SVGSVGElementInDocument": 3425.368, - "MaxAttribute": 411.82, - "InputTypeSubmit": 412.623, - "PendingStylesheetAddedAfterBodyStarted": 1195.199, - "UnprefixedRequestAnimationFrame": 4.371, - "UnprefixedPerformanceTimeline": 1956.433, - "DocumentBeforeUnloadRegistered": 405.629, - "V8Document_Images_AttributeGetter": 658.266, - "HasBeforeOrAfterPseudoElement": 395.385, - "CSSValueAppearanceCheckbox": 396.334, - "InputTypeSearch": 471.098, - "V8StrictMode": 656.316, - "DocumentPageHideRegistered": 1030.721, - "V8Element_GetBoundingClientRect_Method": 640.931, - "SVGSVGElement": 3423.027, - "LangAttributeOnHTML": 409.845, - "SendBeacon": 668.72, - "CSSAtRuleMedia": 394.611, - "StepAttribute": 411.709, - "PointerEventAddListenerCount": 3329.595, - "CleanScriptElementWithNonce": 392.211, - "V8SloppyMode": 0, - "CookieGet": 639.039 - } - }, - "step": 1, - "effectiveBps": 249643, - "effectiveBpsDoc": 180529, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 31, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 20, - "testStartOffset": 0, - "bytesOut": 22611, - "gzip_savings": 12722, - "requestsFull": 26, - "start_epoch": 0, - "connections": 1, - "bytesOutDoc": 750, - "final_base_page_request_id": "26659.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 52, - "docTime": 469, - "domContentLoadedEventEnd": 468, - "image_savings": 9479, - "requestsDoc": 1, - "score_cookies": -1, - "base_page_ip_ptr": "a-0001.a-msedge.net", - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 87739, - "responses_404": 0, - "loadTime": 469, - "score_combine": -1, - "score_etags": -1, - "image_total": 877804, - "loadEventStart": 468, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 86, - "score_compress": 99, - "domContentLoadedEventStart": 465, - "final_url": "https://www.bing.com/", - "bytesInDoc": 42055, - "score_keep-alive": 100, - "loadEventEnd": 469, - "score_cache": 0, - "responses_other": 6, - "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", - "fullyLoaded": 3998, - "requests": 26, - "final_base_page_request": 0, - "TTFB": 182, - "bytesIn": 970442, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5739, - "test_run_time_ms": 11295, - "PerformancePaintTiming.first-contentful-paint": 455.2, - "firstPaint": 455.2, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 455.2, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 20.834846, - "domElements": 625, - "domInteractive": 465, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3200, - "visualComplete": 3200, - "render": 500, - "SpeedIndex": 1372, - "visualComplete85": 2000, - "visualComplete90": 2000, - "visualComplete95": 3200, - "visualComplete99": 3200, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 7 - }, - { - "name": "unloadEventStart", - "time": 192 - }, - { - "name": "unloadEventEnd", - "time": 192 - }, - { - "name": "domLoading", - "time": 198 - }, - { - "name": "firstLayout", - "time": 218 - }, - { - "name": "responseEnd", - "time": 247 - }, - { - "name": "firstPaint", - "time": 462 - }, - { - "name": "firstContentfulPaint", - "time": 462 - }, - { - "name": "firstTextPaint", - "time": 462 - }, - { - "name": "firstImagePaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "domInteractive", - "time": 472 - }, - { - "name": "domContentLoadedEventStart", - "time": 472 - }, - { - "name": "domContentLoadedEventEnd", - "time": 475 - }, - { - "name": "domComplete", - "time": 475 - }, - { - "name": "loadEventStart", - "time": 475 - }, - { - "name": "loadEventEnd", - "time": 477 - } - ], - "chromeUserTiming.fetchStart": 7, - "chromeUserTiming.unloadEventStart": 192, - "chromeUserTiming.unloadEventEnd": 192, - "chromeUserTiming.domLoading": 198, - "chromeUserTiming.firstLayout": 218, - "chromeUserTiming.responseEnd": 247, - "chromeUserTiming.firstPaint": 462, - "chromeUserTiming.firstContentfulPaint": 462, - "chromeUserTiming.firstTextPaint": 462, - "chromeUserTiming.firstImagePaint": 462, - "chromeUserTiming.firstMeaningfulPaintCandidate": 462, - "chromeUserTiming.firstMeaningfulPaint": 462, - "chromeUserTiming.domInteractive": 472, - "chromeUserTiming.domContentLoadedEventStart": 472, - "chromeUserTiming.domContentLoadedEventEnd": 475, - "chromeUserTiming.domComplete": 475, - "chromeUserTiming.loadEventStart": 475, - "chromeUserTiming.loadEventEnd": 477, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 206.745, - "CSSPropertyTextAlign": 208.345, - "CSSPropertyWordWrap": 209.975, - "CSSPropertyPosition": 206.478, - "CSSPropertyAliasWebkitTransition": 208.758, - "CSSPropertyOutline": 207.828, - "CSSPropertyAliasWebkitAnimation": 208.499, - "CSSPropertyOverflow": 206.212, - "CSSPropertyFontFamily": 206.249, - "CSSPropertyBackgroundColor": 206.415, - "CSSPropertyFontWeight": 206.808, - "CSSPropertyBackgroundPosition": 207.346, - "CSSPropertyPaddingTop": 208.873, - "CSSPropertyOverflowX": 207.855, - "CSSPropertyOverflowY": 207.871, - "CSSPropertyCursor": 207.152, - "CSSPropertyBottom": 206.536, - "CSSPropertyMaxWidth": 206.653, - "CSSPropertyBorderCollapse": 206.378, - "CSSPropertyMargin": 206.396, - "CSSPropertyTop": 206.495, - "CSSPropertyMarginBottom": 208.138, - "CSSPropertyBorderSpacing": 206.715, - "CSSPropertyTextDecoration": 206.285, - "CSSPropertyTextIndent": 208.954, - "CSSPropertyBorderRight": 206.985, - "CSSPropertyHeight": 206.344, - "CSSPropertyBackground": 206.858, - "CSSPropertyWebkitAppearance": 209.269, - "CSSPropertyColor": 206.906, - "CSSPropertyFloat": 207.126, - "CSSPropertyMaxHeight": 206.685, - "CSSPropertyBorderTop": 2817.184, - "CSSPropertyMinHeight": 206.669, - "CSSPropertyFontStyle": 2816.474, - "CSSPropertyTransform": 208.015, - "CSSPropertyDisplay": 206.605, - "CSSPropertyLineHeight": 206.52, - "CSSPropertyMarginRight": 207.065, - "CSSPropertyFont": 207.421, - "CSSPropertyFill": 208.982, - "CSSPropertyListStyle": 210.52, - "CSSPropertyOpacity": 206.929, - "CSSPropertyAnimation": 208.521, - "CSSPropertyAliasWebkitUserSelect": 210.306, - "CSSPropertyTransitionDelay": 208.593, - "CSSPropertyPaddingLeft": 207.043, - "CSSPropertyMarginTop": 207.692, - "CSSPropertyTextOverflow": 210.486, - "CSSPropertyPadding": 206.319, - "CSSPropertyWhiteSpace": 209.994, - "CSSPropertyTextTransform": 208.254, - "CSSPropertyBorderLeft": 206.967, - "CSSPropertyBoxSizing": 208.045, - "CSSPropertyRight": 208.717, - "CSSPropertyBoxShadow": 209.091, - "CSSPropertyBorderBottomColor": 2524.631, - "CSSPropertyBorderRadius": 208.905, - "CSSPropertyFontSize": 206.267, - "CSSPropertyVerticalAlign": 206.458, - "CSSPropertyBackgroundSize": 206.781, - "CSSPropertyClear": 210.08, - "CSSPropertyBorderColor": 207.252, - "CSSPropertyPaddingBottom": 208.164, - "CSSPropertyZIndex": 206.831, - "CSSPropertyAliasWebkitTransform": 207.997, - "CSSPropertyPaddingRight": 207.887, - "CSSPropertyBorderWidth": 207.668, - "CSSPropertyVisibility": 207.088, - "CSSPropertyBackgroundImage": 209.154, - "CSSPropertyDirection": 210.718, - "CSSPropertyLeft": 206.551, - "CSSPropertyContent": 208.391, - "CSSPropertyZoom": 206.589, - "CSSPropertyBorderBottom": 207.021, - "CSSPropertyAliasWebkitBackgroundSize": 206.764, - "CSSPropertyUserSelect": 210.324, - "CSSPropertyWidth": 206.361, - "CSSPropertyMinWidth": 206.636, - "CSSPropertyTransition": 207.923, - "CSSPropertyBorder": 206.436, - "CSSPropertyMarginLeft": 206.567 - }, - "Features": { - "XMLHttpRequestAsynchronous": 538.824, - "V8Performance_Navigation_AttributeGetter": 490.887, - "HTMLMediaElement": 223.025, - "LangAttribute": 221.289, - "HTMLMediaElementInDocument": 223.076, - "AutocapitalizeAttribute": 224.458, - "UnprefixedUserTiming": 7322.145, - "SecureContextCheckPassed": 206.143, - "FormElement": 224.275, - "CSSValueAppearanceNone": 209.248, - "CookieSet": 606.999, - "UnprefixedTransitionEndEvent": 2077.923, - "CSSAtRuleKeyframes": 208.537, - "V8Performance_Timing_AttributeGetter": 216.806, - "DocumentUnloadRegistered": 472.063, - "PaintTimingRequested": 7327.265, - "HasIDClassTagAttribute": 206.181, - "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, - "CSSValueAppearanceRadio": 209.292, - "DeprecatedWebKitLinearGradient": 210.241, - "CSSFlexibleBox": 238.581, - "SuppressHistoryEntryWithoutUserGesture": 10.229, - "NetInfo": 491.138, - "DeprecatedWebKitGradient": 210.421, - "DocumentPageShowRegistered": 623.775, - "HTMLTableCellElementColspan": 2832.647, - "SVGSVGElementInDocument": 2815.428, - "MaxAttribute": 223.533, - "InputTypeSubmit": 224.537, - "PendingStylesheetAddedAfterBodyStarted": 657.663, - "UnprefixedRequestAnimationFrame": 2.883, - "UnprefixedPerformanceTimeline": 1416.341, - "DocumentBeforeUnloadRegistered": 217.425, - "V8Document_Images_AttributeGetter": 491.481, - "HasBeforeOrAfterPseudoElement": 208.365, - "CSSValueAppearanceCheckbox": 209.317, - "InputTypeSearch": 290.038, - "V8StrictMode": 488.936, - "DocumentPageHideRegistered": 623.842, - "V8Element_GetBoundingClientRect_Method": 471.762, - "SVGSVGElement": 2811.276, - "LangAttributeOnHTML": 221.333, - "SendBeacon": 505.542, - "CSSAtRuleMedia": 207.573, - "StepAttribute": 223.432, - "PointerEventAddListenerCount": 2657.736, - "CleanScriptElementWithNonce": 205.341, - "V8SloppyMode": 0, - "CookieGet": 467.477 - } - }, - "step": 1, - "effectiveBps": 254308, - "effectiveBpsDoc": 146533, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 1, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" - }, - "consoleLog": [] - } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 2100, + "visualComplete": 2100, + "render": 900, + "SpeedIndex": 912, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 135 + }, + { + "name": "fetchStart", + "time": 135 + }, + { + "name": "redirectEnd", + "time": 233 + }, + { + "name": "fetchStart", + "time": 233 + }, + { + "name": "unloadEventStart", + "time": 486 + }, + { + "name": "unloadEventEnd", + "time": 486 + }, + { + "name": "domLoading", + "time": 492 + }, + { + "name": "responseEnd", + "time": 729 + }, + { + "name": "firstLayout", + "time": 814 + }, + { + "name": "firstPaint", + "time": 815 + }, + { + "name": "firstContentfulPaint", + "time": 815 + }, + { + "name": "firstTextPaint", + "time": 815 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 815 + }, + { + "name": "firstImagePaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "domInteractive", + "time": 932 + }, + { + "name": "domContentLoadedEventStart", + "time": 933 + }, + { + "name": "domContentLoadedEventEnd", + "time": 941 + }, + { + "name": "domComplete", + "time": 1731 + }, + { + "name": "loadEventStart", + "time": 1732 + }, + { + "name": "loadEventEnd", + "time": 1742 + } + ], + "chromeUserTiming.fetchStart": 233, + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.redirectEnd": 233, + "chromeUserTiming.unloadEventStart": 486, + "chromeUserTiming.unloadEventEnd": 486, + "chromeUserTiming.domLoading": 492, + "chromeUserTiming.responseEnd": 729, + "chromeUserTiming.firstLayout": 814, + "chromeUserTiming.firstPaint": 815, + "chromeUserTiming.firstContentfulPaint": 815, + "chromeUserTiming.firstTextPaint": 815, + "chromeUserTiming.firstMeaningfulPaintCandidate": 889, + "chromeUserTiming.firstImagePaint": 889, + "chromeUserTiming.firstMeaningfulPaint": 889, + "chromeUserTiming.domInteractive": 932, + "chromeUserTiming.domContentLoadedEventStart": 933, + "chromeUserTiming.domContentLoadedEventEnd": 941, + "chromeUserTiming.domComplete": 1731, + "chromeUserTiming.loadEventStart": 1732, + "chromeUserTiming.loadEventEnd": 1742, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 522.978, + "CSSPropertyPosition": 520.521, + "CSSPropertyAliasWebkitBorderRadius": 521.583, + "CSSPropertyAliasWebkitAnimation": 523.047, + "CSSPropertyMaxWidth": 521.972, + "CSSPropertyBorderLeftColor": 523.186, + "CSSPropertyTextDecoration": 522.274, + "CSSPropertyWebkitTapHighlightColor": 830.101, + "CSSPropertyBorderRight": 522.859, + "CSSPropertyMaxHeight": 523.751, + "CSSPropertyBorderTop": 522.818, + "CSSPropertySrc": 613.952, + "CSSPropertyAliasWebkitJustifyContent": 525.269, + "CSSPropertyZIndex": 520.632, + "CSSPropertyTransitionDelay": 826.931, + "CSSPropertyPaddingLeft": 520.648, + "CSSPropertyUnicodeRange": 613.97, + "CSSPropertyPadding": 520.93, + "CSSPropertyWhiteSpace": 521.933, + "CSSPropertyBackgroundClip": 525.467, + "CSSPropertyAliasWebkitBoxSizing": 524.08, + "CSSPropertyAliasWebkitBoxShadow": 521.766, + "CSSPropertyVerticalAlign": 520.733, + "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, + "CSSPropertyBackgroundPosition": 522.183, + "CSSPropertyFill": 826.844, + "CSSPropertyMinWidth": 521.703, + "CSSPropertyTransition": 520.791, + "CSSPropertyAliasWebkitTransformOrigin": 522.679, + "CSSPropertyBackgroundOrigin": 525.487, + "CSSPropertyBorderStyle": 523.222, + "CSSPropertyFontFamily": 521.669, + "CSSPropertyTransform": 522.664, + "CSSPropertyCursor": 520.61, + "CSSPropertyHeight": 520.718, + "CSSPropertyPerspectiveOrigin": 524.502, + "CSSPropertyBorderBottomWidth": 522.375, + "CSSPropertyMinHeight": 522.081, + "CSSPropertyFontStyle": 523.943, + "CSSPropertyBorderRightWidth": 525.803, + "CSSPropertyAnimation": 523.076, + "CSSPropertyBorderTopLeftRadius": 521.163, + "CSSPropertyBorderBottomLeftRadius": 521.148, + "CSSPropertyTextOverflow": 522.782, + "CSSPropertyBoxSizing": 524.096, + "CSSPropertyBorderColor": 523.646, + "CSSPropertyPaddingBottom": 521.906, + "CSSPropertyBackgroundImage": 521.278, + "CSSPropertyLeft": 521.544, + "CSSPropertyContent": 522.755, + "CSSPropertyFilter": 525.415, + "CSSPropertyWidth": 520.998, + "CSSPropertyBorder": 520.549, + "CSSPropertyFlex": 522.993, + "CSSPropertyBorderTopColor": 522.914, + "CSSPropertyBackgroundColor": 520.703, + "CSSPropertyAliasWebkitAlignItems": 525.237, + "CSSPropertyPaddingTop": 520.677, + "CSSPropertyBottom": 523.253, + "CSSPropertyBorderCollapse": 526.098, + "CSSPropertyMargin": 521.179, + "CSSPropertyTop": 521.118, + "CSSPropertyMarginBottom": 520.827, + "CSSPropertyUnicodeBidi": 520.457, + "CSSPropertyFloat": 521.097, + "CSSPropertyDisplay": 520.491, + "CSSPropertyWordWrap": 1285.537, + "CSSPropertyTransformOrigin": 522.693, + "CSSPropertyAliasWebkitUserSelect": 521.598, + "CSSPropertyMarginTop": 520.812, + "CSSPropertyBorderLeft": 522.836, + "CSSPropertyJustifyContent": 525.283, + "CSSPropertyBoxShadow": 520.77, + "CSSPropertyTextShadow": 524.435, + "CSSPropertyBorderRightColor": 523.206, + "CSSPropertyPaddingRight": 520.663, + "CSSPropertyWebkitAppearance": 1285.696, + "CSSPropertyAliasWebkitBackgroundSize": 522.436, + "CSSPropertyAnimationTimingFunction": 827.475, + "CSSPropertyPointerEvents": 827.062, + "CSSPropertyBorderRadius": 520.748, + "CSSPropertyAliasWebkitTransition": 521.822, + "CSSPropertyOutline": 520.857, + "CSSPropertyListStyleType": 1285.592, + "CSSPropertyOverflow": 520.507, + "CSSPropertyFontWeight": 521.686, + "CSSPropertyOverflowY": 522.212, + "CSSPropertyTextAlign": 520.983, + "CSSPropertyMarginRight": 522.015, + "CSSPropertyWebkitFontSmoothing": 827.343, + "CSSPropertyAlignItems": 525.254, + "CSSPropertyBackground": 520.594, + "CSSPropertyAnimationDirection": 827.46, + "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, + "CSSPropertyUserSelect": 1285.321, + "CSSPropertyLineHeight": 520.906, + "CSSPropertyFont": 520.891, + "CSSPropertyOpacity": 522.118, + "CSSPropertyTextTransform": 524.761, + "CSSPropertyRight": 522.955, + "CSSPropertyBorderBottomColor": 521.426, + "CSSPropertyFontSize": 520.965, + "CSSPropertyOrder": 525.136, + "CSSPropertyBackgroundSize": 522.452, + "CSSPropertyAliasWebkitTransform": 522.649, + "CSSPropertyBorderWidth": 523.239, + "CSSPropertyVisibility": 522.164, + "CSSPropertyAliasWebkitOrder": 525.117, + "CSSPropertyClip": 928.169, + "CSSPropertyBorderBottom": 522.334, + "CSSPropertyColor": 521.073, + "CSSPropertyMarginLeft": 521.199 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 939.602, + "PaintTimingRequested": 6118.17, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, + "HTMLMediaElement": 1455.002, + "LangAttribute": 616.282, + "DocumentFonts": 826.242, + "InputTypeSubmit": 829.977, + "EventSrcElement": 528.456, + "UnprefixedUserTiming": 6112.681, + "SecureContextCheckPassed": 514.472, + "FormElement": 828.952, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, + "InputTypeText": 838.472, + "SetReferrerPolicy": 504.461, + "V8Performance_Timing_AttributeGetter": 1223.778, + "CSSAtRuleKeyframes": 522.137, + "DocumentUnloadRegistered": 1248.489, + "DocumentPageShowFired": 1749.86, + "V8Performance_Memory_AttributeGetter": 1744.966, + "V8MessageChannel_Constructor": 1250.704, + "DocumentPageShowRegistered": 1190.385, + "HasIDClassTagAttribute": 520.416, + "SrcsetXDescriptor": 830.38, + "InputTypeSubmitWithValue": 830.004, + "DeprecatedWebKitLinearGradient": 521.304, + "CSSFlexibleBox": 838.682, + "RemoveEventListenerThirdArgumentIsObject": 916.67, + "SuppressHistoryEntryWithoutUserGesture": 13.674, + "V8MessagePort_PostMessage_Method": 1250.977, + "NetInfoEffectiveType": 1742.921, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, + "DeprecatedWebKitGradient": 521.254, + "NetInfoDownlink": 1742.887, + "PrefixedMinDevicePixelRatioMediaFeature": 614.672, + "SVGSVGElementInDocument": 829.747, + "SyntheticKeyframesInCompositedCSSAnimation": 839.33, + "PrefixedDevicePixelRatioMediaFeature": 614.692, + "CookieSet": 1449.495, + "CSSAtRuleMedia": 521.843, + "CSSValueAppearanceButton": 1285.671, + "UnprefixedRequestAnimationFrame": 6.645, + "UnprefixedPerformanceTimeline": 3384.092, + "V8Document_Scripts_AttributeGetter": 1717.726, + "V8Document_Images_AttributeGetter": 1739.87, + "HTMLElementInnerText": 1717.929, + "HasBeforeOrAfterPseudoElement": 522.62, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, + "CrossOriginMainFrameNulledNameAccessed": 1725.666, + "CSSAtRuleWebkitKeyframes": 522.095, + "DocumentPageHideRegistered": 1355.879, + "FontFaceConstructor": 966.319, + "V8StrictMode": 1158.715, + "CSSSelectorIndirectAdjacent": 523.276, + "AddEventListenerThirdArgumentIsObject": 916.612, + "CSSAtRuleFontFace": 613.84, + "V8Element_GetBoundingClientRect_Method": 1364.936, + "EventPath": 528.705, + "XSSAuditorEnabledBlock": 501.849, + "InputTypeTextMaxLength": 838.497, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, + "SVGSVGElement": 829.69, + "NetInfo": 1742.711, + "LangAttributeOnHTML": 616.308, + "SendBeacon": 939.77, + "PendingStylesheetAddedAfterBodyStarted": 613.8, + "NetInfoOnChange": 1742.947, + "AutocapitalizeAttribute": 1302.806, + "V8Permissions_Query_Method": 1398.772, + "CleanScriptElementWithNonce": 504.942, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 953.657 + } + }, + "step": 1, + "effectiveBps": 134268, + "effectiveBpsDoc": 329083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 5, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 1, + "testStartOffset": 0, + "bytesOut": 3150, + "gzip_savings": 0, + "requestsFull": 5, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1474, + "final_base_page_request_id": "88921.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 69, + "docTime": 1334, + "domContentLoadedEventEnd": 901, + "image_savings": 0, + "requestsDoc": 3, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 66517, + "responses_404": 0, + "loadTime": 1334, + "score_combine": -1, + "score_etags": -1, + "image_total": 0, + "loadEventStart": 1326, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": -1, + "domContentLoadedEventStart": 891, + "final_url": "https://www.google.com/", + "bytesInDoc": 66572, + "score_keep-alive": 100, + "loadEventEnd": 1335, + "score_cache": -1, + "responses_other": 4, + "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", + "fullyLoaded": 3303, + "requests": 5, + "final_base_page_request": 1, + "TTFB": 226, + "bytesIn": 66660, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 2910, + "test_run_time_ms": 7792, + "PerformancePaintTiming.first-contentful-paint": 810.4, + "firstPaint": 810.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 810.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25, + "domElements": 407, + "domInteractive": 891, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 1200, + "visualComplete": 1200, + "render": 900, + "SpeedIndex": 903, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 16 + }, + { + "name": "fetchStart", + "time": 16 + }, + { + "name": "redirectEnd", + "time": 28 + }, + { + "name": "fetchStart", + "time": 28 + }, + { + "name": "unloadEventStart", + "time": 240 + }, + { + "name": "unloadEventEnd", + "time": 240 + }, + { + "name": "domLoading", + "time": 255 + }, + { + "name": "responseEnd", + "time": 342 + }, + { + "name": "firstLayout", + "time": 688 + }, + { + "name": "firstPaint", + "time": 816 + }, + { + "name": "firstContentfulPaint", + "time": 816 + }, + { + "name": "firstTextPaint", + "time": 816 + }, + { + "name": "firstImagePaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "domInteractive", + "time": 896 + }, + { + "name": "domContentLoadedEventStart", + "time": 896 + }, + { + "name": "domContentLoadedEventEnd", + "time": 906 + }, + { + "name": "domComplete", + "time": 1331 + }, + { + "name": "loadEventStart", + "time": 1331 + }, + { + "name": "loadEventEnd", + "time": 1341 } - }, - "median": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 63, - "testStartOffset": 0, - "bytesOut": 58857, - "gzip_savings": 12722, - "requestsFull": 71, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1094, - "final_base_page_request_id": "26026.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 90, - "docTime": 628, - "domContentLoadedEventEnd": 627, - "image_savings": 9479, - "requestsDoc": 2, - "score_cookies": -1, - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 120961, - "responses_404": 0, - "loadTime": 628, - "score_combine": -1, - "score_etags": -1, - "image_total": 1003267, - "loadEventStart": 628, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 90, - "score_compress": 100, - "domContentLoadedEventStart": 625, - "final_url": "https://www.bing.com/", - "bytesInDoc": 49104, - "score_keep-alive": 100, - "loadEventEnd": 629, - "score_cache": 81, - "responses_other": 8, - "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", - "fullyLoaded": 4912, - "requests": 71, - "final_base_page_request": 0, - "TTFB": 356, - "bytesIn": 1137374, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5300, - "test_run_time_ms": 12279, - "PerformancePaintTiming.first-contentful-paint": 610.4, - "firstPaint": 610.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 610.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 16.740366, - "domElements": 608, - "domInteractive": 624, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3700, - "visualComplete": 3700, - "render": 600, - "SpeedIndex": 1630, - "visualComplete85": 2400, - "visualComplete90": 2400, - "visualComplete95": 3700, - "visualComplete99": 3700, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 15 - }, - { - "name": "unloadEventStart", - "time": 376 - }, - { - "name": "unloadEventEnd", - "time": 376 - }, - { - "name": "domLoading", - "time": 383 - }, - { - "name": "firstLayout", - "time": 405 - }, - { - "name": "responseEnd", - "time": 448 - }, - { - "name": "firstPaint", - "time": 625 - }, - { - "name": "firstContentfulPaint", - "time": 625 - }, - { - "name": "firstTextPaint", - "time": 625 - }, - { - "name": "firstImagePaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "domInteractive", - "time": 640 - }, - { - "name": "domContentLoadedEventStart", - "time": 640 - }, - { - "name": "domContentLoadedEventEnd", - "time": 642 - }, - { - "name": "domComplete", - "time": 643 - }, - { - "name": "loadEventStart", - "time": 643 - }, - { - "name": "loadEventEnd", - "time": 644 - } - ], - "chromeUserTiming.fetchStart": 15, - "chromeUserTiming.unloadEventStart": 376, - "chromeUserTiming.unloadEventEnd": 376, - "chromeUserTiming.domLoading": 383, - "chromeUserTiming.firstLayout": 405, - "chromeUserTiming.responseEnd": 448, - "chromeUserTiming.firstPaint": 625, - "chromeUserTiming.firstContentfulPaint": 625, - "chromeUserTiming.firstTextPaint": 625, - "chromeUserTiming.firstImagePaint": 625, - "chromeUserTiming.firstMeaningfulPaint": 625, - "chromeUserTiming.firstMeaningfulPaintCandidate": 625, - "chromeUserTiming.domInteractive": 640, - "chromeUserTiming.domContentLoadedEventStart": 640, - "chromeUserTiming.domContentLoadedEventEnd": 642, - "chromeUserTiming.domComplete": 643, - "chromeUserTiming.loadEventStart": 643, - "chromeUserTiming.loadEventEnd": 644, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 393.629, - "CSSPropertyTextAlign": 395.366, - "CSSPropertyWordWrap": 397.012, - "CSSPropertyPosition": 393.318, - "CSSPropertyAliasWebkitTransition": 395.776, - "CSSPropertyOutline": 394.88, - "CSSPropertyAliasWebkitAnimation": 395.516, - "CSSPropertyOverflow": 393.012, - "CSSPropertyFontFamily": 393.05, - "CSSPropertyBackgroundColor": 393.241, - "CSSPropertyFontWeight": 393.731, - "CSSPropertyBackgroundPosition": 394.39, - "CSSPropertyPaddingTop": 395.892, - "CSSPropertyOverflowX": 394.907, - "CSSPropertyOverflowY": 394.923, - "CSSPropertyCursor": 394.178, - "CSSPropertyBottom": 393.376, - "CSSPropertyMaxWidth": 393.494, - "CSSPropertyBorderCollapse": 393.179, - "CSSPropertyMargin": 393.221, - "CSSPropertyTop": 393.335, - "CSSPropertyMarginBottom": 395.191, - "CSSPropertyBorderSpacing": 393.584, - "CSSPropertyTextDecoration": 393.085, - "CSSPropertyTextIndent": 395.972, - "CSSPropertyBorderRight": 394.007, - "CSSPropertyHeight": 393.146, - "CSSPropertyBackground": 393.817, - "CSSPropertyWebkitAppearance": 396.287, - "CSSPropertyColor": 393.92, - "CSSPropertyFloat": 394.152, - "CSSPropertyMaxHeight": 393.55, - "CSSPropertyBorderTop": 3426.346, - "CSSPropertyMinHeight": 393.511, - "CSSPropertyFontStyle": 3425.962, - "CSSPropertyTransform": 395.068, - "CSSPropertyDisplay": 393.446, - "CSSPropertyLineHeight": 393.36, - "CSSPropertyMarginRight": 394.089, - "CSSPropertyFont": 394.445, - "CSSPropertyFill": 395.999, - "CSSPropertyListStyle": 397.604, - "CSSPropertyOpacity": 393.949, - "CSSPropertyAnimation": 395.536, - "CSSPropertyAliasWebkitUserSelect": 397.387, - "CSSPropertyTransitionDelay": 395.609, - "CSSPropertyPaddingLeft": 394.067, - "CSSPropertyMarginTop": 394.737, - "CSSPropertyTextOverflow": 397.569, - "CSSPropertyPadding": 393.12, - "CSSPropertyWhiteSpace": 397.031, - "CSSPropertyTextTransform": 395.28, - "CSSPropertyBorderLeft": 393.989, - "CSSPropertyBoxSizing": 395.098, - "CSSPropertyRight": 395.734, - "CSSPropertyBoxShadow": 396.109, - "CSSPropertyBorderBottomColor": 3222.122, - "CSSPropertyBorderRadius": 395.923, - "CSSPropertyFontSize": 393.067, - "CSSPropertyVerticalAlign": 393.294, - "CSSPropertyBackgroundSize": 393.686, - "CSSPropertyClear": 397.119, - "CSSPropertyBorderColor": 394.28, - "CSSPropertyPaddingBottom": 395.217, - "CSSPropertyZIndex": 393.77, - "CSSPropertyAliasWebkitTransform": 395.05, - "CSSPropertyPaddingRight": 394.939, - "CSSPropertyBorderWidth": 394.713, - "CSSPropertyVisibility": 394.113, - "CSSPropertyBackgroundImage": 396.174, - "CSSPropertyDirection": 397.962, - "CSSPropertyLeft": 393.392, - "CSSPropertyContent": 395.41, - "CSSPropertyZoom": 393.43, - "CSSPropertyBorderBottom": 394.045, - "CSSPropertyAliasWebkitBackgroundSize": 393.66, - "CSSPropertyUserSelect": 397.405, - "CSSPropertyWidth": 393.162, - "CSSPropertyMinWidth": 393.477, - "CSSPropertyTransition": 394.976, - "CSSPropertyBorder": 393.262, - "CSSPropertyMarginLeft": 393.408 - }, - "Features": { - "XMLHttpRequestAsynchronous": 845.741, - "V8Performance_Navigation_AttributeGetter": 657.887, - "HTMLMediaElement": 411.325, - "LangAttribute": 409.817, - "HTMLMediaElementInDocument": 411.374, - "AutocapitalizeAttribute": 412.565, - "UnprefixedUserTiming": 8463.332, - "SecureContextCheckPassed": 392.939, - "FormElement": 412.459, - "CSSValueAppearanceNone": 396.265, - "CookieSet": 1019.373, - "UnprefixedTransitionEndEvent": 2571.028, - "CSSAtRuleKeyframes": 395.553, - "V8Performance_Timing_AttributeGetter": 405.028, - "DocumentUnloadRegistered": 641.269, - "PaintTimingRequested": 8468.153, - "HasIDClassTagAttribute": 392.98, - "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, - "CSSValueAppearanceRadio": 396.309, - "DeprecatedWebKitLinearGradient": 397.32, - "CSSFlexibleBox": 421.309, - "SuppressHistoryEntryWithoutUserGesture": 20.285, - "NetInfo": 658.053, - "DeprecatedWebKitGradient": 397.504, - "DocumentPageShowRegistered": 1030.652, - "HTMLTableCellElementColspan": 3433.255, - "SVGSVGElementInDocument": 3425.368, - "MaxAttribute": 411.82, - "InputTypeSubmit": 412.623, - "PendingStylesheetAddedAfterBodyStarted": 1195.199, - "UnprefixedRequestAnimationFrame": 4.371, - "UnprefixedPerformanceTimeline": 1956.433, - "DocumentBeforeUnloadRegistered": 405.629, - "V8Document_Images_AttributeGetter": 658.266, - "HasBeforeOrAfterPseudoElement": 395.385, - "CSSValueAppearanceCheckbox": 396.334, - "InputTypeSearch": 471.098, - "V8StrictMode": 656.316, - "DocumentPageHideRegistered": 1030.721, - "V8Element_GetBoundingClientRect_Method": 640.931, - "SVGSVGElement": 3423.027, - "LangAttributeOnHTML": 409.845, - "SendBeacon": 668.72, - "CSSAtRuleMedia": 394.611, - "StepAttribute": 411.709, - "PointerEventAddListenerCount": 3329.595, - "CleanScriptElementWithNonce": 392.211, - "V8SloppyMode": 0, - "CookieGet": 639.039 - } - }, - "step": 1, - "effectiveBps": 249643, - "effectiveBpsDoc": 180529, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 31, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 20, - "testStartOffset": 0, - "bytesOut": 22611, - "gzip_savings": 12722, - "requestsFull": 26, - "start_epoch": 0, - "connections": 1, - "bytesOutDoc": 750, - "final_base_page_request_id": "26659.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 52, - "docTime": 469, - "domContentLoadedEventEnd": 468, - "image_savings": 9479, - "requestsDoc": 1, - "score_cookies": -1, - "base_page_ip_ptr": "a-0001.a-msedge.net", - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 87739, - "responses_404": 0, - "loadTime": 469, - "score_combine": -1, - "score_etags": -1, - "image_total": 877804, - "loadEventStart": 468, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 86, - "score_compress": 99, - "domContentLoadedEventStart": 465, - "final_url": "https://www.bing.com/", - "bytesInDoc": 42055, - "score_keep-alive": 100, - "loadEventEnd": 469, - "score_cache": 0, - "responses_other": 6, - "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", - "fullyLoaded": 3998, - "requests": 26, - "final_base_page_request": 0, - "TTFB": 182, - "bytesIn": 970442, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5739, - "test_run_time_ms": 11295, - "PerformancePaintTiming.first-contentful-paint": 455.2, - "firstPaint": 455.2, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 455.2, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 20.834846, - "domElements": 625, - "domInteractive": 465, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3200, - "visualComplete": 3200, - "render": 500, - "SpeedIndex": 1372, - "visualComplete85": 2000, - "visualComplete90": 2000, - "visualComplete95": 3200, - "visualComplete99": 3200, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 7 - }, - { - "name": "unloadEventStart", - "time": 192 - }, - { - "name": "unloadEventEnd", - "time": 192 - }, - { - "name": "domLoading", - "time": 198 - }, - { - "name": "firstLayout", - "time": 218 - }, - { - "name": "responseEnd", - "time": 247 - }, - { - "name": "firstPaint", - "time": 462 - }, - { - "name": "firstContentfulPaint", - "time": 462 - }, - { - "name": "firstTextPaint", - "time": 462 - }, - { - "name": "firstImagePaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "domInteractive", - "time": 472 - }, - { - "name": "domContentLoadedEventStart", - "time": 472 - }, - { - "name": "domContentLoadedEventEnd", - "time": 475 - }, - { - "name": "domComplete", - "time": 475 - }, - { - "name": "loadEventStart", - "time": 475 - }, - { - "name": "loadEventEnd", - "time": 477 - } - ], - "chromeUserTiming.fetchStart": 7, - "chromeUserTiming.unloadEventStart": 192, - "chromeUserTiming.unloadEventEnd": 192, - "chromeUserTiming.domLoading": 198, - "chromeUserTiming.firstLayout": 218, - "chromeUserTiming.responseEnd": 247, - "chromeUserTiming.firstPaint": 462, - "chromeUserTiming.firstContentfulPaint": 462, - "chromeUserTiming.firstTextPaint": 462, - "chromeUserTiming.firstImagePaint": 462, - "chromeUserTiming.firstMeaningfulPaintCandidate": 462, - "chromeUserTiming.firstMeaningfulPaint": 462, - "chromeUserTiming.domInteractive": 472, - "chromeUserTiming.domContentLoadedEventStart": 472, - "chromeUserTiming.domContentLoadedEventEnd": 475, - "chromeUserTiming.domComplete": 475, - "chromeUserTiming.loadEventStart": 475, - "chromeUserTiming.loadEventEnd": 477, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 206.745, - "CSSPropertyTextAlign": 208.345, - "CSSPropertyWordWrap": 209.975, - "CSSPropertyPosition": 206.478, - "CSSPropertyAliasWebkitTransition": 208.758, - "CSSPropertyOutline": 207.828, - "CSSPropertyAliasWebkitAnimation": 208.499, - "CSSPropertyOverflow": 206.212, - "CSSPropertyFontFamily": 206.249, - "CSSPropertyBackgroundColor": 206.415, - "CSSPropertyFontWeight": 206.808, - "CSSPropertyBackgroundPosition": 207.346, - "CSSPropertyPaddingTop": 208.873, - "CSSPropertyOverflowX": 207.855, - "CSSPropertyOverflowY": 207.871, - "CSSPropertyCursor": 207.152, - "CSSPropertyBottom": 206.536, - "CSSPropertyMaxWidth": 206.653, - "CSSPropertyBorderCollapse": 206.378, - "CSSPropertyMargin": 206.396, - "CSSPropertyTop": 206.495, - "CSSPropertyMarginBottom": 208.138, - "CSSPropertyBorderSpacing": 206.715, - "CSSPropertyTextDecoration": 206.285, - "CSSPropertyTextIndent": 208.954, - "CSSPropertyBorderRight": 206.985, - "CSSPropertyHeight": 206.344, - "CSSPropertyBackground": 206.858, - "CSSPropertyWebkitAppearance": 209.269, - "CSSPropertyColor": 206.906, - "CSSPropertyFloat": 207.126, - "CSSPropertyMaxHeight": 206.685, - "CSSPropertyBorderTop": 2817.184, - "CSSPropertyMinHeight": 206.669, - "CSSPropertyFontStyle": 2816.474, - "CSSPropertyTransform": 208.015, - "CSSPropertyDisplay": 206.605, - "CSSPropertyLineHeight": 206.52, - "CSSPropertyMarginRight": 207.065, - "CSSPropertyFont": 207.421, - "CSSPropertyFill": 208.982, - "CSSPropertyListStyle": 210.52, - "CSSPropertyOpacity": 206.929, - "CSSPropertyAnimation": 208.521, - "CSSPropertyAliasWebkitUserSelect": 210.306, - "CSSPropertyTransitionDelay": 208.593, - "CSSPropertyPaddingLeft": 207.043, - "CSSPropertyMarginTop": 207.692, - "CSSPropertyTextOverflow": 210.486, - "CSSPropertyPadding": 206.319, - "CSSPropertyWhiteSpace": 209.994, - "CSSPropertyTextTransform": 208.254, - "CSSPropertyBorderLeft": 206.967, - "CSSPropertyBoxSizing": 208.045, - "CSSPropertyRight": 208.717, - "CSSPropertyBoxShadow": 209.091, - "CSSPropertyBorderBottomColor": 2524.631, - "CSSPropertyBorderRadius": 208.905, - "CSSPropertyFontSize": 206.267, - "CSSPropertyVerticalAlign": 206.458, - "CSSPropertyBackgroundSize": 206.781, - "CSSPropertyClear": 210.08, - "CSSPropertyBorderColor": 207.252, - "CSSPropertyPaddingBottom": 208.164, - "CSSPropertyZIndex": 206.831, - "CSSPropertyAliasWebkitTransform": 207.997, - "CSSPropertyPaddingRight": 207.887, - "CSSPropertyBorderWidth": 207.668, - "CSSPropertyVisibility": 207.088, - "CSSPropertyBackgroundImage": 209.154, - "CSSPropertyDirection": 210.718, - "CSSPropertyLeft": 206.551, - "CSSPropertyContent": 208.391, - "CSSPropertyZoom": 206.589, - "CSSPropertyBorderBottom": 207.021, - "CSSPropertyAliasWebkitBackgroundSize": 206.764, - "CSSPropertyUserSelect": 210.324, - "CSSPropertyWidth": 206.361, - "CSSPropertyMinWidth": 206.636, - "CSSPropertyTransition": 207.923, - "CSSPropertyBorder": 206.436, - "CSSPropertyMarginLeft": 206.567 - }, - "Features": { - "XMLHttpRequestAsynchronous": 538.824, - "V8Performance_Navigation_AttributeGetter": 490.887, - "HTMLMediaElement": 223.025, - "LangAttribute": 221.289, - "HTMLMediaElementInDocument": 223.076, - "AutocapitalizeAttribute": 224.458, - "UnprefixedUserTiming": 7322.145, - "SecureContextCheckPassed": 206.143, - "FormElement": 224.275, - "CSSValueAppearanceNone": 209.248, - "CookieSet": 606.999, - "UnprefixedTransitionEndEvent": 2077.923, - "CSSAtRuleKeyframes": 208.537, - "V8Performance_Timing_AttributeGetter": 216.806, - "DocumentUnloadRegistered": 472.063, - "PaintTimingRequested": 7327.265, - "HasIDClassTagAttribute": 206.181, - "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, - "CSSValueAppearanceRadio": 209.292, - "DeprecatedWebKitLinearGradient": 210.241, - "CSSFlexibleBox": 238.581, - "SuppressHistoryEntryWithoutUserGesture": 10.229, - "NetInfo": 491.138, - "DeprecatedWebKitGradient": 210.421, - "DocumentPageShowRegistered": 623.775, - "HTMLTableCellElementColspan": 2832.647, - "SVGSVGElementInDocument": 2815.428, - "MaxAttribute": 223.533, - "InputTypeSubmit": 224.537, - "PendingStylesheetAddedAfterBodyStarted": 657.663, - "UnprefixedRequestAnimationFrame": 2.883, - "UnprefixedPerformanceTimeline": 1416.341, - "DocumentBeforeUnloadRegistered": 217.425, - "V8Document_Images_AttributeGetter": 491.481, - "HasBeforeOrAfterPseudoElement": 208.365, - "CSSValueAppearanceCheckbox": 209.317, - "InputTypeSearch": 290.038, - "V8StrictMode": 488.936, - "DocumentPageHideRegistered": 623.842, - "V8Element_GetBoundingClientRect_Method": 471.762, - "SVGSVGElement": 2811.276, - "LangAttributeOnHTML": 221.333, - "SendBeacon": 505.542, - "CSSAtRuleMedia": 207.573, - "StepAttribute": 223.432, - "PointerEventAddListenerCount": 2657.736, - "CleanScriptElementWithNonce": 205.341, - "V8SloppyMode": 0, - "CookieGet": 467.477 - } - }, - "step": 1, - "effectiveBps": 254308, - "effectiveBpsDoc": 146533, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 1, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" - }, - "consoleLog": [] + ], + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.fetchStart": 28, + "chromeUserTiming.redirectEnd": 28, + "chromeUserTiming.unloadEventStart": 240, + "chromeUserTiming.unloadEventEnd": 240, + "chromeUserTiming.domLoading": 255, + "chromeUserTiming.responseEnd": 342, + "chromeUserTiming.firstLayout": 688, + "chromeUserTiming.firstPaint": 816, + "chromeUserTiming.firstContentfulPaint": 816, + "chromeUserTiming.firstTextPaint": 816, + "chromeUserTiming.firstImagePaint": 816, + "chromeUserTiming.firstMeaningfulPaintCandidate": 816, + "chromeUserTiming.firstMeaningfulPaint": 816, + "chromeUserTiming.domInteractive": 896, + "chromeUserTiming.domContentLoadedEventStart": 896, + "chromeUserTiming.domContentLoadedEventEnd": 906, + "chromeUserTiming.domComplete": 1331, + "chromeUserTiming.loadEventStart": 1331, + "chromeUserTiming.loadEventEnd": 1341, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 287.851, + "CSSPropertyPosition": 284.773, + "CSSPropertyAliasWebkitBorderRadius": 286.368, + "CSSPropertyAliasWebkitAnimation": 287.912, + "CSSPropertyMaxWidth": 286.828, + "CSSPropertyBorderLeftColor": 287.961, + "CSSPropertyTextDecoration": 287.159, + "CSSPropertyWebkitTapHighlightColor": 693.87, + "CSSPropertyBorderRight": 287.765, + "CSSPropertyMaxHeight": 288.419, + "CSSPropertyBorderTop": 287.736, + "CSSPropertySrc": 363.648, + "CSSPropertyAliasWebkitJustifyContent": 289.945, + "CSSPropertyZIndex": 284.912, + "CSSPropertyTransitionDelay": 447.863, + "CSSPropertyPaddingLeft": 284.932, + "CSSPropertyUnicodeRange": 363.665, + "CSSPropertyPadding": 285.515, + "CSSPropertyWhiteSpace": 286.772, + "CSSPropertyBackgroundClip": 290.171, + "CSSPropertyAliasWebkitBoxSizing": 288.698, + "CSSPropertyAliasWebkitBoxShadow": 286.556, + "CSSPropertyVerticalAlign": 285.239, + "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, + "CSSPropertyBackgroundPosition": 287.071, + "CSSPropertyFill": 447.754, + "CSSPropertyMinWidth": 286.468, + "CSSPropertyTransition": 285.324, + "CSSPropertyAliasWebkitTransformOrigin": 287.608, + "CSSPropertyBackgroundOrigin": 290.2, + "CSSPropertyBorderStyle": 287.99, + "CSSPropertyFontFamily": 286.425, + "CSSPropertyTransform": 287.594, + "CSSPropertyCursor": 284.882, + "CSSPropertyHeight": 285.03, + "CSSPropertyPerspectiveOrigin": 289.061, + "CSSPropertyBorderBottomWidth": 287.237, + "CSSPropertyMinHeight": 286.974, + "CSSPropertyFontStyle": 288.581, + "CSSPropertyBorderRightWidth": 290.606, + "CSSPropertyAnimation": 287.934, + "CSSPropertyBorderTopLeftRadius": 285.775, + "CSSPropertyBorderBottomLeftRadius": 285.755, + "CSSPropertyTextOverflow": 287.702, + "CSSPropertyBoxSizing": 288.712, + "CSSPropertyBorderColor": 288.332, + "CSSPropertyPaddingBottom": 286.737, + "CSSPropertyBackgroundImage": 285.945, + "CSSPropertyLeft": 286.311, + "CSSPropertyContent": 287.678, + "CSSPropertyFilter": 290.102, + "CSSPropertyWidth": 285.615, + "CSSPropertyBorder": 284.811, + "CSSPropertyFlex": 287.864, + "CSSPropertyBorderTopColor": 287.797, + "CSSPropertyBackgroundColor": 285.009, + "CSSPropertyAliasWebkitAlignItems": 289.902, + "CSSPropertyPaddingTop": 284.972, + "CSSPropertyBottom": 288.016, + "CSSPropertyBorderCollapse": 290.92, + "CSSPropertyMargin": 285.797, + "CSSPropertyTop": 285.71, + "CSSPropertyMarginBottom": 285.378, + "CSSPropertyUnicodeBidi": 284.686, + "CSSPropertyFloat": 285.681, + "CSSPropertyDisplay": 284.733, + "CSSPropertyWordWrap": 1104.266, + "CSSPropertyTransformOrigin": 287.621, + "CSSPropertyAliasWebkitUserSelect": 286.39, + "CSSPropertyMarginTop": 285.358, + "CSSPropertyBorderLeft": 287.751, + "CSSPropertyJustifyContent": 289.963, + "CSSPropertyBoxShadow": 285.296, + "CSSPropertyTextShadow": 288.999, + "CSSPropertyBorderRightColor": 287.977, + "CSSPropertyPaddingRight": 284.952, + "CSSPropertyWebkitAppearance": 1104.396, + "CSSPropertyAliasWebkitBackgroundSize": 287.291, + "CSSPropertyAnimationTimingFunction": 448.707, + "CSSPropertyPointerEvents": 448.059, + "CSSPropertyBorderRadius": 285.265, + "CSSPropertyAliasWebkitTransition": 286.643, + "CSSPropertyOutline": 285.409, + "CSSPropertyListStyleType": 1104.319, + "CSSPropertyOverflow": 284.754, + "CSSPropertyFontWeight": 286.446, + "CSSPropertyOverflowY": 287.098, + "CSSPropertyTextAlign": 285.596, + "CSSPropertyMarginRight": 286.884, + "CSSPropertyWebkitFontSmoothing": 448.476, + "CSSPropertyAlignItems": 289.926, + "CSSPropertyBackground": 284.86, + "CSSPropertyAnimationDirection": 448.689, + "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, + "CSSPropertyUserSelect": 1104.082, + "CSSPropertyLineHeight": 285.467, + "CSSPropertyFont": 285.446, + "CSSPropertyOpacity": 287.011, + "CSSPropertyTextTransform": 289.284, + "CSSPropertyRight": 287.831, + "CSSPropertyBorderBottomColor": 286.136, + "CSSPropertyFontSize": 285.569, + "CSSPropertyOrder": 289.809, + "CSSPropertyBackgroundSize": 287.306, + "CSSPropertyAliasWebkitTransform": 287.581, + "CSSPropertyBorderWidth": 288.004, + "CSSPropertyVisibility": 287.053, + "CSSPropertyAliasWebkitOrder": 289.789, + "CSSPropertyClip": 882.409, + "CSSPropertyBorderBottom": 287.216, + "CSSPropertyColor": 285.649, + "CSSPropertyMarginLeft": 285.827 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 892.531, + "PaintTimingRequested": 5937.234, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, + "HTMLMediaElement": 1232.797, + "DeprecatedWebKitGradient": 285.911, + "DocumentFonts": 364.316, + "InputTypeSubmit": 693.757, + "EventSrcElement": 293.837, + "UnprefixedUserTiming": 5932.413, + "SecureContextCheckPassed": 279.757, + "FormElement": 692.888, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, + "InputTypeText": 702.428, + "SetReferrerPolicy": 274.622, + "V8Performance_Timing_AttributeGetter": 1044.461, + "CSSAtRuleKeyframes": 287.029, + "DocumentUnloadRegistered": 1066.129, + "DocumentPageShowFired": 1345.26, + "V8Performance_Memory_AttributeGetter": 1340.897, + "V8MessageChannel_Constructor": 1068.728, + "DocumentPageShowRegistered": 1012.756, + "HasIDClassTagAttribute": 284.634, + "SrcsetXDescriptor": 694.15, + "InputTypeSubmitWithValue": 693.785, + "DeprecatedWebKitLinearGradient": 285.981, + "CSSFlexibleBox": 702.642, + "RemoveEventListenerThirdArgumentIsObject": 850.919, + "SuppressHistoryEntryWithoutUserGesture": 8.936, + "V8MessagePort_PostMessage_Method": 1069.094, + "NetInfoEffectiveType": 1338.981, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, + "UnprefixedRequestAnimationFrame": 2.767, + "NetInfoDownlink": 1338.947, + "PrefixedMinDevicePixelRatioMediaFeature": 364.68, + "SVGSVGElementInDocument": 693.551, + "SyntheticKeyframesInCompositedCSSAnimation": 703.343, + "PrefixedDevicePixelRatioMediaFeature": 364.698, + "CookieSet": 1217.842, + "LangAttribute": 450.454, + "CSSAtRuleMedia": 286.668, + "CSSValueAppearanceButton": 1104.369, + "UnprefixedPerformanceTimeline": 3262.199, + "V8Document_Scripts_AttributeGetter": 1314.692, + "V8Document_Images_AttributeGetter": 1335.907, + "HTMLElementInnerText": 1314.981, + "HasBeforeOrAfterPseudoElement": 287.555, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, + "CrossOriginMainFrameNulledNameAccessed": 1325.204, + "CSSAtRuleWebkitKeyframes": 286.989, + "DocumentPageHideRegistered": 1245.973, + "FontFaceConstructor": 830.826, + "V8StrictMode": 1014.197, + "CSSSelectorIndirectAdjacent": 288.036, + "AddEventListenerThirdArgumentIsObject": 850.84, + "CSSAtRuleFontFace": 363.584, + "V8Element_GetBoundingClientRect_Method": 1253.718, + "EventPath": 294.039, + "XSSAuditorEnabledBlock": 270.408, + "InputTypeTextMaxLength": 702.463, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, + "SVGSVGElement": 693.499, + "NetInfo": 1338.791, + "LangAttributeOnHTML": 450.48, + "SendBeacon": 892.71, + "PendingStylesheetAddedAfterBodyStarted": 363.529, + "NetInfoOnChange": 1339.009, + "AutocapitalizeAttribute": 1125.972, + "V8Permissions_Query_Method": 1280.367, + "CleanScriptElementWithNonce": 274.928, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 811.08 } - } + }, + "step": 1, + "effectiveBps": 21663, + "effectiveBpsDoc": 60083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 0, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "median": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 13, + "testStartOffset": 0, + "bytesOut": 10888, + "gzip_savings": 0, + "requestsFull": 19, + "start_epoch": 0, + "connections": 8, + "bytesOutDoc": 8086, + "final_base_page_request_id": "88451.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 70, + "docTime": 1736, + "domContentLoadedEventEnd": 934, + "image_savings": 0, + "requestsDoc": 15, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 346707, + "responses_404": 0, + "loadTime": 1736, + "score_combine": -1, + "score_etags": -1, + "image_total": 35425, + "loadEventStart": 1725, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": 100, + "domContentLoadedEventStart": 926, + "final_url": "https://www.google.com/?gws_rd=ssl", + "bytesInDoc": 414316, + "score_keep-alive": 100, + "loadEventEnd": 1736, + "score_cache": 100, + "responses_other": 6, + "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", + "fullyLoaded": 3579, + "requests": 19, + "final_base_page_request": 2, + "TTFB": 477, + "bytesIn": 416502, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 3079, + "test_run_time_ms": 9289, + "PerformancePaintTiming.first-contentful-paint": 808.9, + "firstPaint": 808.9, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 808.9, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25.183973, + "domElements": 408, + "domInteractive": 926, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 2100, + "visualComplete": 2100, + "render": 900, + "SpeedIndex": 912, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 135 + }, + { + "name": "fetchStart", + "time": 135 + }, + { + "name": "redirectEnd", + "time": 233 + }, + { + "name": "fetchStart", + "time": 233 + }, + { + "name": "unloadEventStart", + "time": 486 + }, + { + "name": "unloadEventEnd", + "time": 486 + }, + { + "name": "domLoading", + "time": 492 + }, + { + "name": "responseEnd", + "time": 729 + }, + { + "name": "firstLayout", + "time": 814 + }, + { + "name": "firstPaint", + "time": 815 + }, + { + "name": "firstContentfulPaint", + "time": 815 + }, + { + "name": "firstTextPaint", + "time": 815 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 815 + }, + { + "name": "firstImagePaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "domInteractive", + "time": 932 + }, + { + "name": "domContentLoadedEventStart", + "time": 933 + }, + { + "name": "domContentLoadedEventEnd", + "time": 941 + }, + { + "name": "domComplete", + "time": 1731 + }, + { + "name": "loadEventStart", + "time": 1732 + }, + { + "name": "loadEventEnd", + "time": 1742 + } + ], + "chromeUserTiming.fetchStart": 233, + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.redirectEnd": 233, + "chromeUserTiming.unloadEventStart": 486, + "chromeUserTiming.unloadEventEnd": 486, + "chromeUserTiming.domLoading": 492, + "chromeUserTiming.responseEnd": 729, + "chromeUserTiming.firstLayout": 814, + "chromeUserTiming.firstPaint": 815, + "chromeUserTiming.firstContentfulPaint": 815, + "chromeUserTiming.firstTextPaint": 815, + "chromeUserTiming.firstMeaningfulPaintCandidate": 889, + "chromeUserTiming.firstImagePaint": 889, + "chromeUserTiming.firstMeaningfulPaint": 889, + "chromeUserTiming.domInteractive": 932, + "chromeUserTiming.domContentLoadedEventStart": 933, + "chromeUserTiming.domContentLoadedEventEnd": 941, + "chromeUserTiming.domComplete": 1731, + "chromeUserTiming.loadEventStart": 1732, + "chromeUserTiming.loadEventEnd": 1742, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 522.978, + "CSSPropertyPosition": 520.521, + "CSSPropertyAliasWebkitBorderRadius": 521.583, + "CSSPropertyAliasWebkitAnimation": 523.047, + "CSSPropertyMaxWidth": 521.972, + "CSSPropertyBorderLeftColor": 523.186, + "CSSPropertyTextDecoration": 522.274, + "CSSPropertyWebkitTapHighlightColor": 830.101, + "CSSPropertyBorderRight": 522.859, + "CSSPropertyMaxHeight": 523.751, + "CSSPropertyBorderTop": 522.818, + "CSSPropertySrc": 613.952, + "CSSPropertyAliasWebkitJustifyContent": 525.269, + "CSSPropertyZIndex": 520.632, + "CSSPropertyTransitionDelay": 826.931, + "CSSPropertyPaddingLeft": 520.648, + "CSSPropertyUnicodeRange": 613.97, + "CSSPropertyPadding": 520.93, + "CSSPropertyWhiteSpace": 521.933, + "CSSPropertyBackgroundClip": 525.467, + "CSSPropertyAliasWebkitBoxSizing": 524.08, + "CSSPropertyAliasWebkitBoxShadow": 521.766, + "CSSPropertyVerticalAlign": 520.733, + "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, + "CSSPropertyBackgroundPosition": 522.183, + "CSSPropertyFill": 826.844, + "CSSPropertyMinWidth": 521.703, + "CSSPropertyTransition": 520.791, + "CSSPropertyAliasWebkitTransformOrigin": 522.679, + "CSSPropertyBackgroundOrigin": 525.487, + "CSSPropertyBorderStyle": 523.222, + "CSSPropertyFontFamily": 521.669, + "CSSPropertyTransform": 522.664, + "CSSPropertyCursor": 520.61, + "CSSPropertyHeight": 520.718, + "CSSPropertyPerspectiveOrigin": 524.502, + "CSSPropertyBorderBottomWidth": 522.375, + "CSSPropertyMinHeight": 522.081, + "CSSPropertyFontStyle": 523.943, + "CSSPropertyBorderRightWidth": 525.803, + "CSSPropertyAnimation": 523.076, + "CSSPropertyBorderTopLeftRadius": 521.163, + "CSSPropertyBorderBottomLeftRadius": 521.148, + "CSSPropertyTextOverflow": 522.782, + "CSSPropertyBoxSizing": 524.096, + "CSSPropertyBorderColor": 523.646, + "CSSPropertyPaddingBottom": 521.906, + "CSSPropertyBackgroundImage": 521.278, + "CSSPropertyLeft": 521.544, + "CSSPropertyContent": 522.755, + "CSSPropertyFilter": 525.415, + "CSSPropertyWidth": 520.998, + "CSSPropertyBorder": 520.549, + "CSSPropertyFlex": 522.993, + "CSSPropertyBorderTopColor": 522.914, + "CSSPropertyBackgroundColor": 520.703, + "CSSPropertyAliasWebkitAlignItems": 525.237, + "CSSPropertyPaddingTop": 520.677, + "CSSPropertyBottom": 523.253, + "CSSPropertyBorderCollapse": 526.098, + "CSSPropertyMargin": 521.179, + "CSSPropertyTop": 521.118, + "CSSPropertyMarginBottom": 520.827, + "CSSPropertyUnicodeBidi": 520.457, + "CSSPropertyFloat": 521.097, + "CSSPropertyDisplay": 520.491, + "CSSPropertyWordWrap": 1285.537, + "CSSPropertyTransformOrigin": 522.693, + "CSSPropertyAliasWebkitUserSelect": 521.598, + "CSSPropertyMarginTop": 520.812, + "CSSPropertyBorderLeft": 522.836, + "CSSPropertyJustifyContent": 525.283, + "CSSPropertyBoxShadow": 520.77, + "CSSPropertyTextShadow": 524.435, + "CSSPropertyBorderRightColor": 523.206, + "CSSPropertyPaddingRight": 520.663, + "CSSPropertyWebkitAppearance": 1285.696, + "CSSPropertyAliasWebkitBackgroundSize": 522.436, + "CSSPropertyAnimationTimingFunction": 827.475, + "CSSPropertyPointerEvents": 827.062, + "CSSPropertyBorderRadius": 520.748, + "CSSPropertyAliasWebkitTransition": 521.822, + "CSSPropertyOutline": 520.857, + "CSSPropertyListStyleType": 1285.592, + "CSSPropertyOverflow": 520.507, + "CSSPropertyFontWeight": 521.686, + "CSSPropertyOverflowY": 522.212, + "CSSPropertyTextAlign": 520.983, + "CSSPropertyMarginRight": 522.015, + "CSSPropertyWebkitFontSmoothing": 827.343, + "CSSPropertyAlignItems": 525.254, + "CSSPropertyBackground": 520.594, + "CSSPropertyAnimationDirection": 827.46, + "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, + "CSSPropertyUserSelect": 1285.321, + "CSSPropertyLineHeight": 520.906, + "CSSPropertyFont": 520.891, + "CSSPropertyOpacity": 522.118, + "CSSPropertyTextTransform": 524.761, + "CSSPropertyRight": 522.955, + "CSSPropertyBorderBottomColor": 521.426, + "CSSPropertyFontSize": 520.965, + "CSSPropertyOrder": 525.136, + "CSSPropertyBackgroundSize": 522.452, + "CSSPropertyAliasWebkitTransform": 522.649, + "CSSPropertyBorderWidth": 523.239, + "CSSPropertyVisibility": 522.164, + "CSSPropertyAliasWebkitOrder": 525.117, + "CSSPropertyClip": 928.169, + "CSSPropertyBorderBottom": 522.334, + "CSSPropertyColor": 521.073, + "CSSPropertyMarginLeft": 521.199 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 939.602, + "PaintTimingRequested": 6118.17, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, + "HTMLMediaElement": 1455.002, + "LangAttribute": 616.282, + "DocumentFonts": 826.242, + "InputTypeSubmit": 829.977, + "EventSrcElement": 528.456, + "UnprefixedUserTiming": 6112.681, + "SecureContextCheckPassed": 514.472, + "FormElement": 828.952, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, + "InputTypeText": 838.472, + "SetReferrerPolicy": 504.461, + "V8Performance_Timing_AttributeGetter": 1223.778, + "CSSAtRuleKeyframes": 522.137, + "DocumentUnloadRegistered": 1248.489, + "DocumentPageShowFired": 1749.86, + "V8Performance_Memory_AttributeGetter": 1744.966, + "V8MessageChannel_Constructor": 1250.704, + "DocumentPageShowRegistered": 1190.385, + "HasIDClassTagAttribute": 520.416, + "SrcsetXDescriptor": 830.38, + "InputTypeSubmitWithValue": 830.004, + "DeprecatedWebKitLinearGradient": 521.304, + "CSSFlexibleBox": 838.682, + "RemoveEventListenerThirdArgumentIsObject": 916.67, + "SuppressHistoryEntryWithoutUserGesture": 13.674, + "V8MessagePort_PostMessage_Method": 1250.977, + "NetInfoEffectiveType": 1742.921, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, + "DeprecatedWebKitGradient": 521.254, + "NetInfoDownlink": 1742.887, + "PrefixedMinDevicePixelRatioMediaFeature": 614.672, + "SVGSVGElementInDocument": 829.747, + "SyntheticKeyframesInCompositedCSSAnimation": 839.33, + "PrefixedDevicePixelRatioMediaFeature": 614.692, + "CookieSet": 1449.495, + "CSSAtRuleMedia": 521.843, + "CSSValueAppearanceButton": 1285.671, + "UnprefixedRequestAnimationFrame": 6.645, + "UnprefixedPerformanceTimeline": 3384.092, + "V8Document_Scripts_AttributeGetter": 1717.726, + "V8Document_Images_AttributeGetter": 1739.87, + "HTMLElementInnerText": 1717.929, + "HasBeforeOrAfterPseudoElement": 522.62, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, + "CrossOriginMainFrameNulledNameAccessed": 1725.666, + "CSSAtRuleWebkitKeyframes": 522.095, + "DocumentPageHideRegistered": 1355.879, + "FontFaceConstructor": 966.319, + "V8StrictMode": 1158.715, + "CSSSelectorIndirectAdjacent": 523.276, + "AddEventListenerThirdArgumentIsObject": 916.612, + "CSSAtRuleFontFace": 613.84, + "V8Element_GetBoundingClientRect_Method": 1364.936, + "EventPath": 528.705, + "XSSAuditorEnabledBlock": 501.849, + "InputTypeTextMaxLength": 838.497, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, + "SVGSVGElement": 829.69, + "NetInfo": 1742.711, + "LangAttributeOnHTML": 616.308, + "SendBeacon": 939.77, + "PendingStylesheetAddedAfterBodyStarted": 613.8, + "NetInfoOnChange": 1742.947, + "AutocapitalizeAttribute": 1302.806, + "V8Permissions_Query_Method": 1398.772, + "CleanScriptElementWithNonce": 504.942, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 953.657 + } + }, + "step": 1, + "effectiveBps": 134268, + "effectiveBpsDoc": 329083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 5, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" + }, + "consoleLog": [] }, - "webPagetestVersion": "18.02" - }, - "loadTime": { - "data": { - "id": "180228_M6_1Q93", - "summary": "http://www.webpagetest.org/results.php?test=180228_M6_1Q93", - "location": "Dulles:Chrome", - "connectivity": "Cable", - "bwDown": 5000, - "bwUp": 1000, - "latency": 28, - "plr": "0", - "mobile": 0, - "label": "20180228-163636-02-bing.com", - "completed": 1519857506, - "runs": { - "1": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 63, - "testStartOffset": 0, - "bytesOut": 58857, - "gzip_savings": 12722, - "requestsFull": 71, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1094, - "final_base_page_request_id": "26026.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 90, - "docTime": 628, - "domContentLoadedEventEnd": 627, - "image_savings": 9479, - "requestsDoc": 2, - "score_cookies": -1, - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 120961, - "responses_404": 0, - "loadTime": 628, - "score_combine": -1, - "score_etags": -1, - "image_total": 1003267, - "loadEventStart": 628, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 90, - "score_compress": 100, - "domContentLoadedEventStart": 625, - "final_url": "https://www.bing.com/", - "bytesInDoc": 49104, - "score_keep-alive": 100, - "loadEventEnd": 629, - "score_cache": 81, - "responses_other": 8, - "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", - "fullyLoaded": 4912, - "requests": 71, - "final_base_page_request": 0, - "TTFB": 356, - "bytesIn": 1137374, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5300, - "test_run_time_ms": 12279, - "PerformancePaintTiming.first-contentful-paint": 610.4, - "firstPaint": 610.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 610.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 16.740366, - "domElements": 608, - "domInteractive": 624, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3700, - "visualComplete": 3700, - "render": 600, - "SpeedIndex": 1630, - "visualComplete85": 2400, - "visualComplete90": 2400, - "visualComplete95": 3700, - "visualComplete99": 3700, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 15 - }, - { - "name": "unloadEventStart", - "time": 376 - }, - { - "name": "unloadEventEnd", - "time": 376 - }, - { - "name": "domLoading", - "time": 383 - }, - { - "name": "firstLayout", - "time": 405 - }, - { - "name": "responseEnd", - "time": 448 - }, - { - "name": "firstPaint", - "time": 625 - }, - { - "name": "firstContentfulPaint", - "time": 625 - }, - { - "name": "firstTextPaint", - "time": 625 - }, - { - "name": "firstImagePaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "domInteractive", - "time": 640 - }, - { - "name": "domContentLoadedEventStart", - "time": 640 - }, - { - "name": "domContentLoadedEventEnd", - "time": 642 - }, - { - "name": "domComplete", - "time": 643 - }, - { - "name": "loadEventStart", - "time": 643 - }, - { - "name": "loadEventEnd", - "time": 644 - } - ], - "chromeUserTiming.fetchStart": 15, - "chromeUserTiming.unloadEventStart": 376, - "chromeUserTiming.unloadEventEnd": 376, - "chromeUserTiming.domLoading": 383, - "chromeUserTiming.firstLayout": 405, - "chromeUserTiming.responseEnd": 448, - "chromeUserTiming.firstPaint": 625, - "chromeUserTiming.firstContentfulPaint": 625, - "chromeUserTiming.firstTextPaint": 625, - "chromeUserTiming.firstImagePaint": 625, - "chromeUserTiming.firstMeaningfulPaint": 625, - "chromeUserTiming.firstMeaningfulPaintCandidate": 625, - "chromeUserTiming.domInteractive": 640, - "chromeUserTiming.domContentLoadedEventStart": 640, - "chromeUserTiming.domContentLoadedEventEnd": 642, - "chromeUserTiming.domComplete": 643, - "chromeUserTiming.loadEventStart": 643, - "chromeUserTiming.loadEventEnd": 644, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 393.629, - "CSSPropertyTextAlign": 395.366, - "CSSPropertyWordWrap": 397.012, - "CSSPropertyPosition": 393.318, - "CSSPropertyAliasWebkitTransition": 395.776, - "CSSPropertyOutline": 394.88, - "CSSPropertyAliasWebkitAnimation": 395.516, - "CSSPropertyOverflow": 393.012, - "CSSPropertyFontFamily": 393.05, - "CSSPropertyBackgroundColor": 393.241, - "CSSPropertyFontWeight": 393.731, - "CSSPropertyBackgroundPosition": 394.39, - "CSSPropertyPaddingTop": 395.892, - "CSSPropertyOverflowX": 394.907, - "CSSPropertyOverflowY": 394.923, - "CSSPropertyCursor": 394.178, - "CSSPropertyBottom": 393.376, - "CSSPropertyMaxWidth": 393.494, - "CSSPropertyBorderCollapse": 393.179, - "CSSPropertyMargin": 393.221, - "CSSPropertyTop": 393.335, - "CSSPropertyMarginBottom": 395.191, - "CSSPropertyBorderSpacing": 393.584, - "CSSPropertyTextDecoration": 393.085, - "CSSPropertyTextIndent": 395.972, - "CSSPropertyBorderRight": 394.007, - "CSSPropertyHeight": 393.146, - "CSSPropertyBackground": 393.817, - "CSSPropertyWebkitAppearance": 396.287, - "CSSPropertyColor": 393.92, - "CSSPropertyFloat": 394.152, - "CSSPropertyMaxHeight": 393.55, - "CSSPropertyBorderTop": 3426.346, - "CSSPropertyMinHeight": 393.511, - "CSSPropertyFontStyle": 3425.962, - "CSSPropertyTransform": 395.068, - "CSSPropertyDisplay": 393.446, - "CSSPropertyLineHeight": 393.36, - "CSSPropertyMarginRight": 394.089, - "CSSPropertyFont": 394.445, - "CSSPropertyFill": 395.999, - "CSSPropertyListStyle": 397.604, - "CSSPropertyOpacity": 393.949, - "CSSPropertyAnimation": 395.536, - "CSSPropertyAliasWebkitUserSelect": 397.387, - "CSSPropertyTransitionDelay": 395.609, - "CSSPropertyPaddingLeft": 394.067, - "CSSPropertyMarginTop": 394.737, - "CSSPropertyTextOverflow": 397.569, - "CSSPropertyPadding": 393.12, - "CSSPropertyWhiteSpace": 397.031, - "CSSPropertyTextTransform": 395.28, - "CSSPropertyBorderLeft": 393.989, - "CSSPropertyBoxSizing": 395.098, - "CSSPropertyRight": 395.734, - "CSSPropertyBoxShadow": 396.109, - "CSSPropertyBorderBottomColor": 3222.122, - "CSSPropertyBorderRadius": 395.923, - "CSSPropertyFontSize": 393.067, - "CSSPropertyVerticalAlign": 393.294, - "CSSPropertyBackgroundSize": 393.686, - "CSSPropertyClear": 397.119, - "CSSPropertyBorderColor": 394.28, - "CSSPropertyPaddingBottom": 395.217, - "CSSPropertyZIndex": 393.77, - "CSSPropertyAliasWebkitTransform": 395.05, - "CSSPropertyPaddingRight": 394.939, - "CSSPropertyBorderWidth": 394.713, - "CSSPropertyVisibility": 394.113, - "CSSPropertyBackgroundImage": 396.174, - "CSSPropertyDirection": 397.962, - "CSSPropertyLeft": 393.392, - "CSSPropertyContent": 395.41, - "CSSPropertyZoom": 393.43, - "CSSPropertyBorderBottom": 394.045, - "CSSPropertyAliasWebkitBackgroundSize": 393.66, - "CSSPropertyUserSelect": 397.405, - "CSSPropertyWidth": 393.162, - "CSSPropertyMinWidth": 393.477, - "CSSPropertyTransition": 394.976, - "CSSPropertyBorder": 393.262, - "CSSPropertyMarginLeft": 393.408 - }, - "Features": { - "XMLHttpRequestAsynchronous": 845.741, - "V8Performance_Navigation_AttributeGetter": 657.887, - "HTMLMediaElement": 411.325, - "LangAttribute": 409.817, - "HTMLMediaElementInDocument": 411.374, - "AutocapitalizeAttribute": 412.565, - "UnprefixedUserTiming": 8463.332, - "SecureContextCheckPassed": 392.939, - "FormElement": 412.459, - "CSSValueAppearanceNone": 396.265, - "CookieSet": 1019.373, - "UnprefixedTransitionEndEvent": 2571.028, - "CSSAtRuleKeyframes": 395.553, - "V8Performance_Timing_AttributeGetter": 405.028, - "DocumentUnloadRegistered": 641.269, - "PaintTimingRequested": 8468.153, - "HasIDClassTagAttribute": 392.98, - "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, - "CSSValueAppearanceRadio": 396.309, - "DeprecatedWebKitLinearGradient": 397.32, - "CSSFlexibleBox": 421.309, - "SuppressHistoryEntryWithoutUserGesture": 20.285, - "NetInfo": 658.053, - "DeprecatedWebKitGradient": 397.504, - "DocumentPageShowRegistered": 1030.652, - "HTMLTableCellElementColspan": 3433.255, - "SVGSVGElementInDocument": 3425.368, - "MaxAttribute": 411.82, - "InputTypeSubmit": 412.623, - "PendingStylesheetAddedAfterBodyStarted": 1195.199, - "UnprefixedRequestAnimationFrame": 4.371, - "UnprefixedPerformanceTimeline": 1956.433, - "DocumentBeforeUnloadRegistered": 405.629, - "V8Document_Images_AttributeGetter": 658.266, - "HasBeforeOrAfterPseudoElement": 395.385, - "CSSValueAppearanceCheckbox": 396.334, - "InputTypeSearch": 471.098, - "V8StrictMode": 656.316, - "DocumentPageHideRegistered": 1030.721, - "V8Element_GetBoundingClientRect_Method": 640.931, - "SVGSVGElement": 3423.027, - "LangAttributeOnHTML": 409.845, - "SendBeacon": 668.72, - "CSSAtRuleMedia": 394.611, - "StepAttribute": 411.709, - "PointerEventAddListenerCount": 3329.595, - "CleanScriptElementWithNonce": 392.211, - "V8SloppyMode": 0, - "CookieGet": 639.039 - } - }, - "step": 1, - "effectiveBps": 249643, - "effectiveBpsDoc": 180529, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 31, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 20, - "testStartOffset": 0, - "bytesOut": 22611, - "gzip_savings": 12722, - "requestsFull": 26, - "start_epoch": 0, - "connections": 1, - "bytesOutDoc": 750, - "final_base_page_request_id": "26659.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 52, - "docTime": 469, - "domContentLoadedEventEnd": 468, - "image_savings": 9479, - "requestsDoc": 1, - "score_cookies": -1, - "base_page_ip_ptr": "a-0001.a-msedge.net", - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 87739, - "responses_404": 0, - "loadTime": 469, - "score_combine": -1, - "score_etags": -1, - "image_total": 877804, - "loadEventStart": 468, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 86, - "score_compress": 99, - "domContentLoadedEventStart": 465, - "final_url": "https://www.bing.com/", - "bytesInDoc": 42055, - "score_keep-alive": 100, - "loadEventEnd": 469, - "score_cache": 0, - "responses_other": 6, - "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", - "fullyLoaded": 3998, - "requests": 26, - "final_base_page_request": 0, - "TTFB": 182, - "bytesIn": 970442, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5739, - "test_run_time_ms": 11295, - "PerformancePaintTiming.first-contentful-paint": 455.2, - "firstPaint": 455.2, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 455.2, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 20.834846, - "domElements": 625, - "domInteractive": 465, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3200, - "visualComplete": 3200, - "render": 500, - "SpeedIndex": 1372, - "visualComplete85": 2000, - "visualComplete90": 2000, - "visualComplete95": 3200, - "visualComplete99": 3200, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 7 - }, - { - "name": "unloadEventStart", - "time": 192 - }, - { - "name": "unloadEventEnd", - "time": 192 - }, - { - "name": "domLoading", - "time": 198 - }, - { - "name": "firstLayout", - "time": 218 - }, - { - "name": "responseEnd", - "time": 247 - }, - { - "name": "firstPaint", - "time": 462 - }, - { - "name": "firstContentfulPaint", - "time": 462 - }, - { - "name": "firstTextPaint", - "time": 462 - }, - { - "name": "firstImagePaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "domInteractive", - "time": 472 - }, - { - "name": "domContentLoadedEventStart", - "time": 472 - }, - { - "name": "domContentLoadedEventEnd", - "time": 475 - }, - { - "name": "domComplete", - "time": 475 - }, - { - "name": "loadEventStart", - "time": 475 - }, - { - "name": "loadEventEnd", - "time": 477 - } - ], - "chromeUserTiming.fetchStart": 7, - "chromeUserTiming.unloadEventStart": 192, - "chromeUserTiming.unloadEventEnd": 192, - "chromeUserTiming.domLoading": 198, - "chromeUserTiming.firstLayout": 218, - "chromeUserTiming.responseEnd": 247, - "chromeUserTiming.firstPaint": 462, - "chromeUserTiming.firstContentfulPaint": 462, - "chromeUserTiming.firstTextPaint": 462, - "chromeUserTiming.firstImagePaint": 462, - "chromeUserTiming.firstMeaningfulPaintCandidate": 462, - "chromeUserTiming.firstMeaningfulPaint": 462, - "chromeUserTiming.domInteractive": 472, - "chromeUserTiming.domContentLoadedEventStart": 472, - "chromeUserTiming.domContentLoadedEventEnd": 475, - "chromeUserTiming.domComplete": 475, - "chromeUserTiming.loadEventStart": 475, - "chromeUserTiming.loadEventEnd": 477, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 206.745, - "CSSPropertyTextAlign": 208.345, - "CSSPropertyWordWrap": 209.975, - "CSSPropertyPosition": 206.478, - "CSSPropertyAliasWebkitTransition": 208.758, - "CSSPropertyOutline": 207.828, - "CSSPropertyAliasWebkitAnimation": 208.499, - "CSSPropertyOverflow": 206.212, - "CSSPropertyFontFamily": 206.249, - "CSSPropertyBackgroundColor": 206.415, - "CSSPropertyFontWeight": 206.808, - "CSSPropertyBackgroundPosition": 207.346, - "CSSPropertyPaddingTop": 208.873, - "CSSPropertyOverflowX": 207.855, - "CSSPropertyOverflowY": 207.871, - "CSSPropertyCursor": 207.152, - "CSSPropertyBottom": 206.536, - "CSSPropertyMaxWidth": 206.653, - "CSSPropertyBorderCollapse": 206.378, - "CSSPropertyMargin": 206.396, - "CSSPropertyTop": 206.495, - "CSSPropertyMarginBottom": 208.138, - "CSSPropertyBorderSpacing": 206.715, - "CSSPropertyTextDecoration": 206.285, - "CSSPropertyTextIndent": 208.954, - "CSSPropertyBorderRight": 206.985, - "CSSPropertyHeight": 206.344, - "CSSPropertyBackground": 206.858, - "CSSPropertyWebkitAppearance": 209.269, - "CSSPropertyColor": 206.906, - "CSSPropertyFloat": 207.126, - "CSSPropertyMaxHeight": 206.685, - "CSSPropertyBorderTop": 2817.184, - "CSSPropertyMinHeight": 206.669, - "CSSPropertyFontStyle": 2816.474, - "CSSPropertyTransform": 208.015, - "CSSPropertyDisplay": 206.605, - "CSSPropertyLineHeight": 206.52, - "CSSPropertyMarginRight": 207.065, - "CSSPropertyFont": 207.421, - "CSSPropertyFill": 208.982, - "CSSPropertyListStyle": 210.52, - "CSSPropertyOpacity": 206.929, - "CSSPropertyAnimation": 208.521, - "CSSPropertyAliasWebkitUserSelect": 210.306, - "CSSPropertyTransitionDelay": 208.593, - "CSSPropertyPaddingLeft": 207.043, - "CSSPropertyMarginTop": 207.692, - "CSSPropertyTextOverflow": 210.486, - "CSSPropertyPadding": 206.319, - "CSSPropertyWhiteSpace": 209.994, - "CSSPropertyTextTransform": 208.254, - "CSSPropertyBorderLeft": 206.967, - "CSSPropertyBoxSizing": 208.045, - "CSSPropertyRight": 208.717, - "CSSPropertyBoxShadow": 209.091, - "CSSPropertyBorderBottomColor": 2524.631, - "CSSPropertyBorderRadius": 208.905, - "CSSPropertyFontSize": 206.267, - "CSSPropertyVerticalAlign": 206.458, - "CSSPropertyBackgroundSize": 206.781, - "CSSPropertyClear": 210.08, - "CSSPropertyBorderColor": 207.252, - "CSSPropertyPaddingBottom": 208.164, - "CSSPropertyZIndex": 206.831, - "CSSPropertyAliasWebkitTransform": 207.997, - "CSSPropertyPaddingRight": 207.887, - "CSSPropertyBorderWidth": 207.668, - "CSSPropertyVisibility": 207.088, - "CSSPropertyBackgroundImage": 209.154, - "CSSPropertyDirection": 210.718, - "CSSPropertyLeft": 206.551, - "CSSPropertyContent": 208.391, - "CSSPropertyZoom": 206.589, - "CSSPropertyBorderBottom": 207.021, - "CSSPropertyAliasWebkitBackgroundSize": 206.764, - "CSSPropertyUserSelect": 210.324, - "CSSPropertyWidth": 206.361, - "CSSPropertyMinWidth": 206.636, - "CSSPropertyTransition": 207.923, - "CSSPropertyBorder": 206.436, - "CSSPropertyMarginLeft": 206.567 - }, - "Features": { - "XMLHttpRequestAsynchronous": 538.824, - "V8Performance_Navigation_AttributeGetter": 490.887, - "HTMLMediaElement": 223.025, - "LangAttribute": 221.289, - "HTMLMediaElementInDocument": 223.076, - "AutocapitalizeAttribute": 224.458, - "UnprefixedUserTiming": 7322.145, - "SecureContextCheckPassed": 206.143, - "FormElement": 224.275, - "CSSValueAppearanceNone": 209.248, - "CookieSet": 606.999, - "UnprefixedTransitionEndEvent": 2077.923, - "CSSAtRuleKeyframes": 208.537, - "V8Performance_Timing_AttributeGetter": 216.806, - "DocumentUnloadRegistered": 472.063, - "PaintTimingRequested": 7327.265, - "HasIDClassTagAttribute": 206.181, - "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, - "CSSValueAppearanceRadio": 209.292, - "DeprecatedWebKitLinearGradient": 210.241, - "CSSFlexibleBox": 238.581, - "SuppressHistoryEntryWithoutUserGesture": 10.229, - "NetInfo": 491.138, - "DeprecatedWebKitGradient": 210.421, - "DocumentPageShowRegistered": 623.775, - "HTMLTableCellElementColspan": 2832.647, - "SVGSVGElementInDocument": 2815.428, - "MaxAttribute": 223.533, - "InputTypeSubmit": 224.537, - "PendingStylesheetAddedAfterBodyStarted": 657.663, - "UnprefixedRequestAnimationFrame": 2.883, - "UnprefixedPerformanceTimeline": 1416.341, - "DocumentBeforeUnloadRegistered": 217.425, - "V8Document_Images_AttributeGetter": 491.481, - "HasBeforeOrAfterPseudoElement": 208.365, - "CSSValueAppearanceCheckbox": 209.317, - "InputTypeSearch": 290.038, - "V8StrictMode": 488.936, - "DocumentPageHideRegistered": 623.842, - "V8Element_GetBoundingClientRect_Method": 471.762, - "SVGSVGElement": 2811.276, - "LangAttributeOnHTML": 221.333, - "SendBeacon": 505.542, - "CSSAtRuleMedia": 207.573, - "StepAttribute": 223.432, - "PointerEventAddListenerCount": 2657.736, - "CleanScriptElementWithNonce": 205.341, - "V8SloppyMode": 0, - "CookieGet": 467.477 - } - }, - "step": 1, - "effectiveBps": 254308, - "effectiveBpsDoc": 146533, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 1, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" - }, - "consoleLog": [] - } + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 1, + "testStartOffset": 0, + "bytesOut": 3150, + "gzip_savings": 0, + "requestsFull": 5, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1474, + "final_base_page_request_id": "88921.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 69, + "docTime": 1334, + "domContentLoadedEventEnd": 901, + "image_savings": 0, + "requestsDoc": 3, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 66517, + "responses_404": 0, + "loadTime": 1334, + "score_combine": -1, + "score_etags": -1, + "image_total": 0, + "loadEventStart": 1326, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": -1, + "domContentLoadedEventStart": 891, + "final_url": "https://www.google.com/", + "bytesInDoc": 66572, + "score_keep-alive": 100, + "loadEventEnd": 1335, + "score_cache": -1, + "responses_other": 4, + "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", + "fullyLoaded": 3303, + "requests": 5, + "final_base_page_request": 1, + "TTFB": 226, + "bytesIn": 66660, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 2910, + "test_run_time_ms": 7792, + "PerformancePaintTiming.first-contentful-paint": 810.4, + "firstPaint": 810.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 810.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25, + "domElements": 407, + "domInteractive": 891, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 1200, + "visualComplete": 1200, + "render": 900, + "SpeedIndex": 903, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 16 + }, + { + "name": "fetchStart", + "time": 16 + }, + { + "name": "redirectEnd", + "time": 28 + }, + { + "name": "fetchStart", + "time": 28 + }, + { + "name": "unloadEventStart", + "time": 240 + }, + { + "name": "unloadEventEnd", + "time": 240 + }, + { + "name": "domLoading", + "time": 255 + }, + { + "name": "responseEnd", + "time": 342 + }, + { + "name": "firstLayout", + "time": 688 + }, + { + "name": "firstPaint", + "time": 816 + }, + { + "name": "firstContentfulPaint", + "time": 816 + }, + { + "name": "firstTextPaint", + "time": 816 + }, + { + "name": "firstImagePaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "domInteractive", + "time": 896 + }, + { + "name": "domContentLoadedEventStart", + "time": 896 + }, + { + "name": "domContentLoadedEventEnd", + "time": 906 + }, + { + "name": "domComplete", + "time": 1331 + }, + { + "name": "loadEventStart", + "time": 1331 + }, + { + "name": "loadEventEnd", + "time": 1341 + } + ], + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.fetchStart": 28, + "chromeUserTiming.redirectEnd": 28, + "chromeUserTiming.unloadEventStart": 240, + "chromeUserTiming.unloadEventEnd": 240, + "chromeUserTiming.domLoading": 255, + "chromeUserTiming.responseEnd": 342, + "chromeUserTiming.firstLayout": 688, + "chromeUserTiming.firstPaint": 816, + "chromeUserTiming.firstContentfulPaint": 816, + "chromeUserTiming.firstTextPaint": 816, + "chromeUserTiming.firstImagePaint": 816, + "chromeUserTiming.firstMeaningfulPaintCandidate": 816, + "chromeUserTiming.firstMeaningfulPaint": 816, + "chromeUserTiming.domInteractive": 896, + "chromeUserTiming.domContentLoadedEventStart": 896, + "chromeUserTiming.domContentLoadedEventEnd": 906, + "chromeUserTiming.domComplete": 1331, + "chromeUserTiming.loadEventStart": 1331, + "chromeUserTiming.loadEventEnd": 1341, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 287.851, + "CSSPropertyPosition": 284.773, + "CSSPropertyAliasWebkitBorderRadius": 286.368, + "CSSPropertyAliasWebkitAnimation": 287.912, + "CSSPropertyMaxWidth": 286.828, + "CSSPropertyBorderLeftColor": 287.961, + "CSSPropertyTextDecoration": 287.159, + "CSSPropertyWebkitTapHighlightColor": 693.87, + "CSSPropertyBorderRight": 287.765, + "CSSPropertyMaxHeight": 288.419, + "CSSPropertyBorderTop": 287.736, + "CSSPropertySrc": 363.648, + "CSSPropertyAliasWebkitJustifyContent": 289.945, + "CSSPropertyZIndex": 284.912, + "CSSPropertyTransitionDelay": 447.863, + "CSSPropertyPaddingLeft": 284.932, + "CSSPropertyUnicodeRange": 363.665, + "CSSPropertyPadding": 285.515, + "CSSPropertyWhiteSpace": 286.772, + "CSSPropertyBackgroundClip": 290.171, + "CSSPropertyAliasWebkitBoxSizing": 288.698, + "CSSPropertyAliasWebkitBoxShadow": 286.556, + "CSSPropertyVerticalAlign": 285.239, + "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, + "CSSPropertyBackgroundPosition": 287.071, + "CSSPropertyFill": 447.754, + "CSSPropertyMinWidth": 286.468, + "CSSPropertyTransition": 285.324, + "CSSPropertyAliasWebkitTransformOrigin": 287.608, + "CSSPropertyBackgroundOrigin": 290.2, + "CSSPropertyBorderStyle": 287.99, + "CSSPropertyFontFamily": 286.425, + "CSSPropertyTransform": 287.594, + "CSSPropertyCursor": 284.882, + "CSSPropertyHeight": 285.03, + "CSSPropertyPerspectiveOrigin": 289.061, + "CSSPropertyBorderBottomWidth": 287.237, + "CSSPropertyMinHeight": 286.974, + "CSSPropertyFontStyle": 288.581, + "CSSPropertyBorderRightWidth": 290.606, + "CSSPropertyAnimation": 287.934, + "CSSPropertyBorderTopLeftRadius": 285.775, + "CSSPropertyBorderBottomLeftRadius": 285.755, + "CSSPropertyTextOverflow": 287.702, + "CSSPropertyBoxSizing": 288.712, + "CSSPropertyBorderColor": 288.332, + "CSSPropertyPaddingBottom": 286.737, + "CSSPropertyBackgroundImage": 285.945, + "CSSPropertyLeft": 286.311, + "CSSPropertyContent": 287.678, + "CSSPropertyFilter": 290.102, + "CSSPropertyWidth": 285.615, + "CSSPropertyBorder": 284.811, + "CSSPropertyFlex": 287.864, + "CSSPropertyBorderTopColor": 287.797, + "CSSPropertyBackgroundColor": 285.009, + "CSSPropertyAliasWebkitAlignItems": 289.902, + "CSSPropertyPaddingTop": 284.972, + "CSSPropertyBottom": 288.016, + "CSSPropertyBorderCollapse": 290.92, + "CSSPropertyMargin": 285.797, + "CSSPropertyTop": 285.71, + "CSSPropertyMarginBottom": 285.378, + "CSSPropertyUnicodeBidi": 284.686, + "CSSPropertyFloat": 285.681, + "CSSPropertyDisplay": 284.733, + "CSSPropertyWordWrap": 1104.266, + "CSSPropertyTransformOrigin": 287.621, + "CSSPropertyAliasWebkitUserSelect": 286.39, + "CSSPropertyMarginTop": 285.358, + "CSSPropertyBorderLeft": 287.751, + "CSSPropertyJustifyContent": 289.963, + "CSSPropertyBoxShadow": 285.296, + "CSSPropertyTextShadow": 288.999, + "CSSPropertyBorderRightColor": 287.977, + "CSSPropertyPaddingRight": 284.952, + "CSSPropertyWebkitAppearance": 1104.396, + "CSSPropertyAliasWebkitBackgroundSize": 287.291, + "CSSPropertyAnimationTimingFunction": 448.707, + "CSSPropertyPointerEvents": 448.059, + "CSSPropertyBorderRadius": 285.265, + "CSSPropertyAliasWebkitTransition": 286.643, + "CSSPropertyOutline": 285.409, + "CSSPropertyListStyleType": 1104.319, + "CSSPropertyOverflow": 284.754, + "CSSPropertyFontWeight": 286.446, + "CSSPropertyOverflowY": 287.098, + "CSSPropertyTextAlign": 285.596, + "CSSPropertyMarginRight": 286.884, + "CSSPropertyWebkitFontSmoothing": 448.476, + "CSSPropertyAlignItems": 289.926, + "CSSPropertyBackground": 284.86, + "CSSPropertyAnimationDirection": 448.689, + "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, + "CSSPropertyUserSelect": 1104.082, + "CSSPropertyLineHeight": 285.467, + "CSSPropertyFont": 285.446, + "CSSPropertyOpacity": 287.011, + "CSSPropertyTextTransform": 289.284, + "CSSPropertyRight": 287.831, + "CSSPropertyBorderBottomColor": 286.136, + "CSSPropertyFontSize": 285.569, + "CSSPropertyOrder": 289.809, + "CSSPropertyBackgroundSize": 287.306, + "CSSPropertyAliasWebkitTransform": 287.581, + "CSSPropertyBorderWidth": 288.004, + "CSSPropertyVisibility": 287.053, + "CSSPropertyAliasWebkitOrder": 289.789, + "CSSPropertyClip": 882.409, + "CSSPropertyBorderBottom": 287.216, + "CSSPropertyColor": 285.649, + "CSSPropertyMarginLeft": 285.827 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 892.531, + "PaintTimingRequested": 5937.234, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, + "HTMLMediaElement": 1232.797, + "DeprecatedWebKitGradient": 285.911, + "DocumentFonts": 364.316, + "InputTypeSubmit": 693.757, + "EventSrcElement": 293.837, + "UnprefixedUserTiming": 5932.413, + "SecureContextCheckPassed": 279.757, + "FormElement": 692.888, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, + "InputTypeText": 702.428, + "SetReferrerPolicy": 274.622, + "V8Performance_Timing_AttributeGetter": 1044.461, + "CSSAtRuleKeyframes": 287.029, + "DocumentUnloadRegistered": 1066.129, + "DocumentPageShowFired": 1345.26, + "V8Performance_Memory_AttributeGetter": 1340.897, + "V8MessageChannel_Constructor": 1068.728, + "DocumentPageShowRegistered": 1012.756, + "HasIDClassTagAttribute": 284.634, + "SrcsetXDescriptor": 694.15, + "InputTypeSubmitWithValue": 693.785, + "DeprecatedWebKitLinearGradient": 285.981, + "CSSFlexibleBox": 702.642, + "RemoveEventListenerThirdArgumentIsObject": 850.919, + "SuppressHistoryEntryWithoutUserGesture": 8.936, + "V8MessagePort_PostMessage_Method": 1069.094, + "NetInfoEffectiveType": 1338.981, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, + "UnprefixedRequestAnimationFrame": 2.767, + "NetInfoDownlink": 1338.947, + "PrefixedMinDevicePixelRatioMediaFeature": 364.68, + "SVGSVGElementInDocument": 693.551, + "SyntheticKeyframesInCompositedCSSAnimation": 703.343, + "PrefixedDevicePixelRatioMediaFeature": 364.698, + "CookieSet": 1217.842, + "LangAttribute": 450.454, + "CSSAtRuleMedia": 286.668, + "CSSValueAppearanceButton": 1104.369, + "UnprefixedPerformanceTimeline": 3262.199, + "V8Document_Scripts_AttributeGetter": 1314.692, + "V8Document_Images_AttributeGetter": 1335.907, + "HTMLElementInnerText": 1314.981, + "HasBeforeOrAfterPseudoElement": 287.555, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, + "CrossOriginMainFrameNulledNameAccessed": 1325.204, + "CSSAtRuleWebkitKeyframes": 286.989, + "DocumentPageHideRegistered": 1245.973, + "FontFaceConstructor": 830.826, + "V8StrictMode": 1014.197, + "CSSSelectorIndirectAdjacent": 288.036, + "AddEventListenerThirdArgumentIsObject": 850.84, + "CSSAtRuleFontFace": 363.584, + "V8Element_GetBoundingClientRect_Method": 1253.718, + "EventPath": 294.039, + "XSSAuditorEnabledBlock": 270.408, + "InputTypeTextMaxLength": 702.463, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, + "SVGSVGElement": 693.499, + "NetInfo": 1338.791, + "LangAttributeOnHTML": 450.48, + "SendBeacon": 892.71, + "PendingStylesheetAddedAfterBodyStarted": 363.529, + "NetInfoOnChange": 1339.009, + "AutocapitalizeAttribute": 1125.972, + "V8Permissions_Query_Method": 1280.367, + "CleanScriptElementWithNonce": 274.928, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 811.08 + } + }, + "step": 1, + "effectiveBps": 21663, + "effectiveBpsDoc": 60083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 0, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "webPagetestVersion": "18.02" + }, + "SpeedIndex": { + "data": { + "id": "180228_SP_1Q92", + "summary": + "http://www.webpagetest.org/results.php?test=180228_SP_1Q92", + "location": "Dulles:Chrome", + "connectivity": "Cable", + "bwDown": 5000, + "bwUp": 1000, + "latency": 28, + "plr": "0", + "mobile": 0, + "label": "20180228-163636-01-google.com", + "completed": 1519857499, + "runs": { + "1": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 13, + "testStartOffset": 0, + "bytesOut": 10888, + "gzip_savings": 0, + "requestsFull": 19, + "start_epoch": 0, + "connections": 8, + "bytesOutDoc": 8086, + "final_base_page_request_id": "88451.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 70, + "docTime": 1736, + "domContentLoadedEventEnd": 934, + "image_savings": 0, + "requestsDoc": 15, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 346707, + "responses_404": 0, + "loadTime": 1736, + "score_combine": -1, + "score_etags": -1, + "image_total": 35425, + "loadEventStart": 1725, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": 100, + "domContentLoadedEventStart": 926, + "final_url": "https://www.google.com/?gws_rd=ssl", + "bytesInDoc": 414316, + "score_keep-alive": 100, + "loadEventEnd": 1736, + "score_cache": 100, + "responses_other": 6, + "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", + "fullyLoaded": 3579, + "requests": 19, + "final_base_page_request": 2, + "TTFB": 477, + "bytesIn": 416502, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 3079, + "test_run_time_ms": 9289, + "PerformancePaintTiming.first-contentful-paint": 808.9, + "firstPaint": 808.9, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 808.9, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25.183973, + "domElements": 408, + "domInteractive": 926, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 2100, + "visualComplete": 2100, + "render": 900, + "SpeedIndex": 912, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 135 + }, + { + "name": "fetchStart", + "time": 135 + }, + { + "name": "redirectEnd", + "time": 233 + }, + { + "name": "fetchStart", + "time": 233 + }, + { + "name": "unloadEventStart", + "time": 486 + }, + { + "name": "unloadEventEnd", + "time": 486 + }, + { + "name": "domLoading", + "time": 492 + }, + { + "name": "responseEnd", + "time": 729 + }, + { + "name": "firstLayout", + "time": 814 + }, + { + "name": "firstPaint", + "time": 815 + }, + { + "name": "firstContentfulPaint", + "time": 815 + }, + { + "name": "firstTextPaint", + "time": 815 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 815 + }, + { + "name": "firstImagePaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "domInteractive", + "time": 932 + }, + { + "name": "domContentLoadedEventStart", + "time": 933 + }, + { + "name": "domContentLoadedEventEnd", + "time": 941 + }, + { + "name": "domComplete", + "time": 1731 + }, + { + "name": "loadEventStart", + "time": 1732 + }, + { + "name": "loadEventEnd", + "time": 1742 + } + ], + "chromeUserTiming.fetchStart": 233, + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.redirectEnd": 233, + "chromeUserTiming.unloadEventStart": 486, + "chromeUserTiming.unloadEventEnd": 486, + "chromeUserTiming.domLoading": 492, + "chromeUserTiming.responseEnd": 729, + "chromeUserTiming.firstLayout": 814, + "chromeUserTiming.firstPaint": 815, + "chromeUserTiming.firstContentfulPaint": 815, + "chromeUserTiming.firstTextPaint": 815, + "chromeUserTiming.firstMeaningfulPaintCandidate": 889, + "chromeUserTiming.firstImagePaint": 889, + "chromeUserTiming.firstMeaningfulPaint": 889, + "chromeUserTiming.domInteractive": 932, + "chromeUserTiming.domContentLoadedEventStart": 933, + "chromeUserTiming.domContentLoadedEventEnd": 941, + "chromeUserTiming.domComplete": 1731, + "chromeUserTiming.loadEventStart": 1732, + "chromeUserTiming.loadEventEnd": 1742, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 522.978, + "CSSPropertyPosition": 520.521, + "CSSPropertyAliasWebkitBorderRadius": 521.583, + "CSSPropertyAliasWebkitAnimation": 523.047, + "CSSPropertyMaxWidth": 521.972, + "CSSPropertyBorderLeftColor": 523.186, + "CSSPropertyTextDecoration": 522.274, + "CSSPropertyWebkitTapHighlightColor": 830.101, + "CSSPropertyBorderRight": 522.859, + "CSSPropertyMaxHeight": 523.751, + "CSSPropertyBorderTop": 522.818, + "CSSPropertySrc": 613.952, + "CSSPropertyAliasWebkitJustifyContent": 525.269, + "CSSPropertyZIndex": 520.632, + "CSSPropertyTransitionDelay": 826.931, + "CSSPropertyPaddingLeft": 520.648, + "CSSPropertyUnicodeRange": 613.97, + "CSSPropertyPadding": 520.93, + "CSSPropertyWhiteSpace": 521.933, + "CSSPropertyBackgroundClip": 525.467, + "CSSPropertyAliasWebkitBoxSizing": 524.08, + "CSSPropertyAliasWebkitBoxShadow": 521.766, + "CSSPropertyVerticalAlign": 520.733, + "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, + "CSSPropertyBackgroundPosition": 522.183, + "CSSPropertyFill": 826.844, + "CSSPropertyMinWidth": 521.703, + "CSSPropertyTransition": 520.791, + "CSSPropertyAliasWebkitTransformOrigin": 522.679, + "CSSPropertyBackgroundOrigin": 525.487, + "CSSPropertyBorderStyle": 523.222, + "CSSPropertyFontFamily": 521.669, + "CSSPropertyTransform": 522.664, + "CSSPropertyCursor": 520.61, + "CSSPropertyHeight": 520.718, + "CSSPropertyPerspectiveOrigin": 524.502, + "CSSPropertyBorderBottomWidth": 522.375, + "CSSPropertyMinHeight": 522.081, + "CSSPropertyFontStyle": 523.943, + "CSSPropertyBorderRightWidth": 525.803, + "CSSPropertyAnimation": 523.076, + "CSSPropertyBorderTopLeftRadius": 521.163, + "CSSPropertyBorderBottomLeftRadius": 521.148, + "CSSPropertyTextOverflow": 522.782, + "CSSPropertyBoxSizing": 524.096, + "CSSPropertyBorderColor": 523.646, + "CSSPropertyPaddingBottom": 521.906, + "CSSPropertyBackgroundImage": 521.278, + "CSSPropertyLeft": 521.544, + "CSSPropertyContent": 522.755, + "CSSPropertyFilter": 525.415, + "CSSPropertyWidth": 520.998, + "CSSPropertyBorder": 520.549, + "CSSPropertyFlex": 522.993, + "CSSPropertyBorderTopColor": 522.914, + "CSSPropertyBackgroundColor": 520.703, + "CSSPropertyAliasWebkitAlignItems": 525.237, + "CSSPropertyPaddingTop": 520.677, + "CSSPropertyBottom": 523.253, + "CSSPropertyBorderCollapse": 526.098, + "CSSPropertyMargin": 521.179, + "CSSPropertyTop": 521.118, + "CSSPropertyMarginBottom": 520.827, + "CSSPropertyUnicodeBidi": 520.457, + "CSSPropertyFloat": 521.097, + "CSSPropertyDisplay": 520.491, + "CSSPropertyWordWrap": 1285.537, + "CSSPropertyTransformOrigin": 522.693, + "CSSPropertyAliasWebkitUserSelect": 521.598, + "CSSPropertyMarginTop": 520.812, + "CSSPropertyBorderLeft": 522.836, + "CSSPropertyJustifyContent": 525.283, + "CSSPropertyBoxShadow": 520.77, + "CSSPropertyTextShadow": 524.435, + "CSSPropertyBorderRightColor": 523.206, + "CSSPropertyPaddingRight": 520.663, + "CSSPropertyWebkitAppearance": 1285.696, + "CSSPropertyAliasWebkitBackgroundSize": 522.436, + "CSSPropertyAnimationTimingFunction": 827.475, + "CSSPropertyPointerEvents": 827.062, + "CSSPropertyBorderRadius": 520.748, + "CSSPropertyAliasWebkitTransition": 521.822, + "CSSPropertyOutline": 520.857, + "CSSPropertyListStyleType": 1285.592, + "CSSPropertyOverflow": 520.507, + "CSSPropertyFontWeight": 521.686, + "CSSPropertyOverflowY": 522.212, + "CSSPropertyTextAlign": 520.983, + "CSSPropertyMarginRight": 522.015, + "CSSPropertyWebkitFontSmoothing": 827.343, + "CSSPropertyAlignItems": 525.254, + "CSSPropertyBackground": 520.594, + "CSSPropertyAnimationDirection": 827.46, + "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, + "CSSPropertyUserSelect": 1285.321, + "CSSPropertyLineHeight": 520.906, + "CSSPropertyFont": 520.891, + "CSSPropertyOpacity": 522.118, + "CSSPropertyTextTransform": 524.761, + "CSSPropertyRight": 522.955, + "CSSPropertyBorderBottomColor": 521.426, + "CSSPropertyFontSize": 520.965, + "CSSPropertyOrder": 525.136, + "CSSPropertyBackgroundSize": 522.452, + "CSSPropertyAliasWebkitTransform": 522.649, + "CSSPropertyBorderWidth": 523.239, + "CSSPropertyVisibility": 522.164, + "CSSPropertyAliasWebkitOrder": 525.117, + "CSSPropertyClip": 928.169, + "CSSPropertyBorderBottom": 522.334, + "CSSPropertyColor": 521.073, + "CSSPropertyMarginLeft": 521.199 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 939.602, + "PaintTimingRequested": 6118.17, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, + "HTMLMediaElement": 1455.002, + "LangAttribute": 616.282, + "DocumentFonts": 826.242, + "InputTypeSubmit": 829.977, + "EventSrcElement": 528.456, + "UnprefixedUserTiming": 6112.681, + "SecureContextCheckPassed": 514.472, + "FormElement": 828.952, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, + "InputTypeText": 838.472, + "SetReferrerPolicy": 504.461, + "V8Performance_Timing_AttributeGetter": 1223.778, + "CSSAtRuleKeyframes": 522.137, + "DocumentUnloadRegistered": 1248.489, + "DocumentPageShowFired": 1749.86, + "V8Performance_Memory_AttributeGetter": 1744.966, + "V8MessageChannel_Constructor": 1250.704, + "DocumentPageShowRegistered": 1190.385, + "HasIDClassTagAttribute": 520.416, + "SrcsetXDescriptor": 830.38, + "InputTypeSubmitWithValue": 830.004, + "DeprecatedWebKitLinearGradient": 521.304, + "CSSFlexibleBox": 838.682, + "RemoveEventListenerThirdArgumentIsObject": 916.67, + "SuppressHistoryEntryWithoutUserGesture": 13.674, + "V8MessagePort_PostMessage_Method": 1250.977, + "NetInfoEffectiveType": 1742.921, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, + "DeprecatedWebKitGradient": 521.254, + "NetInfoDownlink": 1742.887, + "PrefixedMinDevicePixelRatioMediaFeature": 614.672, + "SVGSVGElementInDocument": 829.747, + "SyntheticKeyframesInCompositedCSSAnimation": 839.33, + "PrefixedDevicePixelRatioMediaFeature": 614.692, + "CookieSet": 1449.495, + "CSSAtRuleMedia": 521.843, + "CSSValueAppearanceButton": 1285.671, + "UnprefixedRequestAnimationFrame": 6.645, + "UnprefixedPerformanceTimeline": 3384.092, + "V8Document_Scripts_AttributeGetter": 1717.726, + "V8Document_Images_AttributeGetter": 1739.87, + "HTMLElementInnerText": 1717.929, + "HasBeforeOrAfterPseudoElement": 522.62, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, + "CrossOriginMainFrameNulledNameAccessed": 1725.666, + "CSSAtRuleWebkitKeyframes": 522.095, + "DocumentPageHideRegistered": 1355.879, + "FontFaceConstructor": 966.319, + "V8StrictMode": 1158.715, + "CSSSelectorIndirectAdjacent": 523.276, + "AddEventListenerThirdArgumentIsObject": 916.612, + "CSSAtRuleFontFace": 613.84, + "V8Element_GetBoundingClientRect_Method": 1364.936, + "EventPath": 528.705, + "XSSAuditorEnabledBlock": 501.849, + "InputTypeTextMaxLength": 838.497, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, + "SVGSVGElement": 829.69, + "NetInfo": 1742.711, + "LangAttributeOnHTML": 616.308, + "SendBeacon": 939.77, + "PendingStylesheetAddedAfterBodyStarted": 613.8, + "NetInfoOnChange": 1742.947, + "AutocapitalizeAttribute": 1302.806, + "V8Permissions_Query_Method": 1398.772, + "CleanScriptElementWithNonce": 504.942, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 953.657 + } + }, + "step": 1, + "effectiveBps": 134268, + "effectiveBpsDoc": 329083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 5, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 1, + "testStartOffset": 0, + "bytesOut": 3150, + "gzip_savings": 0, + "requestsFull": 5, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1474, + "final_base_page_request_id": "88921.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 69, + "docTime": 1334, + "domContentLoadedEventEnd": 901, + "image_savings": 0, + "requestsDoc": 3, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 66517, + "responses_404": 0, + "loadTime": 1334, + "score_combine": -1, + "score_etags": -1, + "image_total": 0, + "loadEventStart": 1326, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": -1, + "domContentLoadedEventStart": 891, + "final_url": "https://www.google.com/", + "bytesInDoc": 66572, + "score_keep-alive": 100, + "loadEventEnd": 1335, + "score_cache": -1, + "responses_other": 4, + "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", + "fullyLoaded": 3303, + "requests": 5, + "final_base_page_request": 1, + "TTFB": 226, + "bytesIn": 66660, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 2910, + "test_run_time_ms": 7792, + "PerformancePaintTiming.first-contentful-paint": 810.4, + "firstPaint": 810.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 810.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25, + "domElements": 407, + "domInteractive": 891, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 1200, + "visualComplete": 1200, + "render": 900, + "SpeedIndex": 903, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 16 + }, + { + "name": "fetchStart", + "time": 16 + }, + { + "name": "redirectEnd", + "time": 28 + }, + { + "name": "fetchStart", + "time": 28 + }, + { + "name": "unloadEventStart", + "time": 240 + }, + { + "name": "unloadEventEnd", + "time": 240 + }, + { + "name": "domLoading", + "time": 255 + }, + { + "name": "responseEnd", + "time": 342 + }, + { + "name": "firstLayout", + "time": 688 + }, + { + "name": "firstPaint", + "time": 816 + }, + { + "name": "firstContentfulPaint", + "time": 816 + }, + { + "name": "firstTextPaint", + "time": 816 + }, + { + "name": "firstImagePaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "domInteractive", + "time": 896 + }, + { + "name": "domContentLoadedEventStart", + "time": 896 + }, + { + "name": "domContentLoadedEventEnd", + "time": 906 + }, + { + "name": "domComplete", + "time": 1331 + }, + { + "name": "loadEventStart", + "time": 1331 + }, + { + "name": "loadEventEnd", + "time": 1341 } - }, - "median": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 63, - "testStartOffset": 0, - "bytesOut": 58857, - "gzip_savings": 12722, - "requestsFull": 71, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1094, - "final_base_page_request_id": "26026.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 90, - "docTime": 628, - "domContentLoadedEventEnd": 627, - "image_savings": 9479, - "requestsDoc": 2, - "score_cookies": -1, - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 120961, - "responses_404": 0, - "loadTime": 628, - "score_combine": -1, - "score_etags": -1, - "image_total": 1003267, - "loadEventStart": 628, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 90, - "score_compress": 100, - "domContentLoadedEventStart": 625, - "final_url": "https://www.bing.com/", - "bytesInDoc": 49104, - "score_keep-alive": 100, - "loadEventEnd": 629, - "score_cache": 81, - "responses_other": 8, - "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", - "fullyLoaded": 4912, - "requests": 71, - "final_base_page_request": 0, - "TTFB": 356, - "bytesIn": 1137374, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5300, - "test_run_time_ms": 12279, - "PerformancePaintTiming.first-contentful-paint": 610.4, - "firstPaint": 610.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 610.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 16.740366, - "domElements": 608, - "domInteractive": 624, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3700, - "visualComplete": 3700, - "render": 600, - "SpeedIndex": 1630, - "visualComplete85": 2400, - "visualComplete90": 2400, - "visualComplete95": 3700, - "visualComplete99": 3700, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 15 - }, - { - "name": "unloadEventStart", - "time": 376 - }, - { - "name": "unloadEventEnd", - "time": 376 - }, - { - "name": "domLoading", - "time": 383 - }, - { - "name": "firstLayout", - "time": 405 - }, - { - "name": "responseEnd", - "time": 448 - }, - { - "name": "firstPaint", - "time": 625 - }, - { - "name": "firstContentfulPaint", - "time": 625 - }, - { - "name": "firstTextPaint", - "time": 625 - }, - { - "name": "firstImagePaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "domInteractive", - "time": 640 - }, - { - "name": "domContentLoadedEventStart", - "time": 640 - }, - { - "name": "domContentLoadedEventEnd", - "time": 642 - }, - { - "name": "domComplete", - "time": 643 - }, - { - "name": "loadEventStart", - "time": 643 - }, - { - "name": "loadEventEnd", - "time": 644 - } - ], - "chromeUserTiming.fetchStart": 15, - "chromeUserTiming.unloadEventStart": 376, - "chromeUserTiming.unloadEventEnd": 376, - "chromeUserTiming.domLoading": 383, - "chromeUserTiming.firstLayout": 405, - "chromeUserTiming.responseEnd": 448, - "chromeUserTiming.firstPaint": 625, - "chromeUserTiming.firstContentfulPaint": 625, - "chromeUserTiming.firstTextPaint": 625, - "chromeUserTiming.firstImagePaint": 625, - "chromeUserTiming.firstMeaningfulPaint": 625, - "chromeUserTiming.firstMeaningfulPaintCandidate": 625, - "chromeUserTiming.domInteractive": 640, - "chromeUserTiming.domContentLoadedEventStart": 640, - "chromeUserTiming.domContentLoadedEventEnd": 642, - "chromeUserTiming.domComplete": 643, - "chromeUserTiming.loadEventStart": 643, - "chromeUserTiming.loadEventEnd": 644, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 393.629, - "CSSPropertyTextAlign": 395.366, - "CSSPropertyWordWrap": 397.012, - "CSSPropertyPosition": 393.318, - "CSSPropertyAliasWebkitTransition": 395.776, - "CSSPropertyOutline": 394.88, - "CSSPropertyAliasWebkitAnimation": 395.516, - "CSSPropertyOverflow": 393.012, - "CSSPropertyFontFamily": 393.05, - "CSSPropertyBackgroundColor": 393.241, - "CSSPropertyFontWeight": 393.731, - "CSSPropertyBackgroundPosition": 394.39, - "CSSPropertyPaddingTop": 395.892, - "CSSPropertyOverflowX": 394.907, - "CSSPropertyOverflowY": 394.923, - "CSSPropertyCursor": 394.178, - "CSSPropertyBottom": 393.376, - "CSSPropertyMaxWidth": 393.494, - "CSSPropertyBorderCollapse": 393.179, - "CSSPropertyMargin": 393.221, - "CSSPropertyTop": 393.335, - "CSSPropertyMarginBottom": 395.191, - "CSSPropertyBorderSpacing": 393.584, - "CSSPropertyTextDecoration": 393.085, - "CSSPropertyTextIndent": 395.972, - "CSSPropertyBorderRight": 394.007, - "CSSPropertyHeight": 393.146, - "CSSPropertyBackground": 393.817, - "CSSPropertyWebkitAppearance": 396.287, - "CSSPropertyColor": 393.92, - "CSSPropertyFloat": 394.152, - "CSSPropertyMaxHeight": 393.55, - "CSSPropertyBorderTop": 3426.346, - "CSSPropertyMinHeight": 393.511, - "CSSPropertyFontStyle": 3425.962, - "CSSPropertyTransform": 395.068, - "CSSPropertyDisplay": 393.446, - "CSSPropertyLineHeight": 393.36, - "CSSPropertyMarginRight": 394.089, - "CSSPropertyFont": 394.445, - "CSSPropertyFill": 395.999, - "CSSPropertyListStyle": 397.604, - "CSSPropertyOpacity": 393.949, - "CSSPropertyAnimation": 395.536, - "CSSPropertyAliasWebkitUserSelect": 397.387, - "CSSPropertyTransitionDelay": 395.609, - "CSSPropertyPaddingLeft": 394.067, - "CSSPropertyMarginTop": 394.737, - "CSSPropertyTextOverflow": 397.569, - "CSSPropertyPadding": 393.12, - "CSSPropertyWhiteSpace": 397.031, - "CSSPropertyTextTransform": 395.28, - "CSSPropertyBorderLeft": 393.989, - "CSSPropertyBoxSizing": 395.098, - "CSSPropertyRight": 395.734, - "CSSPropertyBoxShadow": 396.109, - "CSSPropertyBorderBottomColor": 3222.122, - "CSSPropertyBorderRadius": 395.923, - "CSSPropertyFontSize": 393.067, - "CSSPropertyVerticalAlign": 393.294, - "CSSPropertyBackgroundSize": 393.686, - "CSSPropertyClear": 397.119, - "CSSPropertyBorderColor": 394.28, - "CSSPropertyPaddingBottom": 395.217, - "CSSPropertyZIndex": 393.77, - "CSSPropertyAliasWebkitTransform": 395.05, - "CSSPropertyPaddingRight": 394.939, - "CSSPropertyBorderWidth": 394.713, - "CSSPropertyVisibility": 394.113, - "CSSPropertyBackgroundImage": 396.174, - "CSSPropertyDirection": 397.962, - "CSSPropertyLeft": 393.392, - "CSSPropertyContent": 395.41, - "CSSPropertyZoom": 393.43, - "CSSPropertyBorderBottom": 394.045, - "CSSPropertyAliasWebkitBackgroundSize": 393.66, - "CSSPropertyUserSelect": 397.405, - "CSSPropertyWidth": 393.162, - "CSSPropertyMinWidth": 393.477, - "CSSPropertyTransition": 394.976, - "CSSPropertyBorder": 393.262, - "CSSPropertyMarginLeft": 393.408 - }, - "Features": { - "XMLHttpRequestAsynchronous": 845.741, - "V8Performance_Navigation_AttributeGetter": 657.887, - "HTMLMediaElement": 411.325, - "LangAttribute": 409.817, - "HTMLMediaElementInDocument": 411.374, - "AutocapitalizeAttribute": 412.565, - "UnprefixedUserTiming": 8463.332, - "SecureContextCheckPassed": 392.939, - "FormElement": 412.459, - "CSSValueAppearanceNone": 396.265, - "CookieSet": 1019.373, - "UnprefixedTransitionEndEvent": 2571.028, - "CSSAtRuleKeyframes": 395.553, - "V8Performance_Timing_AttributeGetter": 405.028, - "DocumentUnloadRegistered": 641.269, - "PaintTimingRequested": 8468.153, - "HasIDClassTagAttribute": 392.98, - "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, - "CSSValueAppearanceRadio": 396.309, - "DeprecatedWebKitLinearGradient": 397.32, - "CSSFlexibleBox": 421.309, - "SuppressHistoryEntryWithoutUserGesture": 20.285, - "NetInfo": 658.053, - "DeprecatedWebKitGradient": 397.504, - "DocumentPageShowRegistered": 1030.652, - "HTMLTableCellElementColspan": 3433.255, - "SVGSVGElementInDocument": 3425.368, - "MaxAttribute": 411.82, - "InputTypeSubmit": 412.623, - "PendingStylesheetAddedAfterBodyStarted": 1195.199, - "UnprefixedRequestAnimationFrame": 4.371, - "UnprefixedPerformanceTimeline": 1956.433, - "DocumentBeforeUnloadRegistered": 405.629, - "V8Document_Images_AttributeGetter": 658.266, - "HasBeforeOrAfterPseudoElement": 395.385, - "CSSValueAppearanceCheckbox": 396.334, - "InputTypeSearch": 471.098, - "V8StrictMode": 656.316, - "DocumentPageHideRegistered": 1030.721, - "V8Element_GetBoundingClientRect_Method": 640.931, - "SVGSVGElement": 3423.027, - "LangAttributeOnHTML": 409.845, - "SendBeacon": 668.72, - "CSSAtRuleMedia": 394.611, - "StepAttribute": 411.709, - "PointerEventAddListenerCount": 3329.595, - "CleanScriptElementWithNonce": 392.211, - "V8SloppyMode": 0, - "CookieGet": 639.039 - } - }, - "step": 1, - "effectiveBps": 249643, - "effectiveBpsDoc": 180529, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 31, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 20, - "testStartOffset": 0, - "bytesOut": 22611, - "gzip_savings": 12722, - "requestsFull": 26, - "start_epoch": 0, - "connections": 1, - "bytesOutDoc": 750, - "final_base_page_request_id": "26659.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 52, - "docTime": 469, - "domContentLoadedEventEnd": 468, - "image_savings": 9479, - "requestsDoc": 1, - "score_cookies": -1, - "base_page_ip_ptr": "a-0001.a-msedge.net", - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 87739, - "responses_404": 0, - "loadTime": 469, - "score_combine": -1, - "score_etags": -1, - "image_total": 877804, - "loadEventStart": 468, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 86, - "score_compress": 99, - "domContentLoadedEventStart": 465, - "final_url": "https://www.bing.com/", - "bytesInDoc": 42055, - "score_keep-alive": 100, - "loadEventEnd": 469, - "score_cache": 0, - "responses_other": 6, - "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", - "fullyLoaded": 3998, - "requests": 26, - "final_base_page_request": 0, - "TTFB": 182, - "bytesIn": 970442, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5739, - "test_run_time_ms": 11295, - "PerformancePaintTiming.first-contentful-paint": 455.2, - "firstPaint": 455.2, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 455.2, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 20.834846, - "domElements": 625, - "domInteractive": 465, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3200, - "visualComplete": 3200, - "render": 500, - "SpeedIndex": 1372, - "visualComplete85": 2000, - "visualComplete90": 2000, - "visualComplete95": 3200, - "visualComplete99": 3200, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 7 - }, - { - "name": "unloadEventStart", - "time": 192 - }, - { - "name": "unloadEventEnd", - "time": 192 - }, - { - "name": "domLoading", - "time": 198 - }, - { - "name": "firstLayout", - "time": 218 - }, - { - "name": "responseEnd", - "time": 247 - }, - { - "name": "firstPaint", - "time": 462 - }, - { - "name": "firstContentfulPaint", - "time": 462 - }, - { - "name": "firstTextPaint", - "time": 462 - }, - { - "name": "firstImagePaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "domInteractive", - "time": 472 - }, - { - "name": "domContentLoadedEventStart", - "time": 472 - }, - { - "name": "domContentLoadedEventEnd", - "time": 475 - }, - { - "name": "domComplete", - "time": 475 - }, - { - "name": "loadEventStart", - "time": 475 - }, - { - "name": "loadEventEnd", - "time": 477 - } - ], - "chromeUserTiming.fetchStart": 7, - "chromeUserTiming.unloadEventStart": 192, - "chromeUserTiming.unloadEventEnd": 192, - "chromeUserTiming.domLoading": 198, - "chromeUserTiming.firstLayout": 218, - "chromeUserTiming.responseEnd": 247, - "chromeUserTiming.firstPaint": 462, - "chromeUserTiming.firstContentfulPaint": 462, - "chromeUserTiming.firstTextPaint": 462, - "chromeUserTiming.firstImagePaint": 462, - "chromeUserTiming.firstMeaningfulPaintCandidate": 462, - "chromeUserTiming.firstMeaningfulPaint": 462, - "chromeUserTiming.domInteractive": 472, - "chromeUserTiming.domContentLoadedEventStart": 472, - "chromeUserTiming.domContentLoadedEventEnd": 475, - "chromeUserTiming.domComplete": 475, - "chromeUserTiming.loadEventStart": 475, - "chromeUserTiming.loadEventEnd": 477, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 206.745, - "CSSPropertyTextAlign": 208.345, - "CSSPropertyWordWrap": 209.975, - "CSSPropertyPosition": 206.478, - "CSSPropertyAliasWebkitTransition": 208.758, - "CSSPropertyOutline": 207.828, - "CSSPropertyAliasWebkitAnimation": 208.499, - "CSSPropertyOverflow": 206.212, - "CSSPropertyFontFamily": 206.249, - "CSSPropertyBackgroundColor": 206.415, - "CSSPropertyFontWeight": 206.808, - "CSSPropertyBackgroundPosition": 207.346, - "CSSPropertyPaddingTop": 208.873, - "CSSPropertyOverflowX": 207.855, - "CSSPropertyOverflowY": 207.871, - "CSSPropertyCursor": 207.152, - "CSSPropertyBottom": 206.536, - "CSSPropertyMaxWidth": 206.653, - "CSSPropertyBorderCollapse": 206.378, - "CSSPropertyMargin": 206.396, - "CSSPropertyTop": 206.495, - "CSSPropertyMarginBottom": 208.138, - "CSSPropertyBorderSpacing": 206.715, - "CSSPropertyTextDecoration": 206.285, - "CSSPropertyTextIndent": 208.954, - "CSSPropertyBorderRight": 206.985, - "CSSPropertyHeight": 206.344, - "CSSPropertyBackground": 206.858, - "CSSPropertyWebkitAppearance": 209.269, - "CSSPropertyColor": 206.906, - "CSSPropertyFloat": 207.126, - "CSSPropertyMaxHeight": 206.685, - "CSSPropertyBorderTop": 2817.184, - "CSSPropertyMinHeight": 206.669, - "CSSPropertyFontStyle": 2816.474, - "CSSPropertyTransform": 208.015, - "CSSPropertyDisplay": 206.605, - "CSSPropertyLineHeight": 206.52, - "CSSPropertyMarginRight": 207.065, - "CSSPropertyFont": 207.421, - "CSSPropertyFill": 208.982, - "CSSPropertyListStyle": 210.52, - "CSSPropertyOpacity": 206.929, - "CSSPropertyAnimation": 208.521, - "CSSPropertyAliasWebkitUserSelect": 210.306, - "CSSPropertyTransitionDelay": 208.593, - "CSSPropertyPaddingLeft": 207.043, - "CSSPropertyMarginTop": 207.692, - "CSSPropertyTextOverflow": 210.486, - "CSSPropertyPadding": 206.319, - "CSSPropertyWhiteSpace": 209.994, - "CSSPropertyTextTransform": 208.254, - "CSSPropertyBorderLeft": 206.967, - "CSSPropertyBoxSizing": 208.045, - "CSSPropertyRight": 208.717, - "CSSPropertyBoxShadow": 209.091, - "CSSPropertyBorderBottomColor": 2524.631, - "CSSPropertyBorderRadius": 208.905, - "CSSPropertyFontSize": 206.267, - "CSSPropertyVerticalAlign": 206.458, - "CSSPropertyBackgroundSize": 206.781, - "CSSPropertyClear": 210.08, - "CSSPropertyBorderColor": 207.252, - "CSSPropertyPaddingBottom": 208.164, - "CSSPropertyZIndex": 206.831, - "CSSPropertyAliasWebkitTransform": 207.997, - "CSSPropertyPaddingRight": 207.887, - "CSSPropertyBorderWidth": 207.668, - "CSSPropertyVisibility": 207.088, - "CSSPropertyBackgroundImage": 209.154, - "CSSPropertyDirection": 210.718, - "CSSPropertyLeft": 206.551, - "CSSPropertyContent": 208.391, - "CSSPropertyZoom": 206.589, - "CSSPropertyBorderBottom": 207.021, - "CSSPropertyAliasWebkitBackgroundSize": 206.764, - "CSSPropertyUserSelect": 210.324, - "CSSPropertyWidth": 206.361, - "CSSPropertyMinWidth": 206.636, - "CSSPropertyTransition": 207.923, - "CSSPropertyBorder": 206.436, - "CSSPropertyMarginLeft": 206.567 - }, - "Features": { - "XMLHttpRequestAsynchronous": 538.824, - "V8Performance_Navigation_AttributeGetter": 490.887, - "HTMLMediaElement": 223.025, - "LangAttribute": 221.289, - "HTMLMediaElementInDocument": 223.076, - "AutocapitalizeAttribute": 224.458, - "UnprefixedUserTiming": 7322.145, - "SecureContextCheckPassed": 206.143, - "FormElement": 224.275, - "CSSValueAppearanceNone": 209.248, - "CookieSet": 606.999, - "UnprefixedTransitionEndEvent": 2077.923, - "CSSAtRuleKeyframes": 208.537, - "V8Performance_Timing_AttributeGetter": 216.806, - "DocumentUnloadRegistered": 472.063, - "PaintTimingRequested": 7327.265, - "HasIDClassTagAttribute": 206.181, - "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, - "CSSValueAppearanceRadio": 209.292, - "DeprecatedWebKitLinearGradient": 210.241, - "CSSFlexibleBox": 238.581, - "SuppressHistoryEntryWithoutUserGesture": 10.229, - "NetInfo": 491.138, - "DeprecatedWebKitGradient": 210.421, - "DocumentPageShowRegistered": 623.775, - "HTMLTableCellElementColspan": 2832.647, - "SVGSVGElementInDocument": 2815.428, - "MaxAttribute": 223.533, - "InputTypeSubmit": 224.537, - "PendingStylesheetAddedAfterBodyStarted": 657.663, - "UnprefixedRequestAnimationFrame": 2.883, - "UnprefixedPerformanceTimeline": 1416.341, - "DocumentBeforeUnloadRegistered": 217.425, - "V8Document_Images_AttributeGetter": 491.481, - "HasBeforeOrAfterPseudoElement": 208.365, - "CSSValueAppearanceCheckbox": 209.317, - "InputTypeSearch": 290.038, - "V8StrictMode": 488.936, - "DocumentPageHideRegistered": 623.842, - "V8Element_GetBoundingClientRect_Method": 471.762, - "SVGSVGElement": 2811.276, - "LangAttributeOnHTML": 221.333, - "SendBeacon": 505.542, - "CSSAtRuleMedia": 207.573, - "StepAttribute": 223.432, - "PointerEventAddListenerCount": 2657.736, - "CleanScriptElementWithNonce": 205.341, - "V8SloppyMode": 0, - "CookieGet": 467.477 - } - }, - "step": 1, - "effectiveBps": 254308, - "effectiveBpsDoc": 146533, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 1, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" - }, - "consoleLog": [] + ], + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.fetchStart": 28, + "chromeUserTiming.redirectEnd": 28, + "chromeUserTiming.unloadEventStart": 240, + "chromeUserTiming.unloadEventEnd": 240, + "chromeUserTiming.domLoading": 255, + "chromeUserTiming.responseEnd": 342, + "chromeUserTiming.firstLayout": 688, + "chromeUserTiming.firstPaint": 816, + "chromeUserTiming.firstContentfulPaint": 816, + "chromeUserTiming.firstTextPaint": 816, + "chromeUserTiming.firstImagePaint": 816, + "chromeUserTiming.firstMeaningfulPaintCandidate": 816, + "chromeUserTiming.firstMeaningfulPaint": 816, + "chromeUserTiming.domInteractive": 896, + "chromeUserTiming.domContentLoadedEventStart": 896, + "chromeUserTiming.domContentLoadedEventEnd": 906, + "chromeUserTiming.domComplete": 1331, + "chromeUserTiming.loadEventStart": 1331, + "chromeUserTiming.loadEventEnd": 1341, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 287.851, + "CSSPropertyPosition": 284.773, + "CSSPropertyAliasWebkitBorderRadius": 286.368, + "CSSPropertyAliasWebkitAnimation": 287.912, + "CSSPropertyMaxWidth": 286.828, + "CSSPropertyBorderLeftColor": 287.961, + "CSSPropertyTextDecoration": 287.159, + "CSSPropertyWebkitTapHighlightColor": 693.87, + "CSSPropertyBorderRight": 287.765, + "CSSPropertyMaxHeight": 288.419, + "CSSPropertyBorderTop": 287.736, + "CSSPropertySrc": 363.648, + "CSSPropertyAliasWebkitJustifyContent": 289.945, + "CSSPropertyZIndex": 284.912, + "CSSPropertyTransitionDelay": 447.863, + "CSSPropertyPaddingLeft": 284.932, + "CSSPropertyUnicodeRange": 363.665, + "CSSPropertyPadding": 285.515, + "CSSPropertyWhiteSpace": 286.772, + "CSSPropertyBackgroundClip": 290.171, + "CSSPropertyAliasWebkitBoxSizing": 288.698, + "CSSPropertyAliasWebkitBoxShadow": 286.556, + "CSSPropertyVerticalAlign": 285.239, + "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, + "CSSPropertyBackgroundPosition": 287.071, + "CSSPropertyFill": 447.754, + "CSSPropertyMinWidth": 286.468, + "CSSPropertyTransition": 285.324, + "CSSPropertyAliasWebkitTransformOrigin": 287.608, + "CSSPropertyBackgroundOrigin": 290.2, + "CSSPropertyBorderStyle": 287.99, + "CSSPropertyFontFamily": 286.425, + "CSSPropertyTransform": 287.594, + "CSSPropertyCursor": 284.882, + "CSSPropertyHeight": 285.03, + "CSSPropertyPerspectiveOrigin": 289.061, + "CSSPropertyBorderBottomWidth": 287.237, + "CSSPropertyMinHeight": 286.974, + "CSSPropertyFontStyle": 288.581, + "CSSPropertyBorderRightWidth": 290.606, + "CSSPropertyAnimation": 287.934, + "CSSPropertyBorderTopLeftRadius": 285.775, + "CSSPropertyBorderBottomLeftRadius": 285.755, + "CSSPropertyTextOverflow": 287.702, + "CSSPropertyBoxSizing": 288.712, + "CSSPropertyBorderColor": 288.332, + "CSSPropertyPaddingBottom": 286.737, + "CSSPropertyBackgroundImage": 285.945, + "CSSPropertyLeft": 286.311, + "CSSPropertyContent": 287.678, + "CSSPropertyFilter": 290.102, + "CSSPropertyWidth": 285.615, + "CSSPropertyBorder": 284.811, + "CSSPropertyFlex": 287.864, + "CSSPropertyBorderTopColor": 287.797, + "CSSPropertyBackgroundColor": 285.009, + "CSSPropertyAliasWebkitAlignItems": 289.902, + "CSSPropertyPaddingTop": 284.972, + "CSSPropertyBottom": 288.016, + "CSSPropertyBorderCollapse": 290.92, + "CSSPropertyMargin": 285.797, + "CSSPropertyTop": 285.71, + "CSSPropertyMarginBottom": 285.378, + "CSSPropertyUnicodeBidi": 284.686, + "CSSPropertyFloat": 285.681, + "CSSPropertyDisplay": 284.733, + "CSSPropertyWordWrap": 1104.266, + "CSSPropertyTransformOrigin": 287.621, + "CSSPropertyAliasWebkitUserSelect": 286.39, + "CSSPropertyMarginTop": 285.358, + "CSSPropertyBorderLeft": 287.751, + "CSSPropertyJustifyContent": 289.963, + "CSSPropertyBoxShadow": 285.296, + "CSSPropertyTextShadow": 288.999, + "CSSPropertyBorderRightColor": 287.977, + "CSSPropertyPaddingRight": 284.952, + "CSSPropertyWebkitAppearance": 1104.396, + "CSSPropertyAliasWebkitBackgroundSize": 287.291, + "CSSPropertyAnimationTimingFunction": 448.707, + "CSSPropertyPointerEvents": 448.059, + "CSSPropertyBorderRadius": 285.265, + "CSSPropertyAliasWebkitTransition": 286.643, + "CSSPropertyOutline": 285.409, + "CSSPropertyListStyleType": 1104.319, + "CSSPropertyOverflow": 284.754, + "CSSPropertyFontWeight": 286.446, + "CSSPropertyOverflowY": 287.098, + "CSSPropertyTextAlign": 285.596, + "CSSPropertyMarginRight": 286.884, + "CSSPropertyWebkitFontSmoothing": 448.476, + "CSSPropertyAlignItems": 289.926, + "CSSPropertyBackground": 284.86, + "CSSPropertyAnimationDirection": 448.689, + "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, + "CSSPropertyUserSelect": 1104.082, + "CSSPropertyLineHeight": 285.467, + "CSSPropertyFont": 285.446, + "CSSPropertyOpacity": 287.011, + "CSSPropertyTextTransform": 289.284, + "CSSPropertyRight": 287.831, + "CSSPropertyBorderBottomColor": 286.136, + "CSSPropertyFontSize": 285.569, + "CSSPropertyOrder": 289.809, + "CSSPropertyBackgroundSize": 287.306, + "CSSPropertyAliasWebkitTransform": 287.581, + "CSSPropertyBorderWidth": 288.004, + "CSSPropertyVisibility": 287.053, + "CSSPropertyAliasWebkitOrder": 289.789, + "CSSPropertyClip": 882.409, + "CSSPropertyBorderBottom": 287.216, + "CSSPropertyColor": 285.649, + "CSSPropertyMarginLeft": 285.827 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 892.531, + "PaintTimingRequested": 5937.234, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, + "HTMLMediaElement": 1232.797, + "DeprecatedWebKitGradient": 285.911, + "DocumentFonts": 364.316, + "InputTypeSubmit": 693.757, + "EventSrcElement": 293.837, + "UnprefixedUserTiming": 5932.413, + "SecureContextCheckPassed": 279.757, + "FormElement": 692.888, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, + "InputTypeText": 702.428, + "SetReferrerPolicy": 274.622, + "V8Performance_Timing_AttributeGetter": 1044.461, + "CSSAtRuleKeyframes": 287.029, + "DocumentUnloadRegistered": 1066.129, + "DocumentPageShowFired": 1345.26, + "V8Performance_Memory_AttributeGetter": 1340.897, + "V8MessageChannel_Constructor": 1068.728, + "DocumentPageShowRegistered": 1012.756, + "HasIDClassTagAttribute": 284.634, + "SrcsetXDescriptor": 694.15, + "InputTypeSubmitWithValue": 693.785, + "DeprecatedWebKitLinearGradient": 285.981, + "CSSFlexibleBox": 702.642, + "RemoveEventListenerThirdArgumentIsObject": 850.919, + "SuppressHistoryEntryWithoutUserGesture": 8.936, + "V8MessagePort_PostMessage_Method": 1069.094, + "NetInfoEffectiveType": 1338.981, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, + "UnprefixedRequestAnimationFrame": 2.767, + "NetInfoDownlink": 1338.947, + "PrefixedMinDevicePixelRatioMediaFeature": 364.68, + "SVGSVGElementInDocument": 693.551, + "SyntheticKeyframesInCompositedCSSAnimation": 703.343, + "PrefixedDevicePixelRatioMediaFeature": 364.698, + "CookieSet": 1217.842, + "LangAttribute": 450.454, + "CSSAtRuleMedia": 286.668, + "CSSValueAppearanceButton": 1104.369, + "UnprefixedPerformanceTimeline": 3262.199, + "V8Document_Scripts_AttributeGetter": 1314.692, + "V8Document_Images_AttributeGetter": 1335.907, + "HTMLElementInnerText": 1314.981, + "HasBeforeOrAfterPseudoElement": 287.555, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, + "CrossOriginMainFrameNulledNameAccessed": 1325.204, + "CSSAtRuleWebkitKeyframes": 286.989, + "DocumentPageHideRegistered": 1245.973, + "FontFaceConstructor": 830.826, + "V8StrictMode": 1014.197, + "CSSSelectorIndirectAdjacent": 288.036, + "AddEventListenerThirdArgumentIsObject": 850.84, + "CSSAtRuleFontFace": 363.584, + "V8Element_GetBoundingClientRect_Method": 1253.718, + "EventPath": 294.039, + "XSSAuditorEnabledBlock": 270.408, + "InputTypeTextMaxLength": 702.463, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, + "SVGSVGElement": 693.499, + "NetInfo": 1338.791, + "LangAttributeOnHTML": 450.48, + "SendBeacon": 892.71, + "PendingStylesheetAddedAfterBodyStarted": 363.529, + "NetInfoOnChange": 1339.009, + "AutocapitalizeAttribute": 1125.972, + "V8Permissions_Query_Method": 1280.367, + "CleanScriptElementWithNonce": 274.928, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 811.08 } - } + }, + "step": 1, + "effectiveBps": 21663, + "effectiveBpsDoc": 60083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 0, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "median": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 13, + "testStartOffset": 0, + "bytesOut": 10888, + "gzip_savings": 0, + "requestsFull": 19, + "start_epoch": 0, + "connections": 8, + "bytesOutDoc": 8086, + "final_base_page_request_id": "88451.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 70, + "docTime": 1736, + "domContentLoadedEventEnd": 934, + "image_savings": 0, + "requestsDoc": 15, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 346707, + "responses_404": 0, + "loadTime": 1736, + "score_combine": -1, + "score_etags": -1, + "image_total": 35425, + "loadEventStart": 1725, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": 100, + "domContentLoadedEventStart": 926, + "final_url": "https://www.google.com/?gws_rd=ssl", + "bytesInDoc": 414316, + "score_keep-alive": 100, + "loadEventEnd": 1736, + "score_cache": 100, + "responses_other": 6, + "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", + "fullyLoaded": 3579, + "requests": 19, + "final_base_page_request": 2, + "TTFB": 477, + "bytesIn": 416502, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 3079, + "test_run_time_ms": 9289, + "PerformancePaintTiming.first-contentful-paint": 808.9, + "firstPaint": 808.9, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 808.9, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25.183973, + "domElements": 408, + "domInteractive": 926, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 2100, + "visualComplete": 2100, + "render": 900, + "SpeedIndex": 912, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 135 + }, + { + "name": "fetchStart", + "time": 135 + }, + { + "name": "redirectEnd", + "time": 233 + }, + { + "name": "fetchStart", + "time": 233 + }, + { + "name": "unloadEventStart", + "time": 486 + }, + { + "name": "unloadEventEnd", + "time": 486 + }, + { + "name": "domLoading", + "time": 492 + }, + { + "name": "responseEnd", + "time": 729 + }, + { + "name": "firstLayout", + "time": 814 + }, + { + "name": "firstPaint", + "time": 815 + }, + { + "name": "firstContentfulPaint", + "time": 815 + }, + { + "name": "firstTextPaint", + "time": 815 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 815 + }, + { + "name": "firstImagePaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "domInteractive", + "time": 932 + }, + { + "name": "domContentLoadedEventStart", + "time": 933 + }, + { + "name": "domContentLoadedEventEnd", + "time": 941 + }, + { + "name": "domComplete", + "time": 1731 + }, + { + "name": "loadEventStart", + "time": 1732 + }, + { + "name": "loadEventEnd", + "time": 1742 + } + ], + "chromeUserTiming.fetchStart": 233, + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.redirectEnd": 233, + "chromeUserTiming.unloadEventStart": 486, + "chromeUserTiming.unloadEventEnd": 486, + "chromeUserTiming.domLoading": 492, + "chromeUserTiming.responseEnd": 729, + "chromeUserTiming.firstLayout": 814, + "chromeUserTiming.firstPaint": 815, + "chromeUserTiming.firstContentfulPaint": 815, + "chromeUserTiming.firstTextPaint": 815, + "chromeUserTiming.firstMeaningfulPaintCandidate": 889, + "chromeUserTiming.firstImagePaint": 889, + "chromeUserTiming.firstMeaningfulPaint": 889, + "chromeUserTiming.domInteractive": 932, + "chromeUserTiming.domContentLoadedEventStart": 933, + "chromeUserTiming.domContentLoadedEventEnd": 941, + "chromeUserTiming.domComplete": 1731, + "chromeUserTiming.loadEventStart": 1732, + "chromeUserTiming.loadEventEnd": 1742, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 522.978, + "CSSPropertyPosition": 520.521, + "CSSPropertyAliasWebkitBorderRadius": 521.583, + "CSSPropertyAliasWebkitAnimation": 523.047, + "CSSPropertyMaxWidth": 521.972, + "CSSPropertyBorderLeftColor": 523.186, + "CSSPropertyTextDecoration": 522.274, + "CSSPropertyWebkitTapHighlightColor": 830.101, + "CSSPropertyBorderRight": 522.859, + "CSSPropertyMaxHeight": 523.751, + "CSSPropertyBorderTop": 522.818, + "CSSPropertySrc": 613.952, + "CSSPropertyAliasWebkitJustifyContent": 525.269, + "CSSPropertyZIndex": 520.632, + "CSSPropertyTransitionDelay": 826.931, + "CSSPropertyPaddingLeft": 520.648, + "CSSPropertyUnicodeRange": 613.97, + "CSSPropertyPadding": 520.93, + "CSSPropertyWhiteSpace": 521.933, + "CSSPropertyBackgroundClip": 525.467, + "CSSPropertyAliasWebkitBoxSizing": 524.08, + "CSSPropertyAliasWebkitBoxShadow": 521.766, + "CSSPropertyVerticalAlign": 520.733, + "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, + "CSSPropertyBackgroundPosition": 522.183, + "CSSPropertyFill": 826.844, + "CSSPropertyMinWidth": 521.703, + "CSSPropertyTransition": 520.791, + "CSSPropertyAliasWebkitTransformOrigin": 522.679, + "CSSPropertyBackgroundOrigin": 525.487, + "CSSPropertyBorderStyle": 523.222, + "CSSPropertyFontFamily": 521.669, + "CSSPropertyTransform": 522.664, + "CSSPropertyCursor": 520.61, + "CSSPropertyHeight": 520.718, + "CSSPropertyPerspectiveOrigin": 524.502, + "CSSPropertyBorderBottomWidth": 522.375, + "CSSPropertyMinHeight": 522.081, + "CSSPropertyFontStyle": 523.943, + "CSSPropertyBorderRightWidth": 525.803, + "CSSPropertyAnimation": 523.076, + "CSSPropertyBorderTopLeftRadius": 521.163, + "CSSPropertyBorderBottomLeftRadius": 521.148, + "CSSPropertyTextOverflow": 522.782, + "CSSPropertyBoxSizing": 524.096, + "CSSPropertyBorderColor": 523.646, + "CSSPropertyPaddingBottom": 521.906, + "CSSPropertyBackgroundImage": 521.278, + "CSSPropertyLeft": 521.544, + "CSSPropertyContent": 522.755, + "CSSPropertyFilter": 525.415, + "CSSPropertyWidth": 520.998, + "CSSPropertyBorder": 520.549, + "CSSPropertyFlex": 522.993, + "CSSPropertyBorderTopColor": 522.914, + "CSSPropertyBackgroundColor": 520.703, + "CSSPropertyAliasWebkitAlignItems": 525.237, + "CSSPropertyPaddingTop": 520.677, + "CSSPropertyBottom": 523.253, + "CSSPropertyBorderCollapse": 526.098, + "CSSPropertyMargin": 521.179, + "CSSPropertyTop": 521.118, + "CSSPropertyMarginBottom": 520.827, + "CSSPropertyUnicodeBidi": 520.457, + "CSSPropertyFloat": 521.097, + "CSSPropertyDisplay": 520.491, + "CSSPropertyWordWrap": 1285.537, + "CSSPropertyTransformOrigin": 522.693, + "CSSPropertyAliasWebkitUserSelect": 521.598, + "CSSPropertyMarginTop": 520.812, + "CSSPropertyBorderLeft": 522.836, + "CSSPropertyJustifyContent": 525.283, + "CSSPropertyBoxShadow": 520.77, + "CSSPropertyTextShadow": 524.435, + "CSSPropertyBorderRightColor": 523.206, + "CSSPropertyPaddingRight": 520.663, + "CSSPropertyWebkitAppearance": 1285.696, + "CSSPropertyAliasWebkitBackgroundSize": 522.436, + "CSSPropertyAnimationTimingFunction": 827.475, + "CSSPropertyPointerEvents": 827.062, + "CSSPropertyBorderRadius": 520.748, + "CSSPropertyAliasWebkitTransition": 521.822, + "CSSPropertyOutline": 520.857, + "CSSPropertyListStyleType": 1285.592, + "CSSPropertyOverflow": 520.507, + "CSSPropertyFontWeight": 521.686, + "CSSPropertyOverflowY": 522.212, + "CSSPropertyTextAlign": 520.983, + "CSSPropertyMarginRight": 522.015, + "CSSPropertyWebkitFontSmoothing": 827.343, + "CSSPropertyAlignItems": 525.254, + "CSSPropertyBackground": 520.594, + "CSSPropertyAnimationDirection": 827.46, + "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, + "CSSPropertyUserSelect": 1285.321, + "CSSPropertyLineHeight": 520.906, + "CSSPropertyFont": 520.891, + "CSSPropertyOpacity": 522.118, + "CSSPropertyTextTransform": 524.761, + "CSSPropertyRight": 522.955, + "CSSPropertyBorderBottomColor": 521.426, + "CSSPropertyFontSize": 520.965, + "CSSPropertyOrder": 525.136, + "CSSPropertyBackgroundSize": 522.452, + "CSSPropertyAliasWebkitTransform": 522.649, + "CSSPropertyBorderWidth": 523.239, + "CSSPropertyVisibility": 522.164, + "CSSPropertyAliasWebkitOrder": 525.117, + "CSSPropertyClip": 928.169, + "CSSPropertyBorderBottom": 522.334, + "CSSPropertyColor": 521.073, + "CSSPropertyMarginLeft": 521.199 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 939.602, + "PaintTimingRequested": 6118.17, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, + "HTMLMediaElement": 1455.002, + "LangAttribute": 616.282, + "DocumentFonts": 826.242, + "InputTypeSubmit": 829.977, + "EventSrcElement": 528.456, + "UnprefixedUserTiming": 6112.681, + "SecureContextCheckPassed": 514.472, + "FormElement": 828.952, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, + "InputTypeText": 838.472, + "SetReferrerPolicy": 504.461, + "V8Performance_Timing_AttributeGetter": 1223.778, + "CSSAtRuleKeyframes": 522.137, + "DocumentUnloadRegistered": 1248.489, + "DocumentPageShowFired": 1749.86, + "V8Performance_Memory_AttributeGetter": 1744.966, + "V8MessageChannel_Constructor": 1250.704, + "DocumentPageShowRegistered": 1190.385, + "HasIDClassTagAttribute": 520.416, + "SrcsetXDescriptor": 830.38, + "InputTypeSubmitWithValue": 830.004, + "DeprecatedWebKitLinearGradient": 521.304, + "CSSFlexibleBox": 838.682, + "RemoveEventListenerThirdArgumentIsObject": 916.67, + "SuppressHistoryEntryWithoutUserGesture": 13.674, + "V8MessagePort_PostMessage_Method": 1250.977, + "NetInfoEffectiveType": 1742.921, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, + "DeprecatedWebKitGradient": 521.254, + "NetInfoDownlink": 1742.887, + "PrefixedMinDevicePixelRatioMediaFeature": 614.672, + "SVGSVGElementInDocument": 829.747, + "SyntheticKeyframesInCompositedCSSAnimation": 839.33, + "PrefixedDevicePixelRatioMediaFeature": 614.692, + "CookieSet": 1449.495, + "CSSAtRuleMedia": 521.843, + "CSSValueAppearanceButton": 1285.671, + "UnprefixedRequestAnimationFrame": 6.645, + "UnprefixedPerformanceTimeline": 3384.092, + "V8Document_Scripts_AttributeGetter": 1717.726, + "V8Document_Images_AttributeGetter": 1739.87, + "HTMLElementInnerText": 1717.929, + "HasBeforeOrAfterPseudoElement": 522.62, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, + "CrossOriginMainFrameNulledNameAccessed": 1725.666, + "CSSAtRuleWebkitKeyframes": 522.095, + "DocumentPageHideRegistered": 1355.879, + "FontFaceConstructor": 966.319, + "V8StrictMode": 1158.715, + "CSSSelectorIndirectAdjacent": 523.276, + "AddEventListenerThirdArgumentIsObject": 916.612, + "CSSAtRuleFontFace": 613.84, + "V8Element_GetBoundingClientRect_Method": 1364.936, + "EventPath": 528.705, + "XSSAuditorEnabledBlock": 501.849, + "InputTypeTextMaxLength": 838.497, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, + "SVGSVGElement": 829.69, + "NetInfo": 1742.711, + "LangAttributeOnHTML": 616.308, + "SendBeacon": 939.77, + "PendingStylesheetAddedAfterBodyStarted": 613.8, + "NetInfoOnChange": 1742.947, + "AutocapitalizeAttribute": 1302.806, + "V8Permissions_Query_Method": 1398.772, + "CleanScriptElementWithNonce": 504.942, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 953.657 + } + }, + "step": 1, + "effectiveBps": 134268, + "effectiveBpsDoc": 329083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 5, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" + }, + "consoleLog": [] }, - "webPagetestVersion": "18.02" - }, - "render": { - "data": { - "id": "180228_M6_1Q93", - "summary": "http://www.webpagetest.org/results.php?test=180228_M6_1Q93", - "location": "Dulles:Chrome", - "connectivity": "Cable", - "bwDown": 5000, - "bwUp": 1000, - "latency": 28, - "plr": "0", - "mobile": 0, - "label": "20180228-163636-02-bing.com", - "completed": 1519857506, - "runs": { - "1": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 63, - "testStartOffset": 0, - "bytesOut": 58857, - "gzip_savings": 12722, - "requestsFull": 71, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1094, - "final_base_page_request_id": "26026.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 90, - "docTime": 628, - "domContentLoadedEventEnd": 627, - "image_savings": 9479, - "requestsDoc": 2, - "score_cookies": -1, - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 120961, - "responses_404": 0, - "loadTime": 628, - "score_combine": -1, - "score_etags": -1, - "image_total": 1003267, - "loadEventStart": 628, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 90, - "score_compress": 100, - "domContentLoadedEventStart": 625, - "final_url": "https://www.bing.com/", - "bytesInDoc": 49104, - "score_keep-alive": 100, - "loadEventEnd": 629, - "score_cache": 81, - "responses_other": 8, - "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", - "fullyLoaded": 4912, - "requests": 71, - "final_base_page_request": 0, - "TTFB": 356, - "bytesIn": 1137374, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5300, - "test_run_time_ms": 12279, - "PerformancePaintTiming.first-contentful-paint": 610.4, - "firstPaint": 610.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 610.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 16.740366, - "domElements": 608, - "domInteractive": 624, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3700, - "visualComplete": 3700, - "render": 600, - "SpeedIndex": 1630, - "visualComplete85": 2400, - "visualComplete90": 2400, - "visualComplete95": 3700, - "visualComplete99": 3700, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 15 - }, - { - "name": "unloadEventStart", - "time": 376 - }, - { - "name": "unloadEventEnd", - "time": 376 - }, - { - "name": "domLoading", - "time": 383 - }, - { - "name": "firstLayout", - "time": 405 - }, - { - "name": "responseEnd", - "time": 448 - }, - { - "name": "firstPaint", - "time": 625 - }, - { - "name": "firstContentfulPaint", - "time": 625 - }, - { - "name": "firstTextPaint", - "time": 625 - }, - { - "name": "firstImagePaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "domInteractive", - "time": 640 - }, - { - "name": "domContentLoadedEventStart", - "time": 640 - }, - { - "name": "domContentLoadedEventEnd", - "time": 642 - }, - { - "name": "domComplete", - "time": 643 - }, - { - "name": "loadEventStart", - "time": 643 - }, - { - "name": "loadEventEnd", - "time": 644 - } - ], - "chromeUserTiming.fetchStart": 15, - "chromeUserTiming.unloadEventStart": 376, - "chromeUserTiming.unloadEventEnd": 376, - "chromeUserTiming.domLoading": 383, - "chromeUserTiming.firstLayout": 405, - "chromeUserTiming.responseEnd": 448, - "chromeUserTiming.firstPaint": 625, - "chromeUserTiming.firstContentfulPaint": 625, - "chromeUserTiming.firstTextPaint": 625, - "chromeUserTiming.firstImagePaint": 625, - "chromeUserTiming.firstMeaningfulPaint": 625, - "chromeUserTiming.firstMeaningfulPaintCandidate": 625, - "chromeUserTiming.domInteractive": 640, - "chromeUserTiming.domContentLoadedEventStart": 640, - "chromeUserTiming.domContentLoadedEventEnd": 642, - "chromeUserTiming.domComplete": 643, - "chromeUserTiming.loadEventStart": 643, - "chromeUserTiming.loadEventEnd": 644, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 393.629, - "CSSPropertyTextAlign": 395.366, - "CSSPropertyWordWrap": 397.012, - "CSSPropertyPosition": 393.318, - "CSSPropertyAliasWebkitTransition": 395.776, - "CSSPropertyOutline": 394.88, - "CSSPropertyAliasWebkitAnimation": 395.516, - "CSSPropertyOverflow": 393.012, - "CSSPropertyFontFamily": 393.05, - "CSSPropertyBackgroundColor": 393.241, - "CSSPropertyFontWeight": 393.731, - "CSSPropertyBackgroundPosition": 394.39, - "CSSPropertyPaddingTop": 395.892, - "CSSPropertyOverflowX": 394.907, - "CSSPropertyOverflowY": 394.923, - "CSSPropertyCursor": 394.178, - "CSSPropertyBottom": 393.376, - "CSSPropertyMaxWidth": 393.494, - "CSSPropertyBorderCollapse": 393.179, - "CSSPropertyMargin": 393.221, - "CSSPropertyTop": 393.335, - "CSSPropertyMarginBottom": 395.191, - "CSSPropertyBorderSpacing": 393.584, - "CSSPropertyTextDecoration": 393.085, - "CSSPropertyTextIndent": 395.972, - "CSSPropertyBorderRight": 394.007, - "CSSPropertyHeight": 393.146, - "CSSPropertyBackground": 393.817, - "CSSPropertyWebkitAppearance": 396.287, - "CSSPropertyColor": 393.92, - "CSSPropertyFloat": 394.152, - "CSSPropertyMaxHeight": 393.55, - "CSSPropertyBorderTop": 3426.346, - "CSSPropertyMinHeight": 393.511, - "CSSPropertyFontStyle": 3425.962, - "CSSPropertyTransform": 395.068, - "CSSPropertyDisplay": 393.446, - "CSSPropertyLineHeight": 393.36, - "CSSPropertyMarginRight": 394.089, - "CSSPropertyFont": 394.445, - "CSSPropertyFill": 395.999, - "CSSPropertyListStyle": 397.604, - "CSSPropertyOpacity": 393.949, - "CSSPropertyAnimation": 395.536, - "CSSPropertyAliasWebkitUserSelect": 397.387, - "CSSPropertyTransitionDelay": 395.609, - "CSSPropertyPaddingLeft": 394.067, - "CSSPropertyMarginTop": 394.737, - "CSSPropertyTextOverflow": 397.569, - "CSSPropertyPadding": 393.12, - "CSSPropertyWhiteSpace": 397.031, - "CSSPropertyTextTransform": 395.28, - "CSSPropertyBorderLeft": 393.989, - "CSSPropertyBoxSizing": 395.098, - "CSSPropertyRight": 395.734, - "CSSPropertyBoxShadow": 396.109, - "CSSPropertyBorderBottomColor": 3222.122, - "CSSPropertyBorderRadius": 395.923, - "CSSPropertyFontSize": 393.067, - "CSSPropertyVerticalAlign": 393.294, - "CSSPropertyBackgroundSize": 393.686, - "CSSPropertyClear": 397.119, - "CSSPropertyBorderColor": 394.28, - "CSSPropertyPaddingBottom": 395.217, - "CSSPropertyZIndex": 393.77, - "CSSPropertyAliasWebkitTransform": 395.05, - "CSSPropertyPaddingRight": 394.939, - "CSSPropertyBorderWidth": 394.713, - "CSSPropertyVisibility": 394.113, - "CSSPropertyBackgroundImage": 396.174, - "CSSPropertyDirection": 397.962, - "CSSPropertyLeft": 393.392, - "CSSPropertyContent": 395.41, - "CSSPropertyZoom": 393.43, - "CSSPropertyBorderBottom": 394.045, - "CSSPropertyAliasWebkitBackgroundSize": 393.66, - "CSSPropertyUserSelect": 397.405, - "CSSPropertyWidth": 393.162, - "CSSPropertyMinWidth": 393.477, - "CSSPropertyTransition": 394.976, - "CSSPropertyBorder": 393.262, - "CSSPropertyMarginLeft": 393.408 - }, - "Features": { - "XMLHttpRequestAsynchronous": 845.741, - "V8Performance_Navigation_AttributeGetter": 657.887, - "HTMLMediaElement": 411.325, - "LangAttribute": 409.817, - "HTMLMediaElementInDocument": 411.374, - "AutocapitalizeAttribute": 412.565, - "UnprefixedUserTiming": 8463.332, - "SecureContextCheckPassed": 392.939, - "FormElement": 412.459, - "CSSValueAppearanceNone": 396.265, - "CookieSet": 1019.373, - "UnprefixedTransitionEndEvent": 2571.028, - "CSSAtRuleKeyframes": 395.553, - "V8Performance_Timing_AttributeGetter": 405.028, - "DocumentUnloadRegistered": 641.269, - "PaintTimingRequested": 8468.153, - "HasIDClassTagAttribute": 392.98, - "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, - "CSSValueAppearanceRadio": 396.309, - "DeprecatedWebKitLinearGradient": 397.32, - "CSSFlexibleBox": 421.309, - "SuppressHistoryEntryWithoutUserGesture": 20.285, - "NetInfo": 658.053, - "DeprecatedWebKitGradient": 397.504, - "DocumentPageShowRegistered": 1030.652, - "HTMLTableCellElementColspan": 3433.255, - "SVGSVGElementInDocument": 3425.368, - "MaxAttribute": 411.82, - "InputTypeSubmit": 412.623, - "PendingStylesheetAddedAfterBodyStarted": 1195.199, - "UnprefixedRequestAnimationFrame": 4.371, - "UnprefixedPerformanceTimeline": 1956.433, - "DocumentBeforeUnloadRegistered": 405.629, - "V8Document_Images_AttributeGetter": 658.266, - "HasBeforeOrAfterPseudoElement": 395.385, - "CSSValueAppearanceCheckbox": 396.334, - "InputTypeSearch": 471.098, - "V8StrictMode": 656.316, - "DocumentPageHideRegistered": 1030.721, - "V8Element_GetBoundingClientRect_Method": 640.931, - "SVGSVGElement": 3423.027, - "LangAttributeOnHTML": 409.845, - "SendBeacon": 668.72, - "CSSAtRuleMedia": 394.611, - "StepAttribute": 411.709, - "PointerEventAddListenerCount": 3329.595, - "CleanScriptElementWithNonce": 392.211, - "V8SloppyMode": 0, - "CookieGet": 639.039 - } - }, - "step": 1, - "effectiveBps": 249643, - "effectiveBpsDoc": 180529, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 31, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 20, - "testStartOffset": 0, - "bytesOut": 22611, - "gzip_savings": 12722, - "requestsFull": 26, - "start_epoch": 0, - "connections": 1, - "bytesOutDoc": 750, - "final_base_page_request_id": "26659.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 52, - "docTime": 469, - "domContentLoadedEventEnd": 468, - "image_savings": 9479, - "requestsDoc": 1, - "score_cookies": -1, - "base_page_ip_ptr": "a-0001.a-msedge.net", - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 87739, - "responses_404": 0, - "loadTime": 469, - "score_combine": -1, - "score_etags": -1, - "image_total": 877804, - "loadEventStart": 468, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 86, - "score_compress": 99, - "domContentLoadedEventStart": 465, - "final_url": "https://www.bing.com/", - "bytesInDoc": 42055, - "score_keep-alive": 100, - "loadEventEnd": 469, - "score_cache": 0, - "responses_other": 6, - "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", - "fullyLoaded": 3998, - "requests": 26, - "final_base_page_request": 0, - "TTFB": 182, - "bytesIn": 970442, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5739, - "test_run_time_ms": 11295, - "PerformancePaintTiming.first-contentful-paint": 455.2, - "firstPaint": 455.2, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 455.2, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 20.834846, - "domElements": 625, - "domInteractive": 465, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3200, - "visualComplete": 3200, - "render": 500, - "SpeedIndex": 1372, - "visualComplete85": 2000, - "visualComplete90": 2000, - "visualComplete95": 3200, - "visualComplete99": 3200, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 7 - }, - { - "name": "unloadEventStart", - "time": 192 - }, - { - "name": "unloadEventEnd", - "time": 192 - }, - { - "name": "domLoading", - "time": 198 - }, - { - "name": "firstLayout", - "time": 218 - }, - { - "name": "responseEnd", - "time": 247 - }, - { - "name": "firstPaint", - "time": 462 - }, - { - "name": "firstContentfulPaint", - "time": 462 - }, - { - "name": "firstTextPaint", - "time": 462 - }, - { - "name": "firstImagePaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "domInteractive", - "time": 472 - }, - { - "name": "domContentLoadedEventStart", - "time": 472 - }, - { - "name": "domContentLoadedEventEnd", - "time": 475 - }, - { - "name": "domComplete", - "time": 475 - }, - { - "name": "loadEventStart", - "time": 475 - }, - { - "name": "loadEventEnd", - "time": 477 - } - ], - "chromeUserTiming.fetchStart": 7, - "chromeUserTiming.unloadEventStart": 192, - "chromeUserTiming.unloadEventEnd": 192, - "chromeUserTiming.domLoading": 198, - "chromeUserTiming.firstLayout": 218, - "chromeUserTiming.responseEnd": 247, - "chromeUserTiming.firstPaint": 462, - "chromeUserTiming.firstContentfulPaint": 462, - "chromeUserTiming.firstTextPaint": 462, - "chromeUserTiming.firstImagePaint": 462, - "chromeUserTiming.firstMeaningfulPaintCandidate": 462, - "chromeUserTiming.firstMeaningfulPaint": 462, - "chromeUserTiming.domInteractive": 472, - "chromeUserTiming.domContentLoadedEventStart": 472, - "chromeUserTiming.domContentLoadedEventEnd": 475, - "chromeUserTiming.domComplete": 475, - "chromeUserTiming.loadEventStart": 475, - "chromeUserTiming.loadEventEnd": 477, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 206.745, - "CSSPropertyTextAlign": 208.345, - "CSSPropertyWordWrap": 209.975, - "CSSPropertyPosition": 206.478, - "CSSPropertyAliasWebkitTransition": 208.758, - "CSSPropertyOutline": 207.828, - "CSSPropertyAliasWebkitAnimation": 208.499, - "CSSPropertyOverflow": 206.212, - "CSSPropertyFontFamily": 206.249, - "CSSPropertyBackgroundColor": 206.415, - "CSSPropertyFontWeight": 206.808, - "CSSPropertyBackgroundPosition": 207.346, - "CSSPropertyPaddingTop": 208.873, - "CSSPropertyOverflowX": 207.855, - "CSSPropertyOverflowY": 207.871, - "CSSPropertyCursor": 207.152, - "CSSPropertyBottom": 206.536, - "CSSPropertyMaxWidth": 206.653, - "CSSPropertyBorderCollapse": 206.378, - "CSSPropertyMargin": 206.396, - "CSSPropertyTop": 206.495, - "CSSPropertyMarginBottom": 208.138, - "CSSPropertyBorderSpacing": 206.715, - "CSSPropertyTextDecoration": 206.285, - "CSSPropertyTextIndent": 208.954, - "CSSPropertyBorderRight": 206.985, - "CSSPropertyHeight": 206.344, - "CSSPropertyBackground": 206.858, - "CSSPropertyWebkitAppearance": 209.269, - "CSSPropertyColor": 206.906, - "CSSPropertyFloat": 207.126, - "CSSPropertyMaxHeight": 206.685, - "CSSPropertyBorderTop": 2817.184, - "CSSPropertyMinHeight": 206.669, - "CSSPropertyFontStyle": 2816.474, - "CSSPropertyTransform": 208.015, - "CSSPropertyDisplay": 206.605, - "CSSPropertyLineHeight": 206.52, - "CSSPropertyMarginRight": 207.065, - "CSSPropertyFont": 207.421, - "CSSPropertyFill": 208.982, - "CSSPropertyListStyle": 210.52, - "CSSPropertyOpacity": 206.929, - "CSSPropertyAnimation": 208.521, - "CSSPropertyAliasWebkitUserSelect": 210.306, - "CSSPropertyTransitionDelay": 208.593, - "CSSPropertyPaddingLeft": 207.043, - "CSSPropertyMarginTop": 207.692, - "CSSPropertyTextOverflow": 210.486, - "CSSPropertyPadding": 206.319, - "CSSPropertyWhiteSpace": 209.994, - "CSSPropertyTextTransform": 208.254, - "CSSPropertyBorderLeft": 206.967, - "CSSPropertyBoxSizing": 208.045, - "CSSPropertyRight": 208.717, - "CSSPropertyBoxShadow": 209.091, - "CSSPropertyBorderBottomColor": 2524.631, - "CSSPropertyBorderRadius": 208.905, - "CSSPropertyFontSize": 206.267, - "CSSPropertyVerticalAlign": 206.458, - "CSSPropertyBackgroundSize": 206.781, - "CSSPropertyClear": 210.08, - "CSSPropertyBorderColor": 207.252, - "CSSPropertyPaddingBottom": 208.164, - "CSSPropertyZIndex": 206.831, - "CSSPropertyAliasWebkitTransform": 207.997, - "CSSPropertyPaddingRight": 207.887, - "CSSPropertyBorderWidth": 207.668, - "CSSPropertyVisibility": 207.088, - "CSSPropertyBackgroundImage": 209.154, - "CSSPropertyDirection": 210.718, - "CSSPropertyLeft": 206.551, - "CSSPropertyContent": 208.391, - "CSSPropertyZoom": 206.589, - "CSSPropertyBorderBottom": 207.021, - "CSSPropertyAliasWebkitBackgroundSize": 206.764, - "CSSPropertyUserSelect": 210.324, - "CSSPropertyWidth": 206.361, - "CSSPropertyMinWidth": 206.636, - "CSSPropertyTransition": 207.923, - "CSSPropertyBorder": 206.436, - "CSSPropertyMarginLeft": 206.567 - }, - "Features": { - "XMLHttpRequestAsynchronous": 538.824, - "V8Performance_Navigation_AttributeGetter": 490.887, - "HTMLMediaElement": 223.025, - "LangAttribute": 221.289, - "HTMLMediaElementInDocument": 223.076, - "AutocapitalizeAttribute": 224.458, - "UnprefixedUserTiming": 7322.145, - "SecureContextCheckPassed": 206.143, - "FormElement": 224.275, - "CSSValueAppearanceNone": 209.248, - "CookieSet": 606.999, - "UnprefixedTransitionEndEvent": 2077.923, - "CSSAtRuleKeyframes": 208.537, - "V8Performance_Timing_AttributeGetter": 216.806, - "DocumentUnloadRegistered": 472.063, - "PaintTimingRequested": 7327.265, - "HasIDClassTagAttribute": 206.181, - "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, - "CSSValueAppearanceRadio": 209.292, - "DeprecatedWebKitLinearGradient": 210.241, - "CSSFlexibleBox": 238.581, - "SuppressHistoryEntryWithoutUserGesture": 10.229, - "NetInfo": 491.138, - "DeprecatedWebKitGradient": 210.421, - "DocumentPageShowRegistered": 623.775, - "HTMLTableCellElementColspan": 2832.647, - "SVGSVGElementInDocument": 2815.428, - "MaxAttribute": 223.533, - "InputTypeSubmit": 224.537, - "PendingStylesheetAddedAfterBodyStarted": 657.663, - "UnprefixedRequestAnimationFrame": 2.883, - "UnprefixedPerformanceTimeline": 1416.341, - "DocumentBeforeUnloadRegistered": 217.425, - "V8Document_Images_AttributeGetter": 491.481, - "HasBeforeOrAfterPseudoElement": 208.365, - "CSSValueAppearanceCheckbox": 209.317, - "InputTypeSearch": 290.038, - "V8StrictMode": 488.936, - "DocumentPageHideRegistered": 623.842, - "V8Element_GetBoundingClientRect_Method": 471.762, - "SVGSVGElement": 2811.276, - "LangAttributeOnHTML": 221.333, - "SendBeacon": 505.542, - "CSSAtRuleMedia": 207.573, - "StepAttribute": 223.432, - "PointerEventAddListenerCount": 2657.736, - "CleanScriptElementWithNonce": 205.341, - "V8SloppyMode": 0, - "CookieGet": 467.477 - } - }, - "step": 1, - "effectiveBps": 254308, - "effectiveBpsDoc": 146533, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 1, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" - }, - "consoleLog": [] - } + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 1, + "testStartOffset": 0, + "bytesOut": 3150, + "gzip_savings": 0, + "requestsFull": 5, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1474, + "final_base_page_request_id": "88921.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 69, + "docTime": 1334, + "domContentLoadedEventEnd": 901, + "image_savings": 0, + "requestsDoc": 3, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 66517, + "responses_404": 0, + "loadTime": 1334, + "score_combine": -1, + "score_etags": -1, + "image_total": 0, + "loadEventStart": 1326, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": -1, + "domContentLoadedEventStart": 891, + "final_url": "https://www.google.com/", + "bytesInDoc": 66572, + "score_keep-alive": 100, + "loadEventEnd": 1335, + "score_cache": -1, + "responses_other": 4, + "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", + "fullyLoaded": 3303, + "requests": 5, + "final_base_page_request": 1, + "TTFB": 226, + "bytesIn": 66660, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 2910, + "test_run_time_ms": 7792, + "PerformancePaintTiming.first-contentful-paint": 810.4, + "firstPaint": 810.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 810.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25, + "domElements": 407, + "domInteractive": 891, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 1200, + "visualComplete": 1200, + "render": 900, + "SpeedIndex": 903, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 16 + }, + { + "name": "fetchStart", + "time": 16 + }, + { + "name": "redirectEnd", + "time": 28 + }, + { + "name": "fetchStart", + "time": 28 + }, + { + "name": "unloadEventStart", + "time": 240 + }, + { + "name": "unloadEventEnd", + "time": 240 + }, + { + "name": "domLoading", + "time": 255 + }, + { + "name": "responseEnd", + "time": 342 + }, + { + "name": "firstLayout", + "time": 688 + }, + { + "name": "firstPaint", + "time": 816 + }, + { + "name": "firstContentfulPaint", + "time": 816 + }, + { + "name": "firstTextPaint", + "time": 816 + }, + { + "name": "firstImagePaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "domInteractive", + "time": 896 + }, + { + "name": "domContentLoadedEventStart", + "time": 896 + }, + { + "name": "domContentLoadedEventEnd", + "time": 906 + }, + { + "name": "domComplete", + "time": 1331 + }, + { + "name": "loadEventStart", + "time": 1331 + }, + { + "name": "loadEventEnd", + "time": 1341 + } + ], + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.fetchStart": 28, + "chromeUserTiming.redirectEnd": 28, + "chromeUserTiming.unloadEventStart": 240, + "chromeUserTiming.unloadEventEnd": 240, + "chromeUserTiming.domLoading": 255, + "chromeUserTiming.responseEnd": 342, + "chromeUserTiming.firstLayout": 688, + "chromeUserTiming.firstPaint": 816, + "chromeUserTiming.firstContentfulPaint": 816, + "chromeUserTiming.firstTextPaint": 816, + "chromeUserTiming.firstImagePaint": 816, + "chromeUserTiming.firstMeaningfulPaintCandidate": 816, + "chromeUserTiming.firstMeaningfulPaint": 816, + "chromeUserTiming.domInteractive": 896, + "chromeUserTiming.domContentLoadedEventStart": 896, + "chromeUserTiming.domContentLoadedEventEnd": 906, + "chromeUserTiming.domComplete": 1331, + "chromeUserTiming.loadEventStart": 1331, + "chromeUserTiming.loadEventEnd": 1341, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 287.851, + "CSSPropertyPosition": 284.773, + "CSSPropertyAliasWebkitBorderRadius": 286.368, + "CSSPropertyAliasWebkitAnimation": 287.912, + "CSSPropertyMaxWidth": 286.828, + "CSSPropertyBorderLeftColor": 287.961, + "CSSPropertyTextDecoration": 287.159, + "CSSPropertyWebkitTapHighlightColor": 693.87, + "CSSPropertyBorderRight": 287.765, + "CSSPropertyMaxHeight": 288.419, + "CSSPropertyBorderTop": 287.736, + "CSSPropertySrc": 363.648, + "CSSPropertyAliasWebkitJustifyContent": 289.945, + "CSSPropertyZIndex": 284.912, + "CSSPropertyTransitionDelay": 447.863, + "CSSPropertyPaddingLeft": 284.932, + "CSSPropertyUnicodeRange": 363.665, + "CSSPropertyPadding": 285.515, + "CSSPropertyWhiteSpace": 286.772, + "CSSPropertyBackgroundClip": 290.171, + "CSSPropertyAliasWebkitBoxSizing": 288.698, + "CSSPropertyAliasWebkitBoxShadow": 286.556, + "CSSPropertyVerticalAlign": 285.239, + "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, + "CSSPropertyBackgroundPosition": 287.071, + "CSSPropertyFill": 447.754, + "CSSPropertyMinWidth": 286.468, + "CSSPropertyTransition": 285.324, + "CSSPropertyAliasWebkitTransformOrigin": 287.608, + "CSSPropertyBackgroundOrigin": 290.2, + "CSSPropertyBorderStyle": 287.99, + "CSSPropertyFontFamily": 286.425, + "CSSPropertyTransform": 287.594, + "CSSPropertyCursor": 284.882, + "CSSPropertyHeight": 285.03, + "CSSPropertyPerspectiveOrigin": 289.061, + "CSSPropertyBorderBottomWidth": 287.237, + "CSSPropertyMinHeight": 286.974, + "CSSPropertyFontStyle": 288.581, + "CSSPropertyBorderRightWidth": 290.606, + "CSSPropertyAnimation": 287.934, + "CSSPropertyBorderTopLeftRadius": 285.775, + "CSSPropertyBorderBottomLeftRadius": 285.755, + "CSSPropertyTextOverflow": 287.702, + "CSSPropertyBoxSizing": 288.712, + "CSSPropertyBorderColor": 288.332, + "CSSPropertyPaddingBottom": 286.737, + "CSSPropertyBackgroundImage": 285.945, + "CSSPropertyLeft": 286.311, + "CSSPropertyContent": 287.678, + "CSSPropertyFilter": 290.102, + "CSSPropertyWidth": 285.615, + "CSSPropertyBorder": 284.811, + "CSSPropertyFlex": 287.864, + "CSSPropertyBorderTopColor": 287.797, + "CSSPropertyBackgroundColor": 285.009, + "CSSPropertyAliasWebkitAlignItems": 289.902, + "CSSPropertyPaddingTop": 284.972, + "CSSPropertyBottom": 288.016, + "CSSPropertyBorderCollapse": 290.92, + "CSSPropertyMargin": 285.797, + "CSSPropertyTop": 285.71, + "CSSPropertyMarginBottom": 285.378, + "CSSPropertyUnicodeBidi": 284.686, + "CSSPropertyFloat": 285.681, + "CSSPropertyDisplay": 284.733, + "CSSPropertyWordWrap": 1104.266, + "CSSPropertyTransformOrigin": 287.621, + "CSSPropertyAliasWebkitUserSelect": 286.39, + "CSSPropertyMarginTop": 285.358, + "CSSPropertyBorderLeft": 287.751, + "CSSPropertyJustifyContent": 289.963, + "CSSPropertyBoxShadow": 285.296, + "CSSPropertyTextShadow": 288.999, + "CSSPropertyBorderRightColor": 287.977, + "CSSPropertyPaddingRight": 284.952, + "CSSPropertyWebkitAppearance": 1104.396, + "CSSPropertyAliasWebkitBackgroundSize": 287.291, + "CSSPropertyAnimationTimingFunction": 448.707, + "CSSPropertyPointerEvents": 448.059, + "CSSPropertyBorderRadius": 285.265, + "CSSPropertyAliasWebkitTransition": 286.643, + "CSSPropertyOutline": 285.409, + "CSSPropertyListStyleType": 1104.319, + "CSSPropertyOverflow": 284.754, + "CSSPropertyFontWeight": 286.446, + "CSSPropertyOverflowY": 287.098, + "CSSPropertyTextAlign": 285.596, + "CSSPropertyMarginRight": 286.884, + "CSSPropertyWebkitFontSmoothing": 448.476, + "CSSPropertyAlignItems": 289.926, + "CSSPropertyBackground": 284.86, + "CSSPropertyAnimationDirection": 448.689, + "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, + "CSSPropertyUserSelect": 1104.082, + "CSSPropertyLineHeight": 285.467, + "CSSPropertyFont": 285.446, + "CSSPropertyOpacity": 287.011, + "CSSPropertyTextTransform": 289.284, + "CSSPropertyRight": 287.831, + "CSSPropertyBorderBottomColor": 286.136, + "CSSPropertyFontSize": 285.569, + "CSSPropertyOrder": 289.809, + "CSSPropertyBackgroundSize": 287.306, + "CSSPropertyAliasWebkitTransform": 287.581, + "CSSPropertyBorderWidth": 288.004, + "CSSPropertyVisibility": 287.053, + "CSSPropertyAliasWebkitOrder": 289.789, + "CSSPropertyClip": 882.409, + "CSSPropertyBorderBottom": 287.216, + "CSSPropertyColor": 285.649, + "CSSPropertyMarginLeft": 285.827 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 892.531, + "PaintTimingRequested": 5937.234, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, + "HTMLMediaElement": 1232.797, + "DeprecatedWebKitGradient": 285.911, + "DocumentFonts": 364.316, + "InputTypeSubmit": 693.757, + "EventSrcElement": 293.837, + "UnprefixedUserTiming": 5932.413, + "SecureContextCheckPassed": 279.757, + "FormElement": 692.888, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, + "InputTypeText": 702.428, + "SetReferrerPolicy": 274.622, + "V8Performance_Timing_AttributeGetter": 1044.461, + "CSSAtRuleKeyframes": 287.029, + "DocumentUnloadRegistered": 1066.129, + "DocumentPageShowFired": 1345.26, + "V8Performance_Memory_AttributeGetter": 1340.897, + "V8MessageChannel_Constructor": 1068.728, + "DocumentPageShowRegistered": 1012.756, + "HasIDClassTagAttribute": 284.634, + "SrcsetXDescriptor": 694.15, + "InputTypeSubmitWithValue": 693.785, + "DeprecatedWebKitLinearGradient": 285.981, + "CSSFlexibleBox": 702.642, + "RemoveEventListenerThirdArgumentIsObject": 850.919, + "SuppressHistoryEntryWithoutUserGesture": 8.936, + "V8MessagePort_PostMessage_Method": 1069.094, + "NetInfoEffectiveType": 1338.981, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, + "UnprefixedRequestAnimationFrame": 2.767, + "NetInfoDownlink": 1338.947, + "PrefixedMinDevicePixelRatioMediaFeature": 364.68, + "SVGSVGElementInDocument": 693.551, + "SyntheticKeyframesInCompositedCSSAnimation": 703.343, + "PrefixedDevicePixelRatioMediaFeature": 364.698, + "CookieSet": 1217.842, + "LangAttribute": 450.454, + "CSSAtRuleMedia": 286.668, + "CSSValueAppearanceButton": 1104.369, + "UnprefixedPerformanceTimeline": 3262.199, + "V8Document_Scripts_AttributeGetter": 1314.692, + "V8Document_Images_AttributeGetter": 1335.907, + "HTMLElementInnerText": 1314.981, + "HasBeforeOrAfterPseudoElement": 287.555, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, + "CrossOriginMainFrameNulledNameAccessed": 1325.204, + "CSSAtRuleWebkitKeyframes": 286.989, + "DocumentPageHideRegistered": 1245.973, + "FontFaceConstructor": 830.826, + "V8StrictMode": 1014.197, + "CSSSelectorIndirectAdjacent": 288.036, + "AddEventListenerThirdArgumentIsObject": 850.84, + "CSSAtRuleFontFace": 363.584, + "V8Element_GetBoundingClientRect_Method": 1253.718, + "EventPath": 294.039, + "XSSAuditorEnabledBlock": 270.408, + "InputTypeTextMaxLength": 702.463, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, + "SVGSVGElement": 693.499, + "NetInfo": 1338.791, + "LangAttributeOnHTML": 450.48, + "SendBeacon": 892.71, + "PendingStylesheetAddedAfterBodyStarted": 363.529, + "NetInfoOnChange": 1339.009, + "AutocapitalizeAttribute": 1125.972, + "V8Permissions_Query_Method": 1280.367, + "CleanScriptElementWithNonce": 274.928, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 811.08 + } + }, + "step": 1, + "effectiveBps": 21663, + "effectiveBpsDoc": 60083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 0, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "webPagetestVersion": "18.02" + }, + "loadTime": { + "data": { + "id": "180228_SP_1Q92", + "summary": + "http://www.webpagetest.org/results.php?test=180228_SP_1Q92", + "location": "Dulles:Chrome", + "connectivity": "Cable", + "bwDown": 5000, + "bwUp": 1000, + "latency": 28, + "plr": "0", + "mobile": 0, + "label": "20180228-163636-01-google.com", + "completed": 1519857499, + "runs": { + "1": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 13, + "testStartOffset": 0, + "bytesOut": 10888, + "gzip_savings": 0, + "requestsFull": 19, + "start_epoch": 0, + "connections": 8, + "bytesOutDoc": 8086, + "final_base_page_request_id": "88451.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 70, + "docTime": 1736, + "domContentLoadedEventEnd": 934, + "image_savings": 0, + "requestsDoc": 15, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 346707, + "responses_404": 0, + "loadTime": 1736, + "score_combine": -1, + "score_etags": -1, + "image_total": 35425, + "loadEventStart": 1725, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": 100, + "domContentLoadedEventStart": 926, + "final_url": "https://www.google.com/?gws_rd=ssl", + "bytesInDoc": 414316, + "score_keep-alive": 100, + "loadEventEnd": 1736, + "score_cache": 100, + "responses_other": 6, + "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", + "fullyLoaded": 3579, + "requests": 19, + "final_base_page_request": 2, + "TTFB": 477, + "bytesIn": 416502, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 3079, + "test_run_time_ms": 9289, + "PerformancePaintTiming.first-contentful-paint": 808.9, + "firstPaint": 808.9, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 808.9, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25.183973, + "domElements": 408, + "domInteractive": 926, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 2100, + "visualComplete": 2100, + "render": 900, + "SpeedIndex": 912, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 135 + }, + { + "name": "fetchStart", + "time": 135 + }, + { + "name": "redirectEnd", + "time": 233 + }, + { + "name": "fetchStart", + "time": 233 + }, + { + "name": "unloadEventStart", + "time": 486 + }, + { + "name": "unloadEventEnd", + "time": 486 + }, + { + "name": "domLoading", + "time": 492 + }, + { + "name": "responseEnd", + "time": 729 + }, + { + "name": "firstLayout", + "time": 814 + }, + { + "name": "firstPaint", + "time": 815 + }, + { + "name": "firstContentfulPaint", + "time": 815 + }, + { + "name": "firstTextPaint", + "time": 815 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 815 + }, + { + "name": "firstImagePaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "domInteractive", + "time": 932 + }, + { + "name": "domContentLoadedEventStart", + "time": 933 + }, + { + "name": "domContentLoadedEventEnd", + "time": 941 + }, + { + "name": "domComplete", + "time": 1731 + }, + { + "name": "loadEventStart", + "time": 1732 + }, + { + "name": "loadEventEnd", + "time": 1742 + } + ], + "chromeUserTiming.fetchStart": 233, + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.redirectEnd": 233, + "chromeUserTiming.unloadEventStart": 486, + "chromeUserTiming.unloadEventEnd": 486, + "chromeUserTiming.domLoading": 492, + "chromeUserTiming.responseEnd": 729, + "chromeUserTiming.firstLayout": 814, + "chromeUserTiming.firstPaint": 815, + "chromeUserTiming.firstContentfulPaint": 815, + "chromeUserTiming.firstTextPaint": 815, + "chromeUserTiming.firstMeaningfulPaintCandidate": 889, + "chromeUserTiming.firstImagePaint": 889, + "chromeUserTiming.firstMeaningfulPaint": 889, + "chromeUserTiming.domInteractive": 932, + "chromeUserTiming.domContentLoadedEventStart": 933, + "chromeUserTiming.domContentLoadedEventEnd": 941, + "chromeUserTiming.domComplete": 1731, + "chromeUserTiming.loadEventStart": 1732, + "chromeUserTiming.loadEventEnd": 1742, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 522.978, + "CSSPropertyPosition": 520.521, + "CSSPropertyAliasWebkitBorderRadius": 521.583, + "CSSPropertyAliasWebkitAnimation": 523.047, + "CSSPropertyMaxWidth": 521.972, + "CSSPropertyBorderLeftColor": 523.186, + "CSSPropertyTextDecoration": 522.274, + "CSSPropertyWebkitTapHighlightColor": 830.101, + "CSSPropertyBorderRight": 522.859, + "CSSPropertyMaxHeight": 523.751, + "CSSPropertyBorderTop": 522.818, + "CSSPropertySrc": 613.952, + "CSSPropertyAliasWebkitJustifyContent": 525.269, + "CSSPropertyZIndex": 520.632, + "CSSPropertyTransitionDelay": 826.931, + "CSSPropertyPaddingLeft": 520.648, + "CSSPropertyUnicodeRange": 613.97, + "CSSPropertyPadding": 520.93, + "CSSPropertyWhiteSpace": 521.933, + "CSSPropertyBackgroundClip": 525.467, + "CSSPropertyAliasWebkitBoxSizing": 524.08, + "CSSPropertyAliasWebkitBoxShadow": 521.766, + "CSSPropertyVerticalAlign": 520.733, + "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, + "CSSPropertyBackgroundPosition": 522.183, + "CSSPropertyFill": 826.844, + "CSSPropertyMinWidth": 521.703, + "CSSPropertyTransition": 520.791, + "CSSPropertyAliasWebkitTransformOrigin": 522.679, + "CSSPropertyBackgroundOrigin": 525.487, + "CSSPropertyBorderStyle": 523.222, + "CSSPropertyFontFamily": 521.669, + "CSSPropertyTransform": 522.664, + "CSSPropertyCursor": 520.61, + "CSSPropertyHeight": 520.718, + "CSSPropertyPerspectiveOrigin": 524.502, + "CSSPropertyBorderBottomWidth": 522.375, + "CSSPropertyMinHeight": 522.081, + "CSSPropertyFontStyle": 523.943, + "CSSPropertyBorderRightWidth": 525.803, + "CSSPropertyAnimation": 523.076, + "CSSPropertyBorderTopLeftRadius": 521.163, + "CSSPropertyBorderBottomLeftRadius": 521.148, + "CSSPropertyTextOverflow": 522.782, + "CSSPropertyBoxSizing": 524.096, + "CSSPropertyBorderColor": 523.646, + "CSSPropertyPaddingBottom": 521.906, + "CSSPropertyBackgroundImage": 521.278, + "CSSPropertyLeft": 521.544, + "CSSPropertyContent": 522.755, + "CSSPropertyFilter": 525.415, + "CSSPropertyWidth": 520.998, + "CSSPropertyBorder": 520.549, + "CSSPropertyFlex": 522.993, + "CSSPropertyBorderTopColor": 522.914, + "CSSPropertyBackgroundColor": 520.703, + "CSSPropertyAliasWebkitAlignItems": 525.237, + "CSSPropertyPaddingTop": 520.677, + "CSSPropertyBottom": 523.253, + "CSSPropertyBorderCollapse": 526.098, + "CSSPropertyMargin": 521.179, + "CSSPropertyTop": 521.118, + "CSSPropertyMarginBottom": 520.827, + "CSSPropertyUnicodeBidi": 520.457, + "CSSPropertyFloat": 521.097, + "CSSPropertyDisplay": 520.491, + "CSSPropertyWordWrap": 1285.537, + "CSSPropertyTransformOrigin": 522.693, + "CSSPropertyAliasWebkitUserSelect": 521.598, + "CSSPropertyMarginTop": 520.812, + "CSSPropertyBorderLeft": 522.836, + "CSSPropertyJustifyContent": 525.283, + "CSSPropertyBoxShadow": 520.77, + "CSSPropertyTextShadow": 524.435, + "CSSPropertyBorderRightColor": 523.206, + "CSSPropertyPaddingRight": 520.663, + "CSSPropertyWebkitAppearance": 1285.696, + "CSSPropertyAliasWebkitBackgroundSize": 522.436, + "CSSPropertyAnimationTimingFunction": 827.475, + "CSSPropertyPointerEvents": 827.062, + "CSSPropertyBorderRadius": 520.748, + "CSSPropertyAliasWebkitTransition": 521.822, + "CSSPropertyOutline": 520.857, + "CSSPropertyListStyleType": 1285.592, + "CSSPropertyOverflow": 520.507, + "CSSPropertyFontWeight": 521.686, + "CSSPropertyOverflowY": 522.212, + "CSSPropertyTextAlign": 520.983, + "CSSPropertyMarginRight": 522.015, + "CSSPropertyWebkitFontSmoothing": 827.343, + "CSSPropertyAlignItems": 525.254, + "CSSPropertyBackground": 520.594, + "CSSPropertyAnimationDirection": 827.46, + "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, + "CSSPropertyUserSelect": 1285.321, + "CSSPropertyLineHeight": 520.906, + "CSSPropertyFont": 520.891, + "CSSPropertyOpacity": 522.118, + "CSSPropertyTextTransform": 524.761, + "CSSPropertyRight": 522.955, + "CSSPropertyBorderBottomColor": 521.426, + "CSSPropertyFontSize": 520.965, + "CSSPropertyOrder": 525.136, + "CSSPropertyBackgroundSize": 522.452, + "CSSPropertyAliasWebkitTransform": 522.649, + "CSSPropertyBorderWidth": 523.239, + "CSSPropertyVisibility": 522.164, + "CSSPropertyAliasWebkitOrder": 525.117, + "CSSPropertyClip": 928.169, + "CSSPropertyBorderBottom": 522.334, + "CSSPropertyColor": 521.073, + "CSSPropertyMarginLeft": 521.199 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 939.602, + "PaintTimingRequested": 6118.17, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, + "HTMLMediaElement": 1455.002, + "LangAttribute": 616.282, + "DocumentFonts": 826.242, + "InputTypeSubmit": 829.977, + "EventSrcElement": 528.456, + "UnprefixedUserTiming": 6112.681, + "SecureContextCheckPassed": 514.472, + "FormElement": 828.952, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, + "InputTypeText": 838.472, + "SetReferrerPolicy": 504.461, + "V8Performance_Timing_AttributeGetter": 1223.778, + "CSSAtRuleKeyframes": 522.137, + "DocumentUnloadRegistered": 1248.489, + "DocumentPageShowFired": 1749.86, + "V8Performance_Memory_AttributeGetter": 1744.966, + "V8MessageChannel_Constructor": 1250.704, + "DocumentPageShowRegistered": 1190.385, + "HasIDClassTagAttribute": 520.416, + "SrcsetXDescriptor": 830.38, + "InputTypeSubmitWithValue": 830.004, + "DeprecatedWebKitLinearGradient": 521.304, + "CSSFlexibleBox": 838.682, + "RemoveEventListenerThirdArgumentIsObject": 916.67, + "SuppressHistoryEntryWithoutUserGesture": 13.674, + "V8MessagePort_PostMessage_Method": 1250.977, + "NetInfoEffectiveType": 1742.921, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, + "DeprecatedWebKitGradient": 521.254, + "NetInfoDownlink": 1742.887, + "PrefixedMinDevicePixelRatioMediaFeature": 614.672, + "SVGSVGElementInDocument": 829.747, + "SyntheticKeyframesInCompositedCSSAnimation": 839.33, + "PrefixedDevicePixelRatioMediaFeature": 614.692, + "CookieSet": 1449.495, + "CSSAtRuleMedia": 521.843, + "CSSValueAppearanceButton": 1285.671, + "UnprefixedRequestAnimationFrame": 6.645, + "UnprefixedPerformanceTimeline": 3384.092, + "V8Document_Scripts_AttributeGetter": 1717.726, + "V8Document_Images_AttributeGetter": 1739.87, + "HTMLElementInnerText": 1717.929, + "HasBeforeOrAfterPseudoElement": 522.62, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, + "CrossOriginMainFrameNulledNameAccessed": 1725.666, + "CSSAtRuleWebkitKeyframes": 522.095, + "DocumentPageHideRegistered": 1355.879, + "FontFaceConstructor": 966.319, + "V8StrictMode": 1158.715, + "CSSSelectorIndirectAdjacent": 523.276, + "AddEventListenerThirdArgumentIsObject": 916.612, + "CSSAtRuleFontFace": 613.84, + "V8Element_GetBoundingClientRect_Method": 1364.936, + "EventPath": 528.705, + "XSSAuditorEnabledBlock": 501.849, + "InputTypeTextMaxLength": 838.497, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, + "SVGSVGElement": 829.69, + "NetInfo": 1742.711, + "LangAttributeOnHTML": 616.308, + "SendBeacon": 939.77, + "PendingStylesheetAddedAfterBodyStarted": 613.8, + "NetInfoOnChange": 1742.947, + "AutocapitalizeAttribute": 1302.806, + "V8Permissions_Query_Method": 1398.772, + "CleanScriptElementWithNonce": 504.942, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 953.657 + } + }, + "step": 1, + "effectiveBps": 134268, + "effectiveBpsDoc": 329083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 5, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 1, + "testStartOffset": 0, + "bytesOut": 3150, + "gzip_savings": 0, + "requestsFull": 5, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1474, + "final_base_page_request_id": "88921.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 69, + "docTime": 1334, + "domContentLoadedEventEnd": 901, + "image_savings": 0, + "requestsDoc": 3, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 66517, + "responses_404": 0, + "loadTime": 1334, + "score_combine": -1, + "score_etags": -1, + "image_total": 0, + "loadEventStart": 1326, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": -1, + "domContentLoadedEventStart": 891, + "final_url": "https://www.google.com/", + "bytesInDoc": 66572, + "score_keep-alive": 100, + "loadEventEnd": 1335, + "score_cache": -1, + "responses_other": 4, + "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", + "fullyLoaded": 3303, + "requests": 5, + "final_base_page_request": 1, + "TTFB": 226, + "bytesIn": 66660, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 2910, + "test_run_time_ms": 7792, + "PerformancePaintTiming.first-contentful-paint": 810.4, + "firstPaint": 810.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 810.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25, + "domElements": 407, + "domInteractive": 891, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 1200, + "visualComplete": 1200, + "render": 900, + "SpeedIndex": 903, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 16 + }, + { + "name": "fetchStart", + "time": 16 + }, + { + "name": "redirectEnd", + "time": 28 + }, + { + "name": "fetchStart", + "time": 28 + }, + { + "name": "unloadEventStart", + "time": 240 + }, + { + "name": "unloadEventEnd", + "time": 240 + }, + { + "name": "domLoading", + "time": 255 + }, + { + "name": "responseEnd", + "time": 342 + }, + { + "name": "firstLayout", + "time": 688 + }, + { + "name": "firstPaint", + "time": 816 + }, + { + "name": "firstContentfulPaint", + "time": 816 + }, + { + "name": "firstTextPaint", + "time": 816 + }, + { + "name": "firstImagePaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "domInteractive", + "time": 896 + }, + { + "name": "domContentLoadedEventStart", + "time": 896 + }, + { + "name": "domContentLoadedEventEnd", + "time": 906 + }, + { + "name": "domComplete", + "time": 1331 + }, + { + "name": "loadEventStart", + "time": 1331 + }, + { + "name": "loadEventEnd", + "time": 1341 } - }, - "median": { - "firstView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 63, - "testStartOffset": 0, - "bytesOut": 58857, - "gzip_savings": 12722, - "requestsFull": 71, - "start_epoch": 0, - "connections": 2, - "bytesOutDoc": 1094, - "final_base_page_request_id": "26026.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 90, - "docTime": 628, - "domContentLoadedEventEnd": 627, - "image_savings": 9479, - "requestsDoc": 2, - "score_cookies": -1, - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 120961, - "responses_404": 0, - "loadTime": 628, - "score_combine": -1, - "score_etags": -1, - "image_total": 1003267, - "loadEventStart": 628, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 90, - "score_compress": 100, - "domContentLoadedEventStart": 625, - "final_url": "https://www.bing.com/", - "bytesInDoc": 49104, - "score_keep-alive": 100, - "loadEventEnd": 629, - "score_cache": 81, - "responses_other": 8, - "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", - "fullyLoaded": 4912, - "requests": 71, - "final_base_page_request": 0, - "TTFB": 356, - "bytesIn": 1137374, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5300, - "test_run_time_ms": 12279, - "PerformancePaintTiming.first-contentful-paint": 610.4, - "firstPaint": 610.4, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 610.4, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 16.740366, - "domElements": 608, - "domInteractive": 624, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3700, - "visualComplete": 3700, - "render": 600, - "SpeedIndex": 1630, - "visualComplete85": 2400, - "visualComplete90": 2400, - "visualComplete95": 3700, - "visualComplete99": 3700, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 15 - }, - { - "name": "unloadEventStart", - "time": 376 - }, - { - "name": "unloadEventEnd", - "time": 376 - }, - { - "name": "domLoading", - "time": 383 - }, - { - "name": "firstLayout", - "time": 405 - }, - { - "name": "responseEnd", - "time": 448 - }, - { - "name": "firstPaint", - "time": 625 - }, - { - "name": "firstContentfulPaint", - "time": 625 - }, - { - "name": "firstTextPaint", - "time": 625 - }, - { - "name": "firstImagePaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 625 - }, - { - "name": "firstMeaningfulPaint", - "time": 625 - }, - { - "name": "domInteractive", - "time": 640 - }, - { - "name": "domContentLoadedEventStart", - "time": 640 - }, - { - "name": "domContentLoadedEventEnd", - "time": 642 - }, - { - "name": "domComplete", - "time": 643 - }, - { - "name": "loadEventStart", - "time": 643 - }, - { - "name": "loadEventEnd", - "time": 644 - } - ], - "chromeUserTiming.fetchStart": 15, - "chromeUserTiming.unloadEventStart": 376, - "chromeUserTiming.unloadEventEnd": 376, - "chromeUserTiming.domLoading": 383, - "chromeUserTiming.firstLayout": 405, - "chromeUserTiming.responseEnd": 448, - "chromeUserTiming.firstPaint": 625, - "chromeUserTiming.firstContentfulPaint": 625, - "chromeUserTiming.firstTextPaint": 625, - "chromeUserTiming.firstImagePaint": 625, - "chromeUserTiming.firstMeaningfulPaint": 625, - "chromeUserTiming.firstMeaningfulPaintCandidate": 625, - "chromeUserTiming.domInteractive": 640, - "chromeUserTiming.domContentLoadedEventStart": 640, - "chromeUserTiming.domContentLoadedEventEnd": 642, - "chromeUserTiming.domComplete": 643, - "chromeUserTiming.loadEventStart": 643, - "chromeUserTiming.loadEventEnd": 644, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 393.629, - "CSSPropertyTextAlign": 395.366, - "CSSPropertyWordWrap": 397.012, - "CSSPropertyPosition": 393.318, - "CSSPropertyAliasWebkitTransition": 395.776, - "CSSPropertyOutline": 394.88, - "CSSPropertyAliasWebkitAnimation": 395.516, - "CSSPropertyOverflow": 393.012, - "CSSPropertyFontFamily": 393.05, - "CSSPropertyBackgroundColor": 393.241, - "CSSPropertyFontWeight": 393.731, - "CSSPropertyBackgroundPosition": 394.39, - "CSSPropertyPaddingTop": 395.892, - "CSSPropertyOverflowX": 394.907, - "CSSPropertyOverflowY": 394.923, - "CSSPropertyCursor": 394.178, - "CSSPropertyBottom": 393.376, - "CSSPropertyMaxWidth": 393.494, - "CSSPropertyBorderCollapse": 393.179, - "CSSPropertyMargin": 393.221, - "CSSPropertyTop": 393.335, - "CSSPropertyMarginBottom": 395.191, - "CSSPropertyBorderSpacing": 393.584, - "CSSPropertyTextDecoration": 393.085, - "CSSPropertyTextIndent": 395.972, - "CSSPropertyBorderRight": 394.007, - "CSSPropertyHeight": 393.146, - "CSSPropertyBackground": 393.817, - "CSSPropertyWebkitAppearance": 396.287, - "CSSPropertyColor": 393.92, - "CSSPropertyFloat": 394.152, - "CSSPropertyMaxHeight": 393.55, - "CSSPropertyBorderTop": 3426.346, - "CSSPropertyMinHeight": 393.511, - "CSSPropertyFontStyle": 3425.962, - "CSSPropertyTransform": 395.068, - "CSSPropertyDisplay": 393.446, - "CSSPropertyLineHeight": 393.36, - "CSSPropertyMarginRight": 394.089, - "CSSPropertyFont": 394.445, - "CSSPropertyFill": 395.999, - "CSSPropertyListStyle": 397.604, - "CSSPropertyOpacity": 393.949, - "CSSPropertyAnimation": 395.536, - "CSSPropertyAliasWebkitUserSelect": 397.387, - "CSSPropertyTransitionDelay": 395.609, - "CSSPropertyPaddingLeft": 394.067, - "CSSPropertyMarginTop": 394.737, - "CSSPropertyTextOverflow": 397.569, - "CSSPropertyPadding": 393.12, - "CSSPropertyWhiteSpace": 397.031, - "CSSPropertyTextTransform": 395.28, - "CSSPropertyBorderLeft": 393.989, - "CSSPropertyBoxSizing": 395.098, - "CSSPropertyRight": 395.734, - "CSSPropertyBoxShadow": 396.109, - "CSSPropertyBorderBottomColor": 3222.122, - "CSSPropertyBorderRadius": 395.923, - "CSSPropertyFontSize": 393.067, - "CSSPropertyVerticalAlign": 393.294, - "CSSPropertyBackgroundSize": 393.686, - "CSSPropertyClear": 397.119, - "CSSPropertyBorderColor": 394.28, - "CSSPropertyPaddingBottom": 395.217, - "CSSPropertyZIndex": 393.77, - "CSSPropertyAliasWebkitTransform": 395.05, - "CSSPropertyPaddingRight": 394.939, - "CSSPropertyBorderWidth": 394.713, - "CSSPropertyVisibility": 394.113, - "CSSPropertyBackgroundImage": 396.174, - "CSSPropertyDirection": 397.962, - "CSSPropertyLeft": 393.392, - "CSSPropertyContent": 395.41, - "CSSPropertyZoom": 393.43, - "CSSPropertyBorderBottom": 394.045, - "CSSPropertyAliasWebkitBackgroundSize": 393.66, - "CSSPropertyUserSelect": 397.405, - "CSSPropertyWidth": 393.162, - "CSSPropertyMinWidth": 393.477, - "CSSPropertyTransition": 394.976, - "CSSPropertyBorder": 393.262, - "CSSPropertyMarginLeft": 393.408 - }, - "Features": { - "XMLHttpRequestAsynchronous": 845.741, - "V8Performance_Navigation_AttributeGetter": 657.887, - "HTMLMediaElement": 411.325, - "LangAttribute": 409.817, - "HTMLMediaElementInDocument": 411.374, - "AutocapitalizeAttribute": 412.565, - "UnprefixedUserTiming": 8463.332, - "SecureContextCheckPassed": 392.939, - "FormElement": 412.459, - "CSSValueAppearanceNone": 396.265, - "CookieSet": 1019.373, - "UnprefixedTransitionEndEvent": 2571.028, - "CSSAtRuleKeyframes": 395.553, - "V8Performance_Timing_AttributeGetter": 405.028, - "DocumentUnloadRegistered": 641.269, - "PaintTimingRequested": 8468.153, - "HasIDClassTagAttribute": 392.98, - "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, - "CSSValueAppearanceRadio": 396.309, - "DeprecatedWebKitLinearGradient": 397.32, - "CSSFlexibleBox": 421.309, - "SuppressHistoryEntryWithoutUserGesture": 20.285, - "NetInfo": 658.053, - "DeprecatedWebKitGradient": 397.504, - "DocumentPageShowRegistered": 1030.652, - "HTMLTableCellElementColspan": 3433.255, - "SVGSVGElementInDocument": 3425.368, - "MaxAttribute": 411.82, - "InputTypeSubmit": 412.623, - "PendingStylesheetAddedAfterBodyStarted": 1195.199, - "UnprefixedRequestAnimationFrame": 4.371, - "UnprefixedPerformanceTimeline": 1956.433, - "DocumentBeforeUnloadRegistered": 405.629, - "V8Document_Images_AttributeGetter": 658.266, - "HasBeforeOrAfterPseudoElement": 395.385, - "CSSValueAppearanceCheckbox": 396.334, - "InputTypeSearch": 471.098, - "V8StrictMode": 656.316, - "DocumentPageHideRegistered": 1030.721, - "V8Element_GetBoundingClientRect_Method": 640.931, - "SVGSVGElement": 3423.027, - "LangAttributeOnHTML": 409.845, - "SendBeacon": 668.72, - "CSSAtRuleMedia": 394.611, - "StepAttribute": 411.709, - "PointerEventAddListenerCount": 3329.595, - "CleanScriptElementWithNonce": 392.211, - "V8SloppyMode": 0, - "CookieGet": 639.039 - } - }, - "step": 1, - "effectiveBps": 249643, - "effectiveBpsDoc": 180529, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 31, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" - }, - "consoleLog": [] - }, - "repeatView": { - "numSteps": 1, - "run": 1, - "minify_total": -1, - "responses_200": 20, - "testStartOffset": 0, - "bytesOut": 22611, - "gzip_savings": 12722, - "requestsFull": 26, - "start_epoch": 0, - "connections": 1, - "bytesOutDoc": 750, - "final_base_page_request_id": "26659.3", - "base_page_dns_ns": "ns1.msedge.net", - "basePageSSLTime": 52, - "docTime": 469, - "domContentLoadedEventEnd": 468, - "image_savings": 9479, - "requestsDoc": 1, - "score_cookies": -1, - "base_page_ip_ptr": "a-0001.a-msedge.net", - "score_cdn": 0, - "optimization_checked": 1, - "score_minify": -1, - "gzip_total": 87739, - "responses_404": 0, - "loadTime": 469, - "score_combine": -1, - "score_etags": -1, - "image_total": 877804, - "loadEventStart": 468, - "minify_savings": -1, - "score_progressive_jpeg": 0, - "base_page_cdn": "", - "score_gzip": 86, - "score_compress": 99, - "domContentLoadedEventStart": 465, - "final_url": "https://www.bing.com/", - "bytesInDoc": 42055, - "score_keep-alive": 100, - "loadEventEnd": 469, - "score_cache": 0, - "responses_other": 6, - "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", - "fullyLoaded": 3998, - "requests": 26, - "final_base_page_request": 0, - "TTFB": 182, - "bytesIn": 970442, - "browserVersion": "64.0.3282.186", - "fullyLoadedCPUms": 5739, - "test_run_time_ms": 11295, - "PerformancePaintTiming.first-contentful-paint": 455.2, - "firstPaint": 455.2, - "browser_name": "Chrome", - "eventName": "Step_1", - "browser_version": "64.0.3282.186", - "PerformancePaintTiming.first-paint": 455.2, - "date": 1.51985754E9, - "fullyLoadedCPUpct": 20.834846, - "domElements": 625, - "domInteractive": 465, - "custom": [ - "Images", - "Colordepth", - "Resolution", - "Dpi" - ], - "Images": [ - { - "url": "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", - "width": 32, - "height": 32, - "naturalWidth": 32, - "naturalHeight": 32 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", - "width": 186, - "height": 88, - "naturalWidth": 186, - "naturalHeight": 88 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", - "width": 376, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", - "width": 377, - "height": 226, - "naturalWidth": 800, - "naturalHeight": 480 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - }, - { - "url": "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", - "width": 187, - "height": 112, - "naturalWidth": 400, - "naturalHeight": 240 - } - ], - "Colordepth": 24, - "Resolution": { - "absolute": { - "height": 1200, - "width": 1920 - }, - "available": { - "height": 1200, - "width": 1920 - } - }, - "Dpi": { - "dppx": 1, - "dpcm": 37.795277, - "dpi": 96 - }, - "lastVisualChange": 3200, - "visualComplete": 3200, - "render": 500, - "SpeedIndex": 1372, - "visualComplete85": 2000, - "visualComplete90": 2000, - "visualComplete95": 3200, - "visualComplete99": 3200, - "chromeUserTiming": [ - { - "name": "fetchStart", - "time": 7 - }, - { - "name": "unloadEventStart", - "time": 192 - }, - { - "name": "unloadEventEnd", - "time": 192 - }, - { - "name": "domLoading", - "time": 198 - }, - { - "name": "firstLayout", - "time": 218 - }, - { - "name": "responseEnd", - "time": 247 - }, - { - "name": "firstPaint", - "time": 462 - }, - { - "name": "firstContentfulPaint", - "time": 462 - }, - { - "name": "firstTextPaint", - "time": 462 - }, - { - "name": "firstImagePaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaintCandidate", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "firstMeaningfulPaint", - "time": 462 - }, - { - "name": "domInteractive", - "time": 472 - }, - { - "name": "domContentLoadedEventStart", - "time": 472 - }, - { - "name": "domContentLoadedEventEnd", - "time": 475 - }, - { - "name": "domComplete", - "time": 475 - }, - { - "name": "loadEventStart", - "time": 475 - }, - { - "name": "loadEventEnd", - "time": 477 - } - ], - "chromeUserTiming.fetchStart": 7, - "chromeUserTiming.unloadEventStart": 192, - "chromeUserTiming.unloadEventEnd": 192, - "chromeUserTiming.domLoading": 198, - "chromeUserTiming.firstLayout": 218, - "chromeUserTiming.responseEnd": 247, - "chromeUserTiming.firstPaint": 462, - "chromeUserTiming.firstContentfulPaint": 462, - "chromeUserTiming.firstTextPaint": 462, - "chromeUserTiming.firstImagePaint": 462, - "chromeUserTiming.firstMeaningfulPaintCandidate": 462, - "chromeUserTiming.firstMeaningfulPaint": 462, - "chromeUserTiming.domInteractive": 472, - "chromeUserTiming.domContentLoadedEventStart": 472, - "chromeUserTiming.domContentLoadedEventEnd": 475, - "chromeUserTiming.domComplete": 475, - "chromeUserTiming.loadEventStart": 475, - "chromeUserTiming.loadEventEnd": 477, - "blinkFeatureFirstUsed": { - "AnimatedCSSFeatures": [], - "CSSFeatures": { - "CSSPropertyBackgroundRepeat": 206.745, - "CSSPropertyTextAlign": 208.345, - "CSSPropertyWordWrap": 209.975, - "CSSPropertyPosition": 206.478, - "CSSPropertyAliasWebkitTransition": 208.758, - "CSSPropertyOutline": 207.828, - "CSSPropertyAliasWebkitAnimation": 208.499, - "CSSPropertyOverflow": 206.212, - "CSSPropertyFontFamily": 206.249, - "CSSPropertyBackgroundColor": 206.415, - "CSSPropertyFontWeight": 206.808, - "CSSPropertyBackgroundPosition": 207.346, - "CSSPropertyPaddingTop": 208.873, - "CSSPropertyOverflowX": 207.855, - "CSSPropertyOverflowY": 207.871, - "CSSPropertyCursor": 207.152, - "CSSPropertyBottom": 206.536, - "CSSPropertyMaxWidth": 206.653, - "CSSPropertyBorderCollapse": 206.378, - "CSSPropertyMargin": 206.396, - "CSSPropertyTop": 206.495, - "CSSPropertyMarginBottom": 208.138, - "CSSPropertyBorderSpacing": 206.715, - "CSSPropertyTextDecoration": 206.285, - "CSSPropertyTextIndent": 208.954, - "CSSPropertyBorderRight": 206.985, - "CSSPropertyHeight": 206.344, - "CSSPropertyBackground": 206.858, - "CSSPropertyWebkitAppearance": 209.269, - "CSSPropertyColor": 206.906, - "CSSPropertyFloat": 207.126, - "CSSPropertyMaxHeight": 206.685, - "CSSPropertyBorderTop": 2817.184, - "CSSPropertyMinHeight": 206.669, - "CSSPropertyFontStyle": 2816.474, - "CSSPropertyTransform": 208.015, - "CSSPropertyDisplay": 206.605, - "CSSPropertyLineHeight": 206.52, - "CSSPropertyMarginRight": 207.065, - "CSSPropertyFont": 207.421, - "CSSPropertyFill": 208.982, - "CSSPropertyListStyle": 210.52, - "CSSPropertyOpacity": 206.929, - "CSSPropertyAnimation": 208.521, - "CSSPropertyAliasWebkitUserSelect": 210.306, - "CSSPropertyTransitionDelay": 208.593, - "CSSPropertyPaddingLeft": 207.043, - "CSSPropertyMarginTop": 207.692, - "CSSPropertyTextOverflow": 210.486, - "CSSPropertyPadding": 206.319, - "CSSPropertyWhiteSpace": 209.994, - "CSSPropertyTextTransform": 208.254, - "CSSPropertyBorderLeft": 206.967, - "CSSPropertyBoxSizing": 208.045, - "CSSPropertyRight": 208.717, - "CSSPropertyBoxShadow": 209.091, - "CSSPropertyBorderBottomColor": 2524.631, - "CSSPropertyBorderRadius": 208.905, - "CSSPropertyFontSize": 206.267, - "CSSPropertyVerticalAlign": 206.458, - "CSSPropertyBackgroundSize": 206.781, - "CSSPropertyClear": 210.08, - "CSSPropertyBorderColor": 207.252, - "CSSPropertyPaddingBottom": 208.164, - "CSSPropertyZIndex": 206.831, - "CSSPropertyAliasWebkitTransform": 207.997, - "CSSPropertyPaddingRight": 207.887, - "CSSPropertyBorderWidth": 207.668, - "CSSPropertyVisibility": 207.088, - "CSSPropertyBackgroundImage": 209.154, - "CSSPropertyDirection": 210.718, - "CSSPropertyLeft": 206.551, - "CSSPropertyContent": 208.391, - "CSSPropertyZoom": 206.589, - "CSSPropertyBorderBottom": 207.021, - "CSSPropertyAliasWebkitBackgroundSize": 206.764, - "CSSPropertyUserSelect": 210.324, - "CSSPropertyWidth": 206.361, - "CSSPropertyMinWidth": 206.636, - "CSSPropertyTransition": 207.923, - "CSSPropertyBorder": 206.436, - "CSSPropertyMarginLeft": 206.567 - }, - "Features": { - "XMLHttpRequestAsynchronous": 538.824, - "V8Performance_Navigation_AttributeGetter": 490.887, - "HTMLMediaElement": 223.025, - "LangAttribute": 221.289, - "HTMLMediaElementInDocument": 223.076, - "AutocapitalizeAttribute": 224.458, - "UnprefixedUserTiming": 7322.145, - "SecureContextCheckPassed": 206.143, - "FormElement": 224.275, - "CSSValueAppearanceNone": 209.248, - "CookieSet": 606.999, - "UnprefixedTransitionEndEvent": 2077.923, - "CSSAtRuleKeyframes": 208.537, - "V8Performance_Timing_AttributeGetter": 216.806, - "DocumentUnloadRegistered": 472.063, - "PaintTimingRequested": 7327.265, - "HasIDClassTagAttribute": 206.181, - "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, - "CSSValueAppearanceRadio": 209.292, - "DeprecatedWebKitLinearGradient": 210.241, - "CSSFlexibleBox": 238.581, - "SuppressHistoryEntryWithoutUserGesture": 10.229, - "NetInfo": 491.138, - "DeprecatedWebKitGradient": 210.421, - "DocumentPageShowRegistered": 623.775, - "HTMLTableCellElementColspan": 2832.647, - "SVGSVGElementInDocument": 2815.428, - "MaxAttribute": 223.533, - "InputTypeSubmit": 224.537, - "PendingStylesheetAddedAfterBodyStarted": 657.663, - "UnprefixedRequestAnimationFrame": 2.883, - "UnprefixedPerformanceTimeline": 1416.341, - "DocumentBeforeUnloadRegistered": 217.425, - "V8Document_Images_AttributeGetter": 491.481, - "HasBeforeOrAfterPseudoElement": 208.365, - "CSSValueAppearanceCheckbox": 209.317, - "InputTypeSearch": 290.038, - "V8StrictMode": 488.936, - "DocumentPageHideRegistered": 623.842, - "V8Element_GetBoundingClientRect_Method": 471.762, - "SVGSVGElement": 2811.276, - "LangAttributeOnHTML": 221.333, - "SendBeacon": 505.542, - "CSSAtRuleMedia": 207.573, - "StepAttribute": 223.432, - "PointerEventAddListenerCount": 2657.736, - "CleanScriptElementWithNonce": 205.341, - "V8SloppyMode": 0, - "CookieGet": 467.477 - } - }, - "step": 1, - "effectiveBps": 254308, - "effectiveBpsDoc": 146533, - "domTime": 0, - "aft": 0, - "titleTime": 0, - "domLoading": 0, - "server_rtt": 0, - "smallImageCount": 1, - "bigImageCount": 2, - "maybeCaptcha": 0, - "pages": { - "details": "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", - "checklist": "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", - "breakdown": "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", - "domains": "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", - "screenShot": "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" - }, - "consoleLog": [] + ], + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.fetchStart": 28, + "chromeUserTiming.redirectEnd": 28, + "chromeUserTiming.unloadEventStart": 240, + "chromeUserTiming.unloadEventEnd": 240, + "chromeUserTiming.domLoading": 255, + "chromeUserTiming.responseEnd": 342, + "chromeUserTiming.firstLayout": 688, + "chromeUserTiming.firstPaint": 816, + "chromeUserTiming.firstContentfulPaint": 816, + "chromeUserTiming.firstTextPaint": 816, + "chromeUserTiming.firstImagePaint": 816, + "chromeUserTiming.firstMeaningfulPaintCandidate": 816, + "chromeUserTiming.firstMeaningfulPaint": 816, + "chromeUserTiming.domInteractive": 896, + "chromeUserTiming.domContentLoadedEventStart": 896, + "chromeUserTiming.domContentLoadedEventEnd": 906, + "chromeUserTiming.domComplete": 1331, + "chromeUserTiming.loadEventStart": 1331, + "chromeUserTiming.loadEventEnd": 1341, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 287.851, + "CSSPropertyPosition": 284.773, + "CSSPropertyAliasWebkitBorderRadius": 286.368, + "CSSPropertyAliasWebkitAnimation": 287.912, + "CSSPropertyMaxWidth": 286.828, + "CSSPropertyBorderLeftColor": 287.961, + "CSSPropertyTextDecoration": 287.159, + "CSSPropertyWebkitTapHighlightColor": 693.87, + "CSSPropertyBorderRight": 287.765, + "CSSPropertyMaxHeight": 288.419, + "CSSPropertyBorderTop": 287.736, + "CSSPropertySrc": 363.648, + "CSSPropertyAliasWebkitJustifyContent": 289.945, + "CSSPropertyZIndex": 284.912, + "CSSPropertyTransitionDelay": 447.863, + "CSSPropertyPaddingLeft": 284.932, + "CSSPropertyUnicodeRange": 363.665, + "CSSPropertyPadding": 285.515, + "CSSPropertyWhiteSpace": 286.772, + "CSSPropertyBackgroundClip": 290.171, + "CSSPropertyAliasWebkitBoxSizing": 288.698, + "CSSPropertyAliasWebkitBoxShadow": 286.556, + "CSSPropertyVerticalAlign": 285.239, + "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, + "CSSPropertyBackgroundPosition": 287.071, + "CSSPropertyFill": 447.754, + "CSSPropertyMinWidth": 286.468, + "CSSPropertyTransition": 285.324, + "CSSPropertyAliasWebkitTransformOrigin": 287.608, + "CSSPropertyBackgroundOrigin": 290.2, + "CSSPropertyBorderStyle": 287.99, + "CSSPropertyFontFamily": 286.425, + "CSSPropertyTransform": 287.594, + "CSSPropertyCursor": 284.882, + "CSSPropertyHeight": 285.03, + "CSSPropertyPerspectiveOrigin": 289.061, + "CSSPropertyBorderBottomWidth": 287.237, + "CSSPropertyMinHeight": 286.974, + "CSSPropertyFontStyle": 288.581, + "CSSPropertyBorderRightWidth": 290.606, + "CSSPropertyAnimation": 287.934, + "CSSPropertyBorderTopLeftRadius": 285.775, + "CSSPropertyBorderBottomLeftRadius": 285.755, + "CSSPropertyTextOverflow": 287.702, + "CSSPropertyBoxSizing": 288.712, + "CSSPropertyBorderColor": 288.332, + "CSSPropertyPaddingBottom": 286.737, + "CSSPropertyBackgroundImage": 285.945, + "CSSPropertyLeft": 286.311, + "CSSPropertyContent": 287.678, + "CSSPropertyFilter": 290.102, + "CSSPropertyWidth": 285.615, + "CSSPropertyBorder": 284.811, + "CSSPropertyFlex": 287.864, + "CSSPropertyBorderTopColor": 287.797, + "CSSPropertyBackgroundColor": 285.009, + "CSSPropertyAliasWebkitAlignItems": 289.902, + "CSSPropertyPaddingTop": 284.972, + "CSSPropertyBottom": 288.016, + "CSSPropertyBorderCollapse": 290.92, + "CSSPropertyMargin": 285.797, + "CSSPropertyTop": 285.71, + "CSSPropertyMarginBottom": 285.378, + "CSSPropertyUnicodeBidi": 284.686, + "CSSPropertyFloat": 285.681, + "CSSPropertyDisplay": 284.733, + "CSSPropertyWordWrap": 1104.266, + "CSSPropertyTransformOrigin": 287.621, + "CSSPropertyAliasWebkitUserSelect": 286.39, + "CSSPropertyMarginTop": 285.358, + "CSSPropertyBorderLeft": 287.751, + "CSSPropertyJustifyContent": 289.963, + "CSSPropertyBoxShadow": 285.296, + "CSSPropertyTextShadow": 288.999, + "CSSPropertyBorderRightColor": 287.977, + "CSSPropertyPaddingRight": 284.952, + "CSSPropertyWebkitAppearance": 1104.396, + "CSSPropertyAliasWebkitBackgroundSize": 287.291, + "CSSPropertyAnimationTimingFunction": 448.707, + "CSSPropertyPointerEvents": 448.059, + "CSSPropertyBorderRadius": 285.265, + "CSSPropertyAliasWebkitTransition": 286.643, + "CSSPropertyOutline": 285.409, + "CSSPropertyListStyleType": 1104.319, + "CSSPropertyOverflow": 284.754, + "CSSPropertyFontWeight": 286.446, + "CSSPropertyOverflowY": 287.098, + "CSSPropertyTextAlign": 285.596, + "CSSPropertyMarginRight": 286.884, + "CSSPropertyWebkitFontSmoothing": 448.476, + "CSSPropertyAlignItems": 289.926, + "CSSPropertyBackground": 284.86, + "CSSPropertyAnimationDirection": 448.689, + "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, + "CSSPropertyUserSelect": 1104.082, + "CSSPropertyLineHeight": 285.467, + "CSSPropertyFont": 285.446, + "CSSPropertyOpacity": 287.011, + "CSSPropertyTextTransform": 289.284, + "CSSPropertyRight": 287.831, + "CSSPropertyBorderBottomColor": 286.136, + "CSSPropertyFontSize": 285.569, + "CSSPropertyOrder": 289.809, + "CSSPropertyBackgroundSize": 287.306, + "CSSPropertyAliasWebkitTransform": 287.581, + "CSSPropertyBorderWidth": 288.004, + "CSSPropertyVisibility": 287.053, + "CSSPropertyAliasWebkitOrder": 289.789, + "CSSPropertyClip": 882.409, + "CSSPropertyBorderBottom": 287.216, + "CSSPropertyColor": 285.649, + "CSSPropertyMarginLeft": 285.827 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 892.531, + "PaintTimingRequested": 5937.234, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, + "HTMLMediaElement": 1232.797, + "DeprecatedWebKitGradient": 285.911, + "DocumentFonts": 364.316, + "InputTypeSubmit": 693.757, + "EventSrcElement": 293.837, + "UnprefixedUserTiming": 5932.413, + "SecureContextCheckPassed": 279.757, + "FormElement": 692.888, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, + "InputTypeText": 702.428, + "SetReferrerPolicy": 274.622, + "V8Performance_Timing_AttributeGetter": 1044.461, + "CSSAtRuleKeyframes": 287.029, + "DocumentUnloadRegistered": 1066.129, + "DocumentPageShowFired": 1345.26, + "V8Performance_Memory_AttributeGetter": 1340.897, + "V8MessageChannel_Constructor": 1068.728, + "DocumentPageShowRegistered": 1012.756, + "HasIDClassTagAttribute": 284.634, + "SrcsetXDescriptor": 694.15, + "InputTypeSubmitWithValue": 693.785, + "DeprecatedWebKitLinearGradient": 285.981, + "CSSFlexibleBox": 702.642, + "RemoveEventListenerThirdArgumentIsObject": 850.919, + "SuppressHistoryEntryWithoutUserGesture": 8.936, + "V8MessagePort_PostMessage_Method": 1069.094, + "NetInfoEffectiveType": 1338.981, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, + "UnprefixedRequestAnimationFrame": 2.767, + "NetInfoDownlink": 1338.947, + "PrefixedMinDevicePixelRatioMediaFeature": 364.68, + "SVGSVGElementInDocument": 693.551, + "SyntheticKeyframesInCompositedCSSAnimation": 703.343, + "PrefixedDevicePixelRatioMediaFeature": 364.698, + "CookieSet": 1217.842, + "LangAttribute": 450.454, + "CSSAtRuleMedia": 286.668, + "CSSValueAppearanceButton": 1104.369, + "UnprefixedPerformanceTimeline": 3262.199, + "V8Document_Scripts_AttributeGetter": 1314.692, + "V8Document_Images_AttributeGetter": 1335.907, + "HTMLElementInnerText": 1314.981, + "HasBeforeOrAfterPseudoElement": 287.555, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, + "CrossOriginMainFrameNulledNameAccessed": 1325.204, + "CSSAtRuleWebkitKeyframes": 286.989, + "DocumentPageHideRegistered": 1245.973, + "FontFaceConstructor": 830.826, + "V8StrictMode": 1014.197, + "CSSSelectorIndirectAdjacent": 288.036, + "AddEventListenerThirdArgumentIsObject": 850.84, + "CSSAtRuleFontFace": 363.584, + "V8Element_GetBoundingClientRect_Method": 1253.718, + "EventPath": 294.039, + "XSSAuditorEnabledBlock": 270.408, + "InputTypeTextMaxLength": 702.463, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, + "SVGSVGElement": 693.499, + "NetInfo": 1338.791, + "LangAttributeOnHTML": 450.48, + "SendBeacon": 892.71, + "PendingStylesheetAddedAfterBodyStarted": 363.529, + "NetInfoOnChange": 1339.009, + "AutocapitalizeAttribute": 1125.972, + "V8Permissions_Query_Method": 1280.367, + "CleanScriptElementWithNonce": 274.928, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 811.08 } - } + }, + "step": 1, + "effectiveBps": 21663, + "effectiveBpsDoc": 60083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 0, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "median": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 13, + "testStartOffset": 0, + "bytesOut": 10888, + "gzip_savings": 0, + "requestsFull": 19, + "start_epoch": 0, + "connections": 8, + "bytesOutDoc": 8086, + "final_base_page_request_id": "88451.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 70, + "docTime": 1736, + "domContentLoadedEventEnd": 934, + "image_savings": 0, + "requestsDoc": 15, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 346707, + "responses_404": 0, + "loadTime": 1736, + "score_combine": -1, + "score_etags": -1, + "image_total": 35425, + "loadEventStart": 1725, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": 100, + "domContentLoadedEventStart": 926, + "final_url": "https://www.google.com/?gws_rd=ssl", + "bytesInDoc": 414316, + "score_keep-alive": 100, + "loadEventEnd": 1736, + "score_cache": 100, + "responses_other": 6, + "main_frame": "(49D50654DA5AB3501CEBC3FFA32FF2C1)", + "fullyLoaded": 3579, + "requests": 19, + "final_base_page_request": 2, + "TTFB": 477, + "bytesIn": 416502, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 3079, + "test_run_time_ms": 9289, + "PerformancePaintTiming.first-contentful-paint": 808.9, + "firstPaint": 808.9, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 808.9, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25.183973, + "domElements": 408, + "domInteractive": 926, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 2100, + "visualComplete": 2100, + "render": 900, + "SpeedIndex": 912, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 135 + }, + { + "name": "fetchStart", + "time": 135 + }, + { + "name": "redirectEnd", + "time": 233 + }, + { + "name": "fetchStart", + "time": 233 + }, + { + "name": "unloadEventStart", + "time": 486 + }, + { + "name": "unloadEventEnd", + "time": 486 + }, + { + "name": "domLoading", + "time": 492 + }, + { + "name": "responseEnd", + "time": 729 + }, + { + "name": "firstLayout", + "time": 814 + }, + { + "name": "firstPaint", + "time": 815 + }, + { + "name": "firstContentfulPaint", + "time": 815 + }, + { + "name": "firstTextPaint", + "time": 815 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 815 + }, + { + "name": "firstImagePaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "firstMeaningfulPaint", + "time": 889 + }, + { + "name": "domInteractive", + "time": 932 + }, + { + "name": "domContentLoadedEventStart", + "time": 933 + }, + { + "name": "domContentLoadedEventEnd", + "time": 941 + }, + { + "name": "domComplete", + "time": 1731 + }, + { + "name": "loadEventStart", + "time": 1732 + }, + { + "name": "loadEventEnd", + "time": 1742 + } + ], + "chromeUserTiming.fetchStart": 233, + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.redirectEnd": 233, + "chromeUserTiming.unloadEventStart": 486, + "chromeUserTiming.unloadEventEnd": 486, + "chromeUserTiming.domLoading": 492, + "chromeUserTiming.responseEnd": 729, + "chromeUserTiming.firstLayout": 814, + "chromeUserTiming.firstPaint": 815, + "chromeUserTiming.firstContentfulPaint": 815, + "chromeUserTiming.firstTextPaint": 815, + "chromeUserTiming.firstMeaningfulPaintCandidate": 889, + "chromeUserTiming.firstImagePaint": 889, + "chromeUserTiming.firstMeaningfulPaint": 889, + "chromeUserTiming.domInteractive": 932, + "chromeUserTiming.domContentLoadedEventStart": 933, + "chromeUserTiming.domContentLoadedEventEnd": 941, + "chromeUserTiming.domComplete": 1731, + "chromeUserTiming.loadEventStart": 1732, + "chromeUserTiming.loadEventEnd": 1742, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 522.978, + "CSSPropertyPosition": 520.521, + "CSSPropertyAliasWebkitBorderRadius": 521.583, + "CSSPropertyAliasWebkitAnimation": 523.047, + "CSSPropertyMaxWidth": 521.972, + "CSSPropertyBorderLeftColor": 523.186, + "CSSPropertyTextDecoration": 522.274, + "CSSPropertyWebkitTapHighlightColor": 830.101, + "CSSPropertyBorderRight": 522.859, + "CSSPropertyMaxHeight": 523.751, + "CSSPropertyBorderTop": 522.818, + "CSSPropertySrc": 613.952, + "CSSPropertyAliasWebkitJustifyContent": 525.269, + "CSSPropertyZIndex": 520.632, + "CSSPropertyTransitionDelay": 826.931, + "CSSPropertyPaddingLeft": 520.648, + "CSSPropertyUnicodeRange": 613.97, + "CSSPropertyPadding": 520.93, + "CSSPropertyWhiteSpace": 521.933, + "CSSPropertyBackgroundClip": 525.467, + "CSSPropertyAliasWebkitBoxSizing": 524.08, + "CSSPropertyAliasWebkitBoxShadow": 521.766, + "CSSPropertyVerticalAlign": 520.733, + "CSSPropertyAliasWebkitTextSizeAdjust": 835.898, + "CSSPropertyBackgroundPosition": 522.183, + "CSSPropertyFill": 826.844, + "CSSPropertyMinWidth": 521.703, + "CSSPropertyTransition": 520.791, + "CSSPropertyAliasWebkitTransformOrigin": 522.679, + "CSSPropertyBackgroundOrigin": 525.487, + "CSSPropertyBorderStyle": 523.222, + "CSSPropertyFontFamily": 521.669, + "CSSPropertyTransform": 522.664, + "CSSPropertyCursor": 520.61, + "CSSPropertyHeight": 520.718, + "CSSPropertyPerspectiveOrigin": 524.502, + "CSSPropertyBorderBottomWidth": 522.375, + "CSSPropertyMinHeight": 522.081, + "CSSPropertyFontStyle": 523.943, + "CSSPropertyBorderRightWidth": 525.803, + "CSSPropertyAnimation": 523.076, + "CSSPropertyBorderTopLeftRadius": 521.163, + "CSSPropertyBorderBottomLeftRadius": 521.148, + "CSSPropertyTextOverflow": 522.782, + "CSSPropertyBoxSizing": 524.096, + "CSSPropertyBorderColor": 523.646, + "CSSPropertyPaddingBottom": 521.906, + "CSSPropertyBackgroundImage": 521.278, + "CSSPropertyLeft": 521.544, + "CSSPropertyContent": 522.755, + "CSSPropertyFilter": 525.415, + "CSSPropertyWidth": 520.998, + "CSSPropertyBorder": 520.549, + "CSSPropertyFlex": 522.993, + "CSSPropertyBorderTopColor": 522.914, + "CSSPropertyBackgroundColor": 520.703, + "CSSPropertyAliasWebkitAlignItems": 525.237, + "CSSPropertyPaddingTop": 520.677, + "CSSPropertyBottom": 523.253, + "CSSPropertyBorderCollapse": 526.098, + "CSSPropertyMargin": 521.179, + "CSSPropertyTop": 521.118, + "CSSPropertyMarginBottom": 520.827, + "CSSPropertyUnicodeBidi": 520.457, + "CSSPropertyFloat": 521.097, + "CSSPropertyDisplay": 520.491, + "CSSPropertyWordWrap": 1285.537, + "CSSPropertyTransformOrigin": 522.693, + "CSSPropertyAliasWebkitUserSelect": 521.598, + "CSSPropertyMarginTop": 520.812, + "CSSPropertyBorderLeft": 522.836, + "CSSPropertyJustifyContent": 525.283, + "CSSPropertyBoxShadow": 520.77, + "CSSPropertyTextShadow": 524.435, + "CSSPropertyBorderRightColor": 523.206, + "CSSPropertyPaddingRight": 520.663, + "CSSPropertyWebkitAppearance": 1285.696, + "CSSPropertyAliasWebkitBackgroundSize": 522.436, + "CSSPropertyAnimationTimingFunction": 827.475, + "CSSPropertyPointerEvents": 827.062, + "CSSPropertyBorderRadius": 520.748, + "CSSPropertyAliasWebkitTransition": 521.822, + "CSSPropertyOutline": 520.857, + "CSSPropertyListStyleType": 1285.592, + "CSSPropertyOverflow": 520.507, + "CSSPropertyFontWeight": 521.686, + "CSSPropertyOverflowY": 522.212, + "CSSPropertyTextAlign": 520.983, + "CSSPropertyMarginRight": 522.015, + "CSSPropertyWebkitFontSmoothing": 827.343, + "CSSPropertyAlignItems": 525.254, + "CSSPropertyBackground": 520.594, + "CSSPropertyAnimationDirection": 827.46, + "CSSPropertyAliasWebkitPerspectiveOrigin": 524.487, + "CSSPropertyUserSelect": 1285.321, + "CSSPropertyLineHeight": 520.906, + "CSSPropertyFont": 520.891, + "CSSPropertyOpacity": 522.118, + "CSSPropertyTextTransform": 524.761, + "CSSPropertyRight": 522.955, + "CSSPropertyBorderBottomColor": 521.426, + "CSSPropertyFontSize": 520.965, + "CSSPropertyOrder": 525.136, + "CSSPropertyBackgroundSize": 522.452, + "CSSPropertyAliasWebkitTransform": 522.649, + "CSSPropertyBorderWidth": 523.239, + "CSSPropertyVisibility": 522.164, + "CSSPropertyAliasWebkitOrder": 525.117, + "CSSPropertyClip": 928.169, + "CSSPropertyBorderBottom": 522.334, + "CSSPropertyColor": 521.073, + "CSSPropertyMarginLeft": 521.199 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 939.602, + "PaintTimingRequested": 6118.17, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1745.181, + "HTMLMediaElement": 1455.002, + "LangAttribute": 616.282, + "DocumentFonts": 826.242, + "InputTypeSubmit": 829.977, + "EventSrcElement": 528.456, + "UnprefixedUserTiming": 6112.681, + "SecureContextCheckPassed": 514.472, + "FormElement": 828.952, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1745.157, + "InputTypeText": 838.472, + "SetReferrerPolicy": 504.461, + "V8Performance_Timing_AttributeGetter": 1223.778, + "CSSAtRuleKeyframes": 522.137, + "DocumentUnloadRegistered": 1248.489, + "DocumentPageShowFired": 1749.86, + "V8Performance_Memory_AttributeGetter": 1744.966, + "V8MessageChannel_Constructor": 1250.704, + "DocumentPageShowRegistered": 1190.385, + "HasIDClassTagAttribute": 520.416, + "SrcsetXDescriptor": 830.38, + "InputTypeSubmitWithValue": 830.004, + "DeprecatedWebKitLinearGradient": 521.304, + "CSSFlexibleBox": 838.682, + "RemoveEventListenerThirdArgumentIsObject": 916.67, + "SuppressHistoryEntryWithoutUserGesture": 13.674, + "V8MessagePort_PostMessage_Method": 1250.977, + "NetInfoEffectiveType": 1742.921, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1745.116, + "DeprecatedWebKitGradient": 521.254, + "NetInfoDownlink": 1742.887, + "PrefixedMinDevicePixelRatioMediaFeature": 614.672, + "SVGSVGElementInDocument": 829.747, + "SyntheticKeyframesInCompositedCSSAnimation": 839.33, + "PrefixedDevicePixelRatioMediaFeature": 614.692, + "CookieSet": 1449.495, + "CSSAtRuleMedia": 521.843, + "CSSValueAppearanceButton": 1285.671, + "UnprefixedRequestAnimationFrame": 6.645, + "UnprefixedPerformanceTimeline": 3384.092, + "V8Document_Scripts_AttributeGetter": 1717.726, + "V8Document_Images_AttributeGetter": 1739.87, + "HTMLElementInnerText": 1717.929, + "HasBeforeOrAfterPseudoElement": 522.62, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1302.776, + "CrossOriginMainFrameNulledNameAccessed": 1725.666, + "CSSAtRuleWebkitKeyframes": 522.095, + "DocumentPageHideRegistered": 1355.879, + "FontFaceConstructor": 966.319, + "V8StrictMode": 1158.715, + "CSSSelectorIndirectAdjacent": 523.276, + "AddEventListenerThirdArgumentIsObject": 916.612, + "CSSAtRuleFontFace": 613.84, + "V8Element_GetBoundingClientRect_Method": 1364.936, + "EventPath": 528.705, + "XSSAuditorEnabledBlock": 501.849, + "InputTypeTextMaxLength": 838.497, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1276.658, + "SVGSVGElement": 829.69, + "NetInfo": 1742.711, + "LangAttributeOnHTML": 616.308, + "SendBeacon": 939.77, + "PendingStylesheetAddedAfterBodyStarted": 613.8, + "NetInfoOnChange": 1742.947, + "AutocapitalizeAttribute": 1302.806, + "V8Permissions_Query_Method": 1398.772, + "CleanScriptElementWithNonce": 504.942, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 953.657 + } + }, + "step": 1, + "effectiveBps": 134268, + "effectiveBpsDoc": 329083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 5, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1" + }, + "consoleLog": [] }, - "webPagetestVersion": "18.02" - } + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 1, + "testStartOffset": 0, + "bytesOut": 3150, + "gzip_savings": 0, + "requestsFull": 5, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1474, + "final_base_page_request_id": "88921.3-2", + "base_page_dns_ns": "ns2.google.com", + "basePageSSLTime": 69, + "docTime": 1334, + "domContentLoadedEventEnd": 901, + "image_savings": 0, + "requestsDoc": 3, + "score_cookies": -1, + "base_page_ip_ptr": "iad23s59-in-f4.1e100.net", + "score_cdn": 100, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 66517, + "responses_404": 0, + "loadTime": 1334, + "score_combine": -1, + "score_etags": -1, + "image_total": 0, + "loadEventStart": 1326, + "minify_savings": -1, + "score_progressive_jpeg": -1, + "base_page_cdn": "Google", + "score_gzip": 100, + "score_compress": -1, + "domContentLoadedEventStart": 891, + "final_url": "https://www.google.com/", + "bytesInDoc": 66572, + "score_keep-alive": 100, + "loadEventEnd": 1335, + "score_cache": -1, + "responses_other": 4, + "main_frame": "(69A39AE6123F82FB3F218EACB3AD1DF3)", + "fullyLoaded": 3303, + "requests": 5, + "final_base_page_request": 1, + "TTFB": 226, + "bytesIn": 66660, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 2910, + "test_run_time_ms": 7792, + "PerformancePaintTiming.first-contentful-paint": 810.4, + "firstPaint": 810.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 810.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 25, + "domElements": 407, + "domInteractive": 891, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png", + "width": 120, + "height": 44, + "naturalWidth": 240, + "naturalHeight": 88 + }, + { + "url": + "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png", + "width": 272, + "height": 92, + "naturalWidth": 272, + "naturalHeight": 92 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 1200, + "visualComplete": 1200, + "render": 900, + "SpeedIndex": 903, + "visualComplete85": 900, + "visualComplete90": 900, + "visualComplete95": 900, + "visualComplete99": 900, + "chromeUserTiming": [ + { + "name": "redirectStart", + "time": 6 + }, + { + "name": "fetchStart", + "time": 6 + }, + { + "name": "redirectEnd", + "time": 16 + }, + { + "name": "fetchStart", + "time": 16 + }, + { + "name": "redirectEnd", + "time": 28 + }, + { + "name": "fetchStart", + "time": 28 + }, + { + "name": "unloadEventStart", + "time": 240 + }, + { + "name": "unloadEventEnd", + "time": 240 + }, + { + "name": "domLoading", + "time": 255 + }, + { + "name": "responseEnd", + "time": 342 + }, + { + "name": "firstLayout", + "time": 688 + }, + { + "name": "firstPaint", + "time": 816 + }, + { + "name": "firstContentfulPaint", + "time": 816 + }, + { + "name": "firstTextPaint", + "time": 816 + }, + { + "name": "firstImagePaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "firstMeaningfulPaint", + "time": 816 + }, + { + "name": "domInteractive", + "time": 896 + }, + { + "name": "domContentLoadedEventStart", + "time": 896 + }, + { + "name": "domContentLoadedEventEnd", + "time": 906 + }, + { + "name": "domComplete", + "time": 1331 + }, + { + "name": "loadEventStart", + "time": 1331 + }, + { + "name": "loadEventEnd", + "time": 1341 + } + ], + "chromeUserTiming.redirectStart": 6, + "chromeUserTiming.fetchStart": 28, + "chromeUserTiming.redirectEnd": 28, + "chromeUserTiming.unloadEventStart": 240, + "chromeUserTiming.unloadEventEnd": 240, + "chromeUserTiming.domLoading": 255, + "chromeUserTiming.responseEnd": 342, + "chromeUserTiming.firstLayout": 688, + "chromeUserTiming.firstPaint": 816, + "chromeUserTiming.firstContentfulPaint": 816, + "chromeUserTiming.firstTextPaint": 816, + "chromeUserTiming.firstImagePaint": 816, + "chromeUserTiming.firstMeaningfulPaintCandidate": 816, + "chromeUserTiming.firstMeaningfulPaint": 816, + "chromeUserTiming.domInteractive": 896, + "chromeUserTiming.domContentLoadedEventStart": 896, + "chromeUserTiming.domContentLoadedEventEnd": 906, + "chromeUserTiming.domComplete": 1331, + "chromeUserTiming.loadEventStart": 1331, + "chromeUserTiming.loadEventEnd": 1341, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyAliasWebkitFlex": 287.851, + "CSSPropertyPosition": 284.773, + "CSSPropertyAliasWebkitBorderRadius": 286.368, + "CSSPropertyAliasWebkitAnimation": 287.912, + "CSSPropertyMaxWidth": 286.828, + "CSSPropertyBorderLeftColor": 287.961, + "CSSPropertyTextDecoration": 287.159, + "CSSPropertyWebkitTapHighlightColor": 693.87, + "CSSPropertyBorderRight": 287.765, + "CSSPropertyMaxHeight": 288.419, + "CSSPropertyBorderTop": 287.736, + "CSSPropertySrc": 363.648, + "CSSPropertyAliasWebkitJustifyContent": 289.945, + "CSSPropertyZIndex": 284.912, + "CSSPropertyTransitionDelay": 447.863, + "CSSPropertyPaddingLeft": 284.932, + "CSSPropertyUnicodeRange": 363.665, + "CSSPropertyPadding": 285.515, + "CSSPropertyWhiteSpace": 286.772, + "CSSPropertyBackgroundClip": 290.171, + "CSSPropertyAliasWebkitBoxSizing": 288.698, + "CSSPropertyAliasWebkitBoxShadow": 286.556, + "CSSPropertyVerticalAlign": 285.239, + "CSSPropertyAliasWebkitTextSizeAdjust": 819.324, + "CSSPropertyBackgroundPosition": 287.071, + "CSSPropertyFill": 447.754, + "CSSPropertyMinWidth": 286.468, + "CSSPropertyTransition": 285.324, + "CSSPropertyAliasWebkitTransformOrigin": 287.608, + "CSSPropertyBackgroundOrigin": 290.2, + "CSSPropertyBorderStyle": 287.99, + "CSSPropertyFontFamily": 286.425, + "CSSPropertyTransform": 287.594, + "CSSPropertyCursor": 284.882, + "CSSPropertyHeight": 285.03, + "CSSPropertyPerspectiveOrigin": 289.061, + "CSSPropertyBorderBottomWidth": 287.237, + "CSSPropertyMinHeight": 286.974, + "CSSPropertyFontStyle": 288.581, + "CSSPropertyBorderRightWidth": 290.606, + "CSSPropertyAnimation": 287.934, + "CSSPropertyBorderTopLeftRadius": 285.775, + "CSSPropertyBorderBottomLeftRadius": 285.755, + "CSSPropertyTextOverflow": 287.702, + "CSSPropertyBoxSizing": 288.712, + "CSSPropertyBorderColor": 288.332, + "CSSPropertyPaddingBottom": 286.737, + "CSSPropertyBackgroundImage": 285.945, + "CSSPropertyLeft": 286.311, + "CSSPropertyContent": 287.678, + "CSSPropertyFilter": 290.102, + "CSSPropertyWidth": 285.615, + "CSSPropertyBorder": 284.811, + "CSSPropertyFlex": 287.864, + "CSSPropertyBorderTopColor": 287.797, + "CSSPropertyBackgroundColor": 285.009, + "CSSPropertyAliasWebkitAlignItems": 289.902, + "CSSPropertyPaddingTop": 284.972, + "CSSPropertyBottom": 288.016, + "CSSPropertyBorderCollapse": 290.92, + "CSSPropertyMargin": 285.797, + "CSSPropertyTop": 285.71, + "CSSPropertyMarginBottom": 285.378, + "CSSPropertyUnicodeBidi": 284.686, + "CSSPropertyFloat": 285.681, + "CSSPropertyDisplay": 284.733, + "CSSPropertyWordWrap": 1104.266, + "CSSPropertyTransformOrigin": 287.621, + "CSSPropertyAliasWebkitUserSelect": 286.39, + "CSSPropertyMarginTop": 285.358, + "CSSPropertyBorderLeft": 287.751, + "CSSPropertyJustifyContent": 289.963, + "CSSPropertyBoxShadow": 285.296, + "CSSPropertyTextShadow": 288.999, + "CSSPropertyBorderRightColor": 287.977, + "CSSPropertyPaddingRight": 284.952, + "CSSPropertyWebkitAppearance": 1104.396, + "CSSPropertyAliasWebkitBackgroundSize": 287.291, + "CSSPropertyAnimationTimingFunction": 448.707, + "CSSPropertyPointerEvents": 448.059, + "CSSPropertyBorderRadius": 285.265, + "CSSPropertyAliasWebkitTransition": 286.643, + "CSSPropertyOutline": 285.409, + "CSSPropertyListStyleType": 1104.319, + "CSSPropertyOverflow": 284.754, + "CSSPropertyFontWeight": 286.446, + "CSSPropertyOverflowY": 287.098, + "CSSPropertyTextAlign": 285.596, + "CSSPropertyMarginRight": 286.884, + "CSSPropertyWebkitFontSmoothing": 448.476, + "CSSPropertyAlignItems": 289.926, + "CSSPropertyBackground": 284.86, + "CSSPropertyAnimationDirection": 448.689, + "CSSPropertyAliasWebkitPerspectiveOrigin": 289.047, + "CSSPropertyUserSelect": 1104.082, + "CSSPropertyLineHeight": 285.467, + "CSSPropertyFont": 285.446, + "CSSPropertyOpacity": 287.011, + "CSSPropertyTextTransform": 289.284, + "CSSPropertyRight": 287.831, + "CSSPropertyBorderBottomColor": 286.136, + "CSSPropertyFontSize": 285.569, + "CSSPropertyOrder": 289.809, + "CSSPropertyBackgroundSize": 287.306, + "CSSPropertyAliasWebkitTransform": 287.581, + "CSSPropertyBorderWidth": 288.004, + "CSSPropertyVisibility": 287.053, + "CSSPropertyAliasWebkitOrder": 289.789, + "CSSPropertyClip": 882.409, + "CSSPropertyBorderBottom": 287.216, + "CSSPropertyColor": 285.649, + "CSSPropertyMarginLeft": 285.827 + }, + "Features": { + "V8Performance_Navigation_AttributeGetter": 892.531, + "PaintTimingRequested": 5937.234, + "V8MemoryInfo_JSHeapSizeLimit_AttributeGetter": 1341.087, + "HTMLMediaElement": 1232.797, + "DeprecatedWebKitGradient": 285.911, + "DocumentFonts": 364.316, + "InputTypeSubmit": 693.757, + "EventSrcElement": 293.837, + "UnprefixedUserTiming": 5932.413, + "SecureContextCheckPassed": 279.757, + "FormElement": 692.888, + "V8MemoryInfo_TotalJSHeapSize_AttributeGetter": 1341.06, + "InputTypeText": 702.428, + "SetReferrerPolicy": 274.622, + "V8Performance_Timing_AttributeGetter": 1044.461, + "CSSAtRuleKeyframes": 287.029, + "DocumentUnloadRegistered": 1066.129, + "DocumentPageShowFired": 1345.26, + "V8Performance_Memory_AttributeGetter": 1340.897, + "V8MessageChannel_Constructor": 1068.728, + "DocumentPageShowRegistered": 1012.756, + "HasIDClassTagAttribute": 284.634, + "SrcsetXDescriptor": 694.15, + "InputTypeSubmitWithValue": 693.785, + "DeprecatedWebKitLinearGradient": 285.981, + "CSSFlexibleBox": 702.642, + "RemoveEventListenerThirdArgumentIsObject": 850.919, + "SuppressHistoryEntryWithoutUserGesture": 8.936, + "V8MessagePort_PostMessage_Method": 1069.094, + "NetInfoEffectiveType": 1338.981, + "V8MemoryInfo_UsedJSHeapSize_AttributeGetter": 1341.008, + "UnprefixedRequestAnimationFrame": 2.767, + "NetInfoDownlink": 1338.947, + "PrefixedMinDevicePixelRatioMediaFeature": 364.68, + "SVGSVGElementInDocument": 693.551, + "SyntheticKeyframesInCompositedCSSAnimation": 703.343, + "PrefixedDevicePixelRatioMediaFeature": 364.698, + "CookieSet": 1217.842, + "LangAttribute": 450.454, + "CSSAtRuleMedia": 286.668, + "CSSValueAppearanceButton": 1104.369, + "UnprefixedPerformanceTimeline": 3262.199, + "V8Document_Scripts_AttributeGetter": 1314.692, + "V8Document_Images_AttributeGetter": 1335.907, + "HTMLElementInnerText": 1314.981, + "HasBeforeOrAfterPseudoElement": 287.555, + "V8HTMLInputElement_Autocapitalize_AttributeSetter": 1125.924, + "CrossOriginMainFrameNulledNameAccessed": 1325.204, + "CSSAtRuleWebkitKeyframes": 286.989, + "DocumentPageHideRegistered": 1245.973, + "FontFaceConstructor": 830.826, + "V8StrictMode": 1014.197, + "CSSSelectorIndirectAdjacent": 288.036, + "AddEventListenerThirdArgumentIsObject": 850.84, + "CSSAtRuleFontFace": 363.584, + "V8Element_GetBoundingClientRect_Method": 1253.718, + "EventPath": 294.039, + "XSSAuditorEnabledBlock": 270.408, + "InputTypeTextMaxLength": 702.463, + "V8Window_WebkitSpeechRecognition_ConstructorGetter": 1093.789, + "SVGSVGElement": 693.499, + "NetInfo": 1338.791, + "LangAttributeOnHTML": 450.48, + "SendBeacon": 892.71, + "PendingStylesheetAddedAfterBodyStarted": 363.529, + "NetInfoOnChange": 1339.009, + "AutocapitalizeAttribute": 1125.972, + "V8Permissions_Query_Method": 1280.367, + "CleanScriptElementWithNonce": 274.928, + "V8SloppyMode": 0, + "StarInTimingAllowOrigin": 811.08 + } + }, + "step": 1, + "effectiveBps": 21663, + "effectiveBpsDoc": 60083, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 0, + "bigImageCount": 0, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_SP_1Q92&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_SP_1Q92&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_SP_1Q92&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_SP_1Q92&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_SP_1Q92&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "webPagetestVersion": "18.02" + } + }, + { + "name": "Bing.com", + "type": "homepage", + "url": "https://www.bing.com/", + "label": "20180228-163636-02-bing.com", + "id": "180228_M6_1Q93", + "SpeedIndex": { + "data": { + "id": "180228_M6_1Q93", + "summary": + "http://www.webpagetest.org/results.php?test=180228_M6_1Q93", + "location": "Dulles:Chrome", + "connectivity": "Cable", + "bwDown": 5000, + "bwUp": 1000, + "latency": 28, + "plr": "0", + "mobile": 0, + "label": "20180228-163636-02-bing.com", + "completed": 1519857506, + "runs": { + "1": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 63, + "testStartOffset": 0, + "bytesOut": 58857, + "gzip_savings": 12722, + "requestsFull": 71, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1094, + "final_base_page_request_id": "26026.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 90, + "docTime": 628, + "domContentLoadedEventEnd": 627, + "image_savings": 9479, + "requestsDoc": 2, + "score_cookies": -1, + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 120961, + "responses_404": 0, + "loadTime": 628, + "score_combine": -1, + "score_etags": -1, + "image_total": 1003267, + "loadEventStart": 628, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 90, + "score_compress": 100, + "domContentLoadedEventStart": 625, + "final_url": "https://www.bing.com/", + "bytesInDoc": 49104, + "score_keep-alive": 100, + "loadEventEnd": 629, + "score_cache": 81, + "responses_other": 8, + "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", + "fullyLoaded": 4912, + "requests": 71, + "final_base_page_request": 0, + "TTFB": 356, + "bytesIn": 1137374, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5300, + "test_run_time_ms": 12279, + "PerformancePaintTiming.first-contentful-paint": 610.4, + "firstPaint": 610.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 610.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 16.740366, + "domElements": 608, + "domInteractive": 624, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3700, + "visualComplete": 3700, + "render": 600, + "SpeedIndex": 1630, + "visualComplete85": 2400, + "visualComplete90": 2400, + "visualComplete95": 3700, + "visualComplete99": 3700, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 15 + }, + { + "name": "unloadEventStart", + "time": 376 + }, + { + "name": "unloadEventEnd", + "time": 376 + }, + { + "name": "domLoading", + "time": 383 + }, + { + "name": "firstLayout", + "time": 405 + }, + { + "name": "responseEnd", + "time": 448 + }, + { + "name": "firstPaint", + "time": 625 + }, + { + "name": "firstContentfulPaint", + "time": 625 + }, + { + "name": "firstTextPaint", + "time": 625 + }, + { + "name": "firstImagePaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "domInteractive", + "time": 640 + }, + { + "name": "domContentLoadedEventStart", + "time": 640 + }, + { + "name": "domContentLoadedEventEnd", + "time": 642 + }, + { + "name": "domComplete", + "time": 643 + }, + { + "name": "loadEventStart", + "time": 643 + }, + { + "name": "loadEventEnd", + "time": 644 + } + ], + "chromeUserTiming.fetchStart": 15, + "chromeUserTiming.unloadEventStart": 376, + "chromeUserTiming.unloadEventEnd": 376, + "chromeUserTiming.domLoading": 383, + "chromeUserTiming.firstLayout": 405, + "chromeUserTiming.responseEnd": 448, + "chromeUserTiming.firstPaint": 625, + "chromeUserTiming.firstContentfulPaint": 625, + "chromeUserTiming.firstTextPaint": 625, + "chromeUserTiming.firstImagePaint": 625, + "chromeUserTiming.firstMeaningfulPaint": 625, + "chromeUserTiming.firstMeaningfulPaintCandidate": 625, + "chromeUserTiming.domInteractive": 640, + "chromeUserTiming.domContentLoadedEventStart": 640, + "chromeUserTiming.domContentLoadedEventEnd": 642, + "chromeUserTiming.domComplete": 643, + "chromeUserTiming.loadEventStart": 643, + "chromeUserTiming.loadEventEnd": 644, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 393.629, + "CSSPropertyTextAlign": 395.366, + "CSSPropertyWordWrap": 397.012, + "CSSPropertyPosition": 393.318, + "CSSPropertyAliasWebkitTransition": 395.776, + "CSSPropertyOutline": 394.88, + "CSSPropertyAliasWebkitAnimation": 395.516, + "CSSPropertyOverflow": 393.012, + "CSSPropertyFontFamily": 393.05, + "CSSPropertyBackgroundColor": 393.241, + "CSSPropertyFontWeight": 393.731, + "CSSPropertyBackgroundPosition": 394.39, + "CSSPropertyPaddingTop": 395.892, + "CSSPropertyOverflowX": 394.907, + "CSSPropertyOverflowY": 394.923, + "CSSPropertyCursor": 394.178, + "CSSPropertyBottom": 393.376, + "CSSPropertyMaxWidth": 393.494, + "CSSPropertyBorderCollapse": 393.179, + "CSSPropertyMargin": 393.221, + "CSSPropertyTop": 393.335, + "CSSPropertyMarginBottom": 395.191, + "CSSPropertyBorderSpacing": 393.584, + "CSSPropertyTextDecoration": 393.085, + "CSSPropertyTextIndent": 395.972, + "CSSPropertyBorderRight": 394.007, + "CSSPropertyHeight": 393.146, + "CSSPropertyBackground": 393.817, + "CSSPropertyWebkitAppearance": 396.287, + "CSSPropertyColor": 393.92, + "CSSPropertyFloat": 394.152, + "CSSPropertyMaxHeight": 393.55, + "CSSPropertyBorderTop": 3426.346, + "CSSPropertyMinHeight": 393.511, + "CSSPropertyFontStyle": 3425.962, + "CSSPropertyTransform": 395.068, + "CSSPropertyDisplay": 393.446, + "CSSPropertyLineHeight": 393.36, + "CSSPropertyMarginRight": 394.089, + "CSSPropertyFont": 394.445, + "CSSPropertyFill": 395.999, + "CSSPropertyListStyle": 397.604, + "CSSPropertyOpacity": 393.949, + "CSSPropertyAnimation": 395.536, + "CSSPropertyAliasWebkitUserSelect": 397.387, + "CSSPropertyTransitionDelay": 395.609, + "CSSPropertyPaddingLeft": 394.067, + "CSSPropertyMarginTop": 394.737, + "CSSPropertyTextOverflow": 397.569, + "CSSPropertyPadding": 393.12, + "CSSPropertyWhiteSpace": 397.031, + "CSSPropertyTextTransform": 395.28, + "CSSPropertyBorderLeft": 393.989, + "CSSPropertyBoxSizing": 395.098, + "CSSPropertyRight": 395.734, + "CSSPropertyBoxShadow": 396.109, + "CSSPropertyBorderBottomColor": 3222.122, + "CSSPropertyBorderRadius": 395.923, + "CSSPropertyFontSize": 393.067, + "CSSPropertyVerticalAlign": 393.294, + "CSSPropertyBackgroundSize": 393.686, + "CSSPropertyClear": 397.119, + "CSSPropertyBorderColor": 394.28, + "CSSPropertyPaddingBottom": 395.217, + "CSSPropertyZIndex": 393.77, + "CSSPropertyAliasWebkitTransform": 395.05, + "CSSPropertyPaddingRight": 394.939, + "CSSPropertyBorderWidth": 394.713, + "CSSPropertyVisibility": 394.113, + "CSSPropertyBackgroundImage": 396.174, + "CSSPropertyDirection": 397.962, + "CSSPropertyLeft": 393.392, + "CSSPropertyContent": 395.41, + "CSSPropertyZoom": 393.43, + "CSSPropertyBorderBottom": 394.045, + "CSSPropertyAliasWebkitBackgroundSize": 393.66, + "CSSPropertyUserSelect": 397.405, + "CSSPropertyWidth": 393.162, + "CSSPropertyMinWidth": 393.477, + "CSSPropertyTransition": 394.976, + "CSSPropertyBorder": 393.262, + "CSSPropertyMarginLeft": 393.408 + }, + "Features": { + "XMLHttpRequestAsynchronous": 845.741, + "V8Performance_Navigation_AttributeGetter": 657.887, + "HTMLMediaElement": 411.325, + "LangAttribute": 409.817, + "HTMLMediaElementInDocument": 411.374, + "AutocapitalizeAttribute": 412.565, + "UnprefixedUserTiming": 8463.332, + "SecureContextCheckPassed": 392.939, + "FormElement": 412.459, + "CSSValueAppearanceNone": 396.265, + "CookieSet": 1019.373, + "UnprefixedTransitionEndEvent": 2571.028, + "CSSAtRuleKeyframes": 395.553, + "V8Performance_Timing_AttributeGetter": 405.028, + "DocumentUnloadRegistered": 641.269, + "PaintTimingRequested": 8468.153, + "HasIDClassTagAttribute": 392.98, + "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, + "CSSValueAppearanceRadio": 396.309, + "DeprecatedWebKitLinearGradient": 397.32, + "CSSFlexibleBox": 421.309, + "SuppressHistoryEntryWithoutUserGesture": 20.285, + "NetInfo": 658.053, + "DeprecatedWebKitGradient": 397.504, + "DocumentPageShowRegistered": 1030.652, + "HTMLTableCellElementColspan": 3433.255, + "SVGSVGElementInDocument": 3425.368, + "MaxAttribute": 411.82, + "InputTypeSubmit": 412.623, + "PendingStylesheetAddedAfterBodyStarted": 1195.199, + "UnprefixedRequestAnimationFrame": 4.371, + "UnprefixedPerformanceTimeline": 1956.433, + "DocumentBeforeUnloadRegistered": 405.629, + "V8Document_Images_AttributeGetter": 658.266, + "HasBeforeOrAfterPseudoElement": 395.385, + "CSSValueAppearanceCheckbox": 396.334, + "InputTypeSearch": 471.098, + "V8StrictMode": 656.316, + "DocumentPageHideRegistered": 1030.721, + "V8Element_GetBoundingClientRect_Method": 640.931, + "SVGSVGElement": 3423.027, + "LangAttributeOnHTML": 409.845, + "SendBeacon": 668.72, + "CSSAtRuleMedia": 394.611, + "StepAttribute": 411.709, + "PointerEventAddListenerCount": 3329.595, + "CleanScriptElementWithNonce": 392.211, + "V8SloppyMode": 0, + "CookieGet": 639.039 + } + }, + "step": 1, + "effectiveBps": 249643, + "effectiveBpsDoc": 180529, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 31, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 20, + "testStartOffset": 0, + "bytesOut": 22611, + "gzip_savings": 12722, + "requestsFull": 26, + "start_epoch": 0, + "connections": 1, + "bytesOutDoc": 750, + "final_base_page_request_id": "26659.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 52, + "docTime": 469, + "domContentLoadedEventEnd": 468, + "image_savings": 9479, + "requestsDoc": 1, + "score_cookies": -1, + "base_page_ip_ptr": "a-0001.a-msedge.net", + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 87739, + "responses_404": 0, + "loadTime": 469, + "score_combine": -1, + "score_etags": -1, + "image_total": 877804, + "loadEventStart": 468, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 86, + "score_compress": 99, + "domContentLoadedEventStart": 465, + "final_url": "https://www.bing.com/", + "bytesInDoc": 42055, + "score_keep-alive": 100, + "loadEventEnd": 469, + "score_cache": 0, + "responses_other": 6, + "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", + "fullyLoaded": 3998, + "requests": 26, + "final_base_page_request": 0, + "TTFB": 182, + "bytesIn": 970442, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5739, + "test_run_time_ms": 11295, + "PerformancePaintTiming.first-contentful-paint": 455.2, + "firstPaint": 455.2, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 455.2, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 20.834846, + "domElements": 625, + "domInteractive": 465, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3200, + "visualComplete": 3200, + "render": 500, + "SpeedIndex": 1372, + "visualComplete85": 2000, + "visualComplete90": 2000, + "visualComplete95": 3200, + "visualComplete99": 3200, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 7 + }, + { + "name": "unloadEventStart", + "time": 192 + }, + { + "name": "unloadEventEnd", + "time": 192 + }, + { + "name": "domLoading", + "time": 198 + }, + { + "name": "firstLayout", + "time": 218 + }, + { + "name": "responseEnd", + "time": 247 + }, + { + "name": "firstPaint", + "time": 462 + }, + { + "name": "firstContentfulPaint", + "time": 462 + }, + { + "name": "firstTextPaint", + "time": 462 + }, + { + "name": "firstImagePaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "domInteractive", + "time": 472 + }, + { + "name": "domContentLoadedEventStart", + "time": 472 + }, + { + "name": "domContentLoadedEventEnd", + "time": 475 + }, + { + "name": "domComplete", + "time": 475 + }, + { + "name": "loadEventStart", + "time": 475 + }, + { + "name": "loadEventEnd", + "time": 477 + } + ], + "chromeUserTiming.fetchStart": 7, + "chromeUserTiming.unloadEventStart": 192, + "chromeUserTiming.unloadEventEnd": 192, + "chromeUserTiming.domLoading": 198, + "chromeUserTiming.firstLayout": 218, + "chromeUserTiming.responseEnd": 247, + "chromeUserTiming.firstPaint": 462, + "chromeUserTiming.firstContentfulPaint": 462, + "chromeUserTiming.firstTextPaint": 462, + "chromeUserTiming.firstImagePaint": 462, + "chromeUserTiming.firstMeaningfulPaintCandidate": 462, + "chromeUserTiming.firstMeaningfulPaint": 462, + "chromeUserTiming.domInteractive": 472, + "chromeUserTiming.domContentLoadedEventStart": 472, + "chromeUserTiming.domContentLoadedEventEnd": 475, + "chromeUserTiming.domComplete": 475, + "chromeUserTiming.loadEventStart": 475, + "chromeUserTiming.loadEventEnd": 477, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 206.745, + "CSSPropertyTextAlign": 208.345, + "CSSPropertyWordWrap": 209.975, + "CSSPropertyPosition": 206.478, + "CSSPropertyAliasWebkitTransition": 208.758, + "CSSPropertyOutline": 207.828, + "CSSPropertyAliasWebkitAnimation": 208.499, + "CSSPropertyOverflow": 206.212, + "CSSPropertyFontFamily": 206.249, + "CSSPropertyBackgroundColor": 206.415, + "CSSPropertyFontWeight": 206.808, + "CSSPropertyBackgroundPosition": 207.346, + "CSSPropertyPaddingTop": 208.873, + "CSSPropertyOverflowX": 207.855, + "CSSPropertyOverflowY": 207.871, + "CSSPropertyCursor": 207.152, + "CSSPropertyBottom": 206.536, + "CSSPropertyMaxWidth": 206.653, + "CSSPropertyBorderCollapse": 206.378, + "CSSPropertyMargin": 206.396, + "CSSPropertyTop": 206.495, + "CSSPropertyMarginBottom": 208.138, + "CSSPropertyBorderSpacing": 206.715, + "CSSPropertyTextDecoration": 206.285, + "CSSPropertyTextIndent": 208.954, + "CSSPropertyBorderRight": 206.985, + "CSSPropertyHeight": 206.344, + "CSSPropertyBackground": 206.858, + "CSSPropertyWebkitAppearance": 209.269, + "CSSPropertyColor": 206.906, + "CSSPropertyFloat": 207.126, + "CSSPropertyMaxHeight": 206.685, + "CSSPropertyBorderTop": 2817.184, + "CSSPropertyMinHeight": 206.669, + "CSSPropertyFontStyle": 2816.474, + "CSSPropertyTransform": 208.015, + "CSSPropertyDisplay": 206.605, + "CSSPropertyLineHeight": 206.52, + "CSSPropertyMarginRight": 207.065, + "CSSPropertyFont": 207.421, + "CSSPropertyFill": 208.982, + "CSSPropertyListStyle": 210.52, + "CSSPropertyOpacity": 206.929, + "CSSPropertyAnimation": 208.521, + "CSSPropertyAliasWebkitUserSelect": 210.306, + "CSSPropertyTransitionDelay": 208.593, + "CSSPropertyPaddingLeft": 207.043, + "CSSPropertyMarginTop": 207.692, + "CSSPropertyTextOverflow": 210.486, + "CSSPropertyPadding": 206.319, + "CSSPropertyWhiteSpace": 209.994, + "CSSPropertyTextTransform": 208.254, + "CSSPropertyBorderLeft": 206.967, + "CSSPropertyBoxSizing": 208.045, + "CSSPropertyRight": 208.717, + "CSSPropertyBoxShadow": 209.091, + "CSSPropertyBorderBottomColor": 2524.631, + "CSSPropertyBorderRadius": 208.905, + "CSSPropertyFontSize": 206.267, + "CSSPropertyVerticalAlign": 206.458, + "CSSPropertyBackgroundSize": 206.781, + "CSSPropertyClear": 210.08, + "CSSPropertyBorderColor": 207.252, + "CSSPropertyPaddingBottom": 208.164, + "CSSPropertyZIndex": 206.831, + "CSSPropertyAliasWebkitTransform": 207.997, + "CSSPropertyPaddingRight": 207.887, + "CSSPropertyBorderWidth": 207.668, + "CSSPropertyVisibility": 207.088, + "CSSPropertyBackgroundImage": 209.154, + "CSSPropertyDirection": 210.718, + "CSSPropertyLeft": 206.551, + "CSSPropertyContent": 208.391, + "CSSPropertyZoom": 206.589, + "CSSPropertyBorderBottom": 207.021, + "CSSPropertyAliasWebkitBackgroundSize": 206.764, + "CSSPropertyUserSelect": 210.324, + "CSSPropertyWidth": 206.361, + "CSSPropertyMinWidth": 206.636, + "CSSPropertyTransition": 207.923, + "CSSPropertyBorder": 206.436, + "CSSPropertyMarginLeft": 206.567 + }, + "Features": { + "XMLHttpRequestAsynchronous": 538.824, + "V8Performance_Navigation_AttributeGetter": 490.887, + "HTMLMediaElement": 223.025, + "LangAttribute": 221.289, + "HTMLMediaElementInDocument": 223.076, + "AutocapitalizeAttribute": 224.458, + "UnprefixedUserTiming": 7322.145, + "SecureContextCheckPassed": 206.143, + "FormElement": 224.275, + "CSSValueAppearanceNone": 209.248, + "CookieSet": 606.999, + "UnprefixedTransitionEndEvent": 2077.923, + "CSSAtRuleKeyframes": 208.537, + "V8Performance_Timing_AttributeGetter": 216.806, + "DocumentUnloadRegistered": 472.063, + "PaintTimingRequested": 7327.265, + "HasIDClassTagAttribute": 206.181, + "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, + "CSSValueAppearanceRadio": 209.292, + "DeprecatedWebKitLinearGradient": 210.241, + "CSSFlexibleBox": 238.581, + "SuppressHistoryEntryWithoutUserGesture": 10.229, + "NetInfo": 491.138, + "DeprecatedWebKitGradient": 210.421, + "DocumentPageShowRegistered": 623.775, + "HTMLTableCellElementColspan": 2832.647, + "SVGSVGElementInDocument": 2815.428, + "MaxAttribute": 223.533, + "InputTypeSubmit": 224.537, + "PendingStylesheetAddedAfterBodyStarted": 657.663, + "UnprefixedRequestAnimationFrame": 2.883, + "UnprefixedPerformanceTimeline": 1416.341, + "DocumentBeforeUnloadRegistered": 217.425, + "V8Document_Images_AttributeGetter": 491.481, + "HasBeforeOrAfterPseudoElement": 208.365, + "CSSValueAppearanceCheckbox": 209.317, + "InputTypeSearch": 290.038, + "V8StrictMode": 488.936, + "DocumentPageHideRegistered": 623.842, + "V8Element_GetBoundingClientRect_Method": 471.762, + "SVGSVGElement": 2811.276, + "LangAttributeOnHTML": 221.333, + "SendBeacon": 505.542, + "CSSAtRuleMedia": 207.573, + "StepAttribute": 223.432, + "PointerEventAddListenerCount": 2657.736, + "CleanScriptElementWithNonce": 205.341, + "V8SloppyMode": 0, + "CookieGet": 467.477 + } + }, + "step": 1, + "effectiveBps": 254308, + "effectiveBpsDoc": 146533, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 1, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "median": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 63, + "testStartOffset": 0, + "bytesOut": 58857, + "gzip_savings": 12722, + "requestsFull": 71, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1094, + "final_base_page_request_id": "26026.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 90, + "docTime": 628, + "domContentLoadedEventEnd": 627, + "image_savings": 9479, + "requestsDoc": 2, + "score_cookies": -1, + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 120961, + "responses_404": 0, + "loadTime": 628, + "score_combine": -1, + "score_etags": -1, + "image_total": 1003267, + "loadEventStart": 628, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 90, + "score_compress": 100, + "domContentLoadedEventStart": 625, + "final_url": "https://www.bing.com/", + "bytesInDoc": 49104, + "score_keep-alive": 100, + "loadEventEnd": 629, + "score_cache": 81, + "responses_other": 8, + "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", + "fullyLoaded": 4912, + "requests": 71, + "final_base_page_request": 0, + "TTFB": 356, + "bytesIn": 1137374, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5300, + "test_run_time_ms": 12279, + "PerformancePaintTiming.first-contentful-paint": 610.4, + "firstPaint": 610.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 610.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 16.740366, + "domElements": 608, + "domInteractive": 624, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3700, + "visualComplete": 3700, + "render": 600, + "SpeedIndex": 1630, + "visualComplete85": 2400, + "visualComplete90": 2400, + "visualComplete95": 3700, + "visualComplete99": 3700, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 15 + }, + { + "name": "unloadEventStart", + "time": 376 + }, + { + "name": "unloadEventEnd", + "time": 376 + }, + { + "name": "domLoading", + "time": 383 + }, + { + "name": "firstLayout", + "time": 405 + }, + { + "name": "responseEnd", + "time": 448 + }, + { + "name": "firstPaint", + "time": 625 + }, + { + "name": "firstContentfulPaint", + "time": 625 + }, + { + "name": "firstTextPaint", + "time": 625 + }, + { + "name": "firstImagePaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "domInteractive", + "time": 640 + }, + { + "name": "domContentLoadedEventStart", + "time": 640 + }, + { + "name": "domContentLoadedEventEnd", + "time": 642 + }, + { + "name": "domComplete", + "time": 643 + }, + { + "name": "loadEventStart", + "time": 643 + }, + { + "name": "loadEventEnd", + "time": 644 + } + ], + "chromeUserTiming.fetchStart": 15, + "chromeUserTiming.unloadEventStart": 376, + "chromeUserTiming.unloadEventEnd": 376, + "chromeUserTiming.domLoading": 383, + "chromeUserTiming.firstLayout": 405, + "chromeUserTiming.responseEnd": 448, + "chromeUserTiming.firstPaint": 625, + "chromeUserTiming.firstContentfulPaint": 625, + "chromeUserTiming.firstTextPaint": 625, + "chromeUserTiming.firstImagePaint": 625, + "chromeUserTiming.firstMeaningfulPaint": 625, + "chromeUserTiming.firstMeaningfulPaintCandidate": 625, + "chromeUserTiming.domInteractive": 640, + "chromeUserTiming.domContentLoadedEventStart": 640, + "chromeUserTiming.domContentLoadedEventEnd": 642, + "chromeUserTiming.domComplete": 643, + "chromeUserTiming.loadEventStart": 643, + "chromeUserTiming.loadEventEnd": 644, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 393.629, + "CSSPropertyTextAlign": 395.366, + "CSSPropertyWordWrap": 397.012, + "CSSPropertyPosition": 393.318, + "CSSPropertyAliasWebkitTransition": 395.776, + "CSSPropertyOutline": 394.88, + "CSSPropertyAliasWebkitAnimation": 395.516, + "CSSPropertyOverflow": 393.012, + "CSSPropertyFontFamily": 393.05, + "CSSPropertyBackgroundColor": 393.241, + "CSSPropertyFontWeight": 393.731, + "CSSPropertyBackgroundPosition": 394.39, + "CSSPropertyPaddingTop": 395.892, + "CSSPropertyOverflowX": 394.907, + "CSSPropertyOverflowY": 394.923, + "CSSPropertyCursor": 394.178, + "CSSPropertyBottom": 393.376, + "CSSPropertyMaxWidth": 393.494, + "CSSPropertyBorderCollapse": 393.179, + "CSSPropertyMargin": 393.221, + "CSSPropertyTop": 393.335, + "CSSPropertyMarginBottom": 395.191, + "CSSPropertyBorderSpacing": 393.584, + "CSSPropertyTextDecoration": 393.085, + "CSSPropertyTextIndent": 395.972, + "CSSPropertyBorderRight": 394.007, + "CSSPropertyHeight": 393.146, + "CSSPropertyBackground": 393.817, + "CSSPropertyWebkitAppearance": 396.287, + "CSSPropertyColor": 393.92, + "CSSPropertyFloat": 394.152, + "CSSPropertyMaxHeight": 393.55, + "CSSPropertyBorderTop": 3426.346, + "CSSPropertyMinHeight": 393.511, + "CSSPropertyFontStyle": 3425.962, + "CSSPropertyTransform": 395.068, + "CSSPropertyDisplay": 393.446, + "CSSPropertyLineHeight": 393.36, + "CSSPropertyMarginRight": 394.089, + "CSSPropertyFont": 394.445, + "CSSPropertyFill": 395.999, + "CSSPropertyListStyle": 397.604, + "CSSPropertyOpacity": 393.949, + "CSSPropertyAnimation": 395.536, + "CSSPropertyAliasWebkitUserSelect": 397.387, + "CSSPropertyTransitionDelay": 395.609, + "CSSPropertyPaddingLeft": 394.067, + "CSSPropertyMarginTop": 394.737, + "CSSPropertyTextOverflow": 397.569, + "CSSPropertyPadding": 393.12, + "CSSPropertyWhiteSpace": 397.031, + "CSSPropertyTextTransform": 395.28, + "CSSPropertyBorderLeft": 393.989, + "CSSPropertyBoxSizing": 395.098, + "CSSPropertyRight": 395.734, + "CSSPropertyBoxShadow": 396.109, + "CSSPropertyBorderBottomColor": 3222.122, + "CSSPropertyBorderRadius": 395.923, + "CSSPropertyFontSize": 393.067, + "CSSPropertyVerticalAlign": 393.294, + "CSSPropertyBackgroundSize": 393.686, + "CSSPropertyClear": 397.119, + "CSSPropertyBorderColor": 394.28, + "CSSPropertyPaddingBottom": 395.217, + "CSSPropertyZIndex": 393.77, + "CSSPropertyAliasWebkitTransform": 395.05, + "CSSPropertyPaddingRight": 394.939, + "CSSPropertyBorderWidth": 394.713, + "CSSPropertyVisibility": 394.113, + "CSSPropertyBackgroundImage": 396.174, + "CSSPropertyDirection": 397.962, + "CSSPropertyLeft": 393.392, + "CSSPropertyContent": 395.41, + "CSSPropertyZoom": 393.43, + "CSSPropertyBorderBottom": 394.045, + "CSSPropertyAliasWebkitBackgroundSize": 393.66, + "CSSPropertyUserSelect": 397.405, + "CSSPropertyWidth": 393.162, + "CSSPropertyMinWidth": 393.477, + "CSSPropertyTransition": 394.976, + "CSSPropertyBorder": 393.262, + "CSSPropertyMarginLeft": 393.408 + }, + "Features": { + "XMLHttpRequestAsynchronous": 845.741, + "V8Performance_Navigation_AttributeGetter": 657.887, + "HTMLMediaElement": 411.325, + "LangAttribute": 409.817, + "HTMLMediaElementInDocument": 411.374, + "AutocapitalizeAttribute": 412.565, + "UnprefixedUserTiming": 8463.332, + "SecureContextCheckPassed": 392.939, + "FormElement": 412.459, + "CSSValueAppearanceNone": 396.265, + "CookieSet": 1019.373, + "UnprefixedTransitionEndEvent": 2571.028, + "CSSAtRuleKeyframes": 395.553, + "V8Performance_Timing_AttributeGetter": 405.028, + "DocumentUnloadRegistered": 641.269, + "PaintTimingRequested": 8468.153, + "HasIDClassTagAttribute": 392.98, + "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, + "CSSValueAppearanceRadio": 396.309, + "DeprecatedWebKitLinearGradient": 397.32, + "CSSFlexibleBox": 421.309, + "SuppressHistoryEntryWithoutUserGesture": 20.285, + "NetInfo": 658.053, + "DeprecatedWebKitGradient": 397.504, + "DocumentPageShowRegistered": 1030.652, + "HTMLTableCellElementColspan": 3433.255, + "SVGSVGElementInDocument": 3425.368, + "MaxAttribute": 411.82, + "InputTypeSubmit": 412.623, + "PendingStylesheetAddedAfterBodyStarted": 1195.199, + "UnprefixedRequestAnimationFrame": 4.371, + "UnprefixedPerformanceTimeline": 1956.433, + "DocumentBeforeUnloadRegistered": 405.629, + "V8Document_Images_AttributeGetter": 658.266, + "HasBeforeOrAfterPseudoElement": 395.385, + "CSSValueAppearanceCheckbox": 396.334, + "InputTypeSearch": 471.098, + "V8StrictMode": 656.316, + "DocumentPageHideRegistered": 1030.721, + "V8Element_GetBoundingClientRect_Method": 640.931, + "SVGSVGElement": 3423.027, + "LangAttributeOnHTML": 409.845, + "SendBeacon": 668.72, + "CSSAtRuleMedia": 394.611, + "StepAttribute": 411.709, + "PointerEventAddListenerCount": 3329.595, + "CleanScriptElementWithNonce": 392.211, + "V8SloppyMode": 0, + "CookieGet": 639.039 + } + }, + "step": 1, + "effectiveBps": 249643, + "effectiveBpsDoc": 180529, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 31, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 20, + "testStartOffset": 0, + "bytesOut": 22611, + "gzip_savings": 12722, + "requestsFull": 26, + "start_epoch": 0, + "connections": 1, + "bytesOutDoc": 750, + "final_base_page_request_id": "26659.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 52, + "docTime": 469, + "domContentLoadedEventEnd": 468, + "image_savings": 9479, + "requestsDoc": 1, + "score_cookies": -1, + "base_page_ip_ptr": "a-0001.a-msedge.net", + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 87739, + "responses_404": 0, + "loadTime": 469, + "score_combine": -1, + "score_etags": -1, + "image_total": 877804, + "loadEventStart": 468, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 86, + "score_compress": 99, + "domContentLoadedEventStart": 465, + "final_url": "https://www.bing.com/", + "bytesInDoc": 42055, + "score_keep-alive": 100, + "loadEventEnd": 469, + "score_cache": 0, + "responses_other": 6, + "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", + "fullyLoaded": 3998, + "requests": 26, + "final_base_page_request": 0, + "TTFB": 182, + "bytesIn": 970442, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5739, + "test_run_time_ms": 11295, + "PerformancePaintTiming.first-contentful-paint": 455.2, + "firstPaint": 455.2, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 455.2, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 20.834846, + "domElements": 625, + "domInteractive": 465, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3200, + "visualComplete": 3200, + "render": 500, + "SpeedIndex": 1372, + "visualComplete85": 2000, + "visualComplete90": 2000, + "visualComplete95": 3200, + "visualComplete99": 3200, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 7 + }, + { + "name": "unloadEventStart", + "time": 192 + }, + { + "name": "unloadEventEnd", + "time": 192 + }, + { + "name": "domLoading", + "time": 198 + }, + { + "name": "firstLayout", + "time": 218 + }, + { + "name": "responseEnd", + "time": 247 + }, + { + "name": "firstPaint", + "time": 462 + }, + { + "name": "firstContentfulPaint", + "time": 462 + }, + { + "name": "firstTextPaint", + "time": 462 + }, + { + "name": "firstImagePaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "domInteractive", + "time": 472 + }, + { + "name": "domContentLoadedEventStart", + "time": 472 + }, + { + "name": "domContentLoadedEventEnd", + "time": 475 + }, + { + "name": "domComplete", + "time": 475 + }, + { + "name": "loadEventStart", + "time": 475 + }, + { + "name": "loadEventEnd", + "time": 477 + } + ], + "chromeUserTiming.fetchStart": 7, + "chromeUserTiming.unloadEventStart": 192, + "chromeUserTiming.unloadEventEnd": 192, + "chromeUserTiming.domLoading": 198, + "chromeUserTiming.firstLayout": 218, + "chromeUserTiming.responseEnd": 247, + "chromeUserTiming.firstPaint": 462, + "chromeUserTiming.firstContentfulPaint": 462, + "chromeUserTiming.firstTextPaint": 462, + "chromeUserTiming.firstImagePaint": 462, + "chromeUserTiming.firstMeaningfulPaintCandidate": 462, + "chromeUserTiming.firstMeaningfulPaint": 462, + "chromeUserTiming.domInteractive": 472, + "chromeUserTiming.domContentLoadedEventStart": 472, + "chromeUserTiming.domContentLoadedEventEnd": 475, + "chromeUserTiming.domComplete": 475, + "chromeUserTiming.loadEventStart": 475, + "chromeUserTiming.loadEventEnd": 477, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 206.745, + "CSSPropertyTextAlign": 208.345, + "CSSPropertyWordWrap": 209.975, + "CSSPropertyPosition": 206.478, + "CSSPropertyAliasWebkitTransition": 208.758, + "CSSPropertyOutline": 207.828, + "CSSPropertyAliasWebkitAnimation": 208.499, + "CSSPropertyOverflow": 206.212, + "CSSPropertyFontFamily": 206.249, + "CSSPropertyBackgroundColor": 206.415, + "CSSPropertyFontWeight": 206.808, + "CSSPropertyBackgroundPosition": 207.346, + "CSSPropertyPaddingTop": 208.873, + "CSSPropertyOverflowX": 207.855, + "CSSPropertyOverflowY": 207.871, + "CSSPropertyCursor": 207.152, + "CSSPropertyBottom": 206.536, + "CSSPropertyMaxWidth": 206.653, + "CSSPropertyBorderCollapse": 206.378, + "CSSPropertyMargin": 206.396, + "CSSPropertyTop": 206.495, + "CSSPropertyMarginBottom": 208.138, + "CSSPropertyBorderSpacing": 206.715, + "CSSPropertyTextDecoration": 206.285, + "CSSPropertyTextIndent": 208.954, + "CSSPropertyBorderRight": 206.985, + "CSSPropertyHeight": 206.344, + "CSSPropertyBackground": 206.858, + "CSSPropertyWebkitAppearance": 209.269, + "CSSPropertyColor": 206.906, + "CSSPropertyFloat": 207.126, + "CSSPropertyMaxHeight": 206.685, + "CSSPropertyBorderTop": 2817.184, + "CSSPropertyMinHeight": 206.669, + "CSSPropertyFontStyle": 2816.474, + "CSSPropertyTransform": 208.015, + "CSSPropertyDisplay": 206.605, + "CSSPropertyLineHeight": 206.52, + "CSSPropertyMarginRight": 207.065, + "CSSPropertyFont": 207.421, + "CSSPropertyFill": 208.982, + "CSSPropertyListStyle": 210.52, + "CSSPropertyOpacity": 206.929, + "CSSPropertyAnimation": 208.521, + "CSSPropertyAliasWebkitUserSelect": 210.306, + "CSSPropertyTransitionDelay": 208.593, + "CSSPropertyPaddingLeft": 207.043, + "CSSPropertyMarginTop": 207.692, + "CSSPropertyTextOverflow": 210.486, + "CSSPropertyPadding": 206.319, + "CSSPropertyWhiteSpace": 209.994, + "CSSPropertyTextTransform": 208.254, + "CSSPropertyBorderLeft": 206.967, + "CSSPropertyBoxSizing": 208.045, + "CSSPropertyRight": 208.717, + "CSSPropertyBoxShadow": 209.091, + "CSSPropertyBorderBottomColor": 2524.631, + "CSSPropertyBorderRadius": 208.905, + "CSSPropertyFontSize": 206.267, + "CSSPropertyVerticalAlign": 206.458, + "CSSPropertyBackgroundSize": 206.781, + "CSSPropertyClear": 210.08, + "CSSPropertyBorderColor": 207.252, + "CSSPropertyPaddingBottom": 208.164, + "CSSPropertyZIndex": 206.831, + "CSSPropertyAliasWebkitTransform": 207.997, + "CSSPropertyPaddingRight": 207.887, + "CSSPropertyBorderWidth": 207.668, + "CSSPropertyVisibility": 207.088, + "CSSPropertyBackgroundImage": 209.154, + "CSSPropertyDirection": 210.718, + "CSSPropertyLeft": 206.551, + "CSSPropertyContent": 208.391, + "CSSPropertyZoom": 206.589, + "CSSPropertyBorderBottom": 207.021, + "CSSPropertyAliasWebkitBackgroundSize": 206.764, + "CSSPropertyUserSelect": 210.324, + "CSSPropertyWidth": 206.361, + "CSSPropertyMinWidth": 206.636, + "CSSPropertyTransition": 207.923, + "CSSPropertyBorder": 206.436, + "CSSPropertyMarginLeft": 206.567 + }, + "Features": { + "XMLHttpRequestAsynchronous": 538.824, + "V8Performance_Navigation_AttributeGetter": 490.887, + "HTMLMediaElement": 223.025, + "LangAttribute": 221.289, + "HTMLMediaElementInDocument": 223.076, + "AutocapitalizeAttribute": 224.458, + "UnprefixedUserTiming": 7322.145, + "SecureContextCheckPassed": 206.143, + "FormElement": 224.275, + "CSSValueAppearanceNone": 209.248, + "CookieSet": 606.999, + "UnprefixedTransitionEndEvent": 2077.923, + "CSSAtRuleKeyframes": 208.537, + "V8Performance_Timing_AttributeGetter": 216.806, + "DocumentUnloadRegistered": 472.063, + "PaintTimingRequested": 7327.265, + "HasIDClassTagAttribute": 206.181, + "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, + "CSSValueAppearanceRadio": 209.292, + "DeprecatedWebKitLinearGradient": 210.241, + "CSSFlexibleBox": 238.581, + "SuppressHistoryEntryWithoutUserGesture": 10.229, + "NetInfo": 491.138, + "DeprecatedWebKitGradient": 210.421, + "DocumentPageShowRegistered": 623.775, + "HTMLTableCellElementColspan": 2832.647, + "SVGSVGElementInDocument": 2815.428, + "MaxAttribute": 223.533, + "InputTypeSubmit": 224.537, + "PendingStylesheetAddedAfterBodyStarted": 657.663, + "UnprefixedRequestAnimationFrame": 2.883, + "UnprefixedPerformanceTimeline": 1416.341, + "DocumentBeforeUnloadRegistered": 217.425, + "V8Document_Images_AttributeGetter": 491.481, + "HasBeforeOrAfterPseudoElement": 208.365, + "CSSValueAppearanceCheckbox": 209.317, + "InputTypeSearch": 290.038, + "V8StrictMode": 488.936, + "DocumentPageHideRegistered": 623.842, + "V8Element_GetBoundingClientRect_Method": 471.762, + "SVGSVGElement": 2811.276, + "LangAttributeOnHTML": 221.333, + "SendBeacon": 505.542, + "CSSAtRuleMedia": 207.573, + "StepAttribute": 223.432, + "PointerEventAddListenerCount": 2657.736, + "CleanScriptElementWithNonce": 205.341, + "V8SloppyMode": 0, + "CookieGet": 467.477 + } + }, + "step": 1, + "effectiveBps": 254308, + "effectiveBpsDoc": 146533, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 1, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "webPagetestVersion": "18.02" + }, + "TTFB": { + "data": { + "id": "180228_M6_1Q93", + "summary": + "http://www.webpagetest.org/results.php?test=180228_M6_1Q93", + "location": "Dulles:Chrome", + "connectivity": "Cable", + "bwDown": 5000, + "bwUp": 1000, + "latency": 28, + "plr": "0", + "mobile": 0, + "label": "20180228-163636-02-bing.com", + "completed": 1519857506, + "runs": { + "1": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 63, + "testStartOffset": 0, + "bytesOut": 58857, + "gzip_savings": 12722, + "requestsFull": 71, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1094, + "final_base_page_request_id": "26026.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 90, + "docTime": 628, + "domContentLoadedEventEnd": 627, + "image_savings": 9479, + "requestsDoc": 2, + "score_cookies": -1, + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 120961, + "responses_404": 0, + "loadTime": 628, + "score_combine": -1, + "score_etags": -1, + "image_total": 1003267, + "loadEventStart": 628, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 90, + "score_compress": 100, + "domContentLoadedEventStart": 625, + "final_url": "https://www.bing.com/", + "bytesInDoc": 49104, + "score_keep-alive": 100, + "loadEventEnd": 629, + "score_cache": 81, + "responses_other": 8, + "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", + "fullyLoaded": 4912, + "requests": 71, + "final_base_page_request": 0, + "TTFB": 356, + "bytesIn": 1137374, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5300, + "test_run_time_ms": 12279, + "PerformancePaintTiming.first-contentful-paint": 610.4, + "firstPaint": 610.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 610.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 16.740366, + "domElements": 608, + "domInteractive": 624, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3700, + "visualComplete": 3700, + "render": 600, + "SpeedIndex": 1630, + "visualComplete85": 2400, + "visualComplete90": 2400, + "visualComplete95": 3700, + "visualComplete99": 3700, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 15 + }, + { + "name": "unloadEventStart", + "time": 376 + }, + { + "name": "unloadEventEnd", + "time": 376 + }, + { + "name": "domLoading", + "time": 383 + }, + { + "name": "firstLayout", + "time": 405 + }, + { + "name": "responseEnd", + "time": 448 + }, + { + "name": "firstPaint", + "time": 625 + }, + { + "name": "firstContentfulPaint", + "time": 625 + }, + { + "name": "firstTextPaint", + "time": 625 + }, + { + "name": "firstImagePaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "domInteractive", + "time": 640 + }, + { + "name": "domContentLoadedEventStart", + "time": 640 + }, + { + "name": "domContentLoadedEventEnd", + "time": 642 + }, + { + "name": "domComplete", + "time": 643 + }, + { + "name": "loadEventStart", + "time": 643 + }, + { + "name": "loadEventEnd", + "time": 644 + } + ], + "chromeUserTiming.fetchStart": 15, + "chromeUserTiming.unloadEventStart": 376, + "chromeUserTiming.unloadEventEnd": 376, + "chromeUserTiming.domLoading": 383, + "chromeUserTiming.firstLayout": 405, + "chromeUserTiming.responseEnd": 448, + "chromeUserTiming.firstPaint": 625, + "chromeUserTiming.firstContentfulPaint": 625, + "chromeUserTiming.firstTextPaint": 625, + "chromeUserTiming.firstImagePaint": 625, + "chromeUserTiming.firstMeaningfulPaint": 625, + "chromeUserTiming.firstMeaningfulPaintCandidate": 625, + "chromeUserTiming.domInteractive": 640, + "chromeUserTiming.domContentLoadedEventStart": 640, + "chromeUserTiming.domContentLoadedEventEnd": 642, + "chromeUserTiming.domComplete": 643, + "chromeUserTiming.loadEventStart": 643, + "chromeUserTiming.loadEventEnd": 644, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 393.629, + "CSSPropertyTextAlign": 395.366, + "CSSPropertyWordWrap": 397.012, + "CSSPropertyPosition": 393.318, + "CSSPropertyAliasWebkitTransition": 395.776, + "CSSPropertyOutline": 394.88, + "CSSPropertyAliasWebkitAnimation": 395.516, + "CSSPropertyOverflow": 393.012, + "CSSPropertyFontFamily": 393.05, + "CSSPropertyBackgroundColor": 393.241, + "CSSPropertyFontWeight": 393.731, + "CSSPropertyBackgroundPosition": 394.39, + "CSSPropertyPaddingTop": 395.892, + "CSSPropertyOverflowX": 394.907, + "CSSPropertyOverflowY": 394.923, + "CSSPropertyCursor": 394.178, + "CSSPropertyBottom": 393.376, + "CSSPropertyMaxWidth": 393.494, + "CSSPropertyBorderCollapse": 393.179, + "CSSPropertyMargin": 393.221, + "CSSPropertyTop": 393.335, + "CSSPropertyMarginBottom": 395.191, + "CSSPropertyBorderSpacing": 393.584, + "CSSPropertyTextDecoration": 393.085, + "CSSPropertyTextIndent": 395.972, + "CSSPropertyBorderRight": 394.007, + "CSSPropertyHeight": 393.146, + "CSSPropertyBackground": 393.817, + "CSSPropertyWebkitAppearance": 396.287, + "CSSPropertyColor": 393.92, + "CSSPropertyFloat": 394.152, + "CSSPropertyMaxHeight": 393.55, + "CSSPropertyBorderTop": 3426.346, + "CSSPropertyMinHeight": 393.511, + "CSSPropertyFontStyle": 3425.962, + "CSSPropertyTransform": 395.068, + "CSSPropertyDisplay": 393.446, + "CSSPropertyLineHeight": 393.36, + "CSSPropertyMarginRight": 394.089, + "CSSPropertyFont": 394.445, + "CSSPropertyFill": 395.999, + "CSSPropertyListStyle": 397.604, + "CSSPropertyOpacity": 393.949, + "CSSPropertyAnimation": 395.536, + "CSSPropertyAliasWebkitUserSelect": 397.387, + "CSSPropertyTransitionDelay": 395.609, + "CSSPropertyPaddingLeft": 394.067, + "CSSPropertyMarginTop": 394.737, + "CSSPropertyTextOverflow": 397.569, + "CSSPropertyPadding": 393.12, + "CSSPropertyWhiteSpace": 397.031, + "CSSPropertyTextTransform": 395.28, + "CSSPropertyBorderLeft": 393.989, + "CSSPropertyBoxSizing": 395.098, + "CSSPropertyRight": 395.734, + "CSSPropertyBoxShadow": 396.109, + "CSSPropertyBorderBottomColor": 3222.122, + "CSSPropertyBorderRadius": 395.923, + "CSSPropertyFontSize": 393.067, + "CSSPropertyVerticalAlign": 393.294, + "CSSPropertyBackgroundSize": 393.686, + "CSSPropertyClear": 397.119, + "CSSPropertyBorderColor": 394.28, + "CSSPropertyPaddingBottom": 395.217, + "CSSPropertyZIndex": 393.77, + "CSSPropertyAliasWebkitTransform": 395.05, + "CSSPropertyPaddingRight": 394.939, + "CSSPropertyBorderWidth": 394.713, + "CSSPropertyVisibility": 394.113, + "CSSPropertyBackgroundImage": 396.174, + "CSSPropertyDirection": 397.962, + "CSSPropertyLeft": 393.392, + "CSSPropertyContent": 395.41, + "CSSPropertyZoom": 393.43, + "CSSPropertyBorderBottom": 394.045, + "CSSPropertyAliasWebkitBackgroundSize": 393.66, + "CSSPropertyUserSelect": 397.405, + "CSSPropertyWidth": 393.162, + "CSSPropertyMinWidth": 393.477, + "CSSPropertyTransition": 394.976, + "CSSPropertyBorder": 393.262, + "CSSPropertyMarginLeft": 393.408 + }, + "Features": { + "XMLHttpRequestAsynchronous": 845.741, + "V8Performance_Navigation_AttributeGetter": 657.887, + "HTMLMediaElement": 411.325, + "LangAttribute": 409.817, + "HTMLMediaElementInDocument": 411.374, + "AutocapitalizeAttribute": 412.565, + "UnprefixedUserTiming": 8463.332, + "SecureContextCheckPassed": 392.939, + "FormElement": 412.459, + "CSSValueAppearanceNone": 396.265, + "CookieSet": 1019.373, + "UnprefixedTransitionEndEvent": 2571.028, + "CSSAtRuleKeyframes": 395.553, + "V8Performance_Timing_AttributeGetter": 405.028, + "DocumentUnloadRegistered": 641.269, + "PaintTimingRequested": 8468.153, + "HasIDClassTagAttribute": 392.98, + "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, + "CSSValueAppearanceRadio": 396.309, + "DeprecatedWebKitLinearGradient": 397.32, + "CSSFlexibleBox": 421.309, + "SuppressHistoryEntryWithoutUserGesture": 20.285, + "NetInfo": 658.053, + "DeprecatedWebKitGradient": 397.504, + "DocumentPageShowRegistered": 1030.652, + "HTMLTableCellElementColspan": 3433.255, + "SVGSVGElementInDocument": 3425.368, + "MaxAttribute": 411.82, + "InputTypeSubmit": 412.623, + "PendingStylesheetAddedAfterBodyStarted": 1195.199, + "UnprefixedRequestAnimationFrame": 4.371, + "UnprefixedPerformanceTimeline": 1956.433, + "DocumentBeforeUnloadRegistered": 405.629, + "V8Document_Images_AttributeGetter": 658.266, + "HasBeforeOrAfterPseudoElement": 395.385, + "CSSValueAppearanceCheckbox": 396.334, + "InputTypeSearch": 471.098, + "V8StrictMode": 656.316, + "DocumentPageHideRegistered": 1030.721, + "V8Element_GetBoundingClientRect_Method": 640.931, + "SVGSVGElement": 3423.027, + "LangAttributeOnHTML": 409.845, + "SendBeacon": 668.72, + "CSSAtRuleMedia": 394.611, + "StepAttribute": 411.709, + "PointerEventAddListenerCount": 3329.595, + "CleanScriptElementWithNonce": 392.211, + "V8SloppyMode": 0, + "CookieGet": 639.039 + } + }, + "step": 1, + "effectiveBps": 249643, + "effectiveBpsDoc": 180529, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 31, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 20, + "testStartOffset": 0, + "bytesOut": 22611, + "gzip_savings": 12722, + "requestsFull": 26, + "start_epoch": 0, + "connections": 1, + "bytesOutDoc": 750, + "final_base_page_request_id": "26659.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 52, + "docTime": 469, + "domContentLoadedEventEnd": 468, + "image_savings": 9479, + "requestsDoc": 1, + "score_cookies": -1, + "base_page_ip_ptr": "a-0001.a-msedge.net", + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 87739, + "responses_404": 0, + "loadTime": 469, + "score_combine": -1, + "score_etags": -1, + "image_total": 877804, + "loadEventStart": 468, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 86, + "score_compress": 99, + "domContentLoadedEventStart": 465, + "final_url": "https://www.bing.com/", + "bytesInDoc": 42055, + "score_keep-alive": 100, + "loadEventEnd": 469, + "score_cache": 0, + "responses_other": 6, + "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", + "fullyLoaded": 3998, + "requests": 26, + "final_base_page_request": 0, + "TTFB": 182, + "bytesIn": 970442, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5739, + "test_run_time_ms": 11295, + "PerformancePaintTiming.first-contentful-paint": 455.2, + "firstPaint": 455.2, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 455.2, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 20.834846, + "domElements": 625, + "domInteractive": 465, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3200, + "visualComplete": 3200, + "render": 500, + "SpeedIndex": 1372, + "visualComplete85": 2000, + "visualComplete90": 2000, + "visualComplete95": 3200, + "visualComplete99": 3200, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 7 + }, + { + "name": "unloadEventStart", + "time": 192 + }, + { + "name": "unloadEventEnd", + "time": 192 + }, + { + "name": "domLoading", + "time": 198 + }, + { + "name": "firstLayout", + "time": 218 + }, + { + "name": "responseEnd", + "time": 247 + }, + { + "name": "firstPaint", + "time": 462 + }, + { + "name": "firstContentfulPaint", + "time": 462 + }, + { + "name": "firstTextPaint", + "time": 462 + }, + { + "name": "firstImagePaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "domInteractive", + "time": 472 + }, + { + "name": "domContentLoadedEventStart", + "time": 472 + }, + { + "name": "domContentLoadedEventEnd", + "time": 475 + }, + { + "name": "domComplete", + "time": 475 + }, + { + "name": "loadEventStart", + "time": 475 + }, + { + "name": "loadEventEnd", + "time": 477 + } + ], + "chromeUserTiming.fetchStart": 7, + "chromeUserTiming.unloadEventStart": 192, + "chromeUserTiming.unloadEventEnd": 192, + "chromeUserTiming.domLoading": 198, + "chromeUserTiming.firstLayout": 218, + "chromeUserTiming.responseEnd": 247, + "chromeUserTiming.firstPaint": 462, + "chromeUserTiming.firstContentfulPaint": 462, + "chromeUserTiming.firstTextPaint": 462, + "chromeUserTiming.firstImagePaint": 462, + "chromeUserTiming.firstMeaningfulPaintCandidate": 462, + "chromeUserTiming.firstMeaningfulPaint": 462, + "chromeUserTiming.domInteractive": 472, + "chromeUserTiming.domContentLoadedEventStart": 472, + "chromeUserTiming.domContentLoadedEventEnd": 475, + "chromeUserTiming.domComplete": 475, + "chromeUserTiming.loadEventStart": 475, + "chromeUserTiming.loadEventEnd": 477, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 206.745, + "CSSPropertyTextAlign": 208.345, + "CSSPropertyWordWrap": 209.975, + "CSSPropertyPosition": 206.478, + "CSSPropertyAliasWebkitTransition": 208.758, + "CSSPropertyOutline": 207.828, + "CSSPropertyAliasWebkitAnimation": 208.499, + "CSSPropertyOverflow": 206.212, + "CSSPropertyFontFamily": 206.249, + "CSSPropertyBackgroundColor": 206.415, + "CSSPropertyFontWeight": 206.808, + "CSSPropertyBackgroundPosition": 207.346, + "CSSPropertyPaddingTop": 208.873, + "CSSPropertyOverflowX": 207.855, + "CSSPropertyOverflowY": 207.871, + "CSSPropertyCursor": 207.152, + "CSSPropertyBottom": 206.536, + "CSSPropertyMaxWidth": 206.653, + "CSSPropertyBorderCollapse": 206.378, + "CSSPropertyMargin": 206.396, + "CSSPropertyTop": 206.495, + "CSSPropertyMarginBottom": 208.138, + "CSSPropertyBorderSpacing": 206.715, + "CSSPropertyTextDecoration": 206.285, + "CSSPropertyTextIndent": 208.954, + "CSSPropertyBorderRight": 206.985, + "CSSPropertyHeight": 206.344, + "CSSPropertyBackground": 206.858, + "CSSPropertyWebkitAppearance": 209.269, + "CSSPropertyColor": 206.906, + "CSSPropertyFloat": 207.126, + "CSSPropertyMaxHeight": 206.685, + "CSSPropertyBorderTop": 2817.184, + "CSSPropertyMinHeight": 206.669, + "CSSPropertyFontStyle": 2816.474, + "CSSPropertyTransform": 208.015, + "CSSPropertyDisplay": 206.605, + "CSSPropertyLineHeight": 206.52, + "CSSPropertyMarginRight": 207.065, + "CSSPropertyFont": 207.421, + "CSSPropertyFill": 208.982, + "CSSPropertyListStyle": 210.52, + "CSSPropertyOpacity": 206.929, + "CSSPropertyAnimation": 208.521, + "CSSPropertyAliasWebkitUserSelect": 210.306, + "CSSPropertyTransitionDelay": 208.593, + "CSSPropertyPaddingLeft": 207.043, + "CSSPropertyMarginTop": 207.692, + "CSSPropertyTextOverflow": 210.486, + "CSSPropertyPadding": 206.319, + "CSSPropertyWhiteSpace": 209.994, + "CSSPropertyTextTransform": 208.254, + "CSSPropertyBorderLeft": 206.967, + "CSSPropertyBoxSizing": 208.045, + "CSSPropertyRight": 208.717, + "CSSPropertyBoxShadow": 209.091, + "CSSPropertyBorderBottomColor": 2524.631, + "CSSPropertyBorderRadius": 208.905, + "CSSPropertyFontSize": 206.267, + "CSSPropertyVerticalAlign": 206.458, + "CSSPropertyBackgroundSize": 206.781, + "CSSPropertyClear": 210.08, + "CSSPropertyBorderColor": 207.252, + "CSSPropertyPaddingBottom": 208.164, + "CSSPropertyZIndex": 206.831, + "CSSPropertyAliasWebkitTransform": 207.997, + "CSSPropertyPaddingRight": 207.887, + "CSSPropertyBorderWidth": 207.668, + "CSSPropertyVisibility": 207.088, + "CSSPropertyBackgroundImage": 209.154, + "CSSPropertyDirection": 210.718, + "CSSPropertyLeft": 206.551, + "CSSPropertyContent": 208.391, + "CSSPropertyZoom": 206.589, + "CSSPropertyBorderBottom": 207.021, + "CSSPropertyAliasWebkitBackgroundSize": 206.764, + "CSSPropertyUserSelect": 210.324, + "CSSPropertyWidth": 206.361, + "CSSPropertyMinWidth": 206.636, + "CSSPropertyTransition": 207.923, + "CSSPropertyBorder": 206.436, + "CSSPropertyMarginLeft": 206.567 + }, + "Features": { + "XMLHttpRequestAsynchronous": 538.824, + "V8Performance_Navigation_AttributeGetter": 490.887, + "HTMLMediaElement": 223.025, + "LangAttribute": 221.289, + "HTMLMediaElementInDocument": 223.076, + "AutocapitalizeAttribute": 224.458, + "UnprefixedUserTiming": 7322.145, + "SecureContextCheckPassed": 206.143, + "FormElement": 224.275, + "CSSValueAppearanceNone": 209.248, + "CookieSet": 606.999, + "UnprefixedTransitionEndEvent": 2077.923, + "CSSAtRuleKeyframes": 208.537, + "V8Performance_Timing_AttributeGetter": 216.806, + "DocumentUnloadRegistered": 472.063, + "PaintTimingRequested": 7327.265, + "HasIDClassTagAttribute": 206.181, + "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, + "CSSValueAppearanceRadio": 209.292, + "DeprecatedWebKitLinearGradient": 210.241, + "CSSFlexibleBox": 238.581, + "SuppressHistoryEntryWithoutUserGesture": 10.229, + "NetInfo": 491.138, + "DeprecatedWebKitGradient": 210.421, + "DocumentPageShowRegistered": 623.775, + "HTMLTableCellElementColspan": 2832.647, + "SVGSVGElementInDocument": 2815.428, + "MaxAttribute": 223.533, + "InputTypeSubmit": 224.537, + "PendingStylesheetAddedAfterBodyStarted": 657.663, + "UnprefixedRequestAnimationFrame": 2.883, + "UnprefixedPerformanceTimeline": 1416.341, + "DocumentBeforeUnloadRegistered": 217.425, + "V8Document_Images_AttributeGetter": 491.481, + "HasBeforeOrAfterPseudoElement": 208.365, + "CSSValueAppearanceCheckbox": 209.317, + "InputTypeSearch": 290.038, + "V8StrictMode": 488.936, + "DocumentPageHideRegistered": 623.842, + "V8Element_GetBoundingClientRect_Method": 471.762, + "SVGSVGElement": 2811.276, + "LangAttributeOnHTML": 221.333, + "SendBeacon": 505.542, + "CSSAtRuleMedia": 207.573, + "StepAttribute": 223.432, + "PointerEventAddListenerCount": 2657.736, + "CleanScriptElementWithNonce": 205.341, + "V8SloppyMode": 0, + "CookieGet": 467.477 + } + }, + "step": 1, + "effectiveBps": 254308, + "effectiveBpsDoc": 146533, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 1, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "median": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 63, + "testStartOffset": 0, + "bytesOut": 58857, + "gzip_savings": 12722, + "requestsFull": 71, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1094, + "final_base_page_request_id": "26026.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 90, + "docTime": 628, + "domContentLoadedEventEnd": 627, + "image_savings": 9479, + "requestsDoc": 2, + "score_cookies": -1, + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 120961, + "responses_404": 0, + "loadTime": 628, + "score_combine": -1, + "score_etags": -1, + "image_total": 1003267, + "loadEventStart": 628, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 90, + "score_compress": 100, + "domContentLoadedEventStart": 625, + "final_url": "https://www.bing.com/", + "bytesInDoc": 49104, + "score_keep-alive": 100, + "loadEventEnd": 629, + "score_cache": 81, + "responses_other": 8, + "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", + "fullyLoaded": 4912, + "requests": 71, + "final_base_page_request": 0, + "TTFB": 356, + "bytesIn": 1137374, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5300, + "test_run_time_ms": 12279, + "PerformancePaintTiming.first-contentful-paint": 610.4, + "firstPaint": 610.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 610.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 16.740366, + "domElements": 608, + "domInteractive": 624, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3700, + "visualComplete": 3700, + "render": 600, + "SpeedIndex": 1630, + "visualComplete85": 2400, + "visualComplete90": 2400, + "visualComplete95": 3700, + "visualComplete99": 3700, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 15 + }, + { + "name": "unloadEventStart", + "time": 376 + }, + { + "name": "unloadEventEnd", + "time": 376 + }, + { + "name": "domLoading", + "time": 383 + }, + { + "name": "firstLayout", + "time": 405 + }, + { + "name": "responseEnd", + "time": 448 + }, + { + "name": "firstPaint", + "time": 625 + }, + { + "name": "firstContentfulPaint", + "time": 625 + }, + { + "name": "firstTextPaint", + "time": 625 + }, + { + "name": "firstImagePaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "domInteractive", + "time": 640 + }, + { + "name": "domContentLoadedEventStart", + "time": 640 + }, + { + "name": "domContentLoadedEventEnd", + "time": 642 + }, + { + "name": "domComplete", + "time": 643 + }, + { + "name": "loadEventStart", + "time": 643 + }, + { + "name": "loadEventEnd", + "time": 644 + } + ], + "chromeUserTiming.fetchStart": 15, + "chromeUserTiming.unloadEventStart": 376, + "chromeUserTiming.unloadEventEnd": 376, + "chromeUserTiming.domLoading": 383, + "chromeUserTiming.firstLayout": 405, + "chromeUserTiming.responseEnd": 448, + "chromeUserTiming.firstPaint": 625, + "chromeUserTiming.firstContentfulPaint": 625, + "chromeUserTiming.firstTextPaint": 625, + "chromeUserTiming.firstImagePaint": 625, + "chromeUserTiming.firstMeaningfulPaint": 625, + "chromeUserTiming.firstMeaningfulPaintCandidate": 625, + "chromeUserTiming.domInteractive": 640, + "chromeUserTiming.domContentLoadedEventStart": 640, + "chromeUserTiming.domContentLoadedEventEnd": 642, + "chromeUserTiming.domComplete": 643, + "chromeUserTiming.loadEventStart": 643, + "chromeUserTiming.loadEventEnd": 644, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 393.629, + "CSSPropertyTextAlign": 395.366, + "CSSPropertyWordWrap": 397.012, + "CSSPropertyPosition": 393.318, + "CSSPropertyAliasWebkitTransition": 395.776, + "CSSPropertyOutline": 394.88, + "CSSPropertyAliasWebkitAnimation": 395.516, + "CSSPropertyOverflow": 393.012, + "CSSPropertyFontFamily": 393.05, + "CSSPropertyBackgroundColor": 393.241, + "CSSPropertyFontWeight": 393.731, + "CSSPropertyBackgroundPosition": 394.39, + "CSSPropertyPaddingTop": 395.892, + "CSSPropertyOverflowX": 394.907, + "CSSPropertyOverflowY": 394.923, + "CSSPropertyCursor": 394.178, + "CSSPropertyBottom": 393.376, + "CSSPropertyMaxWidth": 393.494, + "CSSPropertyBorderCollapse": 393.179, + "CSSPropertyMargin": 393.221, + "CSSPropertyTop": 393.335, + "CSSPropertyMarginBottom": 395.191, + "CSSPropertyBorderSpacing": 393.584, + "CSSPropertyTextDecoration": 393.085, + "CSSPropertyTextIndent": 395.972, + "CSSPropertyBorderRight": 394.007, + "CSSPropertyHeight": 393.146, + "CSSPropertyBackground": 393.817, + "CSSPropertyWebkitAppearance": 396.287, + "CSSPropertyColor": 393.92, + "CSSPropertyFloat": 394.152, + "CSSPropertyMaxHeight": 393.55, + "CSSPropertyBorderTop": 3426.346, + "CSSPropertyMinHeight": 393.511, + "CSSPropertyFontStyle": 3425.962, + "CSSPropertyTransform": 395.068, + "CSSPropertyDisplay": 393.446, + "CSSPropertyLineHeight": 393.36, + "CSSPropertyMarginRight": 394.089, + "CSSPropertyFont": 394.445, + "CSSPropertyFill": 395.999, + "CSSPropertyListStyle": 397.604, + "CSSPropertyOpacity": 393.949, + "CSSPropertyAnimation": 395.536, + "CSSPropertyAliasWebkitUserSelect": 397.387, + "CSSPropertyTransitionDelay": 395.609, + "CSSPropertyPaddingLeft": 394.067, + "CSSPropertyMarginTop": 394.737, + "CSSPropertyTextOverflow": 397.569, + "CSSPropertyPadding": 393.12, + "CSSPropertyWhiteSpace": 397.031, + "CSSPropertyTextTransform": 395.28, + "CSSPropertyBorderLeft": 393.989, + "CSSPropertyBoxSizing": 395.098, + "CSSPropertyRight": 395.734, + "CSSPropertyBoxShadow": 396.109, + "CSSPropertyBorderBottomColor": 3222.122, + "CSSPropertyBorderRadius": 395.923, + "CSSPropertyFontSize": 393.067, + "CSSPropertyVerticalAlign": 393.294, + "CSSPropertyBackgroundSize": 393.686, + "CSSPropertyClear": 397.119, + "CSSPropertyBorderColor": 394.28, + "CSSPropertyPaddingBottom": 395.217, + "CSSPropertyZIndex": 393.77, + "CSSPropertyAliasWebkitTransform": 395.05, + "CSSPropertyPaddingRight": 394.939, + "CSSPropertyBorderWidth": 394.713, + "CSSPropertyVisibility": 394.113, + "CSSPropertyBackgroundImage": 396.174, + "CSSPropertyDirection": 397.962, + "CSSPropertyLeft": 393.392, + "CSSPropertyContent": 395.41, + "CSSPropertyZoom": 393.43, + "CSSPropertyBorderBottom": 394.045, + "CSSPropertyAliasWebkitBackgroundSize": 393.66, + "CSSPropertyUserSelect": 397.405, + "CSSPropertyWidth": 393.162, + "CSSPropertyMinWidth": 393.477, + "CSSPropertyTransition": 394.976, + "CSSPropertyBorder": 393.262, + "CSSPropertyMarginLeft": 393.408 + }, + "Features": { + "XMLHttpRequestAsynchronous": 845.741, + "V8Performance_Navigation_AttributeGetter": 657.887, + "HTMLMediaElement": 411.325, + "LangAttribute": 409.817, + "HTMLMediaElementInDocument": 411.374, + "AutocapitalizeAttribute": 412.565, + "UnprefixedUserTiming": 8463.332, + "SecureContextCheckPassed": 392.939, + "FormElement": 412.459, + "CSSValueAppearanceNone": 396.265, + "CookieSet": 1019.373, + "UnprefixedTransitionEndEvent": 2571.028, + "CSSAtRuleKeyframes": 395.553, + "V8Performance_Timing_AttributeGetter": 405.028, + "DocumentUnloadRegistered": 641.269, + "PaintTimingRequested": 8468.153, + "HasIDClassTagAttribute": 392.98, + "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, + "CSSValueAppearanceRadio": 396.309, + "DeprecatedWebKitLinearGradient": 397.32, + "CSSFlexibleBox": 421.309, + "SuppressHistoryEntryWithoutUserGesture": 20.285, + "NetInfo": 658.053, + "DeprecatedWebKitGradient": 397.504, + "DocumentPageShowRegistered": 1030.652, + "HTMLTableCellElementColspan": 3433.255, + "SVGSVGElementInDocument": 3425.368, + "MaxAttribute": 411.82, + "InputTypeSubmit": 412.623, + "PendingStylesheetAddedAfterBodyStarted": 1195.199, + "UnprefixedRequestAnimationFrame": 4.371, + "UnprefixedPerformanceTimeline": 1956.433, + "DocumentBeforeUnloadRegistered": 405.629, + "V8Document_Images_AttributeGetter": 658.266, + "HasBeforeOrAfterPseudoElement": 395.385, + "CSSValueAppearanceCheckbox": 396.334, + "InputTypeSearch": 471.098, + "V8StrictMode": 656.316, + "DocumentPageHideRegistered": 1030.721, + "V8Element_GetBoundingClientRect_Method": 640.931, + "SVGSVGElement": 3423.027, + "LangAttributeOnHTML": 409.845, + "SendBeacon": 668.72, + "CSSAtRuleMedia": 394.611, + "StepAttribute": 411.709, + "PointerEventAddListenerCount": 3329.595, + "CleanScriptElementWithNonce": 392.211, + "V8SloppyMode": 0, + "CookieGet": 639.039 + } + }, + "step": 1, + "effectiveBps": 249643, + "effectiveBpsDoc": 180529, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 31, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 20, + "testStartOffset": 0, + "bytesOut": 22611, + "gzip_savings": 12722, + "requestsFull": 26, + "start_epoch": 0, + "connections": 1, + "bytesOutDoc": 750, + "final_base_page_request_id": "26659.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 52, + "docTime": 469, + "domContentLoadedEventEnd": 468, + "image_savings": 9479, + "requestsDoc": 1, + "score_cookies": -1, + "base_page_ip_ptr": "a-0001.a-msedge.net", + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 87739, + "responses_404": 0, + "loadTime": 469, + "score_combine": -1, + "score_etags": -1, + "image_total": 877804, + "loadEventStart": 468, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 86, + "score_compress": 99, + "domContentLoadedEventStart": 465, + "final_url": "https://www.bing.com/", + "bytesInDoc": 42055, + "score_keep-alive": 100, + "loadEventEnd": 469, + "score_cache": 0, + "responses_other": 6, + "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", + "fullyLoaded": 3998, + "requests": 26, + "final_base_page_request": 0, + "TTFB": 182, + "bytesIn": 970442, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5739, + "test_run_time_ms": 11295, + "PerformancePaintTiming.first-contentful-paint": 455.2, + "firstPaint": 455.2, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 455.2, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 20.834846, + "domElements": 625, + "domInteractive": 465, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3200, + "visualComplete": 3200, + "render": 500, + "SpeedIndex": 1372, + "visualComplete85": 2000, + "visualComplete90": 2000, + "visualComplete95": 3200, + "visualComplete99": 3200, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 7 + }, + { + "name": "unloadEventStart", + "time": 192 + }, + { + "name": "unloadEventEnd", + "time": 192 + }, + { + "name": "domLoading", + "time": 198 + }, + { + "name": "firstLayout", + "time": 218 + }, + { + "name": "responseEnd", + "time": 247 + }, + { + "name": "firstPaint", + "time": 462 + }, + { + "name": "firstContentfulPaint", + "time": 462 + }, + { + "name": "firstTextPaint", + "time": 462 + }, + { + "name": "firstImagePaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "domInteractive", + "time": 472 + }, + { + "name": "domContentLoadedEventStart", + "time": 472 + }, + { + "name": "domContentLoadedEventEnd", + "time": 475 + }, + { + "name": "domComplete", + "time": 475 + }, + { + "name": "loadEventStart", + "time": 475 + }, + { + "name": "loadEventEnd", + "time": 477 + } + ], + "chromeUserTiming.fetchStart": 7, + "chromeUserTiming.unloadEventStart": 192, + "chromeUserTiming.unloadEventEnd": 192, + "chromeUserTiming.domLoading": 198, + "chromeUserTiming.firstLayout": 218, + "chromeUserTiming.responseEnd": 247, + "chromeUserTiming.firstPaint": 462, + "chromeUserTiming.firstContentfulPaint": 462, + "chromeUserTiming.firstTextPaint": 462, + "chromeUserTiming.firstImagePaint": 462, + "chromeUserTiming.firstMeaningfulPaintCandidate": 462, + "chromeUserTiming.firstMeaningfulPaint": 462, + "chromeUserTiming.domInteractive": 472, + "chromeUserTiming.domContentLoadedEventStart": 472, + "chromeUserTiming.domContentLoadedEventEnd": 475, + "chromeUserTiming.domComplete": 475, + "chromeUserTiming.loadEventStart": 475, + "chromeUserTiming.loadEventEnd": 477, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 206.745, + "CSSPropertyTextAlign": 208.345, + "CSSPropertyWordWrap": 209.975, + "CSSPropertyPosition": 206.478, + "CSSPropertyAliasWebkitTransition": 208.758, + "CSSPropertyOutline": 207.828, + "CSSPropertyAliasWebkitAnimation": 208.499, + "CSSPropertyOverflow": 206.212, + "CSSPropertyFontFamily": 206.249, + "CSSPropertyBackgroundColor": 206.415, + "CSSPropertyFontWeight": 206.808, + "CSSPropertyBackgroundPosition": 207.346, + "CSSPropertyPaddingTop": 208.873, + "CSSPropertyOverflowX": 207.855, + "CSSPropertyOverflowY": 207.871, + "CSSPropertyCursor": 207.152, + "CSSPropertyBottom": 206.536, + "CSSPropertyMaxWidth": 206.653, + "CSSPropertyBorderCollapse": 206.378, + "CSSPropertyMargin": 206.396, + "CSSPropertyTop": 206.495, + "CSSPropertyMarginBottom": 208.138, + "CSSPropertyBorderSpacing": 206.715, + "CSSPropertyTextDecoration": 206.285, + "CSSPropertyTextIndent": 208.954, + "CSSPropertyBorderRight": 206.985, + "CSSPropertyHeight": 206.344, + "CSSPropertyBackground": 206.858, + "CSSPropertyWebkitAppearance": 209.269, + "CSSPropertyColor": 206.906, + "CSSPropertyFloat": 207.126, + "CSSPropertyMaxHeight": 206.685, + "CSSPropertyBorderTop": 2817.184, + "CSSPropertyMinHeight": 206.669, + "CSSPropertyFontStyle": 2816.474, + "CSSPropertyTransform": 208.015, + "CSSPropertyDisplay": 206.605, + "CSSPropertyLineHeight": 206.52, + "CSSPropertyMarginRight": 207.065, + "CSSPropertyFont": 207.421, + "CSSPropertyFill": 208.982, + "CSSPropertyListStyle": 210.52, + "CSSPropertyOpacity": 206.929, + "CSSPropertyAnimation": 208.521, + "CSSPropertyAliasWebkitUserSelect": 210.306, + "CSSPropertyTransitionDelay": 208.593, + "CSSPropertyPaddingLeft": 207.043, + "CSSPropertyMarginTop": 207.692, + "CSSPropertyTextOverflow": 210.486, + "CSSPropertyPadding": 206.319, + "CSSPropertyWhiteSpace": 209.994, + "CSSPropertyTextTransform": 208.254, + "CSSPropertyBorderLeft": 206.967, + "CSSPropertyBoxSizing": 208.045, + "CSSPropertyRight": 208.717, + "CSSPropertyBoxShadow": 209.091, + "CSSPropertyBorderBottomColor": 2524.631, + "CSSPropertyBorderRadius": 208.905, + "CSSPropertyFontSize": 206.267, + "CSSPropertyVerticalAlign": 206.458, + "CSSPropertyBackgroundSize": 206.781, + "CSSPropertyClear": 210.08, + "CSSPropertyBorderColor": 207.252, + "CSSPropertyPaddingBottom": 208.164, + "CSSPropertyZIndex": 206.831, + "CSSPropertyAliasWebkitTransform": 207.997, + "CSSPropertyPaddingRight": 207.887, + "CSSPropertyBorderWidth": 207.668, + "CSSPropertyVisibility": 207.088, + "CSSPropertyBackgroundImage": 209.154, + "CSSPropertyDirection": 210.718, + "CSSPropertyLeft": 206.551, + "CSSPropertyContent": 208.391, + "CSSPropertyZoom": 206.589, + "CSSPropertyBorderBottom": 207.021, + "CSSPropertyAliasWebkitBackgroundSize": 206.764, + "CSSPropertyUserSelect": 210.324, + "CSSPropertyWidth": 206.361, + "CSSPropertyMinWidth": 206.636, + "CSSPropertyTransition": 207.923, + "CSSPropertyBorder": 206.436, + "CSSPropertyMarginLeft": 206.567 + }, + "Features": { + "XMLHttpRequestAsynchronous": 538.824, + "V8Performance_Navigation_AttributeGetter": 490.887, + "HTMLMediaElement": 223.025, + "LangAttribute": 221.289, + "HTMLMediaElementInDocument": 223.076, + "AutocapitalizeAttribute": 224.458, + "UnprefixedUserTiming": 7322.145, + "SecureContextCheckPassed": 206.143, + "FormElement": 224.275, + "CSSValueAppearanceNone": 209.248, + "CookieSet": 606.999, + "UnprefixedTransitionEndEvent": 2077.923, + "CSSAtRuleKeyframes": 208.537, + "V8Performance_Timing_AttributeGetter": 216.806, + "DocumentUnloadRegistered": 472.063, + "PaintTimingRequested": 7327.265, + "HasIDClassTagAttribute": 206.181, + "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, + "CSSValueAppearanceRadio": 209.292, + "DeprecatedWebKitLinearGradient": 210.241, + "CSSFlexibleBox": 238.581, + "SuppressHistoryEntryWithoutUserGesture": 10.229, + "NetInfo": 491.138, + "DeprecatedWebKitGradient": 210.421, + "DocumentPageShowRegistered": 623.775, + "HTMLTableCellElementColspan": 2832.647, + "SVGSVGElementInDocument": 2815.428, + "MaxAttribute": 223.533, + "InputTypeSubmit": 224.537, + "PendingStylesheetAddedAfterBodyStarted": 657.663, + "UnprefixedRequestAnimationFrame": 2.883, + "UnprefixedPerformanceTimeline": 1416.341, + "DocumentBeforeUnloadRegistered": 217.425, + "V8Document_Images_AttributeGetter": 491.481, + "HasBeforeOrAfterPseudoElement": 208.365, + "CSSValueAppearanceCheckbox": 209.317, + "InputTypeSearch": 290.038, + "V8StrictMode": 488.936, + "DocumentPageHideRegistered": 623.842, + "V8Element_GetBoundingClientRect_Method": 471.762, + "SVGSVGElement": 2811.276, + "LangAttributeOnHTML": 221.333, + "SendBeacon": 505.542, + "CSSAtRuleMedia": 207.573, + "StepAttribute": 223.432, + "PointerEventAddListenerCount": 2657.736, + "CleanScriptElementWithNonce": 205.341, + "V8SloppyMode": 0, + "CookieGet": 467.477 + } + }, + "step": 1, + "effectiveBps": 254308, + "effectiveBpsDoc": 146533, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 1, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "webPagetestVersion": "18.02" + }, + "loadTime": { + "data": { + "id": "180228_M6_1Q93", + "summary": + "http://www.webpagetest.org/results.php?test=180228_M6_1Q93", + "location": "Dulles:Chrome", + "connectivity": "Cable", + "bwDown": 5000, + "bwUp": 1000, + "latency": 28, + "plr": "0", + "mobile": 0, + "label": "20180228-163636-02-bing.com", + "completed": 1519857506, + "runs": { + "1": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 63, + "testStartOffset": 0, + "bytesOut": 58857, + "gzip_savings": 12722, + "requestsFull": 71, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1094, + "final_base_page_request_id": "26026.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 90, + "docTime": 628, + "domContentLoadedEventEnd": 627, + "image_savings": 9479, + "requestsDoc": 2, + "score_cookies": -1, + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 120961, + "responses_404": 0, + "loadTime": 628, + "score_combine": -1, + "score_etags": -1, + "image_total": 1003267, + "loadEventStart": 628, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 90, + "score_compress": 100, + "domContentLoadedEventStart": 625, + "final_url": "https://www.bing.com/", + "bytesInDoc": 49104, + "score_keep-alive": 100, + "loadEventEnd": 629, + "score_cache": 81, + "responses_other": 8, + "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", + "fullyLoaded": 4912, + "requests": 71, + "final_base_page_request": 0, + "TTFB": 356, + "bytesIn": 1137374, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5300, + "test_run_time_ms": 12279, + "PerformancePaintTiming.first-contentful-paint": 610.4, + "firstPaint": 610.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 610.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 16.740366, + "domElements": 608, + "domInteractive": 624, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3700, + "visualComplete": 3700, + "render": 600, + "SpeedIndex": 1630, + "visualComplete85": 2400, + "visualComplete90": 2400, + "visualComplete95": 3700, + "visualComplete99": 3700, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 15 + }, + { + "name": "unloadEventStart", + "time": 376 + }, + { + "name": "unloadEventEnd", + "time": 376 + }, + { + "name": "domLoading", + "time": 383 + }, + { + "name": "firstLayout", + "time": 405 + }, + { + "name": "responseEnd", + "time": 448 + }, + { + "name": "firstPaint", + "time": 625 + }, + { + "name": "firstContentfulPaint", + "time": 625 + }, + { + "name": "firstTextPaint", + "time": 625 + }, + { + "name": "firstImagePaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "domInteractive", + "time": 640 + }, + { + "name": "domContentLoadedEventStart", + "time": 640 + }, + { + "name": "domContentLoadedEventEnd", + "time": 642 + }, + { + "name": "domComplete", + "time": 643 + }, + { + "name": "loadEventStart", + "time": 643 + }, + { + "name": "loadEventEnd", + "time": 644 + } + ], + "chromeUserTiming.fetchStart": 15, + "chromeUserTiming.unloadEventStart": 376, + "chromeUserTiming.unloadEventEnd": 376, + "chromeUserTiming.domLoading": 383, + "chromeUserTiming.firstLayout": 405, + "chromeUserTiming.responseEnd": 448, + "chromeUserTiming.firstPaint": 625, + "chromeUserTiming.firstContentfulPaint": 625, + "chromeUserTiming.firstTextPaint": 625, + "chromeUserTiming.firstImagePaint": 625, + "chromeUserTiming.firstMeaningfulPaint": 625, + "chromeUserTiming.firstMeaningfulPaintCandidate": 625, + "chromeUserTiming.domInteractive": 640, + "chromeUserTiming.domContentLoadedEventStart": 640, + "chromeUserTiming.domContentLoadedEventEnd": 642, + "chromeUserTiming.domComplete": 643, + "chromeUserTiming.loadEventStart": 643, + "chromeUserTiming.loadEventEnd": 644, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 393.629, + "CSSPropertyTextAlign": 395.366, + "CSSPropertyWordWrap": 397.012, + "CSSPropertyPosition": 393.318, + "CSSPropertyAliasWebkitTransition": 395.776, + "CSSPropertyOutline": 394.88, + "CSSPropertyAliasWebkitAnimation": 395.516, + "CSSPropertyOverflow": 393.012, + "CSSPropertyFontFamily": 393.05, + "CSSPropertyBackgroundColor": 393.241, + "CSSPropertyFontWeight": 393.731, + "CSSPropertyBackgroundPosition": 394.39, + "CSSPropertyPaddingTop": 395.892, + "CSSPropertyOverflowX": 394.907, + "CSSPropertyOverflowY": 394.923, + "CSSPropertyCursor": 394.178, + "CSSPropertyBottom": 393.376, + "CSSPropertyMaxWidth": 393.494, + "CSSPropertyBorderCollapse": 393.179, + "CSSPropertyMargin": 393.221, + "CSSPropertyTop": 393.335, + "CSSPropertyMarginBottom": 395.191, + "CSSPropertyBorderSpacing": 393.584, + "CSSPropertyTextDecoration": 393.085, + "CSSPropertyTextIndent": 395.972, + "CSSPropertyBorderRight": 394.007, + "CSSPropertyHeight": 393.146, + "CSSPropertyBackground": 393.817, + "CSSPropertyWebkitAppearance": 396.287, + "CSSPropertyColor": 393.92, + "CSSPropertyFloat": 394.152, + "CSSPropertyMaxHeight": 393.55, + "CSSPropertyBorderTop": 3426.346, + "CSSPropertyMinHeight": 393.511, + "CSSPropertyFontStyle": 3425.962, + "CSSPropertyTransform": 395.068, + "CSSPropertyDisplay": 393.446, + "CSSPropertyLineHeight": 393.36, + "CSSPropertyMarginRight": 394.089, + "CSSPropertyFont": 394.445, + "CSSPropertyFill": 395.999, + "CSSPropertyListStyle": 397.604, + "CSSPropertyOpacity": 393.949, + "CSSPropertyAnimation": 395.536, + "CSSPropertyAliasWebkitUserSelect": 397.387, + "CSSPropertyTransitionDelay": 395.609, + "CSSPropertyPaddingLeft": 394.067, + "CSSPropertyMarginTop": 394.737, + "CSSPropertyTextOverflow": 397.569, + "CSSPropertyPadding": 393.12, + "CSSPropertyWhiteSpace": 397.031, + "CSSPropertyTextTransform": 395.28, + "CSSPropertyBorderLeft": 393.989, + "CSSPropertyBoxSizing": 395.098, + "CSSPropertyRight": 395.734, + "CSSPropertyBoxShadow": 396.109, + "CSSPropertyBorderBottomColor": 3222.122, + "CSSPropertyBorderRadius": 395.923, + "CSSPropertyFontSize": 393.067, + "CSSPropertyVerticalAlign": 393.294, + "CSSPropertyBackgroundSize": 393.686, + "CSSPropertyClear": 397.119, + "CSSPropertyBorderColor": 394.28, + "CSSPropertyPaddingBottom": 395.217, + "CSSPropertyZIndex": 393.77, + "CSSPropertyAliasWebkitTransform": 395.05, + "CSSPropertyPaddingRight": 394.939, + "CSSPropertyBorderWidth": 394.713, + "CSSPropertyVisibility": 394.113, + "CSSPropertyBackgroundImage": 396.174, + "CSSPropertyDirection": 397.962, + "CSSPropertyLeft": 393.392, + "CSSPropertyContent": 395.41, + "CSSPropertyZoom": 393.43, + "CSSPropertyBorderBottom": 394.045, + "CSSPropertyAliasWebkitBackgroundSize": 393.66, + "CSSPropertyUserSelect": 397.405, + "CSSPropertyWidth": 393.162, + "CSSPropertyMinWidth": 393.477, + "CSSPropertyTransition": 394.976, + "CSSPropertyBorder": 393.262, + "CSSPropertyMarginLeft": 393.408 + }, + "Features": { + "XMLHttpRequestAsynchronous": 845.741, + "V8Performance_Navigation_AttributeGetter": 657.887, + "HTMLMediaElement": 411.325, + "LangAttribute": 409.817, + "HTMLMediaElementInDocument": 411.374, + "AutocapitalizeAttribute": 412.565, + "UnprefixedUserTiming": 8463.332, + "SecureContextCheckPassed": 392.939, + "FormElement": 412.459, + "CSSValueAppearanceNone": 396.265, + "CookieSet": 1019.373, + "UnprefixedTransitionEndEvent": 2571.028, + "CSSAtRuleKeyframes": 395.553, + "V8Performance_Timing_AttributeGetter": 405.028, + "DocumentUnloadRegistered": 641.269, + "PaintTimingRequested": 8468.153, + "HasIDClassTagAttribute": 392.98, + "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, + "CSSValueAppearanceRadio": 396.309, + "DeprecatedWebKitLinearGradient": 397.32, + "CSSFlexibleBox": 421.309, + "SuppressHistoryEntryWithoutUserGesture": 20.285, + "NetInfo": 658.053, + "DeprecatedWebKitGradient": 397.504, + "DocumentPageShowRegistered": 1030.652, + "HTMLTableCellElementColspan": 3433.255, + "SVGSVGElementInDocument": 3425.368, + "MaxAttribute": 411.82, + "InputTypeSubmit": 412.623, + "PendingStylesheetAddedAfterBodyStarted": 1195.199, + "UnprefixedRequestAnimationFrame": 4.371, + "UnprefixedPerformanceTimeline": 1956.433, + "DocumentBeforeUnloadRegistered": 405.629, + "V8Document_Images_AttributeGetter": 658.266, + "HasBeforeOrAfterPseudoElement": 395.385, + "CSSValueAppearanceCheckbox": 396.334, + "InputTypeSearch": 471.098, + "V8StrictMode": 656.316, + "DocumentPageHideRegistered": 1030.721, + "V8Element_GetBoundingClientRect_Method": 640.931, + "SVGSVGElement": 3423.027, + "LangAttributeOnHTML": 409.845, + "SendBeacon": 668.72, + "CSSAtRuleMedia": 394.611, + "StepAttribute": 411.709, + "PointerEventAddListenerCount": 3329.595, + "CleanScriptElementWithNonce": 392.211, + "V8SloppyMode": 0, + "CookieGet": 639.039 + } + }, + "step": 1, + "effectiveBps": 249643, + "effectiveBpsDoc": 180529, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 31, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 20, + "testStartOffset": 0, + "bytesOut": 22611, + "gzip_savings": 12722, + "requestsFull": 26, + "start_epoch": 0, + "connections": 1, + "bytesOutDoc": 750, + "final_base_page_request_id": "26659.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 52, + "docTime": 469, + "domContentLoadedEventEnd": 468, + "image_savings": 9479, + "requestsDoc": 1, + "score_cookies": -1, + "base_page_ip_ptr": "a-0001.a-msedge.net", + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 87739, + "responses_404": 0, + "loadTime": 469, + "score_combine": -1, + "score_etags": -1, + "image_total": 877804, + "loadEventStart": 468, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 86, + "score_compress": 99, + "domContentLoadedEventStart": 465, + "final_url": "https://www.bing.com/", + "bytesInDoc": 42055, + "score_keep-alive": 100, + "loadEventEnd": 469, + "score_cache": 0, + "responses_other": 6, + "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", + "fullyLoaded": 3998, + "requests": 26, + "final_base_page_request": 0, + "TTFB": 182, + "bytesIn": 970442, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5739, + "test_run_time_ms": 11295, + "PerformancePaintTiming.first-contentful-paint": 455.2, + "firstPaint": 455.2, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 455.2, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 20.834846, + "domElements": 625, + "domInteractive": 465, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3200, + "visualComplete": 3200, + "render": 500, + "SpeedIndex": 1372, + "visualComplete85": 2000, + "visualComplete90": 2000, + "visualComplete95": 3200, + "visualComplete99": 3200, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 7 + }, + { + "name": "unloadEventStart", + "time": 192 + }, + { + "name": "unloadEventEnd", + "time": 192 + }, + { + "name": "domLoading", + "time": 198 + }, + { + "name": "firstLayout", + "time": 218 + }, + { + "name": "responseEnd", + "time": 247 + }, + { + "name": "firstPaint", + "time": 462 + }, + { + "name": "firstContentfulPaint", + "time": 462 + }, + { + "name": "firstTextPaint", + "time": 462 + }, + { + "name": "firstImagePaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "domInteractive", + "time": 472 + }, + { + "name": "domContentLoadedEventStart", + "time": 472 + }, + { + "name": "domContentLoadedEventEnd", + "time": 475 + }, + { + "name": "domComplete", + "time": 475 + }, + { + "name": "loadEventStart", + "time": 475 + }, + { + "name": "loadEventEnd", + "time": 477 + } + ], + "chromeUserTiming.fetchStart": 7, + "chromeUserTiming.unloadEventStart": 192, + "chromeUserTiming.unloadEventEnd": 192, + "chromeUserTiming.domLoading": 198, + "chromeUserTiming.firstLayout": 218, + "chromeUserTiming.responseEnd": 247, + "chromeUserTiming.firstPaint": 462, + "chromeUserTiming.firstContentfulPaint": 462, + "chromeUserTiming.firstTextPaint": 462, + "chromeUserTiming.firstImagePaint": 462, + "chromeUserTiming.firstMeaningfulPaintCandidate": 462, + "chromeUserTiming.firstMeaningfulPaint": 462, + "chromeUserTiming.domInteractive": 472, + "chromeUserTiming.domContentLoadedEventStart": 472, + "chromeUserTiming.domContentLoadedEventEnd": 475, + "chromeUserTiming.domComplete": 475, + "chromeUserTiming.loadEventStart": 475, + "chromeUserTiming.loadEventEnd": 477, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 206.745, + "CSSPropertyTextAlign": 208.345, + "CSSPropertyWordWrap": 209.975, + "CSSPropertyPosition": 206.478, + "CSSPropertyAliasWebkitTransition": 208.758, + "CSSPropertyOutline": 207.828, + "CSSPropertyAliasWebkitAnimation": 208.499, + "CSSPropertyOverflow": 206.212, + "CSSPropertyFontFamily": 206.249, + "CSSPropertyBackgroundColor": 206.415, + "CSSPropertyFontWeight": 206.808, + "CSSPropertyBackgroundPosition": 207.346, + "CSSPropertyPaddingTop": 208.873, + "CSSPropertyOverflowX": 207.855, + "CSSPropertyOverflowY": 207.871, + "CSSPropertyCursor": 207.152, + "CSSPropertyBottom": 206.536, + "CSSPropertyMaxWidth": 206.653, + "CSSPropertyBorderCollapse": 206.378, + "CSSPropertyMargin": 206.396, + "CSSPropertyTop": 206.495, + "CSSPropertyMarginBottom": 208.138, + "CSSPropertyBorderSpacing": 206.715, + "CSSPropertyTextDecoration": 206.285, + "CSSPropertyTextIndent": 208.954, + "CSSPropertyBorderRight": 206.985, + "CSSPropertyHeight": 206.344, + "CSSPropertyBackground": 206.858, + "CSSPropertyWebkitAppearance": 209.269, + "CSSPropertyColor": 206.906, + "CSSPropertyFloat": 207.126, + "CSSPropertyMaxHeight": 206.685, + "CSSPropertyBorderTop": 2817.184, + "CSSPropertyMinHeight": 206.669, + "CSSPropertyFontStyle": 2816.474, + "CSSPropertyTransform": 208.015, + "CSSPropertyDisplay": 206.605, + "CSSPropertyLineHeight": 206.52, + "CSSPropertyMarginRight": 207.065, + "CSSPropertyFont": 207.421, + "CSSPropertyFill": 208.982, + "CSSPropertyListStyle": 210.52, + "CSSPropertyOpacity": 206.929, + "CSSPropertyAnimation": 208.521, + "CSSPropertyAliasWebkitUserSelect": 210.306, + "CSSPropertyTransitionDelay": 208.593, + "CSSPropertyPaddingLeft": 207.043, + "CSSPropertyMarginTop": 207.692, + "CSSPropertyTextOverflow": 210.486, + "CSSPropertyPadding": 206.319, + "CSSPropertyWhiteSpace": 209.994, + "CSSPropertyTextTransform": 208.254, + "CSSPropertyBorderLeft": 206.967, + "CSSPropertyBoxSizing": 208.045, + "CSSPropertyRight": 208.717, + "CSSPropertyBoxShadow": 209.091, + "CSSPropertyBorderBottomColor": 2524.631, + "CSSPropertyBorderRadius": 208.905, + "CSSPropertyFontSize": 206.267, + "CSSPropertyVerticalAlign": 206.458, + "CSSPropertyBackgroundSize": 206.781, + "CSSPropertyClear": 210.08, + "CSSPropertyBorderColor": 207.252, + "CSSPropertyPaddingBottom": 208.164, + "CSSPropertyZIndex": 206.831, + "CSSPropertyAliasWebkitTransform": 207.997, + "CSSPropertyPaddingRight": 207.887, + "CSSPropertyBorderWidth": 207.668, + "CSSPropertyVisibility": 207.088, + "CSSPropertyBackgroundImage": 209.154, + "CSSPropertyDirection": 210.718, + "CSSPropertyLeft": 206.551, + "CSSPropertyContent": 208.391, + "CSSPropertyZoom": 206.589, + "CSSPropertyBorderBottom": 207.021, + "CSSPropertyAliasWebkitBackgroundSize": 206.764, + "CSSPropertyUserSelect": 210.324, + "CSSPropertyWidth": 206.361, + "CSSPropertyMinWidth": 206.636, + "CSSPropertyTransition": 207.923, + "CSSPropertyBorder": 206.436, + "CSSPropertyMarginLeft": 206.567 + }, + "Features": { + "XMLHttpRequestAsynchronous": 538.824, + "V8Performance_Navigation_AttributeGetter": 490.887, + "HTMLMediaElement": 223.025, + "LangAttribute": 221.289, + "HTMLMediaElementInDocument": 223.076, + "AutocapitalizeAttribute": 224.458, + "UnprefixedUserTiming": 7322.145, + "SecureContextCheckPassed": 206.143, + "FormElement": 224.275, + "CSSValueAppearanceNone": 209.248, + "CookieSet": 606.999, + "UnprefixedTransitionEndEvent": 2077.923, + "CSSAtRuleKeyframes": 208.537, + "V8Performance_Timing_AttributeGetter": 216.806, + "DocumentUnloadRegistered": 472.063, + "PaintTimingRequested": 7327.265, + "HasIDClassTagAttribute": 206.181, + "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, + "CSSValueAppearanceRadio": 209.292, + "DeprecatedWebKitLinearGradient": 210.241, + "CSSFlexibleBox": 238.581, + "SuppressHistoryEntryWithoutUserGesture": 10.229, + "NetInfo": 491.138, + "DeprecatedWebKitGradient": 210.421, + "DocumentPageShowRegistered": 623.775, + "HTMLTableCellElementColspan": 2832.647, + "SVGSVGElementInDocument": 2815.428, + "MaxAttribute": 223.533, + "InputTypeSubmit": 224.537, + "PendingStylesheetAddedAfterBodyStarted": 657.663, + "UnprefixedRequestAnimationFrame": 2.883, + "UnprefixedPerformanceTimeline": 1416.341, + "DocumentBeforeUnloadRegistered": 217.425, + "V8Document_Images_AttributeGetter": 491.481, + "HasBeforeOrAfterPseudoElement": 208.365, + "CSSValueAppearanceCheckbox": 209.317, + "InputTypeSearch": 290.038, + "V8StrictMode": 488.936, + "DocumentPageHideRegistered": 623.842, + "V8Element_GetBoundingClientRect_Method": 471.762, + "SVGSVGElement": 2811.276, + "LangAttributeOnHTML": 221.333, + "SendBeacon": 505.542, + "CSSAtRuleMedia": 207.573, + "StepAttribute": 223.432, + "PointerEventAddListenerCount": 2657.736, + "CleanScriptElementWithNonce": 205.341, + "V8SloppyMode": 0, + "CookieGet": 467.477 + } + }, + "step": 1, + "effectiveBps": 254308, + "effectiveBpsDoc": 146533, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 1, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "median": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 63, + "testStartOffset": 0, + "bytesOut": 58857, + "gzip_savings": 12722, + "requestsFull": 71, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1094, + "final_base_page_request_id": "26026.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 90, + "docTime": 628, + "domContentLoadedEventEnd": 627, + "image_savings": 9479, + "requestsDoc": 2, + "score_cookies": -1, + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 120961, + "responses_404": 0, + "loadTime": 628, + "score_combine": -1, + "score_etags": -1, + "image_total": 1003267, + "loadEventStart": 628, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 90, + "score_compress": 100, + "domContentLoadedEventStart": 625, + "final_url": "https://www.bing.com/", + "bytesInDoc": 49104, + "score_keep-alive": 100, + "loadEventEnd": 629, + "score_cache": 81, + "responses_other": 8, + "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", + "fullyLoaded": 4912, + "requests": 71, + "final_base_page_request": 0, + "TTFB": 356, + "bytesIn": 1137374, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5300, + "test_run_time_ms": 12279, + "PerformancePaintTiming.first-contentful-paint": 610.4, + "firstPaint": 610.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 610.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 16.740366, + "domElements": 608, + "domInteractive": 624, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3700, + "visualComplete": 3700, + "render": 600, + "SpeedIndex": 1630, + "visualComplete85": 2400, + "visualComplete90": 2400, + "visualComplete95": 3700, + "visualComplete99": 3700, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 15 + }, + { + "name": "unloadEventStart", + "time": 376 + }, + { + "name": "unloadEventEnd", + "time": 376 + }, + { + "name": "domLoading", + "time": 383 + }, + { + "name": "firstLayout", + "time": 405 + }, + { + "name": "responseEnd", + "time": 448 + }, + { + "name": "firstPaint", + "time": 625 + }, + { + "name": "firstContentfulPaint", + "time": 625 + }, + { + "name": "firstTextPaint", + "time": 625 + }, + { + "name": "firstImagePaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "domInteractive", + "time": 640 + }, + { + "name": "domContentLoadedEventStart", + "time": 640 + }, + { + "name": "domContentLoadedEventEnd", + "time": 642 + }, + { + "name": "domComplete", + "time": 643 + }, + { + "name": "loadEventStart", + "time": 643 + }, + { + "name": "loadEventEnd", + "time": 644 + } + ], + "chromeUserTiming.fetchStart": 15, + "chromeUserTiming.unloadEventStart": 376, + "chromeUserTiming.unloadEventEnd": 376, + "chromeUserTiming.domLoading": 383, + "chromeUserTiming.firstLayout": 405, + "chromeUserTiming.responseEnd": 448, + "chromeUserTiming.firstPaint": 625, + "chromeUserTiming.firstContentfulPaint": 625, + "chromeUserTiming.firstTextPaint": 625, + "chromeUserTiming.firstImagePaint": 625, + "chromeUserTiming.firstMeaningfulPaint": 625, + "chromeUserTiming.firstMeaningfulPaintCandidate": 625, + "chromeUserTiming.domInteractive": 640, + "chromeUserTiming.domContentLoadedEventStart": 640, + "chromeUserTiming.domContentLoadedEventEnd": 642, + "chromeUserTiming.domComplete": 643, + "chromeUserTiming.loadEventStart": 643, + "chromeUserTiming.loadEventEnd": 644, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 393.629, + "CSSPropertyTextAlign": 395.366, + "CSSPropertyWordWrap": 397.012, + "CSSPropertyPosition": 393.318, + "CSSPropertyAliasWebkitTransition": 395.776, + "CSSPropertyOutline": 394.88, + "CSSPropertyAliasWebkitAnimation": 395.516, + "CSSPropertyOverflow": 393.012, + "CSSPropertyFontFamily": 393.05, + "CSSPropertyBackgroundColor": 393.241, + "CSSPropertyFontWeight": 393.731, + "CSSPropertyBackgroundPosition": 394.39, + "CSSPropertyPaddingTop": 395.892, + "CSSPropertyOverflowX": 394.907, + "CSSPropertyOverflowY": 394.923, + "CSSPropertyCursor": 394.178, + "CSSPropertyBottom": 393.376, + "CSSPropertyMaxWidth": 393.494, + "CSSPropertyBorderCollapse": 393.179, + "CSSPropertyMargin": 393.221, + "CSSPropertyTop": 393.335, + "CSSPropertyMarginBottom": 395.191, + "CSSPropertyBorderSpacing": 393.584, + "CSSPropertyTextDecoration": 393.085, + "CSSPropertyTextIndent": 395.972, + "CSSPropertyBorderRight": 394.007, + "CSSPropertyHeight": 393.146, + "CSSPropertyBackground": 393.817, + "CSSPropertyWebkitAppearance": 396.287, + "CSSPropertyColor": 393.92, + "CSSPropertyFloat": 394.152, + "CSSPropertyMaxHeight": 393.55, + "CSSPropertyBorderTop": 3426.346, + "CSSPropertyMinHeight": 393.511, + "CSSPropertyFontStyle": 3425.962, + "CSSPropertyTransform": 395.068, + "CSSPropertyDisplay": 393.446, + "CSSPropertyLineHeight": 393.36, + "CSSPropertyMarginRight": 394.089, + "CSSPropertyFont": 394.445, + "CSSPropertyFill": 395.999, + "CSSPropertyListStyle": 397.604, + "CSSPropertyOpacity": 393.949, + "CSSPropertyAnimation": 395.536, + "CSSPropertyAliasWebkitUserSelect": 397.387, + "CSSPropertyTransitionDelay": 395.609, + "CSSPropertyPaddingLeft": 394.067, + "CSSPropertyMarginTop": 394.737, + "CSSPropertyTextOverflow": 397.569, + "CSSPropertyPadding": 393.12, + "CSSPropertyWhiteSpace": 397.031, + "CSSPropertyTextTransform": 395.28, + "CSSPropertyBorderLeft": 393.989, + "CSSPropertyBoxSizing": 395.098, + "CSSPropertyRight": 395.734, + "CSSPropertyBoxShadow": 396.109, + "CSSPropertyBorderBottomColor": 3222.122, + "CSSPropertyBorderRadius": 395.923, + "CSSPropertyFontSize": 393.067, + "CSSPropertyVerticalAlign": 393.294, + "CSSPropertyBackgroundSize": 393.686, + "CSSPropertyClear": 397.119, + "CSSPropertyBorderColor": 394.28, + "CSSPropertyPaddingBottom": 395.217, + "CSSPropertyZIndex": 393.77, + "CSSPropertyAliasWebkitTransform": 395.05, + "CSSPropertyPaddingRight": 394.939, + "CSSPropertyBorderWidth": 394.713, + "CSSPropertyVisibility": 394.113, + "CSSPropertyBackgroundImage": 396.174, + "CSSPropertyDirection": 397.962, + "CSSPropertyLeft": 393.392, + "CSSPropertyContent": 395.41, + "CSSPropertyZoom": 393.43, + "CSSPropertyBorderBottom": 394.045, + "CSSPropertyAliasWebkitBackgroundSize": 393.66, + "CSSPropertyUserSelect": 397.405, + "CSSPropertyWidth": 393.162, + "CSSPropertyMinWidth": 393.477, + "CSSPropertyTransition": 394.976, + "CSSPropertyBorder": 393.262, + "CSSPropertyMarginLeft": 393.408 + }, + "Features": { + "XMLHttpRequestAsynchronous": 845.741, + "V8Performance_Navigation_AttributeGetter": 657.887, + "HTMLMediaElement": 411.325, + "LangAttribute": 409.817, + "HTMLMediaElementInDocument": 411.374, + "AutocapitalizeAttribute": 412.565, + "UnprefixedUserTiming": 8463.332, + "SecureContextCheckPassed": 392.939, + "FormElement": 412.459, + "CSSValueAppearanceNone": 396.265, + "CookieSet": 1019.373, + "UnprefixedTransitionEndEvent": 2571.028, + "CSSAtRuleKeyframes": 395.553, + "V8Performance_Timing_AttributeGetter": 405.028, + "DocumentUnloadRegistered": 641.269, + "PaintTimingRequested": 8468.153, + "HasIDClassTagAttribute": 392.98, + "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, + "CSSValueAppearanceRadio": 396.309, + "DeprecatedWebKitLinearGradient": 397.32, + "CSSFlexibleBox": 421.309, + "SuppressHistoryEntryWithoutUserGesture": 20.285, + "NetInfo": 658.053, + "DeprecatedWebKitGradient": 397.504, + "DocumentPageShowRegistered": 1030.652, + "HTMLTableCellElementColspan": 3433.255, + "SVGSVGElementInDocument": 3425.368, + "MaxAttribute": 411.82, + "InputTypeSubmit": 412.623, + "PendingStylesheetAddedAfterBodyStarted": 1195.199, + "UnprefixedRequestAnimationFrame": 4.371, + "UnprefixedPerformanceTimeline": 1956.433, + "DocumentBeforeUnloadRegistered": 405.629, + "V8Document_Images_AttributeGetter": 658.266, + "HasBeforeOrAfterPseudoElement": 395.385, + "CSSValueAppearanceCheckbox": 396.334, + "InputTypeSearch": 471.098, + "V8StrictMode": 656.316, + "DocumentPageHideRegistered": 1030.721, + "V8Element_GetBoundingClientRect_Method": 640.931, + "SVGSVGElement": 3423.027, + "LangAttributeOnHTML": 409.845, + "SendBeacon": 668.72, + "CSSAtRuleMedia": 394.611, + "StepAttribute": 411.709, + "PointerEventAddListenerCount": 3329.595, + "CleanScriptElementWithNonce": 392.211, + "V8SloppyMode": 0, + "CookieGet": 639.039 + } + }, + "step": 1, + "effectiveBps": 249643, + "effectiveBpsDoc": 180529, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 31, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 20, + "testStartOffset": 0, + "bytesOut": 22611, + "gzip_savings": 12722, + "requestsFull": 26, + "start_epoch": 0, + "connections": 1, + "bytesOutDoc": 750, + "final_base_page_request_id": "26659.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 52, + "docTime": 469, + "domContentLoadedEventEnd": 468, + "image_savings": 9479, + "requestsDoc": 1, + "score_cookies": -1, + "base_page_ip_ptr": "a-0001.a-msedge.net", + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 87739, + "responses_404": 0, + "loadTime": 469, + "score_combine": -1, + "score_etags": -1, + "image_total": 877804, + "loadEventStart": 468, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 86, + "score_compress": 99, + "domContentLoadedEventStart": 465, + "final_url": "https://www.bing.com/", + "bytesInDoc": 42055, + "score_keep-alive": 100, + "loadEventEnd": 469, + "score_cache": 0, + "responses_other": 6, + "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", + "fullyLoaded": 3998, + "requests": 26, + "final_base_page_request": 0, + "TTFB": 182, + "bytesIn": 970442, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5739, + "test_run_time_ms": 11295, + "PerformancePaintTiming.first-contentful-paint": 455.2, + "firstPaint": 455.2, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 455.2, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 20.834846, + "domElements": 625, + "domInteractive": 465, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3200, + "visualComplete": 3200, + "render": 500, + "SpeedIndex": 1372, + "visualComplete85": 2000, + "visualComplete90": 2000, + "visualComplete95": 3200, + "visualComplete99": 3200, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 7 + }, + { + "name": "unloadEventStart", + "time": 192 + }, + { + "name": "unloadEventEnd", + "time": 192 + }, + { + "name": "domLoading", + "time": 198 + }, + { + "name": "firstLayout", + "time": 218 + }, + { + "name": "responseEnd", + "time": 247 + }, + { + "name": "firstPaint", + "time": 462 + }, + { + "name": "firstContentfulPaint", + "time": 462 + }, + { + "name": "firstTextPaint", + "time": 462 + }, + { + "name": "firstImagePaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "domInteractive", + "time": 472 + }, + { + "name": "domContentLoadedEventStart", + "time": 472 + }, + { + "name": "domContentLoadedEventEnd", + "time": 475 + }, + { + "name": "domComplete", + "time": 475 + }, + { + "name": "loadEventStart", + "time": 475 + }, + { + "name": "loadEventEnd", + "time": 477 + } + ], + "chromeUserTiming.fetchStart": 7, + "chromeUserTiming.unloadEventStart": 192, + "chromeUserTiming.unloadEventEnd": 192, + "chromeUserTiming.domLoading": 198, + "chromeUserTiming.firstLayout": 218, + "chromeUserTiming.responseEnd": 247, + "chromeUserTiming.firstPaint": 462, + "chromeUserTiming.firstContentfulPaint": 462, + "chromeUserTiming.firstTextPaint": 462, + "chromeUserTiming.firstImagePaint": 462, + "chromeUserTiming.firstMeaningfulPaintCandidate": 462, + "chromeUserTiming.firstMeaningfulPaint": 462, + "chromeUserTiming.domInteractive": 472, + "chromeUserTiming.domContentLoadedEventStart": 472, + "chromeUserTiming.domContentLoadedEventEnd": 475, + "chromeUserTiming.domComplete": 475, + "chromeUserTiming.loadEventStart": 475, + "chromeUserTiming.loadEventEnd": 477, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 206.745, + "CSSPropertyTextAlign": 208.345, + "CSSPropertyWordWrap": 209.975, + "CSSPropertyPosition": 206.478, + "CSSPropertyAliasWebkitTransition": 208.758, + "CSSPropertyOutline": 207.828, + "CSSPropertyAliasWebkitAnimation": 208.499, + "CSSPropertyOverflow": 206.212, + "CSSPropertyFontFamily": 206.249, + "CSSPropertyBackgroundColor": 206.415, + "CSSPropertyFontWeight": 206.808, + "CSSPropertyBackgroundPosition": 207.346, + "CSSPropertyPaddingTop": 208.873, + "CSSPropertyOverflowX": 207.855, + "CSSPropertyOverflowY": 207.871, + "CSSPropertyCursor": 207.152, + "CSSPropertyBottom": 206.536, + "CSSPropertyMaxWidth": 206.653, + "CSSPropertyBorderCollapse": 206.378, + "CSSPropertyMargin": 206.396, + "CSSPropertyTop": 206.495, + "CSSPropertyMarginBottom": 208.138, + "CSSPropertyBorderSpacing": 206.715, + "CSSPropertyTextDecoration": 206.285, + "CSSPropertyTextIndent": 208.954, + "CSSPropertyBorderRight": 206.985, + "CSSPropertyHeight": 206.344, + "CSSPropertyBackground": 206.858, + "CSSPropertyWebkitAppearance": 209.269, + "CSSPropertyColor": 206.906, + "CSSPropertyFloat": 207.126, + "CSSPropertyMaxHeight": 206.685, + "CSSPropertyBorderTop": 2817.184, + "CSSPropertyMinHeight": 206.669, + "CSSPropertyFontStyle": 2816.474, + "CSSPropertyTransform": 208.015, + "CSSPropertyDisplay": 206.605, + "CSSPropertyLineHeight": 206.52, + "CSSPropertyMarginRight": 207.065, + "CSSPropertyFont": 207.421, + "CSSPropertyFill": 208.982, + "CSSPropertyListStyle": 210.52, + "CSSPropertyOpacity": 206.929, + "CSSPropertyAnimation": 208.521, + "CSSPropertyAliasWebkitUserSelect": 210.306, + "CSSPropertyTransitionDelay": 208.593, + "CSSPropertyPaddingLeft": 207.043, + "CSSPropertyMarginTop": 207.692, + "CSSPropertyTextOverflow": 210.486, + "CSSPropertyPadding": 206.319, + "CSSPropertyWhiteSpace": 209.994, + "CSSPropertyTextTransform": 208.254, + "CSSPropertyBorderLeft": 206.967, + "CSSPropertyBoxSizing": 208.045, + "CSSPropertyRight": 208.717, + "CSSPropertyBoxShadow": 209.091, + "CSSPropertyBorderBottomColor": 2524.631, + "CSSPropertyBorderRadius": 208.905, + "CSSPropertyFontSize": 206.267, + "CSSPropertyVerticalAlign": 206.458, + "CSSPropertyBackgroundSize": 206.781, + "CSSPropertyClear": 210.08, + "CSSPropertyBorderColor": 207.252, + "CSSPropertyPaddingBottom": 208.164, + "CSSPropertyZIndex": 206.831, + "CSSPropertyAliasWebkitTransform": 207.997, + "CSSPropertyPaddingRight": 207.887, + "CSSPropertyBorderWidth": 207.668, + "CSSPropertyVisibility": 207.088, + "CSSPropertyBackgroundImage": 209.154, + "CSSPropertyDirection": 210.718, + "CSSPropertyLeft": 206.551, + "CSSPropertyContent": 208.391, + "CSSPropertyZoom": 206.589, + "CSSPropertyBorderBottom": 207.021, + "CSSPropertyAliasWebkitBackgroundSize": 206.764, + "CSSPropertyUserSelect": 210.324, + "CSSPropertyWidth": 206.361, + "CSSPropertyMinWidth": 206.636, + "CSSPropertyTransition": 207.923, + "CSSPropertyBorder": 206.436, + "CSSPropertyMarginLeft": 206.567 + }, + "Features": { + "XMLHttpRequestAsynchronous": 538.824, + "V8Performance_Navigation_AttributeGetter": 490.887, + "HTMLMediaElement": 223.025, + "LangAttribute": 221.289, + "HTMLMediaElementInDocument": 223.076, + "AutocapitalizeAttribute": 224.458, + "UnprefixedUserTiming": 7322.145, + "SecureContextCheckPassed": 206.143, + "FormElement": 224.275, + "CSSValueAppearanceNone": 209.248, + "CookieSet": 606.999, + "UnprefixedTransitionEndEvent": 2077.923, + "CSSAtRuleKeyframes": 208.537, + "V8Performance_Timing_AttributeGetter": 216.806, + "DocumentUnloadRegistered": 472.063, + "PaintTimingRequested": 7327.265, + "HasIDClassTagAttribute": 206.181, + "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, + "CSSValueAppearanceRadio": 209.292, + "DeprecatedWebKitLinearGradient": 210.241, + "CSSFlexibleBox": 238.581, + "SuppressHistoryEntryWithoutUserGesture": 10.229, + "NetInfo": 491.138, + "DeprecatedWebKitGradient": 210.421, + "DocumentPageShowRegistered": 623.775, + "HTMLTableCellElementColspan": 2832.647, + "SVGSVGElementInDocument": 2815.428, + "MaxAttribute": 223.533, + "InputTypeSubmit": 224.537, + "PendingStylesheetAddedAfterBodyStarted": 657.663, + "UnprefixedRequestAnimationFrame": 2.883, + "UnprefixedPerformanceTimeline": 1416.341, + "DocumentBeforeUnloadRegistered": 217.425, + "V8Document_Images_AttributeGetter": 491.481, + "HasBeforeOrAfterPseudoElement": 208.365, + "CSSValueAppearanceCheckbox": 209.317, + "InputTypeSearch": 290.038, + "V8StrictMode": 488.936, + "DocumentPageHideRegistered": 623.842, + "V8Element_GetBoundingClientRect_Method": 471.762, + "SVGSVGElement": 2811.276, + "LangAttributeOnHTML": 221.333, + "SendBeacon": 505.542, + "CSSAtRuleMedia": 207.573, + "StepAttribute": 223.432, + "PointerEventAddListenerCount": 2657.736, + "CleanScriptElementWithNonce": 205.341, + "V8SloppyMode": 0, + "CookieGet": 467.477 + } + }, + "step": 1, + "effectiveBps": 254308, + "effectiveBpsDoc": 146533, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 1, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "webPagetestVersion": "18.02" + }, + "render": { + "data": { + "id": "180228_M6_1Q93", + "summary": + "http://www.webpagetest.org/results.php?test=180228_M6_1Q93", + "location": "Dulles:Chrome", + "connectivity": "Cable", + "bwDown": 5000, + "bwUp": 1000, + "latency": 28, + "plr": "0", + "mobile": 0, + "label": "20180228-163636-02-bing.com", + "completed": 1519857506, + "runs": { + "1": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 63, + "testStartOffset": 0, + "bytesOut": 58857, + "gzip_savings": 12722, + "requestsFull": 71, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1094, + "final_base_page_request_id": "26026.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 90, + "docTime": 628, + "domContentLoadedEventEnd": 627, + "image_savings": 9479, + "requestsDoc": 2, + "score_cookies": -1, + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 120961, + "responses_404": 0, + "loadTime": 628, + "score_combine": -1, + "score_etags": -1, + "image_total": 1003267, + "loadEventStart": 628, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 90, + "score_compress": 100, + "domContentLoadedEventStart": 625, + "final_url": "https://www.bing.com/", + "bytesInDoc": 49104, + "score_keep-alive": 100, + "loadEventEnd": 629, + "score_cache": 81, + "responses_other": 8, + "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", + "fullyLoaded": 4912, + "requests": 71, + "final_base_page_request": 0, + "TTFB": 356, + "bytesIn": 1137374, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5300, + "test_run_time_ms": 12279, + "PerformancePaintTiming.first-contentful-paint": 610.4, + "firstPaint": 610.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 610.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 16.740366, + "domElements": 608, + "domInteractive": 624, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3700, + "visualComplete": 3700, + "render": 600, + "SpeedIndex": 1630, + "visualComplete85": 2400, + "visualComplete90": 2400, + "visualComplete95": 3700, + "visualComplete99": 3700, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 15 + }, + { + "name": "unloadEventStart", + "time": 376 + }, + { + "name": "unloadEventEnd", + "time": 376 + }, + { + "name": "domLoading", + "time": 383 + }, + { + "name": "firstLayout", + "time": 405 + }, + { + "name": "responseEnd", + "time": 448 + }, + { + "name": "firstPaint", + "time": 625 + }, + { + "name": "firstContentfulPaint", + "time": 625 + }, + { + "name": "firstTextPaint", + "time": 625 + }, + { + "name": "firstImagePaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "domInteractive", + "time": 640 + }, + { + "name": "domContentLoadedEventStart", + "time": 640 + }, + { + "name": "domContentLoadedEventEnd", + "time": 642 + }, + { + "name": "domComplete", + "time": 643 + }, + { + "name": "loadEventStart", + "time": 643 + }, + { + "name": "loadEventEnd", + "time": 644 + } + ], + "chromeUserTiming.fetchStart": 15, + "chromeUserTiming.unloadEventStart": 376, + "chromeUserTiming.unloadEventEnd": 376, + "chromeUserTiming.domLoading": 383, + "chromeUserTiming.firstLayout": 405, + "chromeUserTiming.responseEnd": 448, + "chromeUserTiming.firstPaint": 625, + "chromeUserTiming.firstContentfulPaint": 625, + "chromeUserTiming.firstTextPaint": 625, + "chromeUserTiming.firstImagePaint": 625, + "chromeUserTiming.firstMeaningfulPaint": 625, + "chromeUserTiming.firstMeaningfulPaintCandidate": 625, + "chromeUserTiming.domInteractive": 640, + "chromeUserTiming.domContentLoadedEventStart": 640, + "chromeUserTiming.domContentLoadedEventEnd": 642, + "chromeUserTiming.domComplete": 643, + "chromeUserTiming.loadEventStart": 643, + "chromeUserTiming.loadEventEnd": 644, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 393.629, + "CSSPropertyTextAlign": 395.366, + "CSSPropertyWordWrap": 397.012, + "CSSPropertyPosition": 393.318, + "CSSPropertyAliasWebkitTransition": 395.776, + "CSSPropertyOutline": 394.88, + "CSSPropertyAliasWebkitAnimation": 395.516, + "CSSPropertyOverflow": 393.012, + "CSSPropertyFontFamily": 393.05, + "CSSPropertyBackgroundColor": 393.241, + "CSSPropertyFontWeight": 393.731, + "CSSPropertyBackgroundPosition": 394.39, + "CSSPropertyPaddingTop": 395.892, + "CSSPropertyOverflowX": 394.907, + "CSSPropertyOverflowY": 394.923, + "CSSPropertyCursor": 394.178, + "CSSPropertyBottom": 393.376, + "CSSPropertyMaxWidth": 393.494, + "CSSPropertyBorderCollapse": 393.179, + "CSSPropertyMargin": 393.221, + "CSSPropertyTop": 393.335, + "CSSPropertyMarginBottom": 395.191, + "CSSPropertyBorderSpacing": 393.584, + "CSSPropertyTextDecoration": 393.085, + "CSSPropertyTextIndent": 395.972, + "CSSPropertyBorderRight": 394.007, + "CSSPropertyHeight": 393.146, + "CSSPropertyBackground": 393.817, + "CSSPropertyWebkitAppearance": 396.287, + "CSSPropertyColor": 393.92, + "CSSPropertyFloat": 394.152, + "CSSPropertyMaxHeight": 393.55, + "CSSPropertyBorderTop": 3426.346, + "CSSPropertyMinHeight": 393.511, + "CSSPropertyFontStyle": 3425.962, + "CSSPropertyTransform": 395.068, + "CSSPropertyDisplay": 393.446, + "CSSPropertyLineHeight": 393.36, + "CSSPropertyMarginRight": 394.089, + "CSSPropertyFont": 394.445, + "CSSPropertyFill": 395.999, + "CSSPropertyListStyle": 397.604, + "CSSPropertyOpacity": 393.949, + "CSSPropertyAnimation": 395.536, + "CSSPropertyAliasWebkitUserSelect": 397.387, + "CSSPropertyTransitionDelay": 395.609, + "CSSPropertyPaddingLeft": 394.067, + "CSSPropertyMarginTop": 394.737, + "CSSPropertyTextOverflow": 397.569, + "CSSPropertyPadding": 393.12, + "CSSPropertyWhiteSpace": 397.031, + "CSSPropertyTextTransform": 395.28, + "CSSPropertyBorderLeft": 393.989, + "CSSPropertyBoxSizing": 395.098, + "CSSPropertyRight": 395.734, + "CSSPropertyBoxShadow": 396.109, + "CSSPropertyBorderBottomColor": 3222.122, + "CSSPropertyBorderRadius": 395.923, + "CSSPropertyFontSize": 393.067, + "CSSPropertyVerticalAlign": 393.294, + "CSSPropertyBackgroundSize": 393.686, + "CSSPropertyClear": 397.119, + "CSSPropertyBorderColor": 394.28, + "CSSPropertyPaddingBottom": 395.217, + "CSSPropertyZIndex": 393.77, + "CSSPropertyAliasWebkitTransform": 395.05, + "CSSPropertyPaddingRight": 394.939, + "CSSPropertyBorderWidth": 394.713, + "CSSPropertyVisibility": 394.113, + "CSSPropertyBackgroundImage": 396.174, + "CSSPropertyDirection": 397.962, + "CSSPropertyLeft": 393.392, + "CSSPropertyContent": 395.41, + "CSSPropertyZoom": 393.43, + "CSSPropertyBorderBottom": 394.045, + "CSSPropertyAliasWebkitBackgroundSize": 393.66, + "CSSPropertyUserSelect": 397.405, + "CSSPropertyWidth": 393.162, + "CSSPropertyMinWidth": 393.477, + "CSSPropertyTransition": 394.976, + "CSSPropertyBorder": 393.262, + "CSSPropertyMarginLeft": 393.408 + }, + "Features": { + "XMLHttpRequestAsynchronous": 845.741, + "V8Performance_Navigation_AttributeGetter": 657.887, + "HTMLMediaElement": 411.325, + "LangAttribute": 409.817, + "HTMLMediaElementInDocument": 411.374, + "AutocapitalizeAttribute": 412.565, + "UnprefixedUserTiming": 8463.332, + "SecureContextCheckPassed": 392.939, + "FormElement": 412.459, + "CSSValueAppearanceNone": 396.265, + "CookieSet": 1019.373, + "UnprefixedTransitionEndEvent": 2571.028, + "CSSAtRuleKeyframes": 395.553, + "V8Performance_Timing_AttributeGetter": 405.028, + "DocumentUnloadRegistered": 641.269, + "PaintTimingRequested": 8468.153, + "HasIDClassTagAttribute": 392.98, + "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, + "CSSValueAppearanceRadio": 396.309, + "DeprecatedWebKitLinearGradient": 397.32, + "CSSFlexibleBox": 421.309, + "SuppressHistoryEntryWithoutUserGesture": 20.285, + "NetInfo": 658.053, + "DeprecatedWebKitGradient": 397.504, + "DocumentPageShowRegistered": 1030.652, + "HTMLTableCellElementColspan": 3433.255, + "SVGSVGElementInDocument": 3425.368, + "MaxAttribute": 411.82, + "InputTypeSubmit": 412.623, + "PendingStylesheetAddedAfterBodyStarted": 1195.199, + "UnprefixedRequestAnimationFrame": 4.371, + "UnprefixedPerformanceTimeline": 1956.433, + "DocumentBeforeUnloadRegistered": 405.629, + "V8Document_Images_AttributeGetter": 658.266, + "HasBeforeOrAfterPseudoElement": 395.385, + "CSSValueAppearanceCheckbox": 396.334, + "InputTypeSearch": 471.098, + "V8StrictMode": 656.316, + "DocumentPageHideRegistered": 1030.721, + "V8Element_GetBoundingClientRect_Method": 640.931, + "SVGSVGElement": 3423.027, + "LangAttributeOnHTML": 409.845, + "SendBeacon": 668.72, + "CSSAtRuleMedia": 394.611, + "StepAttribute": 411.709, + "PointerEventAddListenerCount": 3329.595, + "CleanScriptElementWithNonce": 392.211, + "V8SloppyMode": 0, + "CookieGet": 639.039 + } + }, + "step": 1, + "effectiveBps": 249643, + "effectiveBpsDoc": 180529, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 31, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 20, + "testStartOffset": 0, + "bytesOut": 22611, + "gzip_savings": 12722, + "requestsFull": 26, + "start_epoch": 0, + "connections": 1, + "bytesOutDoc": 750, + "final_base_page_request_id": "26659.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 52, + "docTime": 469, + "domContentLoadedEventEnd": 468, + "image_savings": 9479, + "requestsDoc": 1, + "score_cookies": -1, + "base_page_ip_ptr": "a-0001.a-msedge.net", + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 87739, + "responses_404": 0, + "loadTime": 469, + "score_combine": -1, + "score_etags": -1, + "image_total": 877804, + "loadEventStart": 468, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 86, + "score_compress": 99, + "domContentLoadedEventStart": 465, + "final_url": "https://www.bing.com/", + "bytesInDoc": 42055, + "score_keep-alive": 100, + "loadEventEnd": 469, + "score_cache": 0, + "responses_other": 6, + "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", + "fullyLoaded": 3998, + "requests": 26, + "final_base_page_request": 0, + "TTFB": 182, + "bytesIn": 970442, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5739, + "test_run_time_ms": 11295, + "PerformancePaintTiming.first-contentful-paint": 455.2, + "firstPaint": 455.2, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 455.2, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 20.834846, + "domElements": 625, + "domInteractive": 465, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3200, + "visualComplete": 3200, + "render": 500, + "SpeedIndex": 1372, + "visualComplete85": 2000, + "visualComplete90": 2000, + "visualComplete95": 3200, + "visualComplete99": 3200, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 7 + }, + { + "name": "unloadEventStart", + "time": 192 + }, + { + "name": "unloadEventEnd", + "time": 192 + }, + { + "name": "domLoading", + "time": 198 + }, + { + "name": "firstLayout", + "time": 218 + }, + { + "name": "responseEnd", + "time": 247 + }, + { + "name": "firstPaint", + "time": 462 + }, + { + "name": "firstContentfulPaint", + "time": 462 + }, + { + "name": "firstTextPaint", + "time": 462 + }, + { + "name": "firstImagePaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "domInteractive", + "time": 472 + }, + { + "name": "domContentLoadedEventStart", + "time": 472 + }, + { + "name": "domContentLoadedEventEnd", + "time": 475 + }, + { + "name": "domComplete", + "time": 475 + }, + { + "name": "loadEventStart", + "time": 475 + }, + { + "name": "loadEventEnd", + "time": 477 + } + ], + "chromeUserTiming.fetchStart": 7, + "chromeUserTiming.unloadEventStart": 192, + "chromeUserTiming.unloadEventEnd": 192, + "chromeUserTiming.domLoading": 198, + "chromeUserTiming.firstLayout": 218, + "chromeUserTiming.responseEnd": 247, + "chromeUserTiming.firstPaint": 462, + "chromeUserTiming.firstContentfulPaint": 462, + "chromeUserTiming.firstTextPaint": 462, + "chromeUserTiming.firstImagePaint": 462, + "chromeUserTiming.firstMeaningfulPaintCandidate": 462, + "chromeUserTiming.firstMeaningfulPaint": 462, + "chromeUserTiming.domInteractive": 472, + "chromeUserTiming.domContentLoadedEventStart": 472, + "chromeUserTiming.domContentLoadedEventEnd": 475, + "chromeUserTiming.domComplete": 475, + "chromeUserTiming.loadEventStart": 475, + "chromeUserTiming.loadEventEnd": 477, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 206.745, + "CSSPropertyTextAlign": 208.345, + "CSSPropertyWordWrap": 209.975, + "CSSPropertyPosition": 206.478, + "CSSPropertyAliasWebkitTransition": 208.758, + "CSSPropertyOutline": 207.828, + "CSSPropertyAliasWebkitAnimation": 208.499, + "CSSPropertyOverflow": 206.212, + "CSSPropertyFontFamily": 206.249, + "CSSPropertyBackgroundColor": 206.415, + "CSSPropertyFontWeight": 206.808, + "CSSPropertyBackgroundPosition": 207.346, + "CSSPropertyPaddingTop": 208.873, + "CSSPropertyOverflowX": 207.855, + "CSSPropertyOverflowY": 207.871, + "CSSPropertyCursor": 207.152, + "CSSPropertyBottom": 206.536, + "CSSPropertyMaxWidth": 206.653, + "CSSPropertyBorderCollapse": 206.378, + "CSSPropertyMargin": 206.396, + "CSSPropertyTop": 206.495, + "CSSPropertyMarginBottom": 208.138, + "CSSPropertyBorderSpacing": 206.715, + "CSSPropertyTextDecoration": 206.285, + "CSSPropertyTextIndent": 208.954, + "CSSPropertyBorderRight": 206.985, + "CSSPropertyHeight": 206.344, + "CSSPropertyBackground": 206.858, + "CSSPropertyWebkitAppearance": 209.269, + "CSSPropertyColor": 206.906, + "CSSPropertyFloat": 207.126, + "CSSPropertyMaxHeight": 206.685, + "CSSPropertyBorderTop": 2817.184, + "CSSPropertyMinHeight": 206.669, + "CSSPropertyFontStyle": 2816.474, + "CSSPropertyTransform": 208.015, + "CSSPropertyDisplay": 206.605, + "CSSPropertyLineHeight": 206.52, + "CSSPropertyMarginRight": 207.065, + "CSSPropertyFont": 207.421, + "CSSPropertyFill": 208.982, + "CSSPropertyListStyle": 210.52, + "CSSPropertyOpacity": 206.929, + "CSSPropertyAnimation": 208.521, + "CSSPropertyAliasWebkitUserSelect": 210.306, + "CSSPropertyTransitionDelay": 208.593, + "CSSPropertyPaddingLeft": 207.043, + "CSSPropertyMarginTop": 207.692, + "CSSPropertyTextOverflow": 210.486, + "CSSPropertyPadding": 206.319, + "CSSPropertyWhiteSpace": 209.994, + "CSSPropertyTextTransform": 208.254, + "CSSPropertyBorderLeft": 206.967, + "CSSPropertyBoxSizing": 208.045, + "CSSPropertyRight": 208.717, + "CSSPropertyBoxShadow": 209.091, + "CSSPropertyBorderBottomColor": 2524.631, + "CSSPropertyBorderRadius": 208.905, + "CSSPropertyFontSize": 206.267, + "CSSPropertyVerticalAlign": 206.458, + "CSSPropertyBackgroundSize": 206.781, + "CSSPropertyClear": 210.08, + "CSSPropertyBorderColor": 207.252, + "CSSPropertyPaddingBottom": 208.164, + "CSSPropertyZIndex": 206.831, + "CSSPropertyAliasWebkitTransform": 207.997, + "CSSPropertyPaddingRight": 207.887, + "CSSPropertyBorderWidth": 207.668, + "CSSPropertyVisibility": 207.088, + "CSSPropertyBackgroundImage": 209.154, + "CSSPropertyDirection": 210.718, + "CSSPropertyLeft": 206.551, + "CSSPropertyContent": 208.391, + "CSSPropertyZoom": 206.589, + "CSSPropertyBorderBottom": 207.021, + "CSSPropertyAliasWebkitBackgroundSize": 206.764, + "CSSPropertyUserSelect": 210.324, + "CSSPropertyWidth": 206.361, + "CSSPropertyMinWidth": 206.636, + "CSSPropertyTransition": 207.923, + "CSSPropertyBorder": 206.436, + "CSSPropertyMarginLeft": 206.567 + }, + "Features": { + "XMLHttpRequestAsynchronous": 538.824, + "V8Performance_Navigation_AttributeGetter": 490.887, + "HTMLMediaElement": 223.025, + "LangAttribute": 221.289, + "HTMLMediaElementInDocument": 223.076, + "AutocapitalizeAttribute": 224.458, + "UnprefixedUserTiming": 7322.145, + "SecureContextCheckPassed": 206.143, + "FormElement": 224.275, + "CSSValueAppearanceNone": 209.248, + "CookieSet": 606.999, + "UnprefixedTransitionEndEvent": 2077.923, + "CSSAtRuleKeyframes": 208.537, + "V8Performance_Timing_AttributeGetter": 216.806, + "DocumentUnloadRegistered": 472.063, + "PaintTimingRequested": 7327.265, + "HasIDClassTagAttribute": 206.181, + "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, + "CSSValueAppearanceRadio": 209.292, + "DeprecatedWebKitLinearGradient": 210.241, + "CSSFlexibleBox": 238.581, + "SuppressHistoryEntryWithoutUserGesture": 10.229, + "NetInfo": 491.138, + "DeprecatedWebKitGradient": 210.421, + "DocumentPageShowRegistered": 623.775, + "HTMLTableCellElementColspan": 2832.647, + "SVGSVGElementInDocument": 2815.428, + "MaxAttribute": 223.533, + "InputTypeSubmit": 224.537, + "PendingStylesheetAddedAfterBodyStarted": 657.663, + "UnprefixedRequestAnimationFrame": 2.883, + "UnprefixedPerformanceTimeline": 1416.341, + "DocumentBeforeUnloadRegistered": 217.425, + "V8Document_Images_AttributeGetter": 491.481, + "HasBeforeOrAfterPseudoElement": 208.365, + "CSSValueAppearanceCheckbox": 209.317, + "InputTypeSearch": 290.038, + "V8StrictMode": 488.936, + "DocumentPageHideRegistered": 623.842, + "V8Element_GetBoundingClientRect_Method": 471.762, + "SVGSVGElement": 2811.276, + "LangAttributeOnHTML": 221.333, + "SendBeacon": 505.542, + "CSSAtRuleMedia": 207.573, + "StepAttribute": 223.432, + "PointerEventAddListenerCount": 2657.736, + "CleanScriptElementWithNonce": 205.341, + "V8SloppyMode": 0, + "CookieGet": 467.477 + } + }, + "step": 1, + "effectiveBps": 254308, + "effectiveBpsDoc": 146533, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 1, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "median": { + "firstView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 63, + "testStartOffset": 0, + "bytesOut": 58857, + "gzip_savings": 12722, + "requestsFull": 71, + "start_epoch": 0, + "connections": 2, + "bytesOutDoc": 1094, + "final_base_page_request_id": "26026.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 90, + "docTime": 628, + "domContentLoadedEventEnd": 627, + "image_savings": 9479, + "requestsDoc": 2, + "score_cookies": -1, + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 120961, + "responses_404": 0, + "loadTime": 628, + "score_combine": -1, + "score_etags": -1, + "image_total": 1003267, + "loadEventStart": 628, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 90, + "score_compress": 100, + "domContentLoadedEventStart": 625, + "final_url": "https://www.bing.com/", + "bytesInDoc": 49104, + "score_keep-alive": 100, + "loadEventEnd": 629, + "score_cache": 81, + "responses_other": 8, + "main_frame": "(1F2A3514BD459B3CD59C06DBECF9478)", + "fullyLoaded": 4912, + "requests": 71, + "final_base_page_request": 0, + "TTFB": 356, + "bytesIn": 1137374, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5300, + "test_run_time_ms": 12279, + "PerformancePaintTiming.first-contentful-paint": 610.4, + "firstPaint": 610.4, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 610.4, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 16.740366, + "domElements": 608, + "domInteractive": 624, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3700, + "visualComplete": 3700, + "render": 600, + "SpeedIndex": 1630, + "visualComplete85": 2400, + "visualComplete90": 2400, + "visualComplete95": 3700, + "visualComplete99": 3700, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 15 + }, + { + "name": "unloadEventStart", + "time": 376 + }, + { + "name": "unloadEventEnd", + "time": 376 + }, + { + "name": "domLoading", + "time": 383 + }, + { + "name": "firstLayout", + "time": 405 + }, + { + "name": "responseEnd", + "time": 448 + }, + { + "name": "firstPaint", + "time": 625 + }, + { + "name": "firstContentfulPaint", + "time": 625 + }, + { + "name": "firstTextPaint", + "time": 625 + }, + { + "name": "firstImagePaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 625 + }, + { + "name": "firstMeaningfulPaint", + "time": 625 + }, + { + "name": "domInteractive", + "time": 640 + }, + { + "name": "domContentLoadedEventStart", + "time": 640 + }, + { + "name": "domContentLoadedEventEnd", + "time": 642 + }, + { + "name": "domComplete", + "time": 643 + }, + { + "name": "loadEventStart", + "time": 643 + }, + { + "name": "loadEventEnd", + "time": 644 + } + ], + "chromeUserTiming.fetchStart": 15, + "chromeUserTiming.unloadEventStart": 376, + "chromeUserTiming.unloadEventEnd": 376, + "chromeUserTiming.domLoading": 383, + "chromeUserTiming.firstLayout": 405, + "chromeUserTiming.responseEnd": 448, + "chromeUserTiming.firstPaint": 625, + "chromeUserTiming.firstContentfulPaint": 625, + "chromeUserTiming.firstTextPaint": 625, + "chromeUserTiming.firstImagePaint": 625, + "chromeUserTiming.firstMeaningfulPaint": 625, + "chromeUserTiming.firstMeaningfulPaintCandidate": 625, + "chromeUserTiming.domInteractive": 640, + "chromeUserTiming.domContentLoadedEventStart": 640, + "chromeUserTiming.domContentLoadedEventEnd": 642, + "chromeUserTiming.domComplete": 643, + "chromeUserTiming.loadEventStart": 643, + "chromeUserTiming.loadEventEnd": 644, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 393.629, + "CSSPropertyTextAlign": 395.366, + "CSSPropertyWordWrap": 397.012, + "CSSPropertyPosition": 393.318, + "CSSPropertyAliasWebkitTransition": 395.776, + "CSSPropertyOutline": 394.88, + "CSSPropertyAliasWebkitAnimation": 395.516, + "CSSPropertyOverflow": 393.012, + "CSSPropertyFontFamily": 393.05, + "CSSPropertyBackgroundColor": 393.241, + "CSSPropertyFontWeight": 393.731, + "CSSPropertyBackgroundPosition": 394.39, + "CSSPropertyPaddingTop": 395.892, + "CSSPropertyOverflowX": 394.907, + "CSSPropertyOverflowY": 394.923, + "CSSPropertyCursor": 394.178, + "CSSPropertyBottom": 393.376, + "CSSPropertyMaxWidth": 393.494, + "CSSPropertyBorderCollapse": 393.179, + "CSSPropertyMargin": 393.221, + "CSSPropertyTop": 393.335, + "CSSPropertyMarginBottom": 395.191, + "CSSPropertyBorderSpacing": 393.584, + "CSSPropertyTextDecoration": 393.085, + "CSSPropertyTextIndent": 395.972, + "CSSPropertyBorderRight": 394.007, + "CSSPropertyHeight": 393.146, + "CSSPropertyBackground": 393.817, + "CSSPropertyWebkitAppearance": 396.287, + "CSSPropertyColor": 393.92, + "CSSPropertyFloat": 394.152, + "CSSPropertyMaxHeight": 393.55, + "CSSPropertyBorderTop": 3426.346, + "CSSPropertyMinHeight": 393.511, + "CSSPropertyFontStyle": 3425.962, + "CSSPropertyTransform": 395.068, + "CSSPropertyDisplay": 393.446, + "CSSPropertyLineHeight": 393.36, + "CSSPropertyMarginRight": 394.089, + "CSSPropertyFont": 394.445, + "CSSPropertyFill": 395.999, + "CSSPropertyListStyle": 397.604, + "CSSPropertyOpacity": 393.949, + "CSSPropertyAnimation": 395.536, + "CSSPropertyAliasWebkitUserSelect": 397.387, + "CSSPropertyTransitionDelay": 395.609, + "CSSPropertyPaddingLeft": 394.067, + "CSSPropertyMarginTop": 394.737, + "CSSPropertyTextOverflow": 397.569, + "CSSPropertyPadding": 393.12, + "CSSPropertyWhiteSpace": 397.031, + "CSSPropertyTextTransform": 395.28, + "CSSPropertyBorderLeft": 393.989, + "CSSPropertyBoxSizing": 395.098, + "CSSPropertyRight": 395.734, + "CSSPropertyBoxShadow": 396.109, + "CSSPropertyBorderBottomColor": 3222.122, + "CSSPropertyBorderRadius": 395.923, + "CSSPropertyFontSize": 393.067, + "CSSPropertyVerticalAlign": 393.294, + "CSSPropertyBackgroundSize": 393.686, + "CSSPropertyClear": 397.119, + "CSSPropertyBorderColor": 394.28, + "CSSPropertyPaddingBottom": 395.217, + "CSSPropertyZIndex": 393.77, + "CSSPropertyAliasWebkitTransform": 395.05, + "CSSPropertyPaddingRight": 394.939, + "CSSPropertyBorderWidth": 394.713, + "CSSPropertyVisibility": 394.113, + "CSSPropertyBackgroundImage": 396.174, + "CSSPropertyDirection": 397.962, + "CSSPropertyLeft": 393.392, + "CSSPropertyContent": 395.41, + "CSSPropertyZoom": 393.43, + "CSSPropertyBorderBottom": 394.045, + "CSSPropertyAliasWebkitBackgroundSize": 393.66, + "CSSPropertyUserSelect": 397.405, + "CSSPropertyWidth": 393.162, + "CSSPropertyMinWidth": 393.477, + "CSSPropertyTransition": 394.976, + "CSSPropertyBorder": 393.262, + "CSSPropertyMarginLeft": 393.408 + }, + "Features": { + "XMLHttpRequestAsynchronous": 845.741, + "V8Performance_Navigation_AttributeGetter": 657.887, + "HTMLMediaElement": 411.325, + "LangAttribute": 409.817, + "HTMLMediaElementInDocument": 411.374, + "AutocapitalizeAttribute": 412.565, + "UnprefixedUserTiming": 8463.332, + "SecureContextCheckPassed": 392.939, + "FormElement": 412.459, + "CSSValueAppearanceNone": 396.265, + "CookieSet": 1019.373, + "UnprefixedTransitionEndEvent": 2571.028, + "CSSAtRuleKeyframes": 395.553, + "V8Performance_Timing_AttributeGetter": 405.028, + "DocumentUnloadRegistered": 641.269, + "PaintTimingRequested": 8468.153, + "HasIDClassTagAttribute": 392.98, + "ChromeLoadTimesFirstPaintAfterLoadTime": 1035.747, + "CSSValueAppearanceRadio": 396.309, + "DeprecatedWebKitLinearGradient": 397.32, + "CSSFlexibleBox": 421.309, + "SuppressHistoryEntryWithoutUserGesture": 20.285, + "NetInfo": 658.053, + "DeprecatedWebKitGradient": 397.504, + "DocumentPageShowRegistered": 1030.652, + "HTMLTableCellElementColspan": 3433.255, + "SVGSVGElementInDocument": 3425.368, + "MaxAttribute": 411.82, + "InputTypeSubmit": 412.623, + "PendingStylesheetAddedAfterBodyStarted": 1195.199, + "UnprefixedRequestAnimationFrame": 4.371, + "UnprefixedPerformanceTimeline": 1956.433, + "DocumentBeforeUnloadRegistered": 405.629, + "V8Document_Images_AttributeGetter": 658.266, + "HasBeforeOrAfterPseudoElement": 395.385, + "CSSValueAppearanceCheckbox": 396.334, + "InputTypeSearch": 471.098, + "V8StrictMode": 656.316, + "DocumentPageHideRegistered": 1030.721, + "V8Element_GetBoundingClientRect_Method": 640.931, + "SVGSVGElement": 3423.027, + "LangAttributeOnHTML": 409.845, + "SendBeacon": 668.72, + "CSSAtRuleMedia": 394.611, + "StepAttribute": 411.709, + "PointerEventAddListenerCount": 3329.595, + "CleanScriptElementWithNonce": 392.211, + "V8SloppyMode": 0, + "CookieGet": 639.039 + } + }, + "step": 1, + "effectiveBps": 249643, + "effectiveBpsDoc": 180529, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 31, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1" + }, + "consoleLog": [] + }, + "repeatView": { + "numSteps": 1, + "run": 1, + "minify_total": -1, + "responses_200": 20, + "testStartOffset": 0, + "bytesOut": 22611, + "gzip_savings": 12722, + "requestsFull": 26, + "start_epoch": 0, + "connections": 1, + "bytesOutDoc": 750, + "final_base_page_request_id": "26659.3", + "base_page_dns_ns": "ns1.msedge.net", + "basePageSSLTime": 52, + "docTime": 469, + "domContentLoadedEventEnd": 468, + "image_savings": 9479, + "requestsDoc": 1, + "score_cookies": -1, + "base_page_ip_ptr": "a-0001.a-msedge.net", + "score_cdn": 0, + "optimization_checked": 1, + "score_minify": -1, + "gzip_total": 87739, + "responses_404": 0, + "loadTime": 469, + "score_combine": -1, + "score_etags": -1, + "image_total": 877804, + "loadEventStart": 468, + "minify_savings": -1, + "score_progressive_jpeg": 0, + "base_page_cdn": "", + "score_gzip": 86, + "score_compress": 99, + "domContentLoadedEventStart": 465, + "final_url": "https://www.bing.com/", + "bytesInDoc": 42055, + "score_keep-alive": 100, + "loadEventEnd": 469, + "score_cache": 0, + "responses_other": 6, + "main_frame": "(D89B476D970C598B47ACA7CAA2EA171E)", + "fullyLoaded": 3998, + "requests": 26, + "final_base_page_request": 0, + "TTFB": 182, + "bytesIn": 970442, + "browserVersion": "64.0.3282.186", + "fullyLoadedCPUms": 5739, + "test_run_time_ms": 11295, + "PerformancePaintTiming.first-contentful-paint": 455.2, + "firstPaint": 455.2, + "browser_name": "Chrome", + "eventName": "Step_1", + "browser_version": "64.0.3282.186", + "PerformancePaintTiming.first-paint": 455.2, + "date": 1.51985754e9, + "fullyLoadedCPUpct": 20.834846, + "domElements": 625, + "domInteractive": 465, + "custom": ["Images", "Colordepth", "Resolution", "Dpi"], + "Images": [ + { + "url": + "https://www.bing.com/rms/rms%20answers%20Homepage%20trivia3/ic/50e52dff/af3ca49a.png", + "width": 32, + "height": 32, + "naturalWidth": 32, + "naturalHeight": 32 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqyeLs74XpJu--RQXlta3A&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_cG1VduYPJEKR_OAeCt1hIQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Mw0nNzW_PTSE0bd6OpNfKg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-TmKIb5K0Ef1qxaCY6lwMA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_2xCcLVhd1cm_TuDQXTNmzw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_-7UHymP-7PdjK1I1bHEnYA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_hxx8HSoKgA9bdtgXLnyH1Q&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7C5S6ZLnicBU3CRuW1NGnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZTk6RGwZcR3J4v3SmgBc_g&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_7mhRJIsN6rFJ3LhRN4QsxQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_5eW5DXoiOIYMCp9QVaDQyA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Aa-pS4PBwa5qhqfs0gsmfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZG-t503TW-mYffCc2W9Big&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_wqylZuXCHAJuI2NjtOXEuA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_LbRa67e0AbD05P6_X9D6rw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_c9K6U2RKgxI4RzQRo98f4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_WCvOIZpj4lAvUxi-2weU4w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_Kd0yR1Ezz4eJlrr8A3ScmA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_uxI3MQ4Eei7CYRowChM22w&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_eRq18CFC5sshjRAbZyFJnw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_GU-6s2Ylv-mUSXwQjpwjfA&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_sfgq4Lww5U2sbID-AtxwQg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_V8S8SD7MnrR7rmstuRZBUQ&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_UdpGFw4nGfzOYQMXoGQoOg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/th?id=OPN.RTNews_ZzS9ls_Nk4eomYXthFYzhw&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=PopNow", + "width": 186, + "height": 88, + "naturalWidth": 186, + "naturalHeight": 88 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CactiIslaPescado_EN-US10949881363_800x480.jpg", + "width": 376, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/ChurchillPB_EN-US9374200792_800x480.jpg", + "width": 377, + "height": 226, + "naturalWidth": 800, + "naturalHeight": 480 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/WoolBaySeadragon_EN-US12559454946_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/PinnaclesHoodoos_EN-US12765255990_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/SwissFoxSnow_EN-US12956141356_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/CORiverDelta_EN-US10256713484_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/RomanTheatre_EN-US8544643859_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + }, + { + "url": + "https://www.bing.com/az/hprichbg/rb/InnerdalsvatnaVideo_EN-US11002526366_400x240.jpg", + "width": 187, + "height": 112, + "naturalWidth": 400, + "naturalHeight": 240 + } + ], + "Colordepth": 24, + "Resolution": { + "absolute": { + "height": 1200, + "width": 1920 + }, + "available": { + "height": 1200, + "width": 1920 + } + }, + "Dpi": { + "dppx": 1, + "dpcm": 37.795277, + "dpi": 96 + }, + "lastVisualChange": 3200, + "visualComplete": 3200, + "render": 500, + "SpeedIndex": 1372, + "visualComplete85": 2000, + "visualComplete90": 2000, + "visualComplete95": 3200, + "visualComplete99": 3200, + "chromeUserTiming": [ + { + "name": "fetchStart", + "time": 7 + }, + { + "name": "unloadEventStart", + "time": 192 + }, + { + "name": "unloadEventEnd", + "time": 192 + }, + { + "name": "domLoading", + "time": 198 + }, + { + "name": "firstLayout", + "time": 218 + }, + { + "name": "responseEnd", + "time": 247 + }, + { + "name": "firstPaint", + "time": 462 + }, + { + "name": "firstContentfulPaint", + "time": 462 + }, + { + "name": "firstTextPaint", + "time": 462 + }, + { + "name": "firstImagePaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaintCandidate", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "firstMeaningfulPaint", + "time": 462 + }, + { + "name": "domInteractive", + "time": 472 + }, + { + "name": "domContentLoadedEventStart", + "time": 472 + }, + { + "name": "domContentLoadedEventEnd", + "time": 475 + }, + { + "name": "domComplete", + "time": 475 + }, + { + "name": "loadEventStart", + "time": 475 + }, + { + "name": "loadEventEnd", + "time": 477 + } + ], + "chromeUserTiming.fetchStart": 7, + "chromeUserTiming.unloadEventStart": 192, + "chromeUserTiming.unloadEventEnd": 192, + "chromeUserTiming.domLoading": 198, + "chromeUserTiming.firstLayout": 218, + "chromeUserTiming.responseEnd": 247, + "chromeUserTiming.firstPaint": 462, + "chromeUserTiming.firstContentfulPaint": 462, + "chromeUserTiming.firstTextPaint": 462, + "chromeUserTiming.firstImagePaint": 462, + "chromeUserTiming.firstMeaningfulPaintCandidate": 462, + "chromeUserTiming.firstMeaningfulPaint": 462, + "chromeUserTiming.domInteractive": 472, + "chromeUserTiming.domContentLoadedEventStart": 472, + "chromeUserTiming.domContentLoadedEventEnd": 475, + "chromeUserTiming.domComplete": 475, + "chromeUserTiming.loadEventStart": 475, + "chromeUserTiming.loadEventEnd": 477, + "blinkFeatureFirstUsed": { + "AnimatedCSSFeatures": [], + "CSSFeatures": { + "CSSPropertyBackgroundRepeat": 206.745, + "CSSPropertyTextAlign": 208.345, + "CSSPropertyWordWrap": 209.975, + "CSSPropertyPosition": 206.478, + "CSSPropertyAliasWebkitTransition": 208.758, + "CSSPropertyOutline": 207.828, + "CSSPropertyAliasWebkitAnimation": 208.499, + "CSSPropertyOverflow": 206.212, + "CSSPropertyFontFamily": 206.249, + "CSSPropertyBackgroundColor": 206.415, + "CSSPropertyFontWeight": 206.808, + "CSSPropertyBackgroundPosition": 207.346, + "CSSPropertyPaddingTop": 208.873, + "CSSPropertyOverflowX": 207.855, + "CSSPropertyOverflowY": 207.871, + "CSSPropertyCursor": 207.152, + "CSSPropertyBottom": 206.536, + "CSSPropertyMaxWidth": 206.653, + "CSSPropertyBorderCollapse": 206.378, + "CSSPropertyMargin": 206.396, + "CSSPropertyTop": 206.495, + "CSSPropertyMarginBottom": 208.138, + "CSSPropertyBorderSpacing": 206.715, + "CSSPropertyTextDecoration": 206.285, + "CSSPropertyTextIndent": 208.954, + "CSSPropertyBorderRight": 206.985, + "CSSPropertyHeight": 206.344, + "CSSPropertyBackground": 206.858, + "CSSPropertyWebkitAppearance": 209.269, + "CSSPropertyColor": 206.906, + "CSSPropertyFloat": 207.126, + "CSSPropertyMaxHeight": 206.685, + "CSSPropertyBorderTop": 2817.184, + "CSSPropertyMinHeight": 206.669, + "CSSPropertyFontStyle": 2816.474, + "CSSPropertyTransform": 208.015, + "CSSPropertyDisplay": 206.605, + "CSSPropertyLineHeight": 206.52, + "CSSPropertyMarginRight": 207.065, + "CSSPropertyFont": 207.421, + "CSSPropertyFill": 208.982, + "CSSPropertyListStyle": 210.52, + "CSSPropertyOpacity": 206.929, + "CSSPropertyAnimation": 208.521, + "CSSPropertyAliasWebkitUserSelect": 210.306, + "CSSPropertyTransitionDelay": 208.593, + "CSSPropertyPaddingLeft": 207.043, + "CSSPropertyMarginTop": 207.692, + "CSSPropertyTextOverflow": 210.486, + "CSSPropertyPadding": 206.319, + "CSSPropertyWhiteSpace": 209.994, + "CSSPropertyTextTransform": 208.254, + "CSSPropertyBorderLeft": 206.967, + "CSSPropertyBoxSizing": 208.045, + "CSSPropertyRight": 208.717, + "CSSPropertyBoxShadow": 209.091, + "CSSPropertyBorderBottomColor": 2524.631, + "CSSPropertyBorderRadius": 208.905, + "CSSPropertyFontSize": 206.267, + "CSSPropertyVerticalAlign": 206.458, + "CSSPropertyBackgroundSize": 206.781, + "CSSPropertyClear": 210.08, + "CSSPropertyBorderColor": 207.252, + "CSSPropertyPaddingBottom": 208.164, + "CSSPropertyZIndex": 206.831, + "CSSPropertyAliasWebkitTransform": 207.997, + "CSSPropertyPaddingRight": 207.887, + "CSSPropertyBorderWidth": 207.668, + "CSSPropertyVisibility": 207.088, + "CSSPropertyBackgroundImage": 209.154, + "CSSPropertyDirection": 210.718, + "CSSPropertyLeft": 206.551, + "CSSPropertyContent": 208.391, + "CSSPropertyZoom": 206.589, + "CSSPropertyBorderBottom": 207.021, + "CSSPropertyAliasWebkitBackgroundSize": 206.764, + "CSSPropertyUserSelect": 210.324, + "CSSPropertyWidth": 206.361, + "CSSPropertyMinWidth": 206.636, + "CSSPropertyTransition": 207.923, + "CSSPropertyBorder": 206.436, + "CSSPropertyMarginLeft": 206.567 + }, + "Features": { + "XMLHttpRequestAsynchronous": 538.824, + "V8Performance_Navigation_AttributeGetter": 490.887, + "HTMLMediaElement": 223.025, + "LangAttribute": 221.289, + "HTMLMediaElementInDocument": 223.076, + "AutocapitalizeAttribute": 224.458, + "UnprefixedUserTiming": 7322.145, + "SecureContextCheckPassed": 206.143, + "FormElement": 224.275, + "CSSValueAppearanceNone": 209.248, + "CookieSet": 606.999, + "UnprefixedTransitionEndEvent": 2077.923, + "CSSAtRuleKeyframes": 208.537, + "V8Performance_Timing_AttributeGetter": 216.806, + "DocumentUnloadRegistered": 472.063, + "PaintTimingRequested": 7327.265, + "HasIDClassTagAttribute": 206.181, + "ChromeLoadTimesFirstPaintAfterLoadTime": 629.507, + "CSSValueAppearanceRadio": 209.292, + "DeprecatedWebKitLinearGradient": 210.241, + "CSSFlexibleBox": 238.581, + "SuppressHistoryEntryWithoutUserGesture": 10.229, + "NetInfo": 491.138, + "DeprecatedWebKitGradient": 210.421, + "DocumentPageShowRegistered": 623.775, + "HTMLTableCellElementColspan": 2832.647, + "SVGSVGElementInDocument": 2815.428, + "MaxAttribute": 223.533, + "InputTypeSubmit": 224.537, + "PendingStylesheetAddedAfterBodyStarted": 657.663, + "UnprefixedRequestAnimationFrame": 2.883, + "UnprefixedPerformanceTimeline": 1416.341, + "DocumentBeforeUnloadRegistered": 217.425, + "V8Document_Images_AttributeGetter": 491.481, + "HasBeforeOrAfterPseudoElement": 208.365, + "CSSValueAppearanceCheckbox": 209.317, + "InputTypeSearch": 290.038, + "V8StrictMode": 488.936, + "DocumentPageHideRegistered": 623.842, + "V8Element_GetBoundingClientRect_Method": 471.762, + "SVGSVGElement": 2811.276, + "LangAttributeOnHTML": 221.333, + "SendBeacon": 505.542, + "CSSAtRuleMedia": 207.573, + "StepAttribute": 223.432, + "PointerEventAddListenerCount": 2657.736, + "CleanScriptElementWithNonce": 205.341, + "V8SloppyMode": 0, + "CookieGet": 467.477 + } + }, + "step": 1, + "effectiveBps": 254308, + "effectiveBpsDoc": 146533, + "domTime": 0, + "aft": 0, + "titleTime": 0, + "domLoading": 0, + "server_rtt": 0, + "smallImageCount": 1, + "bigImageCount": 2, + "maybeCaptcha": 0, + "pages": { + "details": + "http://www.webpagetest.org/details.php?test=180228_M6_1Q93&run=1&cached=1", + "checklist": + "http://www.webpagetest.org/performance_optimization.php?test=180228_M6_1Q93&run=1&cached=1", + "breakdown": + "http://www.webpagetest.org/breakdown.php?test=180228_M6_1Q93&run=1&cached=1", + "domains": + "http://www.webpagetest.org/domains.php?test=180228_M6_1Q93&run=1&cached=1", + "screenShot": + "http://www.webpagetest.org/screen_shot.php?test=180228_M6_1Q93&run=1&cached=1" + }, + "consoleLog": [] + } + } + }, + "webPagetestVersion": "18.02" + } + } + ], + "options": { + "normalised": true, + "uri": "www.webpagetest.org", + "key": "A.0d267d8f8a0ce4a79c5c4a5a5415221b", + "location": "Dulles:Chrome", + "connection": "Mobile LTE", + "tests": [ + { + "name": "Google.com", + "url": "http://google.com", + "type": "homepage" + }, + { + "name": "Bing.com", + "url": "https://www.bing.com/", + "type": "homepage" } - ], - "options": { - "normalised": true, - "uri": "www.webpagetest.org", - "key": "A.0d267d8f8a0ce4a79c5c4a5a5415221b", - "location": "Dulles:Chrome", - "connection": "Mobile LTE", - "tests": [ - { - "name": "Google.com", - "url": "http://google.com", - "type": "homepage" - }, - { - "name": "Bing.com", - "url": "https://www.bing.com/", - "type": "homepage" - } - ], - "count": 1, - "wait": 600, - "mapper": {}, - "log": {} - }, - "times": { - "begin": "2018-02-28T22:36:36.704Z", - "end": "2018-02-28T22:38:38.106Z" - } + ], + "count": 1, + "wait": 600, + "mapper": {}, + "log": {} + }, + "times": { + "begin": "2018-02-28T22:36:36.704Z", + "end": "2018-02-28T22:38:38.106Z" + } } diff --git a/package.json b/package.json index ad2a7be..e9656fc 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,8 @@ "author": "Evan Willhite (http://fourkitchens.com/)", "devDependencies": { "autoprefixer": "^8.0.0", + "@commitlint/cli": "^6.1.0", + "@commitlint/config-angular": "^6.1.0", "eslint": "^4.18.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-prettier": "^2.9.0", @@ -39,6 +41,7 @@ "scripts": { "aerate": "node index.js", "prettier": "prettier --single-quote --write \"**/*.{js,jsx}\"", + "commitmsg": "commitlint -e $GIT_PARAMS", "lint": "eslint --ext .jsx,.js .", "precommit": "lint-staged && yarn lint", "postinstall": "./scripts/aerate-map.sh" diff --git a/yarn.lock b/yarn.lock index 7fc48bc..1823216 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,10 +16,131 @@ esutils "^2.0.2" js-tokens "^3.0.0" +"@commitlint/cli@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-6.1.0.tgz#0a545088b4e0268cca1dca7e8ccd95bd55847b88" + dependencies: + "@commitlint/core" "^6.1.0" + babel-polyfill "6.26.0" + chalk "2.3.0" + get-stdin "5.0.1" + lodash.merge "4.6.0" + lodash.pick "4.4.0" + meow "3.7.0" + +"@commitlint/config-angular-type-enum@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-angular-type-enum/-/config-angular-type-enum-6.1.0.tgz#efc0c16c2e34fff62194915bb446a05d104b15c0" + +"@commitlint/config-angular@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-6.1.0.tgz#842ea695ec7a31bb2f751f585d703f2d5e127b3b" + dependencies: + "@commitlint/config-angular-type-enum" "^6.1.0" + +"@commitlint/core@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/core/-/core-6.1.0.tgz#41b2482044039435cb9673995598717038f2f6d0" + dependencies: + "@commitlint/execute-rule" "^6.1.0" + "@commitlint/is-ignored" "^6.1.0" + "@commitlint/parse" "^6.1.0" + "@commitlint/resolve-extends" "^6.1.0" + "@commitlint/rules" "^6.1.0" + "@commitlint/top-level" "^6.1.0" + "@marionebl/sander" "^0.6.0" + babel-runtime "^6.23.0" + chalk "^2.0.1" + cosmiconfig "^4.0.0" + git-raw-commits "^1.3.0" + lodash.merge "4.6.0" + lodash.mergewith "4.6.0" + lodash.pick "4.4.0" + lodash.topairs "4.3.0" + resolve-from "4.0.0" + +"@commitlint/ensure@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-6.1.0.tgz#567f029d816b6b5ca16bf62499230324c99a8fa9" + dependencies: + lodash.camelcase "4.3.0" + lodash.kebabcase "4.1.1" + lodash.snakecase "4.1.1" + lodash.startcase "4.4.0" + lodash.upperfirst "4.3.1" + +"@commitlint/execute-rule@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-6.1.0.tgz#4f56e5855a5e25ebcbc985d2209ea29f1bb89774" + dependencies: + babel-runtime "6.26.0" + +"@commitlint/is-ignored@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-6.1.0.tgz#0b86f8b37dfc693d6d66760b36fee1aba50882d8" + dependencies: + semver "5.5.0" + +"@commitlint/message@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-6.1.0.tgz#ee4ca775ad876ba59d23d02ba386c9b9038969e3" + +"@commitlint/parse@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-6.1.0.tgz#e4ba58ab632371078b9b9609ae7af03c2e7b3a3e" + dependencies: + conventional-changelog-angular "^1.3.3" + conventional-commits-parser "^2.1.0" + +"@commitlint/resolve-extends@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-6.1.0.tgz#b3d92f69e3746e94de0023f8be3b1f605a20839a" + dependencies: + babel-runtime "6.26.0" + lodash.merge "4.6.0" + lodash.omit "4.5.0" + require-uncached "^1.0.3" + resolve-from "^4.0.0" + resolve-global "^0.1.0" + +"@commitlint/rules@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-6.1.0.tgz#564b69503a3a4d09d03a9a077731c9655ee8f4df" + dependencies: + "@commitlint/ensure" "^6.1.0" + "@commitlint/message" "^6.1.0" + "@commitlint/to-lines" "^6.1.0" + babel-runtime "^6.23.0" + +"@commitlint/to-lines@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-6.1.0.tgz#9e130254c980dbd456e1693df1082a77ba7114a0" + +"@commitlint/top-level@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-6.1.0.tgz#b420c1e9166df3afa000186a42b7f49cae4014cc" + dependencies: + find-up "^2.1.0" + +"@marionebl/sander@^0.6.0": + version "0.6.1" + resolved "https://registry.yarnpkg.com/@marionebl/sander/-/sander-0.6.1.tgz#1958965874f24bc51be48875feb50d642fc41f7b" + dependencies: + graceful-fs "^4.1.3" + mkdirp "^0.5.1" + rimraf "^2.5.2" + "@types/node@^8.0.19": version "8.9.4" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.9.4.tgz#dfd327582a06c114eb6e0441fa3d6fab35edad48" +JSONStream@^1.0.4: + version "1.3.2" + resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.2.tgz#c102371b6ec3a7cf3b847ca00c20bb0fce4c6dea" + dependencies: + jsonparse "^1.2.0" + through ">=2.2.7 <3" + abab@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e" @@ -233,6 +354,14 @@ array-equal@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" +array-find-index@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" + +array-ify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" + array-slice@^0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5" @@ -348,6 +477,21 @@ babel-code-frame@^6.22.0: esutils "^2.0.2" js-tokens "^3.0.2" +babel-polyfill@6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153" + dependencies: + babel-runtime "^6.26.0" + core-js "^2.5.0" + regenerator-runtime "^0.10.5" + +babel-runtime@6.26.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" + dependencies: + core-js "^2.4.0" + regenerator-runtime "^0.11.0" + backo2@1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947" @@ -614,10 +758,21 @@ camelcase-css@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-1.0.1.tgz#157c4238265f5cf94a1dffde86446552cbf3f705" +camelcase-keys@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" + dependencies: + camelcase "^2.0.0" + map-obj "^1.0.0" + camelcase@^1.0.2, camelcase@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" +camelcase@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" + camelcase@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" @@ -643,6 +798,14 @@ chainsaw@~0.1.0: dependencies: traverse ">=0.3.0 <0.4" +chalk@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba" + dependencies: + ansi-styles "^3.1.0" + escape-string-regexp "^1.0.5" + supports-color "^4.0.0" + chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" @@ -855,6 +1018,13 @@ commander@^2.14.1: version "2.14.1" resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa" +compare-func@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-1.3.2.tgz#99dd0ba457e1f9bc722b12c08ec33eeab31fa648" + dependencies: + array-ify "^1.0.0" + dot-prop "^3.0.0" + component-bind@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/component-bind/-/component-bind-1.0.0.tgz#00c608ab7dcd93897c0009651b1d3a8e1e73bbd1" @@ -922,6 +1092,25 @@ content-type-parser@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.2.tgz#caabe80623e63638b2502fd4c7f12ff4ce2352e7" +conventional-changelog-angular@^1.3.3: + version "1.6.5" + resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.6.5.tgz#936249e897501affdffc6043da45cab59d6f0907" + dependencies: + compare-func "^1.3.1" + q "^1.4.1" + +conventional-commits-parser@^2.1.0: + version "2.1.4" + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-2.1.4.tgz#86d2c21029268d99543c4ebda37d76fe5c44d8d1" + dependencies: + JSONStream "^1.0.4" + is-text-path "^1.0.0" + lodash "^4.2.1" + meow "^3.3.0" + split2 "^2.0.0" + through2 "^2.0.0" + trim-off-newlines "^1.0.0" + cookie@0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" @@ -930,6 +1119,10 @@ copy-descriptor@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" +core-js@^2.4.0, core-js@^2.5.0: + version "2.5.3" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e" + core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" @@ -1008,6 +1201,12 @@ csv@^1.1.1: csv-stringify "^1.0.0" stream-transform "^0.1.0" +currently-unhandled@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" + dependencies: + array-find-index "^1.0.1" + d3-array@1, d3-array@1.2.0, d3-array@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.0.tgz#147d269720e174c4057a7f42be8b0f3f2ba53108" @@ -1218,6 +1417,12 @@ d3@^4.10.0: d3-voronoi "1.1.2" d3-zoom "1.5.0" +dargs@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17" + dependencies: + number-is-nan "^1.0.0" + dashdash@^1.12.0: version "1.14.1" resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" @@ -1268,7 +1473,7 @@ debug@^3.1.0: dependencies: ms "2.0.0" -decamelize@^1.0.0, decamelize@^1.1.1: +decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" @@ -1392,6 +1597,12 @@ domexception@^1.0.0: dependencies: webidl-conversions "^4.0.2" +dot-prop@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177" + dependencies: + is-obj "^1.0.0" + dot-prop@^4.1.1: version "4.2.0" resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57" @@ -1877,7 +2088,7 @@ find-up@^1.0.0: path-exists "^2.0.0" pinkie-promise "^2.0.0" -find-up@^2.0.0: +find-up@^2.0.0, find-up@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" dependencies: @@ -2048,10 +2259,14 @@ get-own-enumerable-property-symbols@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-2.0.1.tgz#5c4ad87f2834c4b9b4e84549dc1e0650fb38c24b" -get-stdin@^5.0.1: +get-stdin@5.0.1, get-stdin@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398" +get-stdin@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" + get-stream@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" @@ -2066,6 +2281,16 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" +git-raw-commits@^1.3.0: + version "1.3.3" + resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-1.3.3.tgz#464f9aa14c4e78235e98654f0da467f3702590f9" + dependencies: + dargs "^4.0.1" + lodash.template "^4.0.2" + meow "^3.3.0" + split2 "^2.0.0" + through2 "^2.0.0" + glob-base@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" @@ -2141,6 +2366,12 @@ glob@~3.1.21: inherits "1" minimatch "~0.2.11" +global-dirs@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" + dependencies: + ini "^1.3.4" + global-modules@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" @@ -2823,6 +3054,12 @@ is-stream@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" +is-text-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e" + dependencies: + text-extensions "^1.0.0" + is-typedarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" @@ -3097,6 +3334,10 @@ jsonify@~0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" +jsonparse@^1.2.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" + jsprim@^1.2.2: version "1.4.1" resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" @@ -3336,7 +3577,7 @@ lodash._reevaluate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz#58bc74c40664953ae0b124d806996daca431e2ed" -lodash._reinterpolate@^3.0.0: +lodash._reinterpolate@^3.0.0, lodash._reinterpolate@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" @@ -3348,6 +3589,10 @@ lodash.assign@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7" +lodash.camelcase@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" + lodash.create@3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/lodash.create/-/lodash.create-3.1.1.tgz#d7f2849f0dbda7e04682bb8cd72ab022461debe7" @@ -3378,6 +3623,10 @@ lodash.isfinite@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz#fb89b65a9a80281833f0b7478b3a5104f898ebb3" +lodash.kebabcase@4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36" + lodash.keys@^3.0.0: version "3.1.2" resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a" @@ -3386,14 +3635,38 @@ lodash.keys@^3.0.0: lodash.isarguments "^3.0.0" lodash.isarray "^3.0.0" +lodash.merge@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5" + +lodash.mergewith@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz#150cf0a16791f5903b8891eab154609274bdea55" + +lodash.omit@4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60" + +lodash.pick@4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3" + lodash.restparam@^3.0.0: version "3.6.1" resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" +lodash.snakecase@4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d" + lodash.sortby@^4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" +lodash.startcase@4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8" + lodash.template@^3.0.0: version "3.6.2" resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz#f8cdecc6169a255be9098ae8b0c53d378931d14f" @@ -3408,6 +3681,13 @@ lodash.template@^3.0.0: lodash.restparam "^3.0.0" lodash.templatesettings "^3.0.0" +lodash.template@^4.0.2: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0" + dependencies: + lodash._reinterpolate "~3.0.0" + lodash.templatesettings "^4.0.0" + lodash.templatesettings@^3.0.0: version "3.1.1" resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz#fb307844753b66b9f1afa54e262c745307dba8e5" @@ -3415,6 +3695,20 @@ lodash.templatesettings@^3.0.0: lodash._reinterpolate "^3.0.0" lodash.escape "^3.0.0" +lodash.templatesettings@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz#2b4d4e95ba440d915ff08bc899e4553666713316" + dependencies: + lodash._reinterpolate "~3.0.0" + +lodash.topairs@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.topairs/-/lodash.topairs-4.3.0.tgz#3b6deaa37d60fb116713c46c5f17ea190ec48d64" + +lodash.upperfirst@4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce" + lodash@^3.10.1: version "3.10.1" resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" @@ -3423,7 +3717,7 @@ lodash@^4.0.0, lodash@^4.17.4, lodash@^4.3.0: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" -lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.5: +lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.5, lodash@^4.2.1: version "4.17.5" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" @@ -3454,6 +3748,13 @@ longest@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" +loud-rejection@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" + dependencies: + currently-unhandled "^0.4.1" + signal-exit "^3.0.0" + lru-cache@2: version "2.7.3" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.7.3.tgz#6d4524e8b955f95d4f5b58851ce21dd72fb4e952" @@ -3475,12 +3776,31 @@ map-cache@^0.2.0, map-cache@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" +map-obj@^1.0.0, map-obj@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" + map-visit@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" dependencies: object-visit "^1.0.0" +meow@3.7.0, meow@^3.3.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" + dependencies: + camelcase-keys "^2.0.0" + decamelize "^1.1.2" + loud-rejection "^1.0.0" + map-obj "^1.0.1" + minimist "^1.1.3" + normalize-package-data "^2.3.4" + object-assign "^4.0.1" + read-pkg-up "^1.0.1" + redent "^1.0.0" + trim-newlines "^1.0.0" + micromatch@2.3.11, micromatch@^2.1.5, micromatch@^2.3.11: version "2.3.11" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" @@ -3590,7 +3910,7 @@ minimist@0.0.8, minimist@~0.0.1: version "0.0.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" -minimist@^1.1.0, minimist@^1.2.0: +minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" @@ -3742,7 +4062,7 @@ nopt@~1.0.10: dependencies: abbrev "1" -normalize-package-data@^2.3.2: +normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: version "2.4.0" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f" dependencies: @@ -4318,7 +4638,7 @@ punycode@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz#5f863edc89b96db09074bad7947bf09056ca4e7d" -q@^1.1.2: +q@^1.1.2, q@^1.4.1: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" @@ -4451,6 +4771,21 @@ rechoir@^0.6.2: dependencies: resolve "^1.1.6" +redent@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" + dependencies: + indent-string "^2.1.0" + strip-indent "^1.0.1" + +regenerator-runtime@^0.10.5: + version "0.10.5" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" + +regenerator-runtime@^0.11.0: + version "0.11.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" + regex-cache@^0.4.2: version "0.4.4" resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" @@ -4592,10 +4927,20 @@ resolve-dir@^1.0.0, resolve-dir@^1.0.1: expand-tilde "^2.0.0" global-modules "^1.0.0" +resolve-from@4.0.0, resolve-from@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + resolve-from@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226" +resolve-global@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-0.1.0.tgz#8fb02cfd5b7db20118e886311f15af95bd15fbd9" + dependencies: + global-dirs "^0.1.0" + resolve-url@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" @@ -4653,6 +4998,12 @@ rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.1: dependencies: glob "^7.0.5" +rimraf@^2.5.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" + dependencies: + glob "^7.0.5" + run-async@^2.2.0: version "2.3.0" resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0" @@ -4701,6 +5052,10 @@ sax@>=0.6.0, sax@^1.2.4: version "5.4.1" resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e" +semver@5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" + semver@^4.1.0: version "4.3.6" resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da" @@ -4965,6 +5320,12 @@ split-string@^3.0.1, split-string@^3.0.2: dependencies: extend-shallow "^3.0.0" +split2@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/split2/-/split2-2.2.0.tgz#186b2575bcf83e85b7d18465756238ee4ee42493" + dependencies: + through2 "^2.0.2" + sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" @@ -5097,6 +5458,12 @@ strip-eof@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" +strip-indent@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" + dependencies: + get-stdin "^4.0.1" + strip-indent@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" @@ -5177,6 +5544,10 @@ tar@^2.2.1: fstream "^1.0.2" inherits "2" +text-extensions@^1.0.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.7.0.tgz#faaaba2625ed746d568a23e4d0aacd9bf08a8b39" + text-table@~0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" @@ -5195,14 +5566,14 @@ through2@^0.6.1: readable-stream ">=1.0.33-1 <1.1.0-0" xtend ">=4.0.0 <4.1.0-0" -through2@^2.0.0, through2@^2.0.1: +through2@^2.0.0, through2@^2.0.1, through2@^2.0.2: version "2.0.3" resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be" dependencies: readable-stream "^2.1.5" xtend "~4.0.1" -through@^2.3.6: +"through@>=2.2.7 <3", through@^2.3.6: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" @@ -5282,6 +5653,14 @@ tr46@^1.0.0: version "0.3.9" resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9" +trim-newlines@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" + +trim-off-newlines@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" + tryit@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"