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.
12.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
46.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.64 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.
12.07 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.
48.81 s
Page Load Progression
FPage Weight BudgetAction12.6 MB transferred, 95 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 CostAction10313ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ey.com/nl_nl | 3230ms | 1210ms | 13ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202411.1.0/otBannerSdk.js | 1915ms | 1671ms | 87ms | 3rd |
| Unattributable | 1324ms | 141ms | 0ms | 3rd |
| https://www.ey.com/etc.clientlibs/ey-unified-site/clientlibs/clientlib-webpack-components.lc-58c51d2fee72198f943c565bfe20393e-lc.min.js | 1184ms | 886ms | 81ms | 3rd |
| https://www.ey.com/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js | 798ms | 404ms | 22ms | 3rd |
| https://assets.adobedtm.com/476538bf0bae/da9b80fab950/launch-59ae0fcb4393.min.js | 616ms | 437ms | 172ms | 3rd |
| https://www.ey.com/etc.clientlibs/ey-unified-site/clientlibs/clientlib-webpack-default-light.lc-3d29fcb3712b59d4eab11e15df2f15a9-lc.min.js | 459ms | 294ms | 74ms | 3rd |
| https://www.ey.com/etc.clientlibs/ey-unified-site/clientlibs/clientlib-base.lc-575fc2408067eeaec518b37ac1e6df39-lc.min.js | 224ms | 192ms | 17ms | 3rd |
| https://www.ey.com/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.js | 220ms | 189ms | 1ms | 3rd |
| https://public.flourish.studio/resources/embed.js | 147ms | 104ms | 7ms | 3rd |
Showing top 10 of 13 scripts
DJS BundlesAction22 scripts, 337 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.ey.com/etc.clientlibs/ey-unified-site/clientlibs/clientlib-webpack-default-light.lc-3d29fcb3712b59d4eab11e15df2f15a9-lc.min.js | 128 KB | 103 KB (82%) | ✓ | 3rd |
| https://www.ey.com/etc.clientlibs/ey-unified-site/clientlibs/clientlib-webpack-components.lc-58c51d2fee72198f943c565bfe20393e-lc.min.js | 127 KB | 92 KB (73%) | ✓ | 3rd |
| https://assets.adobedtm.com/476538bf0bae/da9b80fab950/launch-59ae0fcb4393.min.js | 193 KB | 81 KB (42%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202411.1.0/otBannerSdk.js | 112 KB | 61 KB (54%) | ✓ | 3rd |
| https://www.ey.com/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.js | 1 KB | — | ✓ | 3rd |
| https://www.ey.com/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js | 12 KB | — | ✓ | 3rd |
| https://public.flourish.studio/resources/embed.js | 15 KB | — | ✓ | 3rd |
| https://www.ey.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js | 2 KB | — | ✓ | 3rd |
| https://www.ey.com/etc.clientlibs/ey-unified-site/clientlibs/clientlib-base.lc-575fc2408067eeaec518b37ac1e6df39-lc.min.js | 24 KB | — | ✓ | 3rd |
| https://www.ey.com/etc.clientlibs/ey-unified-site/clientlibs/clientlib-webpack-runtime.lc-5c00b68d530ef2f3c4633d0049f026ca-lc.min.js | 3 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
DPage Weight InventoryAction95 resources · 12.6 MB · 337 KB savings availableFIX
~336.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 95 resources | 12.6 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization41 images, 0 KB saveableREVIEW
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 (681 KB)PASS
Web fonts
7
681 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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 ~277 KB and ~554 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 Waterfall95 requests over 3268msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.ey.com www.ey.com | Other | 3230ms | 46 KB | — | €52/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 1915ms | 112 KB | 54% | €31/mo | Essential |
Unattributable Unattributable | Other | 1324ms | 0 KB | — | €21/mo | Costly |
www.ey.com www.ey.com | Other | 1184ms | 127 KB | 73% | €19/mo | Costly |
www.ey.com www.ey.com | Other | 798ms | 36 KB | — | €13/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 616ms | 193 KB | 42% | €10/mo | Costly |
www.ey.com www.ey.com | Other | 459ms | 128 KB | 82% | €7/mo | Costly |
www.ey.com www.ey.com | Other | 224ms | 24 KB | — | €4/mo | Costly |
www.ey.com www.ey.com | Other | 220ms | 2 KB | — | €4/mo | Costly |
public.flourish.studio public.flourish.studio | Other | 147ms | 15 KB | — | €2/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 69ms | 1 KB | — | €1/mo | Optional |
myey-assets-euw.ey.com myey-assets-euw.ey.com | Other | 65ms | 32 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 65ms | 9 KB | — | €1/mo | Essential |
These scripts may cost more than they're worth
- www.ey.com adds 3230ms and costs ~€52/month
- Unattributable adds 1324ms and costs ~€21/month
- www.ey.com adds 1184ms and costs ~€19/month
- www.ey.com adds 798ms and costs ~€13/month
- assets.adobedtm.com adds 616ms and costs ~€10/month
- www.ey.com adds 459ms and costs ~€7/month
- www.ey.com adds 224ms and costs ~€4/month
- www.ey.com adds 220ms and costs ~€4/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.ey.com takes 3230ms 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
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
Unattributable takes 1324ms 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.ey.com takes 1184ms 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
73% of www.ey.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
www.ey.com takes 798ms 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
assets.adobedtm.com takes 616ms 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.ey.com takes 459ms 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
82% of www.ey.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
www.ey.com takes 224ms 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.ey.com takes 220ms 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