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.
11.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
294 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.044
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.40 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.
15.01 s
Page Load Progression
DThird-Party ImpactAction98% third-party, 0 ms blockingFIX
DJS Execution CostAction3350ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 927ms | 46ms | 0ms | 3rd |
| https://padlet.net/ui/assets/vue-CASbMAcE.js | 785ms | 575ms | 17ms | 3rd |
| https://padlet.net/ui/assets/window_size-hPQO1gKj.js | 545ms | 361ms | 0ms | 3rd |
| https://padlet.com/ | 321ms | 83ms | 12ms | 1st |
| https://padlet.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 277ms | 243ms | 3ms | 1st |
| https://padlet.net/v3/modern/rdd-v3.min.js | 176ms | 153ms | 11ms | 3rd |
| https://padlet.net/ui/assets/LandsideCarousel-7tLcZQMj.js | 103ms | 66ms | 1ms | 3rd |
| https://padlet.net/ui/assets/LandsideFooterV2-D_q_o8E0.js | 88ms | 0ms | 0ms | 3rd |
| https://padlet.net/ui/assets/experiments-B7e83HLk.js | 65ms | 0ms | 0ms | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 64ms | 33ms | 5ms | 3rd |
BPage Weight Budget1.2 MB transferred, 187 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
CJS BundlesAction132 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 (54%) | ✓ | 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
CPage Weight InventoryAction187 resources · 1.2 MB · 169 KB savings availableREVIEW
~168.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 187 resources | 1.2 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+Text CompressionAll text resources are compressedPASS
A+Image Optimization20 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 Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
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 Waterfall187 requests over 1757msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 927ms | 0 KB | — | $12/mo | Costly |
padlet.net padlet.net | Other | 785ms | 105 KB | 54% | $10/mo | Costly |
padlet.net padlet.net | Other | 545ms | 2 KB | — | $7/mo | Costly |
padlet.net padlet.net | Other | 176ms | 31 KB | — | $2/mo | Optional |
padlet.net padlet.net | Other | 103ms | 4 KB | — | $1/mo | Optional |
padlet.net padlet.net | Other | 88ms | 6 KB | — | $1/mo | Optional |
padlet.net padlet.net | Other | 65ms | 1 KB | — | $1/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 64ms | 11 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 927ms and costs ~$12/month
- padlet.net adds 785ms and costs ~$10/month
- padlet.net adds 545ms and costs ~$7/month
82% 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
Unattributable takes 927ms 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
padlet.net takes 785ms 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
54% 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
padlet.net takes 545ms 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