Page summary

https://www.google.com

Tested 2025-07-10 02:36:03 using Chrome 138.0.7204.49 (runtime settings).

SummaryWaterfall MetricsVideoFilmstrip CoachPageXrayThird party
| Summary | | Download Video | Download HAR | 

Summary

MetricValue
Page metrics
Performance Score82
Total Page Transfer Size707.7 KB
Requests39
Timing metrics
TTFB [median]92 ms
First Paint [median]308 ms
Fully Loaded [median]1.420 s
Google Web Vitals
TTFB [median]92 ms
First Contentful Paint (FCP) [median]308 ms
Largest Contentful Paint (LCP) [median]1.092 s
Cumulative Layout Shift (CLS) [median]0.00
Interaction To Next Paint (INP) [median]160 ms
Total Blocking Time [median]220 ms
Max Potential FID [median]205 ms
CPU metrics
CPU long tasks [median]4
CPU longest task duration229 ms
CPU last long task happens at739 ms
Visual Metrics
First Visual Change [median]300 ms
Speed Index [median]591 ms
Visual Complete 85% [median]1.300 s
Visual Complete 99% [median]1.366 s
Last Visual Change [median]1.366 s
Screenshot of run 1

Timings Summary

Metricminmedianmeanmax
Visual Metrics
FirstVisualChange300 ms300 ms311 ms333 ms
LastVisualChange1.000 s1.366 s1.244 s1.367 s
SpeedIndex488 ms591 ms569 ms627 ms
VisualReadiness700 ms1.033 s933 ms1.067 s
VisualComplete851.000 s1.300 s1.211 s1.333 s
VisualComplete951.000 s1.366 s1.244 s1.367 s
VisualComplete991.000 s1.366 s1.244 s1.367 s
Google Web Vitals
Time To First Byte (TTFB)89 ms92 ms94 ms100 ms
Largest Contentful Paint (LCP)996 ms1.092 s1.067 s1.112 s
First Contentful Paint (FCP)304 ms308 ms312 ms324 ms
Cumulative Layout Shift (CLS)0000
More metrics
firstPaint304 ms308 ms312 ms324 ms
loadEventEnd552 ms613 ms669 ms842 ms
User Timing
SearchAFTStart88 ms92 ms93 ms100 ms
SearchHeadStart153 ms164 ms164 ms175 ms
SearchBodyEnd247 ms253 ms262 ms285 ms
trigger:SearchAFTEnd247 ms253 ms262 ms285 ms
O7jPNb916 ms945 ms954 ms1.001 s
CPU
Total Blocking Time209 ms220 ms229 ms258 ms
Max Potential FID198 ms205 ms211 ms229 ms
CPU long tasks 4444
CPU last long task happens at730 ms739 ms758 ms806 ms
| Waterfall | | Download HAR | 

Waterfall

Run 1 SpeedIndex median

| Video | Download | 

Video

Download video
| Filmstrip | 

Filmstrip

Use--filmstrip.showAll to show all filmstrips.

0 s
0.1 sSearchAFTStart 88 ms
0.2 sSearchHeadStart 175 ms
0.3 sSearchBodyEnd 285 mstrigger:SearchAFTEnd 285 msFirst Visual Change 300 ms
0.4 sCPU Long Task duration 52 msFirst Contentful Paint 324 msCPU Long Task duration 229 ms
0.7 sDOM Content Loaded Time 607 msPage Load Time 613 msCPU Long Task duration 63 ms
0.9 sCPU Long Task duration 116 ms
1 s
1.1 sO7jPNb 1.001 s
1.2 sLCP <SPAN> promo_label_id 1.112 s
1.3 sVisual Complete 85% 1.300 s
1.4 sLast Visual Change 1.367 sVisual Complete 95% 1.367 sVisual Complete 99% 1.367 s
| Performance advice | Best practice advice | Privacy advice | Page info | Technologies | 

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 8.1.1.

I am the coach

Coach score

Performance advice (82)

TitleAdviceScore
Inline CSS for faster first render (inlineCss)The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.95
Description: In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.
Avoid CPU Long Tasks (longTasks)The page has 4 CPU long tasks with the total of 460 ms. The total blocking time is 258 ms and 1 long task before first contentful paint with total time of 52 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.20
Description: Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.
Offenders:
  • self
  • self
  • self
  • self
  • Avoid extra requests by setting cache headers (cacheHeaders)The page has 6 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 8 kB the next access.40
    Description: The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.
    Offenders:
  • https://www.google.com/async/hpba...le.com/async/hpba
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/client_204?atyp=i&biw=1365&bih=620&ei=FCdvaNHABoerwbkP7szC6QI&opi=89978449
  • https://www.google.com/client_204?cs=1&opi=89978449
  • https://www.google.com/async/hpba...le.com/async/hpba
  • Long cache headers is good (cacheHeadersLong)The page has 1 request that have a shorter cache time than 30 days (but still a cache time).99
    Description: Setting a cache header is good. Setting a long cache header (at least 30 days) is even better beacause then it will stay long in the browser cache. But what do you do if that asset change? Rename it and the browser will pick up the new version.
    Offenders:
  • https://www.google.com/complete/search...m/complete/search
  • Total JavaScript size shouldn't be too big (javascriptSize)The total JavaScript transfer size is 616.1 kB and the uncompressed size is 1.8 MB. This is totally crazy! There is really room for improvement here. 0
    Description: A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?
    Offenders:
    URLTransfer sizeContent size
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...HDfl,YV5bee,d,csi 319.8 KB903.8 KB
    https://www.gstatic.com/og/_/js/k=og.asy.en_US.aritu2OuMnA.2019.O/rt=j/m=_ac,_aw...IORrL6qfY3sPbwCiA 78.6 KB214.5 KB
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/ck=xjs.hd.iTfnfNz...zl,syzk,syvj,syvf 101.3 KB318.6 KB
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/ck=xjs.hd.iTfnfNz...sy113,sy114,epYOx 82.1 KB272.4 KB
    https://www.google.com/xjs/_/js/md=2/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAA...bjfqSl9DQY2nR6_Tg 1.2 KB10.2 KB
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...RwWne,syvo,fXO0xe 9.7 KB27.5 KB
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...E9X75sVRw/m=aLUfP 592 B1.4 KB
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...OO0Vd,sy8f,P6sQOc 743 B1.4 KB
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...OZff,sy3ut,HCSvae 4.7 KB13.0 KB
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...y4ym,sy40f,Jlf2lc 3.0 KB9.0 KB
    Don't use private headers on static content (privateAssets)The page has 3 requests with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.70
    Description: If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.
    Offenders:
  • https://www.google.com/
  • https://www.google.com/images/searchbox/desktop_searchbox_sprites318_hr.webp
  • https://www.google.com/complete/search...m/complete/search
  • Best practice advice (82)

    TitleAdviceScore
    Meta description (metaDescription)The page is missing a meta description.0
    Description: Use a page description to make the page more relevant to search engines.
    Avoid too many third party requests (thirdParty)The page do 10% requests to third party domains (4 requests and 123.4 kB). First party is 35 requests and 601.3 kB. The regex .*google.* was used to calculate first/third party requests.50
    Description: Do not load most of your content from third party URLs.
    Avoid unnecessary headers (unnecessaryHeaders)There are 5 responses that sets a p3p header. There are 22 responses that sets both a max-age and expires header. There are 1 response that sets a pragma no-cache header (that is a request header). There are 39 responses that sets a server header. 33
    Description: Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.
    Offenders:
  • https://www.google.com/
  • https://www.google.com/
  • https://www.google.com/
  • https://www.google.com/xjs/_/ss/k=xjs.hd.iTfnfNzwyco.L.B1.O/am=AFkqEAAAAAAAAAAAA...HDfl,YV5bee,d,csi
  • https://www.google.com/xjs/_/ss/k=xjs.hd.iTfnfNzwyco.L.B1.O/am=AFkqEAAAAAAAAAAAA...HDfl,YV5bee,d,csi
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...HDfl,YV5bee,d,csi
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...HDfl,YV5bee,d,csi
  • https://fonts.gstatic.com/s/googlesans/v29/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2
  • https://fonts.gstatic.com/s/googlesans/v29/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2
  • https://www.gstatic.com/og/_/js/k=og.asy.en_US.aritu2OuMnA.2019.O/rt=j/m=_ac,_aw...IORrL6qfY3sPbwCiA
  • https://www.gstatic.com/og/_/js/k=og.asy.en_US.aritu2OuMnA.2019.O/rt=j/m=_ac,_aw...IORrL6qfY3sPbwCiA
  • https://www.google.com/images/searchbox/desktop_searchbox_sprites318_hr.webp
  • https://www.google.com/images/searchbox/desktop_searchbox_sprites318_hr.webp
  • https://www.google.com/async/hpba...le.com/async/hpba
  • https://www.google.com/async/hpba...le.com/async/hpba
  • https://www.google.com/async/hpba...le.com/async/hpba
  • https://www.gstatic.com/og/_/ss/k=og.asy.CkQFH63_4gI.L.W.O/m=ll_tdm,adcgm3,ll_fw...fDQHBe8bqDJs4CmqA
  • https://www.gstatic.com/og/_/ss/k=og.asy.CkQFH63_4gI.L.W.O/m=ll_tdm,adcgm3,ll_fw...fDQHBe8bqDJs4CmqA
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://ogads-pa.clients6.google.com/$rpc/google.internal.onegoogle.asyncdata.v1...vice/GetAsyncData
  • https://ogads-pa.clients6.google.com/$rpc/google.internal.onegoogle.asyncdata.v1...vice/GetAsyncData
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/complete/search...m/complete/search
  • https://www.google.com/complete/search...m/complete/search
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/ck=xjs.hd.iTfnfNz...zl,syzk,syvj,syvf
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/ck=xjs.hd.iTfnfNz...zl,syzk,syvj,syvf
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/ck=xjs.hd.iTfnfNz...sy113,sy114,epYOx
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/ck=xjs.hd.iTfnfNz...sy113,sy114,epYOx
  • https://www.google.com/xjs/_/js/md=2/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAA...bjfqSl9DQY2nR6_Tg
  • https://www.google.com/xjs/_/js/md=2/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAA...bjfqSl9DQY2nR6_Tg
  • https://www.google.com/client_204?atyp=i&biw=1365&bih=620&ei=FCdvaNHABoerwbkP7szC6QI&opi=89978449
  • https://www.gstatic.com/images/branding/searchlogo/ico/favicon.ico
  • https://www.gstatic.com/images/branding/searchlogo/ico/favicon.ico
  • https://www.google.com/xjs/_/ss/k=xjs.hd.iTfnfNzwyco.L.B1.O/am=AFkqEAAAAAAAAAAAA...g0MIg/m=syk8,synm
  • https://www.google.com/xjs/_/ss/k=xjs.hd.iTfnfNzwyco.L.B1.O/am=AFkqEAAAAAAAAAAAA...g0MIg/m=syk8,synm
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...RwWne,syvo,fXO0xe
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...RwWne,syvo,fXO0xe
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/client_204?cs=1&opi=89978449
  • https://www.google.com/client_204?cs=1&opi=89978449
  • https://www.google.com/async/hpba...le.com/async/hpba
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...E9X75sVRw/m=aLUfP
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...E9X75sVRw/m=aLUfP
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...OO0Vd,sy8f,P6sQOc
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...OO0Vd,sy8f,P6sQOc
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://www.google.com/xjs/_/ss/k=xjs.hd.iTfnfNzwyco.L.B1.O/am=AFkqEAAAAAAAAAAAA...g0MIg/m=syoe,syos
  • https://www.google.com/xjs/_/ss/k=xjs.hd.iTfnfNzwyco.L.B1.O/am=AFkqEAAAAAAAAAAAA...g0MIg/m=syoe,syos
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...OZff,sy3ut,HCSvae
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...OZff,sy3ut,HCSvae
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...y4ym,sy40f,Jlf2lc
  • https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAA...y4ym,sy40f,Jlf2lc
  • https://www.google.com/wizrpcui/_/WizRpcUi/data/batchexecute...data/batchexecute
  • https://www.google.com/wizrpcui/_/WizRpcUi/data/batchexecute...data/batchexecute
  • https://www.google.com/wizrpcui/_/WizRpcUi/data/batchexecute...data/batchexecute
  • https://www.google.com/wizrpcui/_/WizRpcUi/data/batchexecute...data/batchexecute
  • https://www.google.com/log?format=json&hasfast=true&authuser=0
  • https://www.google.com/log?format=json&hasfast=true&authuser=0
  • https://www.google.com/log?format=json&hasfast=true&authuser=0
  • https://www.google.com/gen_204...oogle.com/gen_204
  • https://play.google.com/log?format=json&hasfast=true
  • https://play.google.com/log?format=json&hasfast=true
  • Privacy advice (72)

    TitleAdviceScore
    Avoid using surveillance web sites (surveillance)www.google.com harvest user information and sell it to other companies without the users agreement. That is not OK.0
    Description: Do not use web sites that harvest private user information and sell it to other companies. See https://en.wikipedia.org/wiki/Surveillance_capitalism
    Offenders:
  • www.google.com
  • Use a good Content-Security-Policy header to make sure you you avoid Cross Site Scripting (XSS) attacks. (contentSecurityPolicyHeader)Set a Content-Security-Policy header to make sure you are not open for Cross Site Scripting (XSS) attacks. You can start with setting a Content-Security-Policy-Report-Only header, that will only report the violation, not stop the download.0
    Description: Content Security Policy is delivered via a HTTP response header, and defines approved sources of content that the browser may load. It can be an effective countermeasure to Cross Site Scripting (XSS) attacks and is also widely supported and usually easily deployed. https://scotthelme.co.uk/content-security-policy-an-introduction/.
    Offenders:
  • https://www.google.com/
  • Set a referrer-policy header to make sure you do not leak user information. (referrerPolicyHeader)Set a referrer-policy header to make sure you do not leak user information.0
    Description: Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.
    Offenders:
  • https://www.google.com/
  • Do not share user data with third parties. (thirdPartyPrivacy)The page has 10% requests that are 3rd party (4 requests with a size of 123.4 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 4 survelliance requests and uses 2 survelliance tools.0
    Description: Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.
    Offenders:
  • https://fonts.gstatic.com/s/googlesans/v29/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2
  • https://www.gstatic.com/og/_/js/k=og.asy.en_US.aritu2OuMnA.2019.O/rt=j/m=_ac,_aw...IORrL6qfY3sPbwCiA
  • https://www.gstatic.com/og/_/ss/k=og.asy.CkQFH63_4gI.L.W.O/m=ll_tdm,adcgm3,ll_fw...fDQHBe8bqDJs4CmqA
  • https://www.gstatic.com/images/branding/searchlogo/ico/favicon.ico
  • Page info

    Page info
    TitleGoogle
    Width1365
    Height620
    DOM elements410
    Avg DOM depth10
    Max DOM depth20
    Iframes0
    Script tags19
    Local storage3.5 KB
    Session storage219 B
    Network Information API4g

    Technologies used to build the page.

    Data collected using Wappalyzer version 6.10.66. With updated code from Webappanalyzer 2024-12-27. Use --browsertime.firefox.includeResponseBodies htmlor --browsertime.chrome.includeResponseBodies htmlto help Wappalyzer find more information about technologies used.

    TechnologyConfidenceCategory
    HSTS 100  Security
    HTTP/3 100  Miscellaneous

    Data collected using Third Party Web 0.26.2

    Cdn
    Google Fonts
    Google CDN
    Survelliance
    Google Fonts
    Google CDN
    | Browser metrics | Visual Metrics | Largest Contentful Paint | Cumulative Layout Shift | Interaction To Next Paint | Long Aninimation Frames | 

    Data from run 1

    Visual Metrics

    Browser Metrics

    Google Web Vitals
    Time to first byte (TTFB)89 ms
    First Contentful Paint (FCP)324 ms
    Largest Contentful Paint (LCP)1.112 s
    Interaction to next paint (INP)160 ms
    Total Blocking Time (TBT)258 ms
    Extra timings
    TTFB89 ms
    First Paint324 ms
    Load Event End613 ms
    Fully loaded1.454 s
    User Timing marks
    SearchAFTStart88 ms
    SearchHeadStart175 ms
    SearchBodyEnd285 ms
    trigger:SearchAFTEnd285 ms
    O7jPNb1.001 s
    User Timing measures
    NameStart timeDuration
    kDcP9b1.001 s1 ms

    Largest Contentful Paint

    When in time the page main content is rendered (collected using the Largest Contentful Paint API). Read more about Largest Contentful Paint.

    Element typeSPAN
    Element/tag<span class="wIbe6e" id="promo_label_id"></span>
    Render time 1.112 s
    Element render delay1.023 s
    TTFB89 ms
    Resource delay0 ms
    Resource load duration0 ms
    Element idpromo_label_id
    Load time0 ms
    Size (width*height)15352
    DOM path
    div#stUuGf > div > div:eq(1) > div > div > div > div:eq(1) > span#promo_label_id> div#stUuGf > div > div:eq(1) > div > div > div > div:eq(1) > span#promo_label_id>
    LCP

    The largest contentful paint is highlighted in the image. If no element is highlighted the element was removed before the screenshot or the LCP API couldn't find the element.

    Detected Cumulative Layout Shift

    No layout shift detected.

    Interaction to Next Paint

    Interaction to Next Paint (INP) is a metric that try to measure responsiveness. It's useful if you are testing user journeys. Read more about Interaction to Next Paint.

    The measured latency was 160 ms.

    Event typepointerover
    Element typeINPUT
    Element class name
    Event target#gbqfbb
    Load state when the event happenedloading

    Long Animation Frames

    Read more about the Long Animation Frames API here here.

    The top 10 longest animation frames entries

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    179.4 ms230.4 ms0.1 ms0.1 ms0 ms
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAABAIAAAAAAAAAkACAAAAAAAAAAAAIAJIIAAAAAAAAAAAQAAAAAAAgwAAAAAMAAAAAAAAAAAEQAAAAABgAPgzMAIAIEACAAAAAAAAAABcAAAhAAAKAAAAAAAAAAAAAIAAAAAAAAAEAAAACAAAoAAAAAAAAAAEAAAAAAAAABAAAAQIAAAAAAAAAAAAAAAAAAD0AAAAAAAAAAAAAAAAAADAAQCAEAAAAEMYDQAAAAAAAAB0AAg8YEhBAQAAAAAAAAAAAAAAAAAAAhQEcyGBggABAAAAAAAAAAAAAAAAAAAAABDSxEID/d=1/ed=1/dg=3/br=1/rs=ACT90oExtvpE6nDM7bjfqSl9DQY2nR6_Tg/ee=ALeJib:B8gLwd;AfeaP:TkrAjf;BMxAGc:E5bFse;BgS6mb:fidj5d;BjwMce:cXX2Wb;CxXAWb:YyRLvc;DMzTfb:fNTHad;DQEued:Fevhcf;DULqB:RKfG5c;Dkk6ge:JZmW9e;DpcR3d:zL72xf;EABSZ:MXZt9d;ESrPQc:mNTJvc;EVNhjf:pw70Gc;EjXHpb:pSHqh;EmZ2Bf:zr1jrb;EnlcNd:WeHg4;F9mqte:UoRcbe;FSxmUe:fiZR8b;Fmv9Nc:O1Tzwc;G0KhTb:LIaoZ;GleZL:J1A7Od;HMDDWe:G8QUdb;HoYVKb:PkDN7e;HqeXPd:cmbnH;IBADCc:RYquRb;IoGlCf:b5lhvb;JXJSm:ii1RGf;JXS8fb:Qj0suc;JqSq7d:y9ePhe;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;KOxcK:OZqGte;KQzWid:ZMKkN;KcokUb:KiuZBf;KpRAue:Tia57b;LBgRLc:SdcwHb,XVMNvd;LEikZe:byfTOb,lsjVmc;LXA8b:q7OdKd;LsNahb:ucGLNb;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Np8Qkd:Dpx6qc;Nyt6ic:jn2sGd;OgagBe:cNTe0;OoK5v:Sp69O;OohIYe:mpEAQb;Pjplud:PoEs9b;PpTLXd:pJYjx;Q1Ow7b:x5CSu;Q6C5kf:pfdZCe;QGR0gd:Mlhmy;QYLF2b:pAQYUd;Qw8Feb:jpavUe;R4IIIb:QWfeKf;R9Ulx:CR7Ufe;RCF5Sd:X1kBmd;RDNBlf:zPRCJb;SLtqO:Kh1xYe;SMDL4c:fTfGO,fTfGO;SNUn3:ZwDk9d,xD8Kp;ScI3Yc:e7Hzgb,e7Hzgb;ShpF6e:N0pvGc;SwCqAd:fXbCZc;SzQQ3e:dNhofb;TIUVQd:M8uRWb;TroZ1d:vVVzjb;TxfV6d:YORN0b;U96pRd:FsR04;UBKJZ:LGDJGb;UDrY1c:eps46d;UVmjEd:EesRsb;UVzb9c:IvPZ6d;UyG7Kb:wQd0G;V2HTTe:RolTY;VGRfx:VFqbr;VN6jIc:ddQyuf;VOcgDe:YquhTb;VhA7bd:vAmQFf;VsAqSb:PGf2Re;WCEKNd:I46Hvd;WDGyFe:jcVOxd;Wfmdue:g3MJlb;YIZmRd:A1yn5d;YV5bee:IvPZ6d;ZSH6tc:QAvyLe;ZWEUA:afR4Cf;ZlOOMb:P0I0Ec;a56pNe:JEfCwb;aAJE9c:WHW6Ef;aCJ9tf:qKftvc;aVZq3e:EMeVIb;aZ61od:arTwJ;af0EJf:ghinId;bDXwRe:UsyOtc;bcPXSc:gSZLJb;cEt90b:ws9Tlc;cFTWae:gT8qnd;coJ8e:KvoW8;dIoSBb:ZgGg9b;dLlj2:Qqt3Gf;dowIGb:ebZ3mb,ebZ3mb;dtl0hd:lLQWFe;eBAeSb:Ck63tb;eBZ5Nd:audvde;eHDfl:ofjVkb;eJKchc:ATg1be;eO3lse:UefOmb;euOXY:OZjbQ;g8nkx:U4MzKc;gaub4:TN6bMe;gtVSi:ekUOYd;h3MYod:ws9Tlc;hK67qb:QWEO5b;heHB1:sFczq;hjRo6e:F62sG;hlqGX:FWz1ic;hsLsYc:Vl118;hwoVHd:zw4U8c;iFQyKf:QIhFr;iySzae:a6xXfd;jY0zg:Q6tNgc;k2Qxcb:XY51pe;kCQyJ:ueyPK;kbAm9d:MkHyGd;lOO0Vd:OTA3Ae;lbfkyf:MqGdUd;mWzs9c:fz5ukf;nJw4Gd:dPFZH;oGtAuc:sOXFj;oSUNyd:fTfGO,fTfGO;oUlnpc:RagDlc;okUaUd:wItadb;pKJiXd:VCenhc;pNsl2d:j9Yuyc;pXdRYb:JKoKVe;pj82le:ww04Df;qZx2Fc:j0xrE;qaS3gd:yiLg6e;qafBPd:sgY6Zb;qavrXe:zQzcXe;qddgKe:d7YSfd,x4FYXe;rQSrae:C6D5Fc;rdexKf:FEkKD;ropkZ:UT1DG;sTsDMc:kHVSUb;sZmdvc:rdGEfc;slIQ5d:pnOULd;tH4IIe:Ymry6;tbg2ob:nMC03e;tosKvd:ZCqP3;trZL0b:qY8PFe;uuQkY:u2V3ud;vEYCNb:FaqsVd;vGrMZ:lPJJ0c;vRlMvf:Iw9Xo;vfVwPd:lcrkwe;w3bZCb:ZPGaIb;w4rSdf:XKiZ9;w9w86d:dt4g2b;wQlYve:aLUfP;wR5FRb:O1Gjze,TtcOte;wV5Pjc:L8KGxe;xBbsrc:NEW1Qc;ysNiMc:CpIBjd;yxTchf:KUM7Z;z97YGf:oug9te;zB3wie:WtgrP;zOsCQe:Ko78Df;zaIgPb:Sl0pxd/m=cdos,hsm,jsa,mb4ZUb,cEt90b,SNUn3,qddgKe,sTsDMc,dtl0hd,eHDfl,YV5bee,d,csi

    Invoker:  https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAABAIAAAAAAAAAkACAAAAAAAAAAAAIAJIIAAAAAAAAAAAQAAAAAAAgwAAAAAMAAAAAAAAAAAEQAAAAABgAPgzMAIAIEACAAAAAAAAAABcAAAhAAAKAAAAAAAAAAAAAIAAAAAAAAAEAAAACAAAoAAAAAAAAAAEAAAAAAAAABAAAAQIAAAAAAAAAAAAAAAAAAD0AAAAAAAAAAAAAAAAAADAAQCAEAAAAEMYDQAAAAAAAAB0AAg8YEhBAQAAAAAAAAAAAAAAAAAAAhQEcyGBggABAAAAAAAAAAAAAAAAAAAAABDSxEID/d=1/ed=1/dg=3/br=1/rs=ACT90oExtvpE6nDM7bjfqSl9DQY2nR6_Tg/ee=ALeJib:B8gLwd;AfeaP:TkrAjf;BMxAGc:E5bFse;BgS6mb:fidj5d;BjwMce:cXX2Wb;CxXAWb:YyRLvc;DMzTfb:fNTHad;DQEued:Fevhcf;DULqB:RKfG5c;Dkk6ge:JZmW9e;DpcR3d:zL72xf;EABSZ:MXZt9d;ESrPQc:mNTJvc;EVNhjf:pw70Gc;EjXHpb:pSHqh;EmZ2Bf:zr1jrb;EnlcNd:WeHg4;F9mqte:UoRcbe;FSxmUe:fiZR8b;Fmv9Nc:O1Tzwc;G0KhTb:LIaoZ;GleZL:J1A7Od;HMDDWe:G8QUdb;HoYVKb:PkDN7e;HqeXPd:cmbnH;IBADCc:RYquRb;IoGlCf:b5lhvb;JXJSm:ii1RGf;JXS8fb:Qj0suc;JqSq7d:y9ePhe;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;KOxcK:OZqGte;KQzWid:ZMKkN;KcokUb:KiuZBf;KpRAue:Tia57b;LBgRLc:SdcwHb,XVMNvd;LEikZe:byfTOb,lsjVmc;LXA8b:q7OdKd;LsNahb:ucGLNb;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Np8Qkd:Dpx6qc;Nyt6ic:jn2sGd;OgagBe:cNTe0;OoK5v:Sp69O;OohIYe:mpEAQb;Pjplud:PoEs9b;PpTLXd:pJYjx;Q1Ow7b:x5CSu;Q6C5kf:pfdZCe;QGR0gd:Mlhmy;QYLF2b:pAQYUd;Qw8Feb:jpavUe;R4IIIb:QWfeKf;R9Ulx:CR7Ufe;RCF5Sd:X1kBmd;RDNBlf:zPRCJb;SLtqO:Kh1xYe;SMDL4c:fTfGO,fTfGO;SNUn3:ZwDk9d,xD8Kp;ScI3Yc:e7Hzgb,e7Hzgb;ShpF6e:N0pvGc;SwCqAd:fXbCZc;SzQQ3e:dNhofb;TIUVQd:M8uRWb;TroZ1d:vVVzjb;TxfV6d:YORN0b;U96pRd:FsR04;UBKJZ:LGDJGb;UDrY1c:eps46d;UVmjEd:EesRsb;UVzb9c:IvPZ6d;UyG7Kb:wQd0G;V2HTTe:RolTY;VGRfx:VFqbr;VN6jIc:ddQyuf;VOcgDe:YquhTb;VhA7bd:vAmQFf;VsAqSb:PGf2Re;WCEKNd:I46Hvd;WDGyFe:jcVOxd;Wfmdue:g3MJlb;YIZmRd:A1yn5d;YV5bee:IvPZ6d;ZSH6tc:QAvyLe;ZWEUA:afR4Cf;ZlOOMb:P0I0Ec;a56pNe:JEfCwb;aAJE9c:WHW6Ef;aCJ9tf:qKftvc;aVZq3e:EMeVIb;aZ61od:arTwJ;af0EJf:ghinId;bDXwRe:UsyOtc;bcPXSc:gSZLJb;cEt90b:ws9Tlc;cFTWae:gT8qnd;coJ8e:KvoW8;dIoSBb:ZgGg9b;dLlj2:Qqt3Gf;dowIGb:ebZ3mb,ebZ3mb;dtl0hd:lLQWFe;eBAeSb:Ck63tb;eBZ5Nd:audvde;eHDfl:ofjVkb;eJKchc:ATg1be;eO3lse:UefOmb;euOXY:OZjbQ;g8nkx:U4MzKc;gaub4:TN6bMe;gtVSi:ekUOYd;h3MYod:ws9Tlc;hK67qb:QWEO5b;heHB1:sFczq;hjRo6e:F62sG;hlqGX:FWz1ic;hsLsYc:Vl118;hwoVHd:zw4U8c;iFQyKf:QIhFr;iySzae:a6xXfd;jY0zg:Q6tNgc;k2Qxcb:XY51pe;kCQyJ:ueyPK;kbAm9d:MkHyGd;lOO0Vd:OTA3Ae;lbfkyf:MqGdUd;mWzs9c:fz5ukf;nJw4Gd:dPFZH;oGtAuc:sOXFj;oSUNyd:fTfGO,fTfGO;oUlnpc:RagDlc;okUaUd:wItadb;pKJiXd:VCenhc;pNsl2d:j9Yuyc;pXdRYb:JKoKVe;pj82le:ww04Df;qZx2Fc:j0xrE;qaS3gd:yiLg6e;qafBPd:sgY6Zb;qavrXe:zQzcXe;qddgKe:d7YSfd,x4FYXe;rQSrae:C6D5Fc;rdexKf:FEkKD;ropkZ:UT1DG;sTsDMc:kHVSUb;sZmdvc:rdGEfc;slIQ5d:pnOULd;tH4IIe:Ymry6;tbg2ob:nMC03e;tosKvd:ZCqP3;trZL0b:qY8PFe;uuQkY:u2V3ud;vEYCNb:FaqsVd;vGrMZ:lPJJ0c;vRlMvf:Iw9Xo;vfVwPd:lcrkwe;w3bZCb:ZPGaIb;w4rSdf:XKiZ9;w9w86d:dt4g2b;wQlYve:aLUfP;wR5FRb:O1Gjze,TtcOte;wV5Pjc:L8KGxe;xBbsrc:NEW1Qc;ysNiMc:CpIBjd;yxTchf:KUM7Z;z97YGf:oug9te;zB3wie:WtgrP;zOsCQe:Ko78Df;zaIgPb:Sl0pxd/m=cdos,hsm,jsa,mb4ZUb,cEt90b,SNUn3,qddgKe,sTsDMc,dtl0hd,eHDfl,YV5bee,d,csi
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    66.4 ms131.5 ms0.3 ms0.3 ms0 ms
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/ck=xjs.hd.iTfnfNzwyco.L.B1.O/am=AFkqEAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAgAAAAIAAAAAAAAAAAADFAYgAAAAAAEAkBSAAAAAIAAgAAAIAJIIAAAAAAAAAAARAAEAAIAlwAAAAAMAAAACAQIAAAESAAAQBJgFPgzMAIloUECICAgAAAAgAZcAAAhAAALAAAAAAAhAAAAAIAAAAABAAAEgAC4CEJAqACSHgAKAgAUACAgAAAAIBAIAAQJEAIAngACDAAAQBACAID0AAAAQACAAAEAAAAAAADACQCAEQAkAEMYDQAAAAAAAAB0AAg8YEhBAQAAAAAAAAAAAAAAAAAAAhQEcyGBggABAAAAAAAAAAAAAAAAAAAAABDSxEID/d=0/dg=0/br=1/ujg=1/rs=ACT90oHSKvOrcpYB9haSChyJY4bEWwoxRg/m=T1HOxc,sy17v,sy17t,sy17u,sy17s,syoc,zx30Y,sy18b,sy18a,sy180,sy130,Wo3n8,ZgGg9b,dIoSBb,sy1dk,sy1dr,sy1ds,syr7,sy1dl,sy1dq,sy1dp,b6knsb,sy1dg,sy1df,sy18s,syvh,sycg,syce,sy9e,syci,JKoKVe,pXdRYb,sy23p,sy9f,sy9c,sy86,O1Gjze,TtcOte,wR5FRb,kQvlef,sye6,sye3,sydz,sydy,sybd,sydx,syc9,sydw,sydv,sydu,sydr,sydl,sydj,sya5,sya0,sy9u,sy9v,sy9k,sydp,sydi,sydh,sydg,syd4,sydd,sycu,sycl,sycm,sydc,syb6,syd2,sydb,sycp,sycq,syd9,syco,syd8,syc8,sycr,sycj,syd1,syd6,syd0,syd5,sycz,sycy,sycn,sycw,sycv,syct,sycs,syd3,syck,sycd,sy9j,sy7m,zbML3c,gskBEc,sy139,s980lf,syrw,loL8vb,sysi,sysh,sysg,ms4mZb,syq6,B2qlPe,syvd,NzU6V,syw3,syw2,zGLm3b,sy1cu,sy1ct,sy1cs,sy13k,sy13l,DhPYme,sy1e7,sy1e9,sy1da,sy1d8,sy1e8,sy1d7,sy1ec,sy1eb,sy1e5,sy1e6,KHourd,MpJwZc,UUJqVe,sy8x,sOXFj,sy8w,qTnoBf,oGtAuc,NJ1rfe,sy96,q0xTif,y05UD,PPhKqf,syzi,syzg,sy10t,syzj,sy160,sy102,sy15z,syzy,sy15r,sy15q,sy15i,sy111,syf0,sy15p,sy10v,sy15f,sy15j,sy10z,sy110,sy15s,syzo,sy15n,sy15m,sy15k,sym8,syni,sy15l,sy15b,sy158,sy15u,sy15g,sy15a,sy15e,sy15c,sy11p,sy15h,sy157,sy154,sy113,sy114,epYOx?xjs=s3

    Forced Style And Layout Duration: 1 ms

    Invoker:  https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/ck=xjs.hd.iTfnfNzwyco.L.B1.O/am=AFkqEAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAgAAAAIAAAAAAAAAAAADFAYgAAAAAAEAkBSAAAAAIAAgAAAIAJIIAAAAAAAAAAARAAEAAIAlwAAAAAMAAAACAQIAAAESAAAQBJgFPgzMAIloUECICAgAAAAgAZcAAAhAAALAAAAAAAhAAAAAIAAAAABAAAEgAC4CEJAqACSHgAKAgAUACAgAAAAIBAIAAQJEAIAngACDAAAQBACAID0AAAAQACAAAEAAAAAAADACQCAEQAkAEMYDQAAAAAAAAB0AAg8YEhBAQAAAAAAAAAAAAAAAAAAAhQEcyGBggABAAAAAAAAAAAAAAAAAAAAABDSxEID/d=0/dg=0/br=1/ujg=1/rs=ACT90oHSKvOrcpYB9haSChyJY4bEWwoxRg/m=T1HOxc,sy17v,sy17t,sy17u,sy17s,syoc,zx30Y,sy18b,sy18a,sy180,sy130,Wo3n8,ZgGg9b,dIoSBb,sy1dk,sy1dr,sy1ds,syr7,sy1dl,sy1dq,sy1dp,b6knsb,sy1dg,sy1df,sy18s,syvh,sycg,syce,sy9e,syci,JKoKVe,pXdRYb,sy23p,sy9f,sy9c,sy86,O1Gjze,TtcOte,wR5FRb,kQvlef,sye6,sye3,sydz,sydy,sybd,sydx,syc9,sydw,sydv,sydu,sydr,sydl,sydj,sya5,sya0,sy9u,sy9v,sy9k,sydp,sydi,sydh,sydg,syd4,sydd,sycu,sycl,sycm,sydc,syb6,syd2,sydb,sycp,sycq,syd9,syco,syd8,syc8,sycr,sycj,syd1,syd6,syd0,syd5,sycz,sycy,sycn,sycw,sycv,syct,sycs,syd3,syck,sycd,sy9j,sy7m,zbML3c,gskBEc,sy139,s980lf,syrw,loL8vb,sysi,sysh,sysg,ms4mZb,syq6,B2qlPe,syvd,NzU6V,syw3,syw2,zGLm3b,sy1cu,sy1ct,sy1cs,sy13k,sy13l,DhPYme,sy1e7,sy1e9,sy1da,sy1d8,sy1e8,sy1d7,sy1ec,sy1eb,sy1e5,sy1e6,KHourd,MpJwZc,UUJqVe,sy8x,sOXFj,sy8w,qTnoBf,oGtAuc,NJ1rfe,sy96,q0xTif,y05UD,PPhKqf,syzi,syzg,sy10t,syzj,sy160,sy102,sy15z,syzy,sy15r,sy15q,sy15i,sy111,syf0,sy15p,sy10v,sy15f,sy15j,sy10z,sy110,sy15s,syzo,sy15n,sy15m,sy15k,sym8,syni,sy15l,sy15b,sy158,sy15u,sy15g,sy15a,sy15e,sy15c,sy11p,sy15h,sy157,sy154,sy113,sy114,epYOx?xjs=s3
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    13.5 ms76.3 ms0 ms0 ms0 ms
    https://www.google.com/xjs/_/js/k=xjs.hd.en.hy9t9PKOUaA.2018.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAABAIAAAAAAAAAkACAAAAAAAAAAAAIAJIIAAAAAAAAAAAQAAAAAAAgwAAAAAMAAAAAAAAAAAEQAAAAABgAPgzMAIAIEACAAAAAAAAAABcAAAhAAAKAAAAAAAAAAAAAIAAAAAAAAAEAAAACAAAoAAAAAAAAAAEAAAAAAAAABAAAAQIAAAAAAAAAAAAAAAAAAD0AAAAAAAAAAAAAAAAAADAAQCAEAAAAEMYDQAAAAAAAAB0AAg8YEhBAQAAAAAAAAAAAAAAAAAAAhQEcyGBggABAAAAAAAAAAAAAAAAAAAAABDSxEID/d=1/ed=1/dg=3/br=1/rs=ACT90oExtvpE6nDM7bjfqSl9DQY2nR6_Tg/ee=ALeJib:B8gLwd;AfeaP:TkrAjf;BMxAGc:E5bFse;BgS6mb:fidj5d;BjwMce:cXX2Wb;CxXAWb:YyRLvc;DMzTfb:fNTHad;DQEued:Fevhcf;DULqB:RKfG5c;Dkk6ge:JZmW9e;DpcR3d:zL72xf;EABSZ:MXZt9d;ESrPQc:mNTJvc;EVNhjf:pw70Gc;EjXHpb:pSHqh;EmZ2Bf:zr1jrb;EnlcNd:WeHg4;F9mqte:UoRcbe;FSxmUe:fiZR8b;Fmv9Nc:O1Tzwc;G0KhTb:LIaoZ;GleZL:J1A7Od;HMDDWe:G8QUdb;HoYVKb:PkDN7e;HqeXPd:cmbnH;IBADCc:RYquRb;IoGlCf:b5lhvb;JXJSm:ii1RGf;JXS8fb:Qj0suc;JqSq7d:y9ePhe;JsbNhc:Xd8iUd;K5nYTd:ZDZcre;KOxcK:OZqGte;KQzWid:ZMKkN;KcokUb:KiuZBf;KpRAue:Tia57b;LBgRLc:SdcwHb,XVMNvd;LEikZe:byfTOb,lsjVmc;LXA8b:q7OdKd;LsNahb:ucGLNb;NJ1rfe:qTnoBf;NPKaK:SdcwHb;NSEoX:lazG7b;Np8Qkd:Dpx6qc;Nyt6ic:jn2sGd;OgagBe:cNTe0;OoK5v:Sp69O;OohIYe:mpEAQb;Pjplud:PoEs9b;PpTLXd:pJYjx;Q1Ow7b:x5CSu;Q6C5kf:pfdZCe;QGR0gd:Mlhmy;QYLF2b:pAQYUd;Qw8Feb:jpavUe;R4IIIb:QWfeKf;R9Ulx:CR7Ufe;RCF5Sd:X1kBmd;RDNBlf:zPRCJb;SLtqO:Kh1xYe;SMDL4c:fTfGO,fTfGO;SNUn3:ZwDk9d,xD8Kp;ScI3Yc:e7Hzgb,e7Hzgb;ShpF6e:N0pvGc;SwCqAd:fXbCZc;SzQQ3e:dNhofb;TIUVQd:M8uRWb;TroZ1d:vVVzjb;TxfV6d:YORN0b;U96pRd:FsR04;UBKJZ:LGDJGb;UDrY1c:eps46d;UVmjEd:EesRsb;UVzb9c:IvPZ6d;UyG7Kb:wQd0G;V2HTTe:RolTY;VGRfx:VFqbr;VN6jIc:ddQyuf;VOcgDe:YquhTb;VhA7bd:vAmQFf;VsAqSb:PGf2Re;WCEKNd:I46Hvd;WDGyFe:jcVOxd;Wfmdue:g3MJlb;YIZmRd:A1yn5d;YV5bee:IvPZ6d;ZSH6tc:QAvyLe;ZWEUA:afR4Cf;ZlOOMb:P0I0Ec;a56pNe:JEfCwb;aAJE9c:WHW6Ef;aCJ9tf:qKftvc;aVZq3e:EMeVIb;aZ61od:arTwJ;af0EJf:ghinId;bDXwRe:UsyOtc;bcPXSc:gSZLJb;cEt90b:ws9Tlc;cFTWae:gT8qnd;coJ8e:KvoW8;dIoSBb:ZgGg9b;dLlj2:Qqt3Gf;dowIGb:ebZ3mb,ebZ3mb;dtl0hd:lLQWFe;eBAeSb:Ck63tb;eBZ5Nd:audvde;eHDfl:ofjVkb;eJKchc:ATg1be;eO3lse:UefOmb;euOXY:OZjbQ;g8nkx:U4MzKc;gaub4:TN6bMe;gtVSi:ekUOYd;h3MYod:ws9Tlc;hK67qb:QWEO5b;heHB1:sFczq;hjRo6e:F62sG;hlqGX:FWz1ic;hsLsYc:Vl118;hwoVHd:zw4U8c;iFQyKf:QIhFr;iySzae:a6xXfd;jY0zg:Q6tNgc;k2Qxcb:XY51pe;kCQyJ:ueyPK;kbAm9d:MkHyGd;lOO0Vd:OTA3Ae;lbfkyf:MqGdUd;mWzs9c:fz5ukf;nJw4Gd:dPFZH;oGtAuc:sOXFj;oSUNyd:fTfGO,fTfGO;oUlnpc:RagDlc;okUaUd:wItadb;pKJiXd:VCenhc;pNsl2d:j9Yuyc;pXdRYb:JKoKVe;pj82le:ww04Df;qZx2Fc:j0xrE;qaS3gd:yiLg6e;qafBPd:sgY6Zb;qavrXe:zQzcXe;qddgKe:d7YSfd,x4FYXe;rQSrae:C6D5Fc;rdexKf:FEkKD;ropkZ:UT1DG;sTsDMc:kHVSUb;sZmdvc:rdGEfc;slIQ5d:pnOULd;tH4IIe:Ymry6;tbg2ob:nMC03e;tosKvd:ZCqP3;trZL0b:qY8PFe;uuQkY:u2V3ud;vEYCNb:FaqsVd;vGrMZ:lPJJ0c;vRlMvf:Iw9Xo;vfVwPd:lcrkwe;w3bZCb:ZPGaIb;w4rSdf:XKiZ9;w9w86d:dt4g2b;wQlYve:aLUfP;wR5FRb:O1Gjze,TtcOte;wV5Pjc:L8KGxe;xBbsrc:NEW1Qc;ysNiMc:CpIBjd;yxTchf:KUM7Z;z97YGf:oug9te;zB3wie:WtgrP;zOsCQe:Ko78Df;zaIgPb:Sl0pxd/m=cdos,hsm,jsa,mb4ZUb,cEt90b,SNUn3,qddgKe,sTsDMc,dtl0hd,eHDfl,YV5bee,d,csi

    Invoker:  MessagePort.onmessage
    Invoker Type: event-listener
    Window attribution: self
    Source char position: 236877

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    3.2 ms71.4 ms0.6 ms0.5 ms0.1 ms
    https://www.google.com/

    Forced Style And Layout Duration: 9 ms

    Invoker:  XMLHttpRequest.onreadystatechange
    Invoker Type: event-listener
    Source Function Name:  R
    Window attribution: self
    Source char position: 7422

    https://www.gstatic.com/og/_/js/k=og.asy.en_US.aritu2OuMnA.2019.O/rt=j/m=_ac,_awd,ada,lldp,qads,abld/exm=/d=1/ed=1/rs=AA2YrTvbnqlbPitXeIORrL6qfY3sPbwCiA

    Invoker:  https://www.gstatic.com/og/_/js/k=og.asy.en_US.aritu2OuMnA.2019.O/rt=j/m=_ac,_awd,ada,lldp,qads,abld/exm=/d=1/ed=1/rs=AA2YrTvbnqlbPitXeIORrL6qfY3sPbwCiA
    Invoker Type: classic-script
    Window attribution: self

    Blocking duration Work durationRender durationPreLayout DurationStyle And Layout Duration
    0 ms101.5 ms3.2 ms3 ms0.2 ms
    https://www.google.com/

    Invoker:  https://www.google.com/
    Invoker Type: classic-script
    Window attribution: self

    https://www.google.com/

    Forced Style And Layout Duration: 25 ms

    Invoker:  https://www.google.com/
    Invoker Type: classic-script
    Window attribution: self

    Server timings

    There are no Server Timings.

    Custom metrics collected through JavaScript

    There are no custom configured scripts.

    Extra metrics collected using scripting

    There are no custom extra metrics from scripting.

    | Summary  | Largest responses  | Requests and sizes per content type  | Data per domain | Expires and last modified statistics  | Requests loaded after onLoad event  | 

    PageXray

    How the page is built.

    Summary
    HTTP versionHTTP/2.0
    Total requests39
    Total domains5
    Total transfer size707.7 KB
    Total content size2.0 MB
    Responses missing compression13
    Number of cookies5
    Third party cookies0
    Requests per response code
    20027
    20412

    Largest assets on the page (by transfer size)

    Requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b49.9 KB159.6 KB14
    css0 b3.8 KB10.4 KB4
    javascript0 b601.6 KB1.7 MB10
    image0 b682 B660 B1
    font0 b38.6 KB38.6 KB1
    plain0 b8.6 KB26.1 KB5
    json0 b2.9 KB3.7 KB3
    favicon0 b1.6 KB1.3 KB1
    Total0 b707.7 KB2.0 MB39

    Data per domain

    DomainTotal download timeTransfer SizeContent SizeRequests
    www.google.com677 ms586.2 KB1.7 MB31
    fonts.gstatic.com35 ms38.6 KB38.6 KB1
    www.gstatic.com47 ms81.9 KB221.7 KB3
    ogads-pa.clients6.google.com148 ms382 B53 B2
    play.google.com127 ms712 B131 B2

    Expires and last modified statistics

    typeminmedianmax
    Expires0 seconds0 seconds1 year
    Last modified2 hours2 hours5 years

    Requests loaded after onLoad event

    Included requests done after load event end.

    ContentTransfer SizeRequests
    html162 B9
    css1020 B2
    javascript203.2 KB8
    image0 b0
    font0 b0
    json2.5 KB2
    favicon1.6 KB1
    plain8.4 KB4
    Total216.9 KB26

    Requests loaded after onContentLoad

    Includes requests done after DOM content loaded.

    ContentTransfer SizeRequests
    html162 B9
    css1020 B2
    javascript203.2 KB8
    image0 b0
    font0 b0
    json2.5 KB2
    favicon1.6 KB1
    plain8.4 KB4
    Total216.9 KB26
    | Categories | | Tools | | First vs third | 

    Third party

    Third party requests categorised by Third party web version 0.26.2.

    CategoryRequests
    cdn 4
    survelliance 4
    CategoryNumber of tools
    cdn 2
    survelliance 2

    Third party requests and tools

    cdn (4 requests)
    Google Fonts
    Google CDN
    survelliance (4 requests)
    Google Fonts
    Google CDN

    First party requests and sizes per content type

    Calculated using .*google.* (use --firstParty to configure).

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b49.9 KB159.6 KB14
    css0 b2.2 KB4.5 KB3
    javascript0 b523.0 KB1.5 MB9
    image0 b682 B660 B1
    font0 b0 b0 b0
    plain0 b8.6 KB26.1 KB5
    json0 b2.9 KB3.7 KB3
    TotalN/A587.2 KB1.7 MB35

    Third party requests and sizes per content type

    ContentHeader SizeTransfer SizeContent SizeRequests
    html0 b0 b0 b0
    css0 b1.6 KB5.9 KB1
    javascript0 b78.6 KB214.5 KB1
    image0 b0 b0 b0
    font0 b38.6 KB38.6 KB1
    favicon0 b1.6 KB1.3 KB1
    TotalN/A120.5 KB260.3 KB4