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.
4.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
708 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.046
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.72 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.
15.74 s
Page Load Progression
FPage Weight BudgetAction6.4 MB transferred, 83 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction6701ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 3236ms | 99ms | 0ms | 3rd |
| https://www.coca-colacompany.com/ | 1099ms | 10ms | 4ms | 3rd |
| https://static-p58902-e658605.adobeaemcloud.com/13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb8161998ac6692/theme.js | 998ms | 448ms | 116ms | 3rd |
| https://assets.adobedtm.com/1bfb1e5032f0/33fdda951f02/launch-222d349873da.min.js | 620ms | 497ms | 57ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js | 299ms | 179ms | 43ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MKSKSL3>m_auth=YgnSCG1vlrM0Gsasul5Jjw>m_preview=env-1>m_cookies_win=x | 209ms | 170ms | 37ms | 3rd |
| https://static-p58902-e658605.adobeaemcloud.com/13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb8161998ac6692/theme.css | 90ms | 0ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MKSKSL3 | 81ms | 34ms | 47ms | 3rd |
| https://static-p58902-e658605.adobeaemcloud.com/13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb8161998ac6692/company.js | 69ms | 15ms | 1ms | 3rd |
FJS BundlesAction22 scripts, 537 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static-p58902-e658605.adobeaemcloud.com/13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb8161998ac6692/theme.js | 350 KB | 244 KB (70%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MKSKSL3 | 144 KB | 92 KB (64%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MKSKSL3>m_auth=YgnSCG1vlrM0Gsasul5Jjw>m_preview=env-1>m_cookies_win=x | 145 KB | 70 KB (49%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js | 120 KB | 65 KB (54%) | ✓ | 3rd |
| https://assets.adobedtm.com/1bfb1e5032f0/33fdda951f02/launch-222d349873da.min.js | 124 KB | 64 KB (52%) | ✓ | 3rd |
| https://assets.adobedtm.com/1bfb1e5032f0/33fdda951f02/756893878341/RCf43cc64ad1e44c4596217263571af22a-source.min.js | 0 KB | — | ✓ | 3rd |
| https://assets.adobedtm.com/1bfb1e5032f0/33fdda951f02/756893878341/RCba5f9012507f4ffeb601d8b78bf2de19-source.min.js | 1 KB | — | ✓ | 3rd |
| https://www.coca-colacompany.com/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.js | 1 KB | — | ✓ | 3rd |
| https://static-p58902-e658605.adobeaemcloud.com/13a636397c08fefaa11c6cfdabb5128eabed6d30f7ca33875cb8161998ac6692/company.js | 2 KB | — | ✓ | 3rd |
| https://www.coca-colacompany.com/etc.clientlibs/onexp/clientlibs/clientlib-base.lc-7a24a291d40ac2c0290fc699b9f9a90e-lc.min.js | 13 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
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 InventoryAction83 resources · 6.4 MB · 537 KB savings availableFIX
~536.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 83 resources | 6.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction27 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
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 Loading7 fonts (461 KB)PASS
Web fonts
7
461 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~102 KB and ~204 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall83 requests over 4465msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 3236ms | 0 KB | — | $43/mo | Costly |
www.coca-colacompany.com www.coca-colacompany.com | Other | 1099ms | 25 KB | — | $15/mo | Costly |
static-p58902-e658605.adobeaemcloud.com static-p58902-e658605.adobeaemcloud.com | Other | 998ms | 350 KB | 70% | $13/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 620ms | 124 KB | 52% | $8/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 299ms | 120 KB | 54% | $4/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 209ms | 145 KB | 49% | $3/mo | Costly |
static-p58902-e658605.adobeaemcloud.com static-p58902-e658605.adobeaemcloud.com | Other | 90ms | 150 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 81ms | 144 KB | 64% | $1/mo | Optional |
static-p58902-e658605.adobeaemcloud.com static-p58902-e658605.adobeaemcloud.com | Other | 69ms | 2 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 3236ms and costs ~$43/month
- www.coca-colacompany.com adds 1099ms and costs ~$15/month
- static-p58902-e658605.adobeaemcloud.com adds 998ms and costs ~$13/month
- assets.adobedtm.com adds 620ms and costs ~$8/month
- Google Tag Manager adds 209ms and costs ~$3/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
Unattributable takes 3236ms 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.coca-colacompany.com takes 1099ms 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
static-p58902-e658605.adobeaemcloud.com takes 998ms 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
70% of static-p58902-e658605.adobeaemcloud.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
assets.adobedtm.com takes 620ms 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
52% of assets.adobedtm.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
54% of OneTrust'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 209ms 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
64% 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