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.
4.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.63 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.54 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.
23.33 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 182 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
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 CostAction18863ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://retool.com/_next/static/chunks/1e0b84fcd5f11d4b.js | 3854ms | 1190ms | 18ms | 3rd |
| https://retool.com/_next/static/chunks/255d11a380c0e2b5.js | 3836ms | 3074ms | 34ms | 3rd |
| https://retool.com/ | 3475ms | 24ms | 41ms | 3rd |
| Unattributable | 2648ms | 225ms | 0ms | 3rd |
| https://js.hs-analytics.net/analytics/1775593800000/7660877.js | 960ms | 732ms | 10ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 705ms | 644ms | 22ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WHDC2N5 | 543ms | 466ms | 45ms | 3rd |
| https://cdn.intellimize.co/snippet/117371543.js | 438ms | 367ms | 61ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y9141XKQB4&cx=c>m=4e6461h2 | 407ms | 341ms | 54ms | 3rd |
| https://retool.com/_next/static/chunks/8c85ef5c5e11eff8.js | 388ms | 386ms | 1ms | 3rd |
Showing top 10 of 21 scripts
FJS BundlesAction74 scripts, 538 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-WHDC2N5&l=dataLayer | 157 KB | 108 KB (69%) | ✓ | 3rd |
| https://retool.com/_next/static/chunks/0659e107baf05443.js | 91 KB | 87 KB (95%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y9141XKQB4&cx=c>m=4e6461h2 | 176 KB | 70 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WHDC2N5 | 157 KB | 65 KB (41%) | ✓ | 3rd |
| https://cdn.intellimize.co/snippet/117371543.js | 125 KB | 44 KB (36%) | ✓ | 3rd |
| https://retool.com/_next/static/chunks/9a0bb78c98ed5400.js | 43 KB | 43 KB (100%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 38 KB (67%) | ✓ | 3rd |
| https://retool.com/_next/static/chunks/1e0b84fcd5f11d4b.js | 62 KB | 33 KB (53%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 30 KB (31%) | ✓ | 3rd |
| https://retool.com/_next/static/chunks/255d11a380c0e2b5.js | 72 KB | 22 KB (31%) | ✓ | 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
BImage Optimization62 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (162 KB)PASS
Web fonts
3
162 KB total
Render-blocking
0
of 3
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 Hints34 hints, 0 missing preconnectsPASS
Current Resource Hints
34 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall182 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 |
|---|---|---|---|---|---|---|
retool.com retool.com | Other | 3854ms | 62 KB | 53% | €62/mo | Costly |
retool.com retool.com | Other | 3836ms | 72 KB | 31% | €61/mo | Costly |
retool.com retool.com | Other | 3475ms | 48 KB | — | €56/mo | Costly |
Unattributable Unattributable | Other | 2648ms | 0 KB | — | €42/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 960ms | 42 KB | — | €15/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 705ms | 26 KB | — | €11/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 543ms | 157 KB | 41% | €9/mo | Costly |
cdn.intellimize.co cdn.intellimize.co | Other | 438ms | 125 KB | 36% | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 407ms | 176 KB | 40% | €6/mo | Costly |
retool.com retool.com | Other | 388ms | 1 KB | — | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 298ms | 157 KB | 69% | €5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 215ms | 95 KB | 31% | €3/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 197ms | 57 KB | 67% | €3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 196ms | 39 KB | — | €3/mo | Optional |
p.retool.com p.retool.com | Other | 144ms | 22 KB | — | €2/mo | Optional |
p.retool.com p.retool.com | Other | 135ms | 3 KB | — | €2/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 118ms | 13 KB | — | €2/mo | Optional |
retool.com retool.com | Other | 106ms | 17 KB | — | €2/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 89ms | 21 KB | — | €1/mo | Optional |
retool.com retool.com | Other | 57ms | 23 KB | — | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 54ms | 19 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- retool.com adds 3854ms and costs ~€62/month
- retool.com adds 3836ms and costs ~€61/month
- retool.com adds 3475ms and costs ~€56/month
- Unattributable adds 2648ms and costs ~€42/month
- HubSpot Analytics adds 960ms and costs ~€15/month
- Microsoft Clarity adds 705ms and costs ~€11/month
- Google Tag Manager adds 543ms and costs ~€9/month
- cdn.intellimize.co adds 438ms and costs ~€7/month
- Google Tag Manager adds 407ms and costs ~€6/month
- retool.com adds 388ms and costs ~€6/month
- Google Tag Manager adds 298ms and costs ~€5/month
- Facebook Pixel adds 215ms and costs ~€3/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
retool.com takes 3854ms 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 retool.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
retool.com takes 3836ms 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
retool.com takes 3475ms 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 2648ms 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
HubSpot Analytics takes 960ms 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
Microsoft Clarity takes 705ms 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 543ms 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
cdn.intellimize.co takes 438ms 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 407ms 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
retool.com takes 388ms 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 298ms 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
69% 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
Facebook Pixel takes 215ms 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
67% 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