Performance
· 16 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.
2.54 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.59 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.43 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.168
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.16 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.
25.26 s
Page Load Progression
FPage Weight BudgetAction3.9 MB transferred, 133 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 CostAction11957ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://render.com/_next/static/chunks/1255-d97305407b68a0cb.js?dpl=68486f5c88 | 2179ms | 1864ms | 25ms | 3rd |
| Unattributable | 1962ms | 200ms | 0ms | 3rd |
| https://render.com/_next/static/chunks/a430f2ba.61dbbfe044fee59f.js?dpl=h4q5z | 1404ms | 1314ms | 32ms | 3rd |
| https://render.com/_next/static/chunks/4544-49afb34c3919eae8.js?dpl=h4q5z | 1136ms | 266ms | 16ms | 3rd |
| https://render.com/ | 1016ms | 84ms | 88ms | 3rd |
| https://cmp.osano.com/AzZf4RUVBUPZc66vt/5eefab51-58ce-4b25-9547-c1676055a663/osano.js | 762ms | 660ms | 46ms | 3rd |
| https://render.com/_next/static/chunks/4bd1b696-e21779a6db3ba2ac.js?dpl=68486f5c88 | 663ms | 582ms | 24ms | 3rd |
| https://render.com/_next/static/chunks/30a37ab2-f85bca4a8bfd55d0.js?dpl=h4q5z | 638ms | 2ms | 634ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QK9L9QJC5N&cx=c>m=4e6460h1 | 587ms | 438ms | 75ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N644GXSK | 489ms | 413ms | 67ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction79 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/gtag/js?id=G-QK9L9QJC5N&cx=c>m=4e6460h1 | 173 KB | 61 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N644GXSK | 146 KB | 51 KB (46%) | ✓ | 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/170-df20d3518fc72530.js?dpl=h4q5z | 4 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 Hints38 hints, 0 missing preconnectsPASS
Current Resource Hints
38 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall133 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 | 2179ms | 45 KB | — | $41/mo | Costly |
Unattributable Unattributable | Other | 1962ms | 0 KB | — | $37/mo | Costly |
render.com render.com | Other | 1404ms | 62 KB | 52% | $26/mo | Costly |
render.com render.com | Other | 1136ms | 43 KB | 57% | $21/mo | Costly |
render.com render.com | Other | 1016ms | 76 KB | — | $19/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 762ms | 85 KB | 25% | $14/mo | Costly |
render.com render.com | Other | 663ms | 54 KB | — | $12/mo | Costly |
render.com render.com | Other | 638ms | 1889 KB | 99% | $12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 587ms | 173 KB | 36% | $11/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 489ms | 146 KB | 46% | $9/mo | Costly |
render.com render.com | Other | 349ms | 2 KB | — | $7/mo | Costly |
render.com render.com | Other | 291ms | 5 KB | — | $5/mo | Costly |
render.com render.com | Other | 183ms | 5 KB | — | $3/mo | Optional |
render.com render.com | Other | 149ms | 10 KB | — | $3/mo | Optional |
render.com render.com | Other | 81ms | 2 KB | — | $2/mo | Optional |
render.com render.com | Other | 68ms | 16 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- render.com adds 2179ms and costs ~$41/month
- Unattributable adds 1962ms and costs ~$37/month
- render.com adds 1404ms and costs ~$26/month
- render.com adds 1136ms and costs ~$21/month
- render.com adds 1016ms and costs ~$19/month
- cmp.osano.com adds 762ms and costs ~$14/month
- render.com adds 663ms and costs ~$12/month
- render.com adds 638ms and costs ~$12/month
- Google Tag Manager adds 587ms and costs ~$11/month
- Google Tag Manager adds 489ms and costs ~$9/month
- render.com adds 349ms and costs ~$7/month
- render.com adds 291ms and costs ~$5/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 2179ms 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 1962ms 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 1404ms 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
render.com takes 1136ms 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 1016ms 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
cmp.osano.com takes 762ms 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 663ms 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 638ms 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
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
Google Tag Manager takes 587ms 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 489ms 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 349ms 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 291ms 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