Performance
· 15 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.
1.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
20 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.
2.41 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.
3.06 s
Page Load Progression
FPage Weight BudgetAction9.8 MB transferred, 85 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
DPage Weight InventoryAction85 resources · 9.8 MB · 277 KB savings availableFIX
~276.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 85 resources | 9.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction30 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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BJS Execution Cost890ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.3m.com/ | 192ms | 2ms | 1ms | 3rd |
| Unattributable | 149ms | 6ms | 0ms | 3rd |
| https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader.js | 142ms | 133ms | 1ms | 3rd |
| https://tags.tiqcdn.com/utag/3m/en-us/prod/utag.js?v=3.187.0 | 120ms | 95ms | 25ms | 3rd |
| https://www.3m.com/3m_theme_assets/themes/3MTheme/assets/scripts/build/lib-thirdparty/domReady.js?v=3.187.0 | 106ms | 91ms | 0ms | 3rd |
| https://www.3m.com/ruxitagentjs_ICANVfghqrux_10335260306043831.js | 93ms | 50ms | 4ms | 3rd |
| https://www.3m.com/3m_theme_assets/themes/3MTheme/assets/scripts/build/main.js?v=3.187.0 | 87ms | 65ms | 13ms | 3rd |
CJS BundlesAction21 scripts, 277 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-latest.js | 114 KB | 86 KB (75%) | ✓ | 3rd |
| https://www.3m.com/3m_theme_assets/themes/3MTheme/assets/scripts/build/main.js?v=3.187.0 | 118 KB | 74 KB (63%) | ✓ | 3rd |
| https://www.3m.com/ruxitagentjs_ICANVfghqrux_10335260306043831.js | 81 KB | 32 KB (40%) | ✓ | 3rd |
| https://config.datas3ntinel.com/rules/904990c9-fc11-407c-ab03-8ccea1884823/sentinel.js?iv=1.06&ns=_si | 42 KB | 31 KB (73%) | ✓ | 3rd |
| https://www.3m.com/3m_theme_assets/static/typeAhead/typeAheadV1.js | 60 KB | 28 KB (47%) | ✓ | 3rd |
| https://tags.tiqcdn.com/utag/3m/en-us/prod/utag.js?v=3.187.0 | 157 KB | 27 KB (17%) | ✓ | 3rd |
| https://www.3m.com/3m_theme_assets/themes/3MTheme/assets/scripts/build/require_config.js | 7 KB | — | ✓ | 3rd |
| https://www.3m.com/3m_theme_assets/themes/3MTheme/assets/scripts/build/kungfu/Tealium/TealiumCookie.js?v=3.187.0 | 3 KB | — | ✓ | 3rd |
| https://cdn-prod.securiti.ai/consent/auto_blocking/0638aaa2-354a-44c0-a777-ea4db9f7bf8a/6b6b9bd3-ba56-4136-8ed8-6ca3b3b8433b.js | 0 KB | — | ✓ | 3rd |
| https://www.3m.com/wps/wcm/connect/English/Group+A/CORP_CustomScripts_Shared/CommerceConnectorScript/CommerceConnectorScript-JS?presentationtemplate=3M%20Design%20Patterns/PT%20-%20JS&subtype=javascript | 1 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
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 Loading4 fonts (264 KB)PASS
Web fonts
4
264 KB total
Render-blocking
0
of 4
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
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 ~79 KB and ~158 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall85 requests over 3385msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.3m.com www.3m.com | Other | 192ms | 24 KB | — | $3/mo | Optional |
Unattributable Unattributable | Other | 149ms | 0 KB | — | $2/mo | Optional |
cdn-prod.securiti.ai cdn-prod.securiti.ai | Other | 142ms | 6 KB | — | $2/mo | Optional |
tags.tiqcdn.com tags.tiqcdn.com | Other | 120ms | 157 KB | 17% | $2/mo | Optional |
www.3m.com www.3m.com | Other | 106ms | 1 KB | — | $1/mo | Optional |
www.3m.com www.3m.com | Other | 93ms | 81 KB | 40% | $1/mo | Optional |
www.3m.com www.3m.com | Other | 87ms | 118 KB | 63% | $1/mo | Optional |
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
63% of www.3m.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