Performance
· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
26.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
32.12 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.
26.57 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.
32.23 s
Page Load Progression
FPage Weight BudgetAction6.6 MB transferred, 194 requestsFIX
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7888ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://deepmind.google/static/dist/site/site-abad8cda68861b08153b.js | 4796ms | 1458ms | 43ms | 3rd |
| Unattributable | 1404ms | 44ms | 0ms | 3rd |
| https://deepmind.google/ | 789ms | 13ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NRDHXJGK | 431ms | 364ms | 62ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LS8HVHCNQ0&cx=c>m=4e6460 | 284ms | 229ms | 53ms | 3rd |
| https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js | 119ms | 41ms | 6ms | 3rd |
| https://www.youtube.com/s/player/57fefa84/www-widgetapi.vflset/www-widgetapi.js | 65ms | 48ms | 3ms | 3rd |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization47 images, 0 KB saveableREVIEW
CJS BundlesAction55 scripts, 223 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://deepmind.google/static/dist/site/site-abad8cda68861b08153b.js | 155 KB | 85 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NRDHXJGK | 153 KB | 77 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LS8HVHCNQ0&cx=c>m=4e6460 | 147 KB | 61 KB (42%) | ✓ | 3rd |
| https://www.google.com/js/th/8olvQ86V984ubppr07n0ocH2E-9SiTZ-PZfvHvvgEvU.js | 0 KB | — | ✓ | 3rd |
| https://static.doubleclick.net/instream/ad_status.js | 0 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.I-saIP3mOa8.2021.O/am=AAAABQ/d=1/br=1/rs=AGKMywGgGTExJs4NRA0c5nPXigdlDVJxcA/m=root,base | 0 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/player/57fefa84/player_embed_es6.vflset/en_US/base.js | 433 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.I-saIP3mOa8.2021.O/am=AAAABQ/d=1/br=1/rs=AGKMywGgGTExJs4NRA0c5nPXigdlDVJxcA/m=root,base | 0 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/player/57fefa84/player_embed_es6.vflset/en_US/base.js | 0 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.I-saIP3mOa8.2021.O/am=AAAABQ/d=1/br=1/rs=AGKMywGgGTExJs4NRA0c5nPXigdlDVJxcA/m=root,base | 0 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
A+Text CompressionAll text resources are compressedPASS
A+Font Loading12 fonts (2564 KB)PASS
Web fonts
12
2564 KB total
Render-blocking
0
of 12
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)
Fixing the unchecked items could save ~1265 KB and ~2530 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints7 hints, 0 missing preconnectsPASS
Current Resource Hints
7 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall194 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
deepmind.google deepmind.google | Other | 4796ms | 155 KB | 55% | €77/mo | Costly |
Unattributable Unattributable | Other | 1404ms | 0 KB | — | €22/mo | Costly |
deepmind.google deepmind.google | Other | 789ms | 36 KB | — | €13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 431ms | 153 KB | 51% | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 284ms | 147 KB | 42% | €5/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 119ms | 27 KB | — | €2/mo | Optional |
www.youtube.com www.youtube.com | Other | 65ms | 11 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- deepmind.google adds 4796ms and costs ~€77/month
- Unattributable adds 1404ms and costs ~€22/month
- deepmind.google adds 789ms and costs ~€13/month
- Google Tag Manager adds 431ms and costs ~€7/month
- Google Tag Manager adds 284ms and costs ~€5/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
deepmind.google takes 4796ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
55% of deepmind.google's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Unattributable takes 1404ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
deepmind.google takes 789ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 431ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
51% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Google Tag Manager takes 284ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev