Performance
· 17 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.
4.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.99 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.162
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.53 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.
19.76 s
Page Load Progression
FPage Weight BudgetAction14.4 MB transferred, 128 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 ImpactAction99% third-party, 0 ms blockingFIX
FJS Execution CostAction16235ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-PE1RZ8MRZD&cx=c>m=4e64k0 | 7920ms | 7429ms | 40ms | 3rd |
| https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/0p0_b9yvkv56l.js | 5552ms | 4404ms | 44ms | 3rd |
| Unattributable | 735ms | 10ms | 0ms | 3rd |
| https://answerthepublic.com/es | 536ms | 46ms | 63ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-58H425SCBW | 436ms | 381ms | 36ms | 3rd |
| https://js-eu1.hs-analytics.net/analytics/1776892500000/25525864.js | 275ms | 180ms | 9ms | 3rd |
| https://answerthepublic.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 205ms | 196ms | 2ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-10841102949 | 176ms | 146ms | 30ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 142ms | 117ms | 25ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 142ms | 96ms | 46ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction50 scripts, 736 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=4e64k1h2 | 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 | 74 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PE1RZ8MRZD&cx=c>m=4e64k0 | 177 KB | 69 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 | 61 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 InventoryAction128 resources · 14.4 MB · 736 KB savings availableFIX
~736.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 128 resources | 14.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization46 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 Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall128 requests over 3789msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 7920ms | 177 KB | 39% | €86/mo | Costly |
atp-cdn.neilpatelapi.com atp-cdn.neilpatelapi.com | Other | 5552ms | 121 KB | 53% | €60/mo | Costly |
Unattributable Unattributable | Other | 735ms | 0 KB | — | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 436ms | 158 KB | 40% | €5/mo | Costly |
js-eu1.hs-analytics.net js-eu1.hs-analytics.net | Other | 275ms | 42 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 176ms | 137 KB | 44% | €2/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 142ms | 57 KB | 65% | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 142ms | 97 KB | 39% | €2/mo | Optional |
atp-cdn.neilpatelapi.com atp-cdn.neilpatelapi.com | Other | 60ms | 102 KB | 73% | €1/mo | Optional |
atp-cdn.neilpatelapi.com atp-cdn.neilpatelapi.com | Other | 56ms | 13 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 7920ms and costs ~€86/month
- atp-cdn.neilpatelapi.com adds 5552ms and costs ~€60/month
- Unattributable adds 735ms and costs ~€8/month
- Google Tag Manager adds 436ms and costs ~€5/month
- js-eu1.hs-analytics.net adds 275ms and costs ~€3/month
95% 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
Google Tag Manager takes 7920ms 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
atp-cdn.neilpatelapi.com takes 5552ms 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 735ms 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 436ms 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-eu1.hs-analytics.net takes 275ms 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
65% 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
73% 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