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.
3.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.59 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
75 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.
5.59 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.
5.76 s
Page Load Progression
DJS Execution CostAction2425ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://gab.com/ | 1829ms | 358ms | 3ms | 1st |
| Unattributable | 223ms | 17ms | 0ms | 3rd |
| https://gab.com/packs/js/common-a826960b55c8ee32b80c.js | 200ms | 2ms | 197ms | 1st |
| https://assets.armanet.us/armanet-beta-pxl.js | 102ms | 95ms | 1ms | 3rd |
| https://matomo.gab.com/matomo.js | 70ms | 43ms | 24ms | 3rd |
FJS BundlesAction4 scripts, 528 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://gab.com/packs/js/common-a826960b55c8ee32b80c.js | 513 KB | 507 KB (100%) | ✓ | 1st |
| https://matomo.gab.com/matomo.js | 22 KB | 21 KB (98%) | ✓ | 3rd |
| https://gab.com/legacy/matomo.js | 1 KB | — | ✓ | 1st |
| https://assets.armanet.us/armanet-beta-pxl.js | 7 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+Page Weight Budget574 KB transferred, 14 requestsPASS
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
A+Third-Party Impact5% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image OptimizationNo images on this pagePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory14 resources · 574 KB · 528 KB savings availablePASS
~527.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 14 resources | 574.3 KiB | ||||||
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 Waterfall14 requests over 3479msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 223ms | 0 KB | — | $3/mo | Costly |
assets.armanet.us assets.armanet.us | Other | 102ms | 7 KB | — | $1/mo | Optional |
Matomo matomo.gab.com | Analytics | 70ms | 22 KB | 98% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 223ms and costs ~$3/month
Unattributable takes 223ms 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
98% of Matomo'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