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.
1.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.62 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.
3.27 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.
5.72 s
Page Load Progression
FPage Weight BudgetAction4.3 MB transferred, 134 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
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
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 CostAction5507ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://linear.app/ | 1769ms | 76ms | 91ms | 1st |
| https://static.linear.app/web/_next/static/chunks/760cdbf7-7b5822af267146b5.js | 1220ms | 687ms | 8ms | 3rd |
| https://static.linear.app/web/_next/static/chunks/98618-7606bacba6fa6ef6.js | 1073ms | 730ms | 11ms | 3rd |
| https://static.linear.app/web/_next/static/chunks/webpack-b3310b8f731aa7b2.js | 508ms | 499ms | 1ms | 3rd |
| Unattributable | 502ms | 83ms | 0ms | 3rd |
| https://static.linear.app/web/_next/static/chunks/11588-31cfa8ea54236d94.js | 312ms | 42ms | 5ms | 3rd |
| https://static.linear.app/web/_next/static/chunks/966bdd56.9038c84279cfd3d5.js | 125ms | 96ms | 28ms | 3rd |
DJS BundlesAction56 scripts, 382 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.linear.app/web/_next/static/chunks/31720-1dc4d7f5ba420c2f.js | 134 KB | 83 KB (64%) | ✓ | 3rd |
| https://static.linear.app/web/_next/static/chunks/65273-9d5121cb54d525f0.js | 55 KB | 45 KB (84%) | ✓ | 3rd |
| https://static.linear.app/web/_next/static/chunks/66365-0d1cb0e00d10e089.js | 55 KB | 45 KB (82%) | ✓ | 3rd |
| https://static.linear.app/web/_next/static/chunks/98618-7606bacba6fa6ef6.js | 79 KB | 40 KB (51%) | ✓ | 3rd |
| https://static.linear.app/web/_next/static/chunks/22954-2868e106038b9620.js | 85 KB | 28 KB (34%) | ✓ | 3rd |
| https://static.linear.app/web/_next/static/chunks/789a407a-bdda2a4b63247546.js | 57 KB | 28 KB (49%) | ✓ | 3rd |
| https://e.linear.app/static/surveys.js?v=1.257.1 | 32 KB | 25 KB (80%) | ✓ | 3rd |
| https://static.linear.app/web/_next/static/chunks/42997-0ff8110c6794bcf2.js | 33 KB | 24 KB (75%) | ✓ | 3rd |
| https://static.linear.app/web/_next/static/chunks/17042-4c090e0f493a1f25.js | 36 KB | 23 KB (65%) | ✓ | 3rd |
| https://static.linear.app/web/_next/static/chunks/98856-97d317b2caa5c2ad.js | 31 KB | 21 KB (70%) | ✓ | 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
BThird-Party Impact48% third-party, 0 ms blockingREVIEW
BHTTP Cachings-maxage=120, stale-while-revalidate=31535880REVIEW
s-maxage=120, stale-while-revalidate=31535880
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 120 | CDN caches for 2 minutes |
| stale-while-revalidate | 31535880 | Serve stale for 52 weeks while fetching fresh |
A+Text CompressionAll text resources are compressedPASS
AImage Optimization17 images, 0 KB saveablePASS
A+Font Loading2 fonts (503 KB)PASS
Web fonts
2
503 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~403 KB and ~806 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall134 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 |
|---|---|---|---|---|---|---|
static.linear.app static.linear.app | Other | 1220ms | 64 KB | 32% | €21/mo | Costly |
static.linear.app static.linear.app | Other | 1073ms | 79 KB | 51% | €19/mo | Costly |
static.linear.app static.linear.app | Other | 508ms | 8 KB | — | €9/mo | Costly |
Unattributable Unattributable | Other | 502ms | 0 KB | — | €9/mo | Costly |
static.linear.app static.linear.app | Other | 312ms | 42 KB | — | €5/mo | Costly |
static.linear.app static.linear.app | Other | 125ms | 186 KB | — | €2/mo | Optional |
These scripts may cost more than they're worth
- static.linear.app adds 1220ms and costs ~€21/month
- static.linear.app adds 1073ms and costs ~€19/month
- static.linear.app adds 508ms and costs ~€9/month
- Unattributable adds 502ms and costs ~€9/month
- static.linear.app adds 312ms and costs ~€5/month
68% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
static.linear.app takes 1220ms 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
static.linear.app takes 1073ms 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
51% of static.linear.app'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
static.linear.app takes 508ms 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 502ms 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
static.linear.app takes 312ms 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