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.
899 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
363 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.23 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.
5.36 s
Page Load Progression
FPage Weight BudgetAction5.5 MB transferred, 177 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction3867ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://render.com/ | 719ms | 32ms | 15ms | 3rd |
| Unattributable | 566ms | 99ms | 0ms | 3rd |
| https://render.com/_next/static/chunks/1255-d97305407b68a0cb.js?dpl=68486f5c88 | 561ms | 417ms | 5ms | 3rd |
| https://render.com/_next/static/chunks/4544-49afb34c3919eae8.js?dpl=h4q5z | 424ms | 59ms | 4ms | 3rd |
| https://render.com/_next/static/chunks/a430f2ba.61dbbfe044fee59f.js?dpl=h4q5z | 384ms | 369ms | 8ms | 3rd |
| https://cmp.osano.com/AzZf4RUVBUPZc66vt/5eefab51-58ce-4b25-9547-c1676055a663/osano.js | 194ms | 167ms | 11ms | 3rd |
| https://render.com/_next/static/chunks/webpack-2627ea077084461a.js?dpl=68486f5c88 | 191ms | 173ms | 0ms | 3rd |
| https://render.com/_next/static/chunks/4bd1b696-e21779a6db3ba2ac.js?dpl=68486f5c88 | 173ms | 145ms | 5ms | 3rd |
| https://render.com/_next/static/chunks/30a37ab2-f85bca4a8bfd55d0.js?dpl=h4q5z | 160ms | 1ms | 160ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N644GXSK | 139ms | 122ms | 15ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction99 scripts, 2.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://render.com/_next/static/chunks/30a37ab2-f85bca4a8bfd55d0.js?dpl=h4q5z | 1889 KB | 1865 KB (99%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N644GXSK | 146 KB | 67 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QK9L9QJC5N&cx=c>m=4e6460 | 173 KB | 61 KB (36%) | ✓ | 3rd |
| https://render.com/_next/static/chunks/a430f2ba.61dbbfe044fee59f.js?dpl=h4q5z | 62 KB | 32 KB (52%) | ✓ | 3rd |
| https://render.com/_next/static/chunks/4544-49afb34c3919eae8.js?dpl=h4q5z | 43 KB | 24 KB (57%) | ✓ | 3rd |
| https://render.com/_next/static/chunks/8846-a4dfed608dca4bdb.js?dpl=h4q5z | 32 KB | 24 KB (74%) | ✓ | 3rd |
| https://render.com/_next/static/chunks/3632-5a45b3e5eb5ee8c6.js?dpl=h4q5z | 32 KB | 22 KB (70%) | ✓ | 3rd |
| https://render.com/_next/static/chunks/1668-43b055661bd4570a.js?dpl=h4q5z | 56 KB | 22 KB (39%) | ✓ | 3rd |
| https://cmp.osano.com/AzZf4RUVBUPZc66vt/5eefab51-58ce-4b25-9547-c1676055a663/osano.js | 85 KB | 21 KB (25%) | ✓ | 3rd |
| https://render.com/_next/static/chunks/4694.b3f791fbc62d1ba9.js?dpl=h4q5z | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction24 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
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
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
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 Loading11 fonts (624 KB)PASS
Web fonts
11
624 KB total
Render-blocking
0
of 11
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 Waterfall177 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 |
|---|---|---|---|---|---|---|
render.com render.com | Other | 719ms | 76 KB | — | $13/mo | Costly |
Unattributable Unattributable | Other | 566ms | 0 KB | — | $11/mo | Costly |
render.com render.com | Other | 561ms | 45 KB | — | $11/mo | Costly |
render.com render.com | Other | 424ms | 43 KB | 57% | $8/mo | Costly |
render.com render.com | Other | 384ms | 62 KB | 52% | $7/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 194ms | 85 KB | 25% | $4/mo | Optional |
render.com render.com | Other | 191ms | 5 KB | — | $4/mo | Optional |
render.com render.com | Other | 173ms | 54 KB | — | $3/mo | Optional |
render.com render.com | Other | 160ms | 1889 KB | 99% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 139ms | 146 KB | 46% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 116ms | 173 KB | 36% | $2/mo | Optional |
render.com render.com | Other | 86ms | 2 KB | — | $2/mo | Optional |
render.com render.com | Other | 79ms | 394 KB | — | $1/mo | Optional |
render.com render.com | Other | 75ms | 32 KB | 74% | $1/mo | Optional |
These scripts may cost more than they're worth
- render.com adds 719ms and costs ~$13/month
- Unattributable adds 566ms and costs ~$11/month
- render.com adds 561ms and costs ~$11/month
- render.com adds 424ms and costs ~$8/month
- render.com adds 384ms and costs ~$7/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
render.com takes 719ms 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 566ms 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
render.com takes 561ms 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
render.com takes 424ms 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 render.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
render.com takes 384ms 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
52% of render.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
99% of render.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
74% of render.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