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.
522 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
522 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.19 s
Page Load Progression
FPage Weight BudgetAction4.6 MB transferred, 59 requestsFIX
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
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 ImpactAction70% third-party, 0 ms blockingFIX
CImage OptimizationAction23 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost421ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.julialang.org/ | 306ms | 4ms | 0ms | 1st |
| Unattributable | 115ms | 1ms | 0ms | 3rd |
A+Font Loading4 fonts (2066 KB)PASS
Web fonts
4
2066 KB total
Render-blocking
0
of 4
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 ~998 KB and ~1996 ms
A+JS Bundles14 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.julialang.org/libs/detectdark.js | 1 KB | — | ✓ | 1st |
| https://www.julialang.org/libs/buttons.js | 7 KB | — | ✓ | 1st |
| https://plausible.io/js/script.js | 2 KB | — | ✓ | 3rd |
| https://kit.fontawesome.com/f030d443fe.js | 0 KB | — | ✓ | 3rd |
| https://www.julialang.org/libs/youtube-player.js | 1 KB | — | ✓ | 1st |
| https://www.julialang.org/libs/bootstrap/bootstrap.bundle.min.js | 24 KB | — | ✓ | 1st |
| https://www.julialang.org/libs/highlight/highlight.min.js | 17 KB | — | ✓ | 1st |
| https://www.julialang.org/libs/carousel.js | 1 KB | — | ✓ | 1st |
| https://www.youtube.com/iframe_api | 4 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/player/57fefa84/www-widgetapi.vflset/www-widgetapi.js | 11 KB | — | ✓ | 3rd |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP Cachingmax-age=600 (10 minutes)PASS
max-age=600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 600 | Cache for 10 minutes |
Network Waterfall59 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 | 115ms | 0 KB | — | $2/mo | Optional |