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.
744 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.05 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.044
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.33 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.
6.85 s
Page Load Progression
FPage Weight BudgetAction5.9 MB transferred, 157 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
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 Execution CostAction3881ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://thepointsguy.com/24800984715/_next/static/chunks/framework-1af9b85d24946f6b.js | 1232ms | 982ms | 8ms | 1st |
| https://thepointsguy.com/24800984715/_next/static/chunks/pages/_app-1394ef0165433723.js | 1049ms | 557ms | 312ms | 1st |
| https://thepointsguy.com/ | 662ms | 17ms | 0ms | 1st |
| Unattributable | 446ms | 173ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MHZQXGF | 167ms | 129ms | 33ms | 3rd |
| https://thepointsguy.com/cohesion/cohesion-tmo.min.js | 120ms | 74ms | 4ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 104ms | 47ms | 21ms | 3rd |
| https://cdn.lgrckt-in.com/logger-1.min.js | 102ms | 37ms | 40ms | 3rd |
FJS BundlesAction18 scripts, 3.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://thepointsguy.com/24800984715/_next/static/chunks/pages/_app-1394ef0165433723.js | 3477 KB | 2821 KB (81%) | ✓ | 1st |
| https://thepointsguy.com/24800984715/_next/static/chunks/7478-c0f5f8573d9f37ee.js | 185 KB | 180 KB (97%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-MHZQXGF | 189 KB | 82 KB (44%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 130 KB | 73 KB (57%) | ✓ | 3rd |
| https://cdn.lgrckt-in.com/logger-1.min.js | 124 KB | 43 KB (35%) | ✓ | 3rd |
| https://thepointsguy.com/24800984715/_next/static/chunks/framework-1af9b85d24946f6b.js | 66 KB | 23 KB (36%) | ✓ | 1st |
| https://thepointsguy.com/24800984715/_next/static/chunks/main-e0c748f69c9c13db.js | 38 KB | — | ✓ | 1st |
| https://thepointsguy.com/24800984715/_next/static/chunks/pages/index-f8b043496bc2cac0.js | 9 KB | — | ✓ | 1st |
| https://thepointsguy.com/24800984715/_next/static/PAMO0cpG1gIii8TiN6ynT/_buildManifest.js | 4 KB | — | ✓ | 1st |
| https://thepointsguy.com/24800984715/_next/static/PAMO0cpG1gIii8TiN6ynT/_ssgManifest.js | 0 KB | — | ✓ | 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
FPage Weight InventoryAction157 resources · 5.9 MB · 3.1 MB savings availableFIX
~3.1 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 157 resources | 5.9 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-store, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
BImage Optimization49 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact31% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (98 KB)PASS
Web fonts
6
98 KB total
Render-blocking
0
of 6
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
Network Waterfall157 requests over 4091msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 446ms | 0 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 167ms | 189 KB | 44% | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 104ms | 130 KB | 57% | $1/mo | Essential |
cdn.lgrckt-in.com cdn.lgrckt-in.com | Other | 102ms | 124 KB | 35% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 446ms and costs ~$6/month
Unattributable takes 446ms 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
57% 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