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.
9.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.15 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
466 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.
9.15 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.
10.16 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 48 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
DJS Execution CostAction2824ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://jsfiddle.net/js/lib/monaco-editor/min/vs/editor/editor.main.js?a5d18b050a5a2ca908634e556824833385a8472d | 1267ms | 683ms | 330ms | 1st |
| https://jsfiddle.net/ | 904ms | 472ms | 6ms | 1st |
| Unattributable | 274ms | 16ms | 0ms | 3rd |
| https://jsfiddle.net/cdn-cgi/challenge-platform/scripts/jsd/main.js | 264ms | 247ms | 3ms | 1st |
| https://jsfiddle.net/js/_dist-editor.js?a5d18b050a5a2ca908634e556824833385a8472d | 60ms | 8ms | 6ms | 1st |
| https://jsfiddle.net/js/lib/monaco-editor/min/vs/language/css/cssMode.js | 56ms | 52ms | 3ms | 1st |
FJS BundlesAction30 scripts, 616 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://jsfiddle.net/js/lib/monaco-editor/min/vs/editor/editor.main.js?a5d18b050a5a2ca908634e556824833385a8472d | 1080 KB | 616 KB (57%) | ✓ | 1st |
| https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/+esm | 8 KB | — | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/+esm | 8 KB | — | ✓ | 3rd |
| https://cdn.carbonads.com/carbon.js?serve=CW7DC2JY&placement=jsfiddlenet&format=cover | 10 KB | — | ✓ | 3rd |
| https://m.servedby-buysellads.com/monetization.js | 17 KB | — | ✓ | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
| https://unpkg.com/external-svg-loader@1.7.1/svg-loader.min.js | 4 KB | — | ✓ | 3rd |
| https://jsfiddle.net/js/lib/monaco-editor/min/vs/basic-languages/javascript/javascript.js | 3 KB | — | ✓ | 1st |
| https://jsfiddle.net/js/lib/monaco-editor/min/vs/language/typescript/tsMode.js | 8 KB | — | ✓ | 1st |
| https://cdn.jsdelivr.net/npm/emmet-monaco-es@5.5.0/+esm | 32 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
DPage Weight InventoryAction48 resources · 3.4 MB · 616 KB savings availableFIX
~616.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 48 resources | 3.4 MiB | ||||||
BHTTP Cachingmax-age=0, private, must-revalidateREVIEW
max-age=0, private, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
| must-revalidate | — | Must recheck with server after expiry |
A+Third-Party Impact3% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font Loading2 fonts (188 KB)PASS
Web fonts
2
188 KB total
Render-blocking
0
of 2
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
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 ~70 KB and ~140 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall48 requests over 2426msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 274ms | 0 KB | — | $4/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 274ms and costs ~$4/month
Unattributable takes 274ms 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