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.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
117.01 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.
34.91 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.
130.12 s
Page Load Progression
FPage Weight BudgetAction4.3 MB transferred, 141 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 CostAction180648ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.raycast.com/_next/static/chunks/1457-1cbfd5f4accc960f.js | 177474ms | 2657ms | 40ms | 1st |
| https://www.raycast.com/ | 1499ms | 13ms | 20ms | 1st |
| Unattributable | 828ms | 74ms | 0ms | 3rd |
| https://www.raycast.com/_next/static/chunks/a3cd4a83.7faf8bb8c7cc0fc1.js | 192ms | 184ms | 8ms | 1st |
| https://www.raycast.com/_next/static/chunks/483.d93b52f83c78da7b.js | 158ms | 86ms | 6ms | 1st |
| https://www.raycast.com/_next/static/chunks/4bd1b696-522b4eddb5284ccc.js | 117ms | 97ms | 11ms | 1st |
| https://www.raycast.com/_next/static/chunks/app/(marketing)/page-46f848b35b4c9178.js | 99ms | 85ms | 8ms | 1st |
| https://www.raycast.com/_next/static/chunks/b536a0f1.db02b69358250469.js | 82ms | 1ms | 81ms | 1st |
| https://www.raycast.com/_next/static/chunks/8334-c2f73d26b0d2223a.js | 78ms | 60ms | 3ms | 1st |
| https://www.raycast.com/_next/static/chunks/4987-a7e9d59bb71f4045.js | 64ms | 49ms | 14ms | 1st |
Showing top 10 of 11 scripts
BImage Optimization56 images, 0 KB saveableREVIEW
CJS BundlesAction52 scripts, 235 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.raycast.com/_next/static/chunks/b536a0f1.db02b69358250469.js | 170 KB | 89 KB (52%) | ✓ | 1st |
| https://www.raycast.com/_next/static/chunks/8404-5ed4495ccf2959e6.js | 84 KB | 62 KB (74%) | ✓ | 1st |
| https://www.raycast.com/_next/static/chunks/1457-1cbfd5f4accc960f.js | 117 KB | 57 KB (49%) | ✓ | 1st |
| https://www.raycast.com/_next/static/chunks/9da6db1e-935d756b3401bb3f.js | 57 KB | 27 KB (49%) | ✓ | 1st |
| https://www.raycast.com/_next/static/chunks/webpack-e107c3776404b9ee.js | 4 KB | — | ✓ | 1st |
| https://www.raycast.com/_next/static/chunks/4bd1b696-522b4eddb5284ccc.js | 55 KB | — | ✓ | 1st |
| https://www.raycast.com/_next/static/chunks/main-app-94bcfd0cc2bed269.js | 2 KB | — | ✓ | 1st |
| https://www.raycast.com/_next/static/chunks/871a25da-b37af822121b367a.js | 12 KB | — | ✓ | 1st |
| https://www.raycast.com/_next/static/chunks/2619-89f7855908d46657.js | 2 KB | — | ✓ | 1st |
| https://www.raycast.com/_next/static/chunks/1356-ed358f947888c85f.js | 6 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
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 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+Third-Party Impact7% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (228 KB)PASS
Web fonts
4
228 KB total
Render-blocking
0
of 4
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 Hints23 hints, 0 missing preconnectsPASS
Current Resource Hints
23 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall141 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 | 828ms | 0 KB | — | €9/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 828ms and costs ~€9/month
Unattributable takes 828ms 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