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.
11.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
37.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.36 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.110
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.39 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.
39.43 s
Page Load Progression
FPage Weight BudgetAction8.9 MB transferred, 136 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
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 CostAction19241ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.jetbrains.com/_assets/common.f1cfd90ed0fb4834ecc2.js | 6688ms | 2678ms | 539ms | 1st |
| Unattributable | 1915ms | 134ms | 0ms | 3rd |
| https://www.jetbrains.com/_assets/index.entry.d4dc98d0614badbe65ff.js | 1778ms | 251ms | 15ms | 1st |
| https://resources.jetbrains.com/storage/optly/26613100737.js | 1390ms | 1190ms | 71ms | 3rd |
| https://www.jetbrains.com/ | 1307ms | 57ms | 13ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P98 | 1178ms | 959ms | 98ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e6460 | 1141ms | 1046ms | 71ms | 3rd |
| https://cdn.cookiehub.eu/c2/0acea1b9.js | 873ms | 759ms | 25ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 521ms | 435ms | 10ms | 3rd |
| https://www.jetbrains.com/_assets/default-page.3022c2aa953e916af023.js | 517ms | 448ms | 41ms | 1st |
Showing top 10 of 22 scripts
FJS BundlesAction35 scripts, 1.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.jetbrains.com/_assets/common.f1cfd90ed0fb4834ecc2.js | 1347 KB | 534 KB (40%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-1071903267&cx=c>m=4e6460 | 146 KB | 105 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e6460 | 167 KB | 73 KB (44%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js | 106 KB | 63 KB (60%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e6460 | 174 KB | 61 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-M8TDRLXFQH&cx=c>m=4e6460 | 143 KB | 59 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-963127096&cx=c>m=4e6460 | 146 KB | 54 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P98 | 203 KB | 53 KB (26%) | ✓ | 3rd |
| https://www.jetbrains.com/_assets/default-page.3022c2aa953e916af023.js | 84 KB | 53 KB (63%) | ✓ | 1st |
| https://resources.jetbrains.com/storage/optly/26613100737.js | 130 KB | 50 KB (38%) | ✓ | 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
CImage OptimizationAction50 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
BHTTP Cachingmax-age=0REVIEW
max-age=0
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
AThird-Party Impact20% third-party, 0 ms blockingPASS
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 Waterfall136 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 | 1915ms | 0 KB | — | €33/mo | Costly |
resources.jetbrains.com resources.jetbrains.com | Other | 1390ms | 130 KB | 38% | €24/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1178ms | 203 KB | 26% | €20/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1141ms | 167 KB | 44% | €20/mo | Costly |
cdn.cookiehub.eu cdn.cookiehub.eu | Other | 873ms | 38 KB | — | €15/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 521ms | 26 KB | — | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 417ms | 174 KB | 35% | €7/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 266ms | 106 KB | 60% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 247ms | 146 KB | 37% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 224ms | 143 KB | 42% | €4/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 174ms | 95 KB | 35% | €3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 171ms | 44 KB | — | €3/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 95ms | 19 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 87ms | 146 KB | 72% | €2/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 76ms | 13 KB | — | €1/mo | Optional |
Bing UET bat.bing.com | Advertising | 63ms | 15 KB | — | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 61ms | 39 KB | — | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 52ms | 19 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1915ms and costs ~€33/month
- resources.jetbrains.com adds 1390ms and costs ~€24/month
- Google Tag Manager adds 1178ms and costs ~€20/month
- Google Tag Manager adds 1141ms and costs ~€20/month
- cdn.cookiehub.eu adds 873ms and costs ~€15/month
- Microsoft Clarity adds 521ms and costs ~€9/month
- Google Tag Manager adds 417ms and costs ~€7/month
- analytics.tiktok.com adds 266ms and costs ~€5/month
- Google Tag Manager adds 247ms and costs ~€4/month
- Google Tag Manager adds 224ms and costs ~€4/month
47% 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
Unattributable takes 1915ms 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 1390ms 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 1178ms 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 1141ms 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 873ms 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
Microsoft Clarity takes 521ms 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 417ms 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
analytics.tiktok.com takes 266ms 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
60% of analytics.tiktok.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 247ms 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 224ms 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
72% of Google Tag Manager'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