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.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
260 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.34 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.
4.06 s
Page Load Progression
FPage Weight BudgetAction3.9 MB transferred, 226 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
DJS Execution CostAction2306ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.pymnts.com/ | 612ms | 67ms | 13ms | 3rd |
| Unattributable | 396ms | 30ms | 0ms | 3rd |
| https://players.brightcove.net/6415959430001/MisTGlb2Q_default/index.min.js | 395ms | 317ms | 36ms | 3rd |
| https://www.dianomi.com/js/contextfeed.js | 295ms | 204ms | 22ms | 3rd |
| https://js.hs-analytics.net/analytics/1776815400000/45558957.js | 241ms | 136ms | 6ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-440MBSWHPM | 177ms | 151ms | 14ms | 3rd |
| https://players.brightcove.net/6415959430001/default_default/index.min.js | 107ms | 40ms | 55ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3WHRCQ5780&cx=c>m=4e64h1 | 82ms | 70ms | 11ms | 3rd |
FJS BundlesAction89 scripts, 665 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://players.brightcove.net/6415959430001/default_default/index.min.js | 341 KB | 269 KB (79%) | ✓ | 3rd |
| https://players.brightcove.net/6415959430001/MisTGlb2Q_default/index.min.js | 296 KB | 139 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-440MBSWHPM | 176 KB | 67 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-3WHRCQ5780&cx=c>m=4e64h1 | 158 KB | 66 KB (42%) | ✓ | 3rd |
| https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=5.5.10 | 48 KB | 33 KB (68%) | ✓ | 3rd |
| https://www.dianomi.com/js/contextfeed.js | 39 KB | 27 KB (69%) | ✓ | 3rd |
| https://www.pymnts.com/wp-content/plugins/add-to-calendar-button/lib/atcb.min.js?ver=2.13.8 | 80 KB | 22 KB (29%) | ✓ | 3rd |
| https://www.pymnts.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 31 KB | 20 KB (67%) | ✓ | 3rd |
| https://ml314.com/tag.aspx?213 | 39 KB | 20 KB (53%) | ✓ | 3rd |
| https://www.pymnts.com/wp-content/plugins/pymnts-article-highlights/public/scripts/modules/gaTrackEvents.js | 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
FPage Weight InventoryAction226 resources · 3.9 MB · 665 KB savings availableFIX
~664.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 226 resources | 3.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization60 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
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 (128 KB)PASS
Web fonts
1
128 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~64 KB and ~128 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall226 requests over 4206msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.pymnts.com www.pymnts.com | Other | 612ms | 44 KB | — | $8/mo | Costly |
Unattributable Unattributable | Other | 396ms | 0 KB | — | $5/mo | Costly |
players.brightcove.net players.brightcove.net | Other | 395ms | 296 KB | 47% | $5/mo | Costly |
www.dianomi.com www.dianomi.com | Other | 295ms | 39 KB | 69% | $4/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 241ms | 42 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 177ms | 176 KB | 38% | $2/mo | Optional |
players.brightcove.net players.brightcove.net | Other | 107ms | 341 KB | 79% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 82ms | 158 KB | 42% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.pymnts.com adds 612ms and costs ~$8/month
- Unattributable adds 396ms and costs ~$5/month
- players.brightcove.net adds 395ms and costs ~$5/month
- www.dianomi.com adds 295ms and costs ~$4/month
- HubSpot Analytics adds 241ms 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.pymnts.com takes 612ms 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 396ms 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
players.brightcove.net 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.dianomi.com takes 295ms 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
69% of www.dianomi.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
HubSpot Analytics takes 241ms 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 players.brightcove.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