Performance
· 26 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.
2.79 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.
117 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.
3.65 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.27 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction126 resources · 1.9 MB · 26 KB savings availableFIX
~26.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 126 resources | 1.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction1.9 MB transferred, 126 requestsREVIEW
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
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
BImage Optimization104 images, 0 KB saveableREVIEW
CJS Execution CostAction1894ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.bang.com/build/8683.20825f0f.js | 722ms | 224ms | 5ms | 3rd |
| Unattributable | 544ms | 22ms | 0ms | 1st |
| https://www.bang.com/ | 418ms | 31ms | 3ms | 3rd |
| https://www.bang.com/build/5583.9aaae509.js | 209ms | 156ms | 13ms | 3rd |
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (47 KB)PASS
Web fonts
1
47 KB total
Render-blocking
0
of 1
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)
A+JS Bundles11 scripts, 26 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.bang.com/build/5583.9aaae509.js | 39 KB | 26 KB (68%) | ✓ | 3rd |
| https://www.bang.com/build/runtime.68aceb16.js | 2 KB | — | ✓ | 3rd |
| https://www.bang.com/build/app.61795e1d.js | 20 KB | — | ✓ | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 | 11 KB | — | ✓ | 3rd |
| https://www.bang.com/build/2508.c1088495.js | 1 KB | — | ✓ | 3rd |
| https://www.bang.com/build/6397.da151aba.js | 1 KB | — | ✓ | 3rd |
| https://www.bang.com/build/8159.b9d5cfc4.js | 1 KB | — | ✓ | 3rd |
| https://www.bang.com/build/3247.887588e4.js | 1 KB | — | ✓ | 3rd |
| https://www.bang.com/build/8683.20825f0f.js | 24 KB | — | ✓ | 3rd |
| https://www.bang.com/build/6618.afa35acc.js | 1 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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+JavaScript BlockingNo render-blocking JS or document.write usage detectedPASS
A+CSS Performance DepthNo CSS performance depth issues 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 Waterfall126 requests over 2835msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.bang.com www.bang.com | Other | 722ms | 24 KB | — | €8/mo | Costly |
www.bang.com www.bang.com | Other | 418ms | 35 KB | — | €5/mo | Costly |
www.bang.com www.bang.com | Other | 209ms | 39 KB | 68% | €2/mo | Costly |
These scripts may cost more than they're worth
- www.bang.com adds 722ms and costs ~€8/month
- www.bang.com adds 418ms and costs ~€5/month
- www.bang.com adds 209ms and costs ~€2/month
71% 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
www.bang.com takes 722ms 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
www.bang.com takes 418ms 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
www.bang.com takes 209ms 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
68% of www.bang.com'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
Image Optimization129 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
129
Total Size
0 KB