Performance
· 15 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.
775 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
66 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.056
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.29 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.14 s
Page Load Progression
DThird-Party ImpactAction98% third-party, 0 ms blockingFIX
DPage Weight InventoryAction182 resources · 1.9 MB · 169 KB savings availableFIX
~169.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 182 resources | 1.9 MiB | ||||||
CPage Weight BudgetAction1.9 MB transferred, 182 requestsREVIEW
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
BJS Execution Cost784ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://padlet.net/ui/assets/vue-CASbMAcE.js | 296ms | 214ms | 1ms | 3rd |
| Unattributable | 273ms | 59ms | 0ms | 3rd |
| https://padlet.com/ | 144ms | 25ms | 2ms | 1st |
| https://padlet.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 71ms | 66ms | 1ms | 1st |
CJS BundlesAction133 scripts, 169 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://padlet.net/ui/assets/surface_attachments-BxXKYV3s.js | 121 KB | 112 KB (93%) | ✓ | 3rd |
| https://padlet.net/ui/assets/vue-CASbMAcE.js | 105 KB | 57 KB (55%) | ✓ | 3rd |
| https://padlet.net/ui/assets/landside-D_ZLhxNu.js | 18 KB | — | ✓ | 3rd |
| https://padlet.net/ui/assets/intl-CbmH0QmU.js | 3 KB | — | ✓ | 3rd |
| https://padlet.net/ui/assets/global-DI4qb8sP.js | 1 KB | — | ✓ | 3rd |
| https://padlet.net/ui/assets/plans_helper-DGQrCyTG.js | 11 KB | — | ✓ | 3rd |
| https://padlet.net/ui/assets/_sentry-release-injection-file-Dw-Ov7wz.js | 1 KB | — | ✓ | 3rd |
| https://padlet.net/ui/assets/analytics-DbipJI5A.js | 1 KB | — | ✓ | 3rd |
| https://padlet.net/ui/assets/experiments-B7e83HLk.js | 1 KB | — | ✓ | 3rd |
| https://padlet.net/ui/assets/plans-CCjhQksP.js | 2 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
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+Text CompressionAll text resources are compressedPASS
A+Image Optimization14 images, 0 KB saveablePASS
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
A+Font Loading2 fonts (70 KB)PASS
Web fonts
2
70 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
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 ~4 KB and ~8 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall182 requests over 1734msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
padlet.net padlet.net | Other | 296ms | 105 KB | 55% | $4/mo | Costly |
Unattributable Unattributable | Other | 273ms | 0 KB | — | $4/mo | Costly |
These scripts may cost more than they're worth
- padlet.net adds 296ms and costs ~$4/month
- Unattributable adds 273ms and costs ~$4/month
73% 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
padlet.net takes 296ms 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
55% of padlet.net'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
Unattributable takes 273ms 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