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.
895 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.040
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.15 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.
2.26 s
Page Load Progression
FPage Weight BudgetAction3.1 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
BThird-Party Impact48% third-party, 0 ms blockingREVIEW
BImage Optimization54 images, 0 KB saveableREVIEW
CJS Execution CostAction1093ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.todoist.com/ | 341ms | 14ms | 2ms | 1st |
| Unattributable | 214ms | 13ms | 0ms | 3rd |
| https://www.todoist.com/_astro/ScrollTrigger.BWsqEc1I.js | 213ms | 43ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-L1YQDZCTV5&cx=c>m=4e6460h1 | 74ms | 59ms | 14ms | 3rd |
| https://www.todoist.com/_astro/index.DKtf60Sy.js | 73ms | 14ms | 0ms | 1st |
| https://www.todoist.com/_astro/ScrollTrigger.h_CMBckj.js | 60ms | 29ms | 0ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW4J5DNZ | 60ms | 43ms | 13ms | 3rd |
| https://www.todoist.com/_astro/client.BWFqRWag.js | 59ms | 49ms | 0ms | 1st |
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=4e6460h1 | 169 KB | 68 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KW4J5DNZ | 160 KB | 63 KB (39%) | ✓ | 3rd |
| https://www.todoist.com/_astro/client.BWFqRWag.js | 70 KB | 25 KB (36%) | ✓ | 1st |
| https://www.todoist.com/_astro/index.DUWWnKic.js | 1 KB | — | ✓ | 1st |
| https://www.todoist.com/_astro/auth-urls.Tv7s_4lr.js | 1 KB | — | ✓ | 1st |
| https://www.todoist.com/_astro/i18n.config.B6EukBEA.js | 1 KB | — | ✓ | 1st |
| https://www.todoist.com/_astro/scroll-section.astro_astro_type_script_index_0_lang.Di4R8OOw.js | 1 KB | — | ✓ | 1st |
| https://www.todoist.com/_astro/video-player.astro_astro_type_script_index_0_lang.rpFc9mmf.js | 1 KB | — | ✓ | 1st |
| 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 HintsNo optimization neededPASS
Network Waterfall128 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 | 214ms | 0 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 74ms | 169 KB | 41% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 60ms | 160 KB | 39% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 214ms and costs ~€2/month
Unattributable takes 214ms 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