Performance
· 14 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.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.08 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.410
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.37 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.
9.55 s
Page Load Progression
FPage Weight BudgetAction10.9 MB transferred, 318 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
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
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
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 ImpactAction90% third-party, 0 ms blockingFIX
FJS Execution CostAction7092ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1423ms | 127ms | 0ms | 3rd |
| https://www.mongodb.com/ | 782ms | 11ms | 0ms | 1st |
| https://js.intercomcdn.com/frame-modern.40aacdf2.js | 680ms | 548ms | 15ms | 3rd |
| https://cdn.optimizely.com/js/5557007785132032.js | 579ms | 324ms | 63ms | 3rd |
| https://www.mongodb.com/_next/static/chunks/framework-7586a95b0478321d.js | 480ms | 421ms | 13ms | 1st |
| https://www.mongodb.com/_next/static/chunks/642-baeee0de09929e75.js | 368ms | 113ms | 13ms | 1st |
| https://webassets.mongodb.com/_com_assets/cms/mltoya8eg17hc511u-chatbot-19-02-2026.js | 368ms | 295ms | 60ms | 3rd |
| https://cdn.segment.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gz | 328ms | 309ms | 2ms | 3rd |
| https://unpkg.com/@rive-app/canvas | 302ms | 168ms | 8ms | 3rd |
| https://euob.michiganrobotflower.com/sxp/i/1026a1528f8727653fd96984e7b20597.js | 301ms | 223ms | 6ms | 3rd |
Showing top 10 of 24 scripts
FJS BundlesAction77 scripts, 1.9 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.optimizely.com/js/5557007785132032.js | 530 KB | 382 KB (73%) | ✓ | 3rd |
| https://webassets.mongodb.com/_com_assets/cms/mltoya8eg17hc511u-chatbot-19-02-2026.js | 512 KB | 298 KB (58%) | ✓ | 3rd |
| https://www.mongodb.com/_next/static/chunks/9732e8d6-75ce682f5f0e8aa1.js | 422 KB | 262 KB (62%) | ✓ | 1st |
| https://js.intercomcdn.com/frame-modern.40aacdf2.js | 192 KB | 120 KB (63%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-GDFN&l=dataLayer | 172 KB | 111 KB (64%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-875946829 | 145 KB | 105 KB (72%) | ✓ | 3rd |
| https://www.mongodb.com/_next/static/chunks/642-baeee0de09929e75.js | 151 KB | 101 KB (67%) | ✓ | 1st |
| https://js.intercomcdn.com/vendor-modern.df860bed.js | 144 KB | 86 KB (60%) | ✓ | 3rd |
| https://www.mongodb.com/_next/static/chunks/ec740807-1e79f3a47a2862cc.js | 130 KB | 82 KB (64%) | ✓ | 1st |
| https://www.mongodb.com/_next/static/chunks/pages/_app-223717bf473eb0c8.js | 95 KB | 81 KB (85%) | ✓ | 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
CImage OptimizationAction123 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
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
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
BHTTP Cachings-maxage=30, stale-while-revalidateREVIEW
s-maxage=30, stale-while-revalidate
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 30 | CDN caches for 30 seconds |
| stale-while-revalidate | — | Serve stale while revalidating |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (497 KB)PASS
Web fonts
9
497 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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~176 KB and ~352 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall318 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1423ms | 0 KB | — | $27/mo | Costly |
js.intercomcdn.com js.intercomcdn.com | Other | 680ms | 192 KB | 63% | $13/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 579ms | 530 KB | 73% | $11/mo | Costly |
webassets.mongodb.com webassets.mongodb.com | Other | 368ms | 512 KB | 58% | $7/mo | Costly |
Segment cdn.segment.com | Analytics | 328ms | 22 KB | — | $6/mo | Costly |
unpkg unpkg.com | CDN | 302ms | 0 KB | — | $6/mo | Costly |
euob.michiganrobotflower.com euob.michiganrobotflower.com | Other | 301ms | 45 KB | — | $6/mo | Costly |
pathway.mongodb.com pathway.mongodb.com | Other | 271ms | 107 KB | 24% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 210ms | 172 KB | 39% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 128ms | 145 KB | 36% | $2/mo | Optional |
obseu.michiganrobotflower.com obseu.michiganrobotflower.com | Other | 105ms | 2 KB | — | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 97ms | 104 KB | 51% | $2/mo | Essential |
Facebook Pixel connect.facebook.net | Advertising | 81ms | 95 KB | 32% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 66ms | 37 KB | — | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 66ms | 0 KB | — | $1/mo | Optional |
Segment cdn.segment.com | Analytics | 65ms | 3 KB | — | $1/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 58ms | 57 KB | 67% | $1/mo | Optional |
s.dpmsrv.com s.dpmsrv.com | Other | 57ms | 12 KB | — | $1/mo | Optional |
www.mongodb.com www.mongodb.com | Other | 51ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1423ms and costs ~$27/month
- js.intercomcdn.com adds 680ms and costs ~$13/month
- Optimizely adds 579ms and costs ~$11/month
- webassets.mongodb.com adds 368ms and costs ~$7/month
- Segment adds 328ms and costs ~$6/month
- unpkg adds 302ms and costs ~$6/month
- euob.michiganrobotflower.com adds 301ms and costs ~$6/month
- pathway.mongodb.com adds 271ms and costs ~$5/month
- Google Tag Manager adds 210ms and costs ~$4/month
74% 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
Unattributable takes 1423ms 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
js.intercomcdn.com takes 680ms 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 js.intercomcdn.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
Optimizely takes 579ms 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 Optimizely'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
webassets.mongodb.com takes 368ms 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
58% of webassets.mongodb.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
Segment takes 328ms 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
unpkg takes 302ms 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
euob.michiganrobotflower.com takes 301ms 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
pathway.mongodb.com takes 271ms 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 210ms 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
51% 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
67% of Hotjar'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