Performance
· 15 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.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
187 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.109
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.50 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.68 s
Page Load Progression
FPage Weight BudgetAction8.4 MB transferred, 69 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2342ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.jetbrains.com/_assets/common.578dd59ae3f4b25d9603.js | 845ms | 279ms | 116ms | 3rd |
| https://resources.jetbrains.com/storage/optly/26613100737.js | 421ms | 383ms | 11ms | 3rd |
| Unattributable | 215ms | 10ms | 0ms | 3rd |
| https://www.jetbrains.com/ | 192ms | 7ms | 3ms | 3rd |
| https://www.jetbrains.com/_assets/index.entry.d31a7d149928a0ce6198.js | 172ms | 31ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P98 | 171ms | 152ms | 16ms | 3rd |
| https://www.jetbrains.com/_assets/default-page.73f2ab31a743063a654e.js | 92ms | 85ms | 7ms | 3rd |
| https://cdn.cookiehub.eu/c2/0acea1b9.js | 91ms | 75ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e64f0 | 89ms | 70ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e64f0 | 53ms | 40ms | 13ms | 3rd |
FJS BundlesAction11 scripts, 947 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.jetbrains.com/_assets/common.578dd59ae3f4b25d9603.js | 1409 KB | 592 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e64f0 | 168 KB | 77 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e64f0 | 175 KB | 63 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-M8TDRLXFQH&cx=c>m=4e64f0 | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P98 | 205 KB | 56 KB (27%) | ✓ | 3rd |
| https://www.jetbrains.com/_assets/default-page.73f2ab31a743063a654e.js | 88 KB | 55 KB (63%) | ✓ | 3rd |
| https://resources.jetbrains.com/storage/optly/26613100737.js | 131 KB | 42 KB (32%) | ✓ | 3rd |
| https://www.jetbrains.com/_assets/index.entry.d31a7d149928a0ce6198.js | 54 KB | — | ✓ | 3rd |
| https://www.jetbrains.com/_assets/banner-rotator.entry.12fe97407ac1e351ee5c.js | 27 KB | — | ✓ | 3rd |
| https://www.jetbrains.com/_assets/42830.7bc8d83c3fe13a561c98.js | 1 KB | — | ✓ | 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
FPage Weight InventoryAction69 resources · 8.4 MB · 947 KB savings availableFIX
~946.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 69 resources | 8.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction32 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (152 KB)PASS
Web fonts
2
152 KB total
Render-blocking
0
of 2
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 HintsNo optimization neededPASS
Network Waterfall69 requests over 2085msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.jetbrains.com www.jetbrains.com | Other | 845ms | 1409 KB | 42% | €15/mo | Costly |
resources.jetbrains.com resources.jetbrains.com | Other | 421ms | 131 KB | 32% | €7/mo | Costly |
Unattributable Unattributable | Other | 215ms | 0 KB | — | €4/mo | Costly |
www.jetbrains.com www.jetbrains.com | Other | 192ms | 14 KB | — | €3/mo | Optional |
www.jetbrains.com www.jetbrains.com | Other | 172ms | 54 KB | — | €3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 171ms | 205 KB | 27% | €3/mo | Optional |
www.jetbrains.com www.jetbrains.com | Other | 92ms | 88 KB | 63% | €2/mo | Optional |
cdn.cookiehub.eu cdn.cookiehub.eu | Other | 91ms | 39 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 89ms | 175 KB | 36% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 53ms | 168 KB | 46% | €1/mo | Optional |
These scripts may cost more than they're worth
- www.jetbrains.com adds 845ms and costs ~€15/month
- resources.jetbrains.com adds 421ms and costs ~€7/month
- Unattributable adds 215ms and costs ~€4/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
www.jetbrains.com takes 845ms 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
resources.jetbrains.com takes 421ms 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 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
63% of www.jetbrains.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