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.
405 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
240 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.086
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.03 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.20 s
Page Load Progression
FPage Weight BudgetAction2.7 MB transferred, 115 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
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
FJS BundlesAction42 scripts, 550 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 245 KB (68%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1023777138&l=dataLayer | 138 KB | 79 KB (57%) | ✓ | 3rd |
| https://cmp.inmobi.com/tcfv2/cmp2.js?referer=mathworks.com | 117 KB | 57 KB (49%) | ✓ | 3rd |
| https://www.mathworks.com/O79LJpUfgI/h8OsFF/mBe-/wuEapcLbrkJGtS/RwZjAQ/S00-eh/JhZxcB | 175 KB | 38 KB (22%) | ✓ | 1st |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 37 KB (39%) | ✓ | 3rd |
| https://s.go-mpulse.net/boomerang/LERXA-6VNES-W6PXS-U8C7F-BXSZH | 56 KB | 37 KB (65%) | ✓ | 3rd |
| https://assets.adobedtm.com/d0cc0600946eb3957f703b9fe43c3590597a8c2c/satelliteLib-e8d23c2e444abadc572df06537e2def59c01db09.js | 167 KB | 36 KB (22%) | ✓ | 3rd |
| https://www.mathworks.com/etc.clientlibs/mathworks/clientlibs/customer-ui/components/jquery.min.20260310205237136.js | 33 KB | 22 KB (67%) | ✓ | 1st |
| https://assets.adobedtm.com/extensions/EP6326e4d6b32f4a71ad5204459cc57d66/AppMeasurement_Module_ActivityMap.min.js | 2 KB | — | ✓ | 3rd |
| https://www.recaptcha.net/recaptcha/enterprise.js?render=6Lc7vGMbAAAAAClHjBQhM1emcXDj9GtwMi9HKbgZ | 2 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
BThird-Party Impact44% third-party, 0 ms blockingREVIEW
BImage Optimization30 images, 0 KB saveableREVIEW
CJS Execution CostAction1126ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://assets.adobedtm.com/d0cc0600946eb3957f703b9fe43c3590597a8c2c/satelliteLib-e8d23c2e444abadc572df06537e2def59c01db09.js | 260ms | 226ms | 24ms | 3rd |
| https://www.mathworks.com/ | 221ms | 12ms | 1ms | 1st |
| https://www.mathworks.com/O79LJpUfgI/h8OsFF/mBe-/wuEapcLbrkJGtS/RwZjAQ/S00-eh/JhZxcB | 207ms | 184ms | 18ms | 1st |
| Unattributable | 202ms | 11ms | 0ms | 3rd |
| https://cmp.inmobi.com/tcfv2/cmp2.js?referer=mathworks.com | 91ms | 64ms | 18ms | 3rd |
| https://cl.qualaroo.com/ki.js/49559/ahy.js | 88ms | 66ms | 13ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 58ms | 30ms | 28ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0REVIEW
max-age=0
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (200 KB)PASS
Web fonts
9
200 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
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 ~17 KB and ~34 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall115 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 |
|---|---|---|---|---|---|---|
assets.adobedtm.com assets.adobedtm.com | Other | 260ms | 167 KB | 22% | $3/mo | Costly |
Unattributable Unattributable | Other | 202ms | 0 KB | — | $3/mo | Costly |
cmp.inmobi.com cmp.inmobi.com | Other | 91ms | 117 KB | 49% | $1/mo | Optional |
cl.qualaroo.com cl.qualaroo.com | Other | 88ms | 78 KB | — | $1/mo | Optional |
www.gstatic.com www.gstatic.com | Other | 58ms | 363 KB | 68% | $1/mo | Optional |
These scripts may cost more than they're worth
- assets.adobedtm.com adds 260ms and costs ~$3/month
- Unattributable adds 202ms and costs ~$3/month
62% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
assets.adobedtm.com takes 260ms 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 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
68% of www.gstatic.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