Performance
· 20 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.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
72 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.
1.14 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.
4.33 s
Page Load Progression
FPage Weight BudgetAction4.5 MB transferred, 19 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
FJS BundlesAction7 scripts, 2.7 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://vanessave.ilysix.fr/_content/BlazorMonaco/lib/monaco-editor/min/vs/editor/editor.main.js | 3441 KB | 2629 KB (76%) | ✓ | 1st |
| https://vanessave.ilysix.fr/_framework/blazor.web.js | 183 KB | 99 KB (54%) | ✓ | 1st |
| https://vanessave.ilysix.fr/_content/MudBlazor/MudBlazor.min.js | 46 KB | 42 KB (91%) | ✓ | 1st |
| https://vanessave.ilysix.fr/_content/BlazorMonaco/jsInterop.js | 36 KB | 31 KB (88%) | ✗ | 1st |
| https://vanessave.ilysix.fr/_content/BlazorMonaco/lib/monaco-editor/min/vs/loader.js | 29 KB | — | ✓ | 1st |
| https://vanessave.ilysix.fr/_content/BlazorMonaco/lib/monaco-editor/min/vs/editor/editor.main.nls.js | 94 KB | — | ✓ | 1st |
| https://vanessave.ilysix.fr/_content/Toolbelt.Blazor.FileDropZone/script.min.js?v=2.1.1 | 1 KB | — | ✓ | 1st |
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 InventoryAction19 resources · 4.5 MB · 2.7 MB savings availableFIX
~2.7 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 19 resources | 4.5 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
CCompression AlgorithmActionMain response served uncompressedREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact1% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+JS Execution Cost235ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://vanessave.ilysix.fr/_content/BlazorMonaco/lib/monaco-editor/min/vs/editor/editor.main.js | 102ms | 41ms | 60ms | 1st |
| https://vanessave.ilysix.fr/_content/BlazorMonaco/lib/monaco-editor/min/vs/editor/editor.main.nls.js | 71ms | 69ms | 2ms | 1st |
| https://vanessave.ilysix.fr/ | 62ms | 4ms | 0ms | 1st |
A+Font Loading2 fonts (53 KB)PASS
Web fonts
2
53 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)