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.
6.17 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
266 ms
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.
7.43 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.
15.42 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 129 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
FJS Execution CostAction4156ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.todoist.com/ | 1025ms | 41ms | 8ms | 1st |
| Unattributable | 935ms | 86ms | 0ms | 3rd |
| https://www.todoist.com/_astro/index.DKtf60Sy.js | 726ms | 157ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-L1YQDZCTV5&cx=c>m=4e6460 | 347ms | 281ms | 62ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW4J5DNZ | 297ms | 234ms | 61ms | 3rd |
| https://www.todoist.com/_astro/ScrollTrigger.h_CMBckj.js | 266ms | 64ms | 0ms | 1st |
| https://www.todoist.com/_astro/client.BWFqRWag.js | 260ms | 226ms | 1ms | 1st |
| https://www.todoist.com/_astro/ScrollTrigger.BWsqEc1I.js | 230ms | 117ms | 0ms | 1st |
| https://tr.capterra.com/static/vcvr.js | 69ms | 54ms | 10ms | 3rd |
BThird-Party Impact53% third-party, 0 ms blockingREVIEW
BImage Optimization52 images, 0 KB saveableREVIEW
CJS BundlesAction45 scripts, 157 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-L1YQDZCTV5&cx=c>m=4e6460 | 169 KB | 68 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW4J5DNZ | 160 KB | 64 KB (40%) | ✓ | 3rd |
| https://www.todoist.com/_astro/client.BWFqRWag.js | 70 KB | 26 KB (37%) | ✓ | 1st |
| https://www.todoist.com/_astro/auth-urls.Tv7s_4lr.js | 1 KB | — | ✓ | 1st |
| https://www.todoist.com/_astro/index.DKtf60Sy.js | 33 KB | — | ✓ | 1st |
| https://www.todoist.com/_astro/ScrollTrigger.h_CMBckj.js | 22 KB | — | ✓ | 1st |
| https://www.todoist.com/_astro/trigger.astro_astro_type_script_index_0_lang.5mfoITBa.js | 1 KB | — | ✓ | 1st |
| https://cdn.requestmetrics.com/agent/current/rm.js | 15 KB | — | ✓ | 3rd |
| https://www.todoist.com/_astro/cookie-banner.astro_astro_type_script_index_0_lang.honbaO9B.js | 1 KB | — | ✓ | 1st |
| https://www.todoist.com/_astro/analytics.DXh8O-ll.js | 1 KB | — | ✓ | 1st |
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingprivate, no-cache, max-age=0, must-revalidateREVIEW
private, no-cache, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (340 KB)PASS
Web fonts
7
340 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~34 KB and ~68 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall129 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 935ms | 0 KB | — | €10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 347ms | 169 KB | 40% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 297ms | 160 KB | 40% | €3/mo | Costly |
tr.capterra.com tr.capterra.com | Other | 69ms | 26 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 935ms and costs ~€10/month
- Google Tag Manager adds 347ms and costs ~€4/month
- Google Tag Manager adds 297ms and costs ~€3/month
Unattributable takes 935ms 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 347ms 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 297ms 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