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.
9.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
357 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.128
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.19 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.
17.90 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 81 requestsFIX
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
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
FJS Execution CostAction6712ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.dupont.com/etc.clientlibs/dupont-foundation/clientlibs/clientlib-dependencies.min.js | 2400ms | 1863ms | 43ms | 1st |
| https://assets.adobedtm.com/21fa3c337531/9dd4b1d7bd35/launch-025f15007675.min.js | 1117ms | 899ms | 107ms | 3rd |
| https://www.dupont.com/ | 1005ms | 37ms | 5ms | 1st |
| https://www.dupont.com/etc.clientlibs/dupont-foundation/clientlibs/clientlib-global.min.js | 969ms | 451ms | 379ms | 1st |
| Unattributable | 890ms | 5ms | 0ms | 3rd |
| https://consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 206ms | 157ms | 1ms | 3rd |
| https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 125ms | 86ms | 11ms | 3rd |
FJS BundlesAction27 scripts, 886 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.dupont.com/etc.clientlibs/dupont-foundation/clientlibs/clientlib-global.min.js | 771 KB | 581 KB (75%) | ✗ | 1st |
| https://www.dupont.com/etc.clientlibs/dupont-foundation/clientlibs/clientlib-dependencies.min.js | 129 KB | 78 KB (61%) | ✓ | 1st |
| https://www.dupont.com/etc.clientlibs/clientlibs/granite/jquery-ui.min.js | 69 KB | 61 KB (90%) | ✓ | 1st |
| https://www.dupont.com/etc.clientlibs/dupont-applications/corporate/clientlibs/clientlib-base.min.js | 73 KB | 55 KB (76%) | ✓ | 1st |
| https://assets.adobedtm.com/21fa3c337531/9dd4b1d7bd35/launch-025f15007675.min.js | 140 KB | 36 KB (26%) | ✓ | 3rd |
| https://assets.adobedtm.com/21fa3c337531/9dd4b1d7bd35/0d2338c12f6a/EXde23dab7ffdd43f58491836eb932d170-libraryCode_source.min.js | 36 KB | 29 KB (83%) | ✓ | 3rd |
| https://www.dupont.com/etc.clientlibs/clientlibs/granite/jquery.min.js | 35 KB | 24 KB (68%) | ✓ | 1st |
| https://consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 | 78 KB | 21 KB (27%) | ✓ | 3rd |
| https://www.dupont.com/etc.clientlibs/dupont-applications/tyvek/components/structure/footer/clientlibs.min.js | 1 KB | — | ✓ | 1st |
| https://www.dupont.com/etc.clientlibs/dupont-campaigns/components/content/header-animated/clientlibs.min.js | 2 KB | — | ✓ | 1st |
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 InventoryAction81 resources · 3.4 MB · 886 KB savings availableFIX
~885.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 81 resources | 3.4 MiB | ||||||
BThird-Party Impact44% third-party, 0 ms blockingREVIEW
CImage OptimizationAction18 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
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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 Loading9 fonts (334 KB)PASS
Web fonts
9
334 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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
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 ~81 KB and ~162 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
A+HTTP Cachingmax-age=3600 (1 hour)PASS
public, max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 3600 | Cache for 1 hour |
Network Waterfall81 requests over 21194msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
assets.adobedtm.com assets.adobedtm.com | Other | 1117ms | 140 KB | 26% | $15/mo | Costly |
Unattributable Unattributable | Other | 890ms | 0 KB | — | $12/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 206ms | 78 KB | 27% | $3/mo | Costly |
consent.trustarc.com consent.trustarc.com | Other | 125ms | 36 KB | — | $2/mo | Optional |
These scripts may cost more than they're worth
- assets.adobedtm.com adds 1117ms and costs ~$15/month
- Unattributable adds 890ms and costs ~$12/month
- consent.trustarc.com adds 206ms and costs ~$3/month
assets.adobedtm.com takes 1117ms 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 890ms 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
consent.trustarc.com takes 206ms 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