Performance
· 17 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.
3.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.59 s
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.
4.05 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.
19.64 s
Page Load Progression
FPage Weight BudgetAction8.0 MB transferred, 150 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
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 CostAction5442ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.gettyimages.com/landing/assets/application.6acf8e5a50b656c4ad84.js | 2028ms | 1651ms | 269ms | 3rd |
| https://www.gettyimages.com/ | 897ms | 23ms | 29ms | 3rd |
| Unattributable | 775ms | 8ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P4WB37 | 709ms | 604ms | 85ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DMJJ3WT1SM&cx=c>m=4e64h1 | 378ms | 314ms | 60ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-X422D5Z6N0&cx=c>m=4e64h1 | 287ms | 232ms | 52ms | 3rd |
| https://www.gettyimages.com/components/customer-notifications/static/__federation_expose_CustomerNotifications.85d5cf804948db568da1.js | 107ms | 74ms | 12ms | 3rd |
| https://d.impactradius-event.com/A218913-dc0b-43b5-92cf-b5abffdabaa21.js | 101ms | 92ms | 7ms | 3rd |
| https://www.gettyimages.com/components/global-nav/static/remoteEntry.5520637637cb99eecb02.js | 90ms | 29ms | 60ms | 3rd |
| https://www.gettyimages.com/components/customer-notifications/static/remoteEntry.7e8bbd9eef2db30bf33e.js | 70ms | 57ms | 11ms | 3rd |
FJS BundlesAction46 scripts, 566 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gettyimages.com/landing/assets/application.6acf8e5a50b656c4ad84.js | 506 KB | 209 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-X422D5Z6N0&cx=c>m=4e64h1 | 144 KB | 63 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-DMJJ3WT1SM&cx=c>m=4e64h1 | 152 KB | 62 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P4WB37 | 173 KB | 51 KB (30%) | ✓ | 3rd |
| https://www.gettyimages.com/components/customer-notifications/static/117.25a61595d644d6fef239.js | 50 KB | 33 KB (67%) | ✓ | 3rd |
| https://www.gettyimages.com/components/global-nav/static/remoteEntry.5520637637cb99eecb02.js | 44 KB | 30 KB (70%) | ✓ | 3rd |
| https://www.gettyimages.com/components/search-bar/static/6697.7dc1bd61a9bcd06f55fe.js | 52 KB | 26 KB (52%) | ✓ | 3rd |
| https://www.gettyimages.com/components/customer-notifications/static/__federation_expose_CustomerNotifications.85d5cf804948db568da1.js | 32 KB | 25 KB (79%) | ✓ | 3rd |
| https://www.gettyimages.com/components/search-bar/static/remoteEntry.ad4cec922c1c8174367e.js | 37 KB | 23 KB (62%) | ✓ | 3rd |
| https://www.gettyimages.com/components/global-nav/static/2575.7819052cb781dfafb124.js | 23 KB | 22 KB (100%) | ✓ | 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
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
FPage Weight InventoryAction150 resources · 8.0 MB · 566 KB savings availableFIX
~566.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 150 resources | 8.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization65 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (28 KB)PASS
Web fonts
2
28 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 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
Network Waterfall150 requests over 3184msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.gettyimages.com www.gettyimages.com | Other | 2028ms | 506 KB | 42% | $12/mo | Costly |
www.gettyimages.com www.gettyimages.com | Other | 897ms | 54 KB | — | $5/mo | Costly |
Unattributable Unattributable | Other | 775ms | 0 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 709ms | 173 KB | 30% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 378ms | 152 KB | 40% | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 287ms | 144 KB | 44% | $2/mo | Costly |
www.gettyimages.com www.gettyimages.com | Other | 107ms | 32 KB | 79% | $1/mo | Optional |
d.impactradius-event.com d.impactradius-event.com | Other | 101ms | 21 KB | — | $1/mo | Optional |
www.gettyimages.com www.gettyimages.com | Other | 90ms | 44 KB | 70% | $1/mo | Optional |
www.gettyimages.com www.gettyimages.com | Other | 70ms | 25 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- www.gettyimages.com adds 2028ms and costs ~$12/month
- www.gettyimages.com adds 897ms and costs ~$5/month
- Unattributable adds 775ms and costs ~$4/month
- Google Tag Manager adds 709ms and costs ~$4/month
- Google Tag Manager adds 378ms and costs ~$2/month
- Google Tag Manager adds 287ms and costs ~$2/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
www.gettyimages.com takes 2028ms 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
www.gettyimages.com takes 897ms 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
Unattributable takes 775ms 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 709ms 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 378ms 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 287ms 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
79% of www.gettyimages.com'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
70% of www.gettyimages.com'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