Skip to content
https://google.com

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
1
REVIEW
5
PASS
17
INFO
4

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

78
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.38 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.27 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

0 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.58 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

4.27 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
27
17 PASS 5 REVIEW 1 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (258.3 KiB of 258.4 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
B
JS Execution Cost
634ms total JS execution
REVIEW
634ms total JS execution
Warning::
https://www.google.com/: 356ms CPU time
Info::
Unattributable: 148ms CPU time
Info::
https://www.gstatic.com/og/_/js/k=og.qtm.en_US.6Gg...: 130ms CPU time
Warning::
Third-party scripts: 634ms (100% of total)

Main Thread Breakdown

Script Evaluation 35% Other 29% Style & Layout 19% Script Parsing & Compilation 8% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://www.google.com/356ms122ms31ms3rd
Unattributable148ms6ms0ms3rd
https://www.gstatic.com/og/_/js/k=og.qtm.en_US.6Gg_vhaORp0.2019.O/rt=j/m=qabr,q_dnp,qcwid,qapid,qads/exm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/rs=AA2YrTscrfpjYlephp7nLsDy1CMPBWZ2ow130ms95ms17ms3rd
B
JS Bundles
1 scripts, 55 KB unused
REVIEW
1 scripts, 55 KB unused
Warning::
https://www.gstatic.com/og/_/js/k=og.qtm.en_US.6Gg...: 55 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 55 KB
55 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/og/_/js/k=og.qtm.en_US.6Gg_vhaORp0.2019.O/rt=j/m=qabr,q_dnp,qcwid,qapid,qads/exm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/rs=AA2YrTscrfpjYlephp7nLsDy1CMPBWZ2ow82 KB55 KB (68%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
C
Main HTML Cache-Control
Action
Main HTML max-age=2592000 (~43200min) is aggressive
REVIEW
Main HTML max-age=2592000 (~43200min) is aggressive
Warning::
Main HTML cached for 43200 minutes -- risks stale auth / SPA state
Long max-age on the main HTML document means users may see outdated auth state, SPA shells, or A/B variants until the cache expires. Consider Cache-Control: no-cache (or max-age=300) for HTML and let your hashed assets (JS/CSS/images) carry the long cache instead.
Got: public, max-age=2592000
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
A+
Page Weight Budget
258 KB transferred, 28 requests
PASS
258 KB transferred, 28 requests
Info::
Page weighs 759 KB (258 KB transferred)
Info::
28 HTTP requests
Info::
Estimated 0.05 g CO2 per page load
258 KB / 2.4 MB budget
258 KB transferred
28 requests
0.05 g CO2 per page load
JavaScript 81.7 KiB 32%
HTML 77.9 KiB 30%
Other 63.7 KiB 25%
Fonts 24.0 KiB 9%
Images 7.3 KiB 3%
CSS 3.4 KiB 1%
Other 346 B 0%
Other 75 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
7 images, 0 KB saveable
PASS
7 images, 0 KB saveable
Warning::
https://fonts.gstatic.com/s/i/productlogos/googleg... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
7 images 7 KB
0 oversized -0 KB
2 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

A+
Font Loading
1 fonts (24 KB)
PASS
1 fonts (24 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

24 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 3.4 s LCP 4.3 shttps://fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCIhM907w.woff24UaRrENHsxJlGDuGo1OIlJf... https://fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCIhM907w.woff2 — 24.0 KiB — 128 ms — font-display: swap
4UaRrENHsxJlGDuGo1OIlJf... woff2 swap
Size 24 KB
Load time 128 ms
Start 359 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
2
dns-prefetch
prefetch

2 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A
Page Weight Inventory
28 resources · 258 KB · 55 KB savings available
PASS
28 resources · 258 KB · 55 KB savings available
Info::
Within 1MB page-weight target
Got: 258 KB
Info::
~55 KB of savings available
Warning::
27 third-party resources (100% of weight)
28 resources · 258.4 KiB · 27 third-party Within 1MB page-weight target
JavaScript 32% · 81.7 KiB
Document 30% · 78.0 KiB
Other 23% · 59.1 KiB
Font 9% · 24.0 KiB
Image 5% · 12.1 KiB
CSS 1% · 3.4 KiB

~55.1 KiB of savings available

Remove unused JavaScript: 55.1 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
JavaScript Blocking
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

A
HTTP Caching
max-age=2592000 (4 weeks)
PASS
max-age=2592000 (4 weeks)
Info::
Cache-Control header is set
Got: public, max-age=2592000
Info::
Effective TTL: 4 weeks (max-age=2592000)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=2592000

DirectiveValueMeaning
publicAny cache may store this response
max-age2592000Cache for 4 weeks
Effective TTL: 2592000 seconds
Network Waterfall
28 requests over 1923ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 3.4 s LCP 4.3 shttps://google.com// https://google.com/ — 301 — 21 B — 153 ms — h3https://www.google.com/www.google.com/ https://www.google.com/ — 200 — 77.9 KiB — 131 ms — h3https://fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCIhM907w.woff2fonts.gstatic.com/s/googlesans/v29/... https://fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCIhM907w.woff2 — 200 — 24.0 KiB — 128 ms — h3https://www.google.com/images/searchbox/searchbox_sprites350_hr.webpwww.google.com/images/searchbox/sea... https://www.google.com/images/searchbox/searchbox_sprites350_hr.webp — 200 — 1.6 KiB — 25 ms — h3https://www.google.com/async/hpba?yv=3&cs=0&ei=cHUAaqyHF7SekdUP4vyb-AY&async=_basejs:/xjs/_/js/k%3Dxjs.hm.es.3m5N7iNHzvQ.2019.O/am%3DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAAAAAAIEAAAAAAAAAAAIAAAAAAAAAAAAAAAAgAiAAAAAAAAAAAAAABgAAAAAQAAAgAAAABgAQAAAEEAAAAKAAQAAAAAAAAAAAAAAAAAABBEAACAEAAB_AMAKAAAAAAAAAAAAAAAgARhgAYAGAAAAQAAEAAAAAAABgAAAAAAAAAAAAgAAAAAAAAAAAQAAAAAAACAAAABBAQAAABAAAAAAAAAgAAAAAAAAAAAAAAAAAAAMgAAAAAAAAAAAAAAAAAAA4AAACAQAAAAAYCAEAgAEAAAAADQAHggYIigAAAAAAAAAAAAAAAAAAAAAAADgAAZYBgEEgAAAAAAAAAAAAAAAAAAAAAAAAAAAACSEXQMAAAAAAAYB/dg%3D0/br%3D1/rs%3DACT90oEyPIrGpDCIr-BYWWcLaJ334hHBQA,_basecss:/xjs/_/ss/k%3Dxjs.hm.f0YCYefS7Uo.L.B1.O/am%3DABAgAAAAAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAgAAAAAAAEAACAAAAAAAAAAEAAyAAAAMQAAAAAAAAAAAAAAAAIAAAAQAAAAAAAABAAAAAAAAAAgAAAAAAAwAAAEEAEAAAgQAEAAAAACAAAAAAAAAAABBAAAAAAAAAAAAACAAAAAAAAAAAAAMAAMBgAAAAAAAAAAAAAYAAQAAIBhFAIAIIgAAAAAAAAIAAAAAAAAAAgAAAAAAAAAAABAAIAABAAAAAAAAAAAAABAECNDAAAYIAAQACIgAAAACAAAAAAAAAAAAAAYAIAAAAAAMAAYCgEAgAAAAAAABA/br%3D1/rs%3DACT90oHPhDtYh4l4hx74d1u_UK55ZaBvjQ,_basecomb:/xjs/_/js/k%3Dxjs.hm.es.3m5N7iNHzvQ.2019.O/ck%3Dxjs.hm.f0YCYefS7Uo.L.B1.O/am%3DABAgAAAAAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAgAAAAQABEAACAAAIEAAAAAEAAyAAIAMQAAAAAAAAAAAAAgAiIAAAAQAAAAAAAABgAAAAAQAAAgAAAABgAwAAAEEAEAAKgQQEAAAAACAAAAAAAAAAABBEAACAEAAB_AMAKAAAAAAAAAAAAAMAgMRhgAYAGAAAAQAAEYAAQAAIBhFAIAIIgAAAAAgAAIAAAAAAAAQAgAAAAACAAAABBAQIAABAAAAAAAAAgAAABAECNDAAAYIAAQACMgAAAACAAAAAAAAAAAAAA4AIACAQAAMAAYCgEAgAEAAAAADQAHggYIigAAAAAAAAAAAAAAAAAAAAAAADgAAZYBgEEgAAAAAAAAAAAAAAAAAAAAAAAAAAAACSEXQMAAAAAAAYB/d%3D1/ed%3D1/dg%3D0/br%3D1/ujg%3D1/rs%3DACT90oG7u1wp_H2m8Jf9zSQwqtdApe9t9g,_fmt:prog,_id:_cHUAaqyHF7SekdUP4vyb-AY_14&sp_imghp=false&sp_hpep=2&sp_hpte=0&vet=10ahUKEwis_-f_166UAxU0T6QEHWL-Bm8Qj-0KCB0..iwww.google.com/async/hpba?yv=3&cs=0... https://www.google.com/async/hpba?yv=3&cs=0&ei=cHUAaqyHF7SekdUP4vyb-AY&async=_basejs:/xjs/_/js/k%3Dxjs.hm.es.3m5N7iNHzvQ.2019.O/am%3DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAAAAAAIEAAAAAAAAAAAIAAAAAAAAAAAAAAAAgAiAAAAAAAAAAAAAABgAAAAAQAAAgAAAABgAQAAAEEAAAAKAAQAAAAAAAAAAAAAAAAAABBEAACAEAAB_AMAKAAAAAAAAAAAAAAAgARhgAYAGAAAAQAAEAAAAAAABgAAAAAAAAAAAAgAAAAAAAAAAAQAAAAAAACAAAABBAQAAABAAAAAAAAAgAAAAAAAAAAAAAAAAAAAMgAAAAAAAAAAAAAAAAAAA4AAACAQAAAAAYCAEAgAEAAAAADQAHggYIigAAAAAAAAAAAAAAAAAAAAAAADgAAZYBgEEgAAAAAAAAAAAAAAAAAAAAAAAAAAAACSEXQMAAAAAAAYB/dg%3D0/br%3D1/rs%3DACT90oEyPIrGpDCIr-BYWWcLaJ334hHBQA,_basecss:/xjs/_/ss/k%3Dxjs.hm.f0YCYefS7Uo.L.B1.O/am%3DABAgAAAAAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAgAAAAAAAEAACAAAAAAAAAAEAAyAAAAMQAAAAAAAAAAAAAAAAIAAAAQAAAAAAAABAAAAAAAAAAgAAAAAAAwAAAEEAEAAAgQAEAAAAACAAAAAAAAAAABBAAAAAAAAAAAAACAAAAAAAAAAAAAMAAMBgAAAAAAAAAAAAAYAAQAAIBhFAIAIIgAAAAAAAAIAAAAAAAAAAgAAAAAAAAAAABAAIAABAAAAAAAAAAAAABAECNDAAAYIAAQACIgAAAACAAAAAAAAAAAAAAYAIAAAAAAMAAYCgEAgAAAAAAABA/br%3D1/rs%3DACT90oHPhDtYh4l4hx74d1u_UK55ZaBvjQ,_basecomb:/xjs/_/js/k%3Dxjs.hm.es.3m5N7iNHzvQ.2019.O/ck%3Dxjs.hm.f0YCYefS7Uo.L.B1.O/am%3DABAgAAAAAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAgAAAAQABEAACAAAIEAAAAAEAAyAAIAMQAAAAAAAAAAAAAgAiIAAAAQAAAAAAAABgAAAAAQAAAgAAAABgAwAAAEEAEAAKgQQEAAAAACAAAAAAAAAAABBEAACAEAAB_AMAKAAAAAAAAAAAAAMAgMRhgAYAGAAAAQAAEYAAQAAIBhFAIAIIgAAAAAgAAIAAAAAAAAQAgAAAAACAAAABBAQIAABAAAAAAAAAgAAABAECNDAAAYIAAQACMgAAAACAAAAAAAAAAAAAA4AIACAQAAMAAYCgEAgAEAAAAADQAHggYIigAAAAAAAAAAAAAAAAAAAAAAADgAAZYBgEEgAAAAAAAAAAAAAAAAAAAAAAAAAAAACSEXQMAAAAAAAYB/d%3D1/ed%3D1/dg%3D0/br%3D1/ujg%3D1/rs%3DACT90oG7u1wp_H2m8Jf9zSQwqtdApe9t9g,_fmt:prog,_id:_cHUAaqyHF7SekdUP4vyb-AY_14&sp_imghp=false&sp_hpep=2&sp_hpte=0&vet=10ahUKEwis_-f_166UAxU0T6QEHWL-Bm8Qj-0KCB0..i — 200 — 141 B — 58 ms — h3https://www.gstatic.com/og/_/js/k=og.qtm.en_US.6Gg_vhaORp0.2019.O/rt=j/m=qabr,q_dnp,qcwid,qapid,qads/exm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/rs=AA2YrTscrfpjYlephp7nLsDy1CMPBWZ2owwww.gstatic.com/og/_/js/k=og.qtm.en... https://www.gstatic.com/og/_/js/k=og.qtm.en_US.6Gg_vhaORp0.2019.O/rt=j/m=qabr,q_dnp,qcwid,qapid,qads/exm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/rs=AA2YrTscrfpjYlephp7nLsDy1CMPBWZ2ow — 200 — 81.7 KiB — 234 ms — h2https://www.gstatic.com/og/_/ss/k=og.qtm.z9eVKIihe6c.L.W.O/m=qcwid,d_b_gm3,d_wi_gm3,d_lo_gm3/excm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/ct=zgms/rs=AA2YrTsZ0Q6AwtEV1nLE1VwaZZYf9Ja77Qwww.gstatic.com/og/_/ss/k=og.qtm.z9... https://www.gstatic.com/og/_/ss/k=og.qtm.z9eVKIihe6c.L.W.O/m=qcwid,d_b_gm3,d_wi_gm3,d_lo_gm3/excm=qaaw,qadd,qaid,qein,qhaw,qhba,qhbr,qhch,qhga,qhid,qhin/d=1/ed=1/ct=zgms/rs=AA2YrTsZ0Q6AwtEV1nLE1VwaZZYf9Ja77Q — 200 — 3.4 KiB — 160 ms — h2https://fonts.gstatic.com/s/i/productlogos/googleg/v6/24px.svgfonts.gstatic.com/s/i/productlogos/... https://fonts.gstatic.com/s/i/productlogos/googleg/v6/24px.svg — 200 — 465 B — 90 ms — h3https://fonts.gstatic.com/s/i/googlematerialicons/expand_more/v12/24px.svgfonts.gstatic.com/s/i/googlemateria... https://fonts.gstatic.com/s/i/googlematerialicons/expand_more/v12/24px.svg — 200 — 197 B — 91 ms — h3https://www.google.com/gen_204?atyp=i&ct=bxjs&cad=&b=0&ei=cHUAaqyHF7SekdUP4vyb-AY&zx=1778414960519&opi=89978449www.google.com/gen_204?atyp=i&ct=bx... https://www.google.com/gen_204?atyp=i&ct=bxjs&cad=&b=0&ei=cHUAaqyHF7SekdUP4vyb-AY&zx=1778414960519&opi=89978449 — 204 — 15 B — 33 ms — h3https://www.google.com/gen_204?ei=cHUAaqyHF7SekdUP4vyb-AY&vet=10ahUKEwis_-f_166UAxU0T6QEHWL-Bm8QhJAHCDk..s&bl=07lQ&s=webhp&gl=es&pc=SEARCH_HOMEPAGE&isMobile=truewww.google.com/gen_204?ei=cHUAaqyHF... https://www.google.com/gen_204?ei=cHUAaqyHF7SekdUP4vyb-AY&vet=10ahUKEwis_-f_166UAxU0T6QEHWL-Bm8QhJAHCDk..s&bl=07lQ&s=webhp&gl=es&pc=SEARCH_HOMEPAGE&isMobile=true — 204 — 15 B — 26 ms — h3data:image/svg+xml,<svg width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path fill='%233…www.w3.org/2000/svg'><path fill='%... data:image/svg+xml,<svg width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path fill='%233… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/sv…www.w3.org/2000/sv… data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/sv… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/sv…www.w3.org/2000/sv… data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/sv… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/sv…www.w3.org/2000/sv… data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/sv… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path fill='%233…www.w3.org/2000/svg'><path fill='%... data:image/svg+xml,<svg width='16' height='16' xmlns='http://www.w3.org/2000/svg'><path fill='%233… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%233c4043' xmlns='http://w…w… data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%233c4043' xmlns='http://w… — 200 — 0 B — 0 ms — datahttps://www.google.com/gen_204?ei=cHUAaqyHF7SekdUP4vyb-AY&vet=10ahUKEwis_-f_166UAxU0T6QEHWL-Bm8QkpAHCJoB..s&bl=07lQ&s=webhpwww.google.com/gen_204?ei=cHUAaqyHF... https://www.google.com/gen_204?ei=cHUAaqyHF7SekdUP4vyb-AY&vet=10ahUKEwis_-f_166UAxU0T6QEHWL-Bm8QkpAHCJoB..s&bl=07lQ&s=webhp — 204 — 15 B — 26 ms — h3https://www.google.com/xjs/_/ss/k=xjs.hm.f0YCYefS7Uo.L.B1.O/am=ABAgAAAAAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAgAAAAAAAEAACAAAAAAAAAAEAAyAAAAMQAAAAAAAAAAAAAAAAIAAAAQAAAAAAAABAAAAAAAAAAgAAAAAAAwAAAEEAEAAAgQAEAAAAACAAAAAAAAAAABBAAAAAAAAAAAAACAAAAAAAAAAAAAMAAMBgAAAAAAAAAAAAAYAAQAAIBhFAIAIIgAAAAAAAAIAAAAAAAAAAgAAAAAAAAAAABAAIAABAAAAAAAAAAAAABAECNDAAAYIAAQACIgAAAACAAAAAAAAAAAAAAYAIAAAAAAMAAYCgEAgAAAAAAABA/d=1/ed=1/br=1/rs=ACT90oHPhDtYh4l4hx74d1u_UK55ZaBvjQ/m=bct,cdos,hsm,jsa,qim,rr4R9e,cEt90b,SNUn3,qddgKe,sTsDMc,dtl0hd,eHDfl,YV5bee,d,csiwww.google.com/xjs/_/ss/k=xjs.hm.f0... https://www.google.com/xjs/_/ss/k=xjs.hm.f0YCYefS7Uo.L.B1.O/am=ABAgAAAAAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAgAAAAAAAEAACAAAAAAAAAAEAAyAAAAMQAAAAAAAAAAAAAAAAIAAAAQAAAAAAAABAAAAAAAAAAgAAAAAAAwAAAEEAEAAAgQAEAAAAACAAAAAAAAAAABBAAAAAAAAAAAAACAAAAAAAAAAAAAMAAMBgAAAAAAAAAAAAAYAAQAAIBhFAIAIIgAAAAAAAAIAAAAAAAAAAgAAAAAAAAAAABAAIAABAAAAAAAAAAAAABAECNDAAAYIAAQACIgAAAACAAAAAAAAAAAAAAYAIAAAAAAMAAYCgEAgAAAAAAABA/d=1/ed=1/br=1/rs=ACT90oHPhDtYh4l4hx74d1u_UK55ZaBvjQ/m=bct,cdos,hsm,jsa,qim,rr4R9e,cEt90b,SNUn3,qddgKe,sTsDMc,dtl0hd,eHDfl,YV5bee,d,csi — 200 — 22 B — 20 ms — h3https://www.google.com/gen_204?s=async&astyp=hpba&t=all&atyp=csi&ei=cHUAatnfH6Dw7M8PkPPY6QM&rt=ipf.12,ipfr.68,ttfb.68,st.69,ipfrl.71,acrt.71,aaft.71,art.72,ns.-365&twt=1&mwt=1&imn=0&ima=0&cb=112&ucb=102&folid=_cHUAaqyHF7SekdUP4vyb-AY_14www.google.com/gen_204?s=async&asty... https://www.google.com/gen_204?s=async&astyp=hpba&t=all&atyp=csi&ei=cHUAatnfH6Dw7M8PkPPY6QM&rt=ipf.12,ipfr.68,ttfb.68,st.69,ipfrl.71,acrt.71,aaft.71,art.72,ns.-365&twt=1&mwt=1&imn=0&ima=0&cb=112&ucb=102&folid=_cHUAaqyHF7SekdUP4vyb-AY_14 — 204 — 15 B — 30 ms — h3https://www.google.com/images/nav_logo325_hr.webpwww.google.com/images/nav_logo325_h... https://www.google.com/images/nav_logo325_hr.webp — 200 — 5.0 KiB — 27 ms — h3https://www.google.com/gen_204?s=webhp&t=aft&atyp=csi&ei=cHUAaqyHF7SekdUP4vyb-AY&rt=wsrt.334,hst.17,prt.78,xjspls.105,dcl.106,afti.152,aft.152&folr=_cHUAaqyHF7SekdUP4vyb-AY_14&imn=2&dtc=183&stc=31&ima=2&imad=0&imac=0&wh=823&nt=navigate&dt=&ts=80032&nhp=h3&ant=push&opi=89978449www.google.com/gen_204?s=webhp&t=af... https://www.google.com/gen_204?s=webhp&t=aft&atyp=csi&ei=cHUAaqyHF7SekdUP4vyb-AY&rt=wsrt.334,hst.17,prt.78,xjspls.105,dcl.106,afti.152,aft.152&folr=_cHUAaqyHF7SekdUP4vyb-AY_14&imn=2&dtc=183&stc=31&ima=2&imad=0&imac=0&wh=823&nt=navigate&dt=&ts=80032&nhp=h3&ant=push&opi=89978449 — 204 — 15 B — 26 ms — h3https://ogads-pa.clients6.google.com/$rpc/google.internal.onegoogle.asyncdata.v1.AsyncDataService/GetAsyncDataogads-pa.clients6.google.com/$rpc/g... https://ogads-pa.clients6.google.com/$rpc/google.internal.onegoogle.asyncdata.v1.AsyncDataService/GetAsyncData — 200 — 0 B — 158 ms — h2https://www.google.com/images/branding/product/1x/gsa_android_144dp.pngwww.google.com/images/branding/prod... https://www.google.com/images/branding/product/1x/gsa_android_144dp.png — 200 — 4.9 KiB — 25 ms — h3https://ogads-pa.clients6.google.com/$rpc/google.internal.onegoogle.asyncdata.v1.AsyncDataService/GetAsyncDataogads-pa.clients6.google.com/$rpc/g... https://ogads-pa.clients6.google.com/$rpc/google.internal.onegoogle.asyncdata.v1.AsyncDataService/GetAsyncData — 200 — 54 B — 129 ms — h3https://www.google.com/shared_dict/homepage/6a11a1bc5c18f9a36aaa8624da2204cd351df757ca4d8f782e33d5f9d55dc889.dictwww.google.com/shared_dict/homepage... https://www.google.com/shared_dict/homepage/6a11a1bc5c18f9a36aaa8624da2204cd351df757ca4d8f782e33d5f9d55dc889.dict — 200 — 58.8 KiB — 52 ms — h3https://play.google.com/log?format=json&hasfast=trueplay.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true — 200 — 0 B — 163 ms — h2https://play.google.com/log?format=json&hasfast=trueplay.google.com/log?format=json&has... https://play.google.com/log?format=json&hasfast=true — 200 — 151 B — 122 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 634ms · 160KB · €7/mo
www.google.com
Other
Costly
Execution 356ms
Transfer 78 KB
Monthly Cost €4/mo
Unattributable
Other
Optional
Execution 148ms
Transfer 0 KB
Monthly Cost €2/mo
www.gstatic.com
Other
Optional
Execution 130ms
Transfer 82 KB
Unused 68%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.google.com adds 356ms and costs ~€4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.google.com takes 356ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

68% of www.gstatic.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)

LCP (p75)

3046 ms

67% good

INP (p75)

256 ms

67% good

CLS (p75)

0.000

98% good

FCP (p75)

2714 ms

TTFB (p75)

1814 ms

Image Optimization
11 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

11

Total Size

0 KB

Oversized

1

10 missing alt text 11 missing dimensions 9 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback