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.
5.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9.91 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.148
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.52 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.
34.05 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 294 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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction24794ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.sigmaaldrich.com/_next/static/chunks/framework-8593b37603e77b1e.js | 7167ms | 6226ms | 45ms | 3rd |
| Unattributable | 2032ms | 102ms | 0ms | 3rd |
| https://www.sigmaaldrich.com/ruxitagentjs_ICA15789NPRTUVXfhqrux_10335260306043831.js | 2016ms | 1467ms | 50ms | 3rd |
| https://www.sigmaaldrich.com/US/en | 1834ms | 267ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TXMJ2GG>m_auth=>m_preview=>m_cookies_win=x | 1752ms | 1484ms | 121ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-11536248&cx=c>m=4e64k1 | 1660ms | 1595ms | 41ms | 3rd |
| https://edge.fullstory.com/s/fs.js | 1064ms | 849ms | 36ms | 3rd |
| https://www.sigmaaldrich.com/_next/static/chunks/pages/_app-e8d8f0583ad6d04c.js | 967ms | 636ms | 330ms | 3rd |
| https://www.sigmaaldrich.com/_next/static/chunks/pages/%5Bcountry%5D/%5Blanguage%5D-00abce956aebeb19.js | 952ms | 891ms | 3ms | 3rd |
| https://cdn.optimizely.com/js/29864900014.js | 445ms | 355ms | 89ms | 3rd |
Showing top 10 of 40 scripts
FJS BundlesAction106 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.sigmaaldrich.com/_next/static/chunks/pages/_app-e8d8f0583ad6d04c.js | 562 KB | 260 KB (46%) | ✓ | 3rd |
| https://www.sigmaaldrich.com/_next/static/chunks/8669-5cfc2e3fd97aca7a.js | 138 KB | 115 KB (84%) | ✓ | 3rd |
| https://www.sigmaaldrich.com/_next/static/chunks/4768-9da82a5f9303cd97.js | 172 KB | 111 KB (64%) | ✓ | 3rd |
| https://www.sigmaaldrich.com/_next/static/chunks/main-9b669c732468f591.js | 111 KB | 85 KB (79%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 129 KB | 69 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-11536248&cx=c>m=4e64k1 | 130 KB | 62 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-15223238&cx=c>m=4e64k1 | 129 KB | 62 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-BQZS3WQYGJ&cx=c>m=4e64k1 | 165 KB | 61 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-497007017&cx=c>m=4e64k1 | 141 KB | 60 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-1034663491&cx=c>m=4e64k1 | 134 KB | 55 KB (41%) | ✓ | 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 InventoryAction294 resources · 4.4 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 294 resources | 4.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction91 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
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
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
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
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 Loading1 fonts (35 KB)PASS
Web fonts
1
35 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
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 Waterfall294 requests over 14526msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 7167ms | 43 KB | — | $95/mo | Costly |
Unattributable Unattributable | Other | 2032ms | 0 KB | — | $27/mo | Costly |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 2016ms | 127 KB | 37% | $27/mo | Costly |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 1834ms | 241 KB | — | $24/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1752ms | 206 KB | 24% | $23/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1660ms | 130 KB | 48% | $22/mo | Costly |
edge.fullstory.com edge.fullstory.com | Other | 1064ms | 80 KB | 35% | $14/mo | Costly |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 967ms | 562 KB | 46% | $13/mo | Costly |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 952ms | 9 KB | — | $13/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 445ms | 141 KB | 21% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 376ms | 165 KB | 37% | $5/mo | Costly |
cdn.evgnet.com cdn.evgnet.com | Other | 354ms | 49 KB | 50% | $5/mo | Costly |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 269ms | 11 KB | — | $4/mo | Costly |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 263ms | 7 KB | — | $3/mo | Costly |
tag.demandbase.com tag.demandbase.com | Other | 258ms | 50 KB | 74% | $3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 235ms | 9 KB | — | $3/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 221ms | 141 KB | 43% | $3/mo | Costly |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 221ms | 111 KB | 79% | $3/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 207ms | 26 KB | — | $3/mo | Costly |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 206ms | 22 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 202ms | 134 KB | 41% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 201ms | 129 KB | 48% | $3/mo | Costly |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 197ms | 36 KB | 59% | $3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 172ms | 97 KB | 38% | $2/mo | Optional |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 154ms | 9 KB | — | $2/mo | Optional |
d1igp3oop3iho5.cloudfront.net d1igp3oop3iho5.cloudfront.net | Other | 140ms | 38 KB | 57% | $2/mo | Optional |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 135ms | 11 KB | — | $2/mo | Optional |
cdn3.optimizely.com cdn3.optimizely.com | Other | 126ms | 0 KB | — | $2/mo | Optional |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 122ms | 1 KB | — | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 98ms | 129 KB | 53% | $1/mo | Essential |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 97ms | 172 KB | 64% | $1/mo | Optional |
edge.fullstory.com edge.fullstory.com | Other | 88ms | 14 KB | — | $1/mo | Optional |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 83ms | 19 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 74ms | 23 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 72ms | 15 KB | — | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 69ms | 19 KB | — | $1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 69ms | 19 KB | — | $1/mo | Optional |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 68ms | 138 KB | 84% | $1/mo | Optional |
www.sigmaaldrich.com www.sigmaaldrich.com | Other | 64ms | 5 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 64ms | 16 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.sigmaaldrich.com adds 7167ms and costs ~$95/month
- Unattributable adds 2032ms and costs ~$27/month
- www.sigmaaldrich.com adds 2016ms and costs ~$27/month
- www.sigmaaldrich.com adds 1834ms and costs ~$24/month
- Google Tag Manager adds 1752ms and costs ~$23/month
- Google Tag Manager adds 1660ms and costs ~$22/month
- edge.fullstory.com adds 1064ms and costs ~$14/month
- www.sigmaaldrich.com adds 967ms and costs ~$13/month
- www.sigmaaldrich.com adds 952ms and costs ~$13/month
- Optimizely adds 445ms and costs ~$6/month
- Google Tag Manager adds 376ms and costs ~$5/month
- cdn.evgnet.com adds 354ms and costs ~$5/month
- www.sigmaaldrich.com adds 269ms and costs ~$4/month
- www.sigmaaldrich.com adds 263ms and costs ~$3/month
- tag.demandbase.com adds 258ms and costs ~$3/month
- Google Tag Manager adds 221ms and costs ~$3/month
- www.sigmaaldrich.com adds 221ms and costs ~$3/month
- Microsoft Clarity adds 207ms and costs ~$3/month
- www.sigmaaldrich.com adds 206ms and costs ~$3/month
- Google Tag Manager adds 202ms and costs ~$3/month
- Google Tag Manager adds 201ms 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
www.sigmaaldrich.com takes 7167ms 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 2032ms 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.sigmaaldrich.com takes 2016ms 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.sigmaaldrich.com takes 1834ms 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
Google Tag Manager takes 1752ms 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
Google Tag Manager takes 1660ms 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
edge.fullstory.com takes 1064ms 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.sigmaaldrich.com takes 967ms 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.sigmaaldrich.com takes 952ms 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
Optimizely takes 445ms 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
Google Tag Manager takes 376ms 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.evgnet.com takes 354ms 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
50% of cdn.evgnet.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.sigmaaldrich.com takes 269ms 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.sigmaaldrich.com takes 263ms 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
tag.demandbase.com takes 258ms 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
74% of tag.demandbase.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
Google Tag Manager takes 221ms 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.sigmaaldrich.com takes 221ms 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
79% of www.sigmaaldrich.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
Microsoft Clarity takes 207ms 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.sigmaaldrich.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
Google Tag Manager takes 202ms 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
Google Tag Manager takes 201ms 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
59% of siteintercept.qualtrics.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
57% of d1igp3oop3iho5.cloudfront.net'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
53% 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
64% of www.sigmaaldrich.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
84% of www.sigmaaldrich.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