Performance
· 17 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.
16.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
34.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
628 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.
16.33 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.
35.46 s
Page Load Progression
FPage Weight BudgetAction7.9 MB transferred, 68 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
FJS Execution CostAction8024ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.jetbrains.com/_assets/common.578dd59ae3f4b25d9603.js | 3244ms | 1110ms | 317ms | 3rd |
| Unattributable | 763ms | 38ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P98 | 725ms | 647ms | 58ms | 3rd |
| https://resources.jetbrains.com/storage/optly/26613100737.js | 630ms | 551ms | 56ms | 3rd |
| https://www.jetbrains.com/_assets/index.entry.d31a7d149928a0ce6198.js | 591ms | 120ms | 9ms | 3rd |
| https://www.jetbrains.com/ | 509ms | 30ms | 8ms | 3rd |
| https://cdn.cookiehub.eu/c2/0acea1b9.js | 446ms | 265ms | 12ms | 3rd |
| https://www.jetbrains.com/_assets/default-page.73f2ab31a743063a654e.js | 345ms | 302ms | 23ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e64f0&bs=ctrl2 | 339ms | 285ms | 51ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e64f0&bs=ctrl2 | 246ms | 184ms | 60ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction11 scripts, 954 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.jetbrains.com/_assets/common.578dd59ae3f4b25d9603.js | 1409 KB | 591 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e64f0&bs=ctrl2 | 168 KB | 77 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e64f0&bs=ctrl2 | 175 KB | 63 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-M8TDRLXFQH&cx=c>m=4e64f0&bs=ctrl2 | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.jetbrains.com/_assets/default-page.73f2ab31a743063a654e.js | 88 KB | 56 KB (64%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P98 | 205 KB | 55 KB (27%) | ✓ | 3rd |
| https://resources.jetbrains.com/storage/optly/26613100737.js | 131 KB | 50 KB (39%) | ✓ | 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 InventoryAction68 resources · 7.9 MB · 954 KB savings availableFIX
~954.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 68 resources | 7.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction30 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.
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
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 Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall68 requests over 2155msINFO
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 | 3244ms | 1409 KB | 42% | €56/mo | Costly |
Unattributable Unattributable | Other | 763ms | 0 KB | — | €13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 725ms | 205 KB | 27% | €13/mo | Costly |
resources.jetbrains.com resources.jetbrains.com | Other | 630ms | 131 KB | 39% | €11/mo | Costly |
www.jetbrains.com www.jetbrains.com | Other | 591ms | 54 KB | — | €10/mo | Costly |
www.jetbrains.com www.jetbrains.com | Other | 509ms | 14 KB | — | €9/mo | Costly |
cdn.cookiehub.eu cdn.cookiehub.eu | Other | 446ms | 39 KB | — | €8/mo | Costly |
www.jetbrains.com www.jetbrains.com | Other | 345ms | 88 KB | 64% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 339ms | 175 KB | 36% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 246ms | 168 KB | 46% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 187ms | 144 KB | 43% | €3/mo | Optional |
These scripts may cost more than they're worth
- www.jetbrains.com adds 3244ms and costs ~€56/month
- Unattributable adds 763ms and costs ~€13/month
- Google Tag Manager adds 725ms and costs ~€13/month
- resources.jetbrains.com adds 630ms and costs ~€11/month
- www.jetbrains.com adds 591ms and costs ~€10/month
- www.jetbrains.com adds 509ms and costs ~€9/month
- cdn.cookiehub.eu adds 446ms and costs ~€8/month
- www.jetbrains.com adds 345ms and costs ~€6/month
- Google Tag Manager adds 339ms and costs ~€6/month
- Google Tag Manager adds 246ms 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 3244ms 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 763ms 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 725ms 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 630ms 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
www.jetbrains.com takes 591ms 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
www.jetbrains.com takes 509ms 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
cdn.cookiehub.eu takes 446ms 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
www.jetbrains.com takes 345ms 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
64% 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
Google Tag Manager takes 339ms 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 246ms 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