Performance
· 14 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.
449 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.24 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.
3.70 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 198 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BJS Execution Cost917ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://store.figma.com/ | 363ms | 28ms | 9ms | 1st |
| Unattributable | 254ms | 21ms | 0ms | 3rd |
| https://assets.gorgias.chat/build/static/js/vendor-react-core.820de3d88eb95c8f.js | 91ms | 70ms | 4ms | 3rd |
| https://assets.gorgias.chat/build/static/js/279.58c6a32e6ae4fc54.js | 80ms | 69ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-MBH3SZ62 | 64ms | 52ms | 12ms | 3rd |
| https://assets.gorgias.chat/build/static/js/557.f9e30f4c6d8d87de.js | 64ms | 42ms | 4ms | 3rd |
CJS BundlesAction133 scripts, 265 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.feedbucket.app/assets/feedbucket.js | 148 KB | 105 KB (71%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GT-MBH3SZ62 | 135 KB | 61 KB (45%) | ✓ | 3rd |
| https://assets.gorgias.chat/build/static/js/279.58c6a32e6ae4fc54.js | 93 KB | 41 KB (45%) | ✓ | 3rd |
| https://media.9gtb.com/script.js?rev=9b8201f | 60 KB | 32 KB (54%) | ✓ | 3rd |
| https://store.figma.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js | 58 KB | 25 KB (44%) | ✓ | 1st |
| https://store.figma.com/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_CbLcQsBu.en.esm.js | 1 KB | — | ✓ | 1st |
| https://store.figma.com/cdn/shop/t/70/assets/critical.js?v=169402557219780209121770140281 | 3 KB | — | ✓ | 1st |
| https://store.figma.com/cdn/shop/t/70/assets/utilities.js?v=2628875420026591481770140282 | 4 KB | — | ✓ | 1st |
| https://store.figma.com/cdn/shop/t/70/assets/component.js?v=74239122572524296041770140284 | 2 KB | — | ✓ | 1st |
| https://store.figma.com/cdn/shop/t/70/assets/section-renderer.js?v=117273408521114569061770140283 | 2 KB | — | ✓ | 1st |
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
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
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
AThird-Party Impact34% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization7 images, 0 KB saveablePASS
A+Font Loading10 fonts (691 KB)PASS
Web fonts
10
691 KB total
Render-blocking
0
of 10
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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~236 KB and ~472 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 Waterfall198 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 254ms | 0 KB | — | €1/mo | Costly |
assets.gorgias.chat assets.gorgias.chat | Other | 91ms | 43 KB | — | €0/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 80ms | 93 KB | 45% | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 64ms | 135 KB | 45% | €0/mo | Optional |
assets.gorgias.chat assets.gorgias.chat | Other | 64ms | 36 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 254ms and costs ~€1/month
60% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 254ms 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