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.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
205 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.63 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.22 s
Page Load Progression
FPage Weight BudgetAction9.0 MB transferred, 135 requestsFIX
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
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
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
DJS Execution CostAction2838ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/0p0_b9yvkv56l.js | 1496ms | 1124ms | 8ms | 3rd |
| https://answerthepublic.com/es | 564ms | 10ms | 15ms | 1st |
| Unattributable | 307ms | 12ms | 0ms | 3rd |
| https://js-eu1.hs-analytics.net/analytics/1776892500000/25525864.js | 130ms | 101ms | 3ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 107ms | 92ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-58H425SCBW | 94ms | 83ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PE1RZ8MRZD&cx=c>m=4e64k0h1 | 79ms | 66ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR | 61ms | 52ms | 7ms | 3rd |
FJS BundlesAction50 scripts, 722 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=AW-10841102949&cx=c>m=4e64k0 | 137 KB | 103 KB (75%) | ✓ | 3rd |
| https://ubersuggest.us1app.churnzero.net/churnzero.js | 134 KB | 94 KB (70%) | ✓ | 3rd |
| https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/0may-q66~bsw9.js | 102 KB | 73 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PE1RZ8MRZD&cx=c>m=4e64k0h1 | 177 KB | 70 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR | 137 KB | 69 KB (50%) | ✓ | 3rd |
| https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/0p0_b9yvkv56l.js | 121 KB | 64 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-58H425SCBW | 158 KB | 63 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10841102949 | 137 KB | 60 KB (44%) | ✓ | 3rd |
| https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/03pb6ksm6s1ng.js | 55 KB | 41 KB (79%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 38 KB (39%) | ✓ | 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 InventoryAction135 resources · 9.0 MB · 722 KB savings availableFIX
~721.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 135 resources | 9.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization52 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (310 KB)PASS
Web fonts
4
310 KB total
Render-blocking
0
of 4
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
- Convert to woff2 for ~30% smaller file size
- 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 ~214 KB and ~428 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall135 requests over 4928msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
atp-cdn.neilpatelapi.com atp-cdn.neilpatelapi.com | Other | 1496ms | 121 KB | 53% | €16/mo | Costly |
Unattributable Unattributable | Other | 307ms | 0 KB | — | €3/mo | Costly |
js-eu1.hs-analytics.net js-eu1.hs-analytics.net | Other | 130ms | 42 KB | — | €1/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 107ms | 57 KB | 42% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 94ms | 158 KB | 40% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 79ms | 177 KB | 39% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 61ms | 137 KB | 50% | €1/mo | Optional |
These scripts may cost more than they're worth
- atp-cdn.neilpatelapi.com adds 1496ms and costs ~€16/month
- Unattributable adds 307ms and costs ~€3/month
80% 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
atp-cdn.neilpatelapi.com takes 1496ms 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
53% of atp-cdn.neilpatelapi.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
Unattributable takes 307ms 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 Google Tag Manager'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