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.99 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
546 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.
7.96 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.
13.96 s
Page Load Progression
FPage Weight BudgetAction14.2 MB transferred, 86 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 CostAction4005ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.3m.com/ | 927ms | 10ms | 5ms | 3rd |
| Unattributable | 626ms | 26ms | 0ms | 3rd |
| https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-loader.js | 574ms | 546ms | 2ms | 3rd |
| https://tags.tiqcdn.com/utag/3m/en-us/prod/utag.js?v=3.187.0 | 537ms | 425ms | 108ms | 3rd |
| https://www.3m.com/ruxitagentjs_ICANVfghqrux_10335260306043831.js | 395ms | 249ms | 27ms | 3rd |
| https://www.3m.com/3m_theme_assets/themes/3MTheme/assets/scripts/build/lib-thirdparty/domReady.js?v=3.187.0 | 388ms | 354ms | 0ms | 3rd |
| https://www.3m.com/3m_theme_assets/themes/3MTheme/assets/scripts/build/main.js?v=3.187.0 | 299ms | 215ms | 48ms | 3rd |
| https://www.3m.com/3m_theme_assets/static/typeAhead/typeAheadV1.js | 130ms | 80ms | 18ms | 3rd |
| https://cdn-prod.securiti.ai/consent/cookie-consent-sdk-latest.js | 74ms | 23ms | 49ms | 3rd |
| https://www.3m.com/3m_theme_assets/themes/3MTheme/assets/scripts/build/require_config.js | 55ms | 48ms | 1ms | 3rd |
DPage Weight InventoryAction86 resources · 14.2 MB · 272 KB savings availableFIX
~272.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 86 resources | 14.2 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
CJS BundlesAction21 scripts, 272 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://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/ruxitagentjs_ICANVfghqrux_10335260306043831.js | 81 KB | 29 KB (36%) | ✓ | 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/static/typeAhead/typeAheadV1.js | 60 KB | 26 KB (44%) | ✓ | 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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall86 requests over 5814msINFO
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 | 927ms | 24 KB | — | $12/mo | Costly |
Unattributable Unattributable | Other | 626ms | 0 KB | — | $8/mo | Costly |
cdn-prod.securiti.ai cdn-prod.securiti.ai | Other | 574ms | 6 KB | — | $8/mo | Costly |
tags.tiqcdn.com tags.tiqcdn.com | Other | 537ms | 157 KB | 17% | $7/mo | Costly |
www.3m.com www.3m.com | Other | 395ms | 81 KB | 36% | $5/mo | Costly |
www.3m.com www.3m.com | Other | 388ms | 1 KB | — | $5/mo | Costly |
www.3m.com www.3m.com | Other | 299ms | 118 KB | 63% | $4/mo | Costly |
www.3m.com www.3m.com | Other | 130ms | 60 KB | 44% | $2/mo | Optional |
cdn-prod.securiti.ai cdn-prod.securiti.ai | Other | 74ms | 114 KB | 75% | $1/mo | Optional |
www.3m.com www.3m.com | Other | 55ms | 7 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.3m.com adds 927ms and costs ~$12/month
- Unattributable adds 626ms and costs ~$8/month
- cdn-prod.securiti.ai adds 574ms and costs ~$8/month
- tags.tiqcdn.com adds 537ms and costs ~$7/month
- www.3m.com adds 395ms and costs ~$5/month
- www.3m.com adds 388ms and costs ~$5/month
- www.3m.com adds 299ms 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.3m.com takes 927ms 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 626ms 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
cdn-prod.securiti.ai takes 574ms 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
tags.tiqcdn.com takes 537ms 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.3m.com takes 395ms 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.3m.com takes 388ms 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.3m.com takes 299ms 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
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
75% of cdn-prod.securiti.ai'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