Skip to content
https://store.figma.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
3
REVIEW
1
PASS
8
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

42
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

10.83 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

19.32 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

544 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.

10.83 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.

19.48 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
14
8 PASS 1 REVIEW 3 FIX
F
Page Weight Budget
Action
3.2 MB transferred, 199 requests
FIX
3.2 MB transferred, 199 requests
Warning::
Page weighs 4.9 MB (3.2 MB transferred)
Warning::
JavaScript is 953 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 953 KB
Info::
Fonts are 691 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 691 KB
Warning::
199 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.66 g CO2 per page load
3.2 MB / 2.4 MB budget
3.2 MB transferred
199 requests
0.66 g CO2 per page load
Other 1.0 MiB 32%
JavaScript 953.1 KiB 29%
Fonts 690.6 KiB 21%
Images 410.4 KiB 13%
HTML 67.6 KiB 2%
CSS 59.0 KiB 2%
Other 17.4 KiB 1%
Other 7.6 KiB 0%
Other 1.8 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Execution Cost
Action
4791ms total JS execution
FIX
4791ms total JS execution
Warning::
https://store.figma.com/: 1129ms CPU time
Warning::
Unattributable: 1053ms CPU time
Warning::
https://assets.gorgias.chat/build/static/js/279.58...: 675ms CPU time
Warning::
https://store.figma.com/cdn/wpm/bcfa8229ew36b6053d...: 288ms CPU time
Warning::
https://assets.gorgias.chat/build/static/js/557.f9...: 263ms CPU time
Warning::
Third-party scripts: 2576ms (54% of total)

Main Thread Breakdown

Script Evaluation 46% Other 24% Style & Layout 18% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://store.figma.com/1129ms159ms45ms1st
Unattributable1053ms163ms0ms3rd
https://assets.gorgias.chat/build/static/js/279.58c6a32e6ae4fc54.js675ms611ms34ms3rd
https://store.figma.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js288ms205ms22ms1st
https://assets.gorgias.chat/build/static/js/557.f9e30f4c6d8d87de.js263ms187ms14ms3rd
https://store.figma.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js236ms101ms31ms1st
https://store.figma.com/cdn/shopifycloud/importmap-polyfill/es-modules-shim.2.4.0.js233ms186ms23ms1st
https://www.googletagmanager.com/gtag/js?id=GT-MBH3SZ62216ms163ms52ms3rd
https://store.figma.com/cdn/s/trekkie.storefront.793024e5c781b83428b9784ec5054da9d22f7d7f.min.js118ms96ms14ms1st
https://media.9gtb.com/script.js?rev=9b8201f98ms73ms25ms3rd

Showing top 10 of 16 scripts

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
JS Bundles
Action
133 scripts, 265 KB unused
REVIEW
133 scripts, 265 KB unused
Warning::
https://cdn.feedbucket.app/assets/feedbucket.js: 105 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=GT-MBH...: 62 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.gorgias.chat/build/static/js/279.58...: 41 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://media.9gtb.com/script.js?rev=9b8201f: 32 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://store.figma.com/cdn/wpm/bcfa8229ew36b6053d...: 25 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 265 KB
265 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.feedbucket.app/assets/feedbucket.js148 KB105 KB (71%)3rd
https://www.googletagmanager.com/gtag/js?id=GT-MBH3SZ62136 KB62 KB (46%)3rd
https://assets.gorgias.chat/build/static/js/279.58c6a32e6ae4fc54.js93 KB41 KB (45%)3rd
https://media.9gtb.com/script.js?rev=9b8201f60 KB32 KB (54%)3rd
https://store.figma.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js58 KB25 KB (44%)1st
https://store.figma.com/cdn/s/trekkie.storefront.793024e5c781b83428b9784ec5054da9d22f7d7f.min.js27 KB1st
https://store.figma.com/cdn/shop/t/70/assets/critical.js?v=1694025572197802091217701402813 KB1st
https://store.figma.com/cdn/shop/t/70/assets/utilities.js?v=26288754200265914817701402824 KB1st
https://store.figma.com/cdn/shop/t/70/assets/component.js?v=742391225725242960417701402842 KB1st
https://store.figma.com/cdn/shop/t/70/assets/section-renderer.js?v=1172734085211145690617701402832 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A
Third-Party Impact
36% third-party, 0 ms blocking
PASS
36% third-party, 0 ms blocking
Info::
Third-party code accounts for 36% of page weight (1.1 MiB of 3.2 MiB)
Info::
Third-party blocking time is low (0 ms)
64%
36%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
7 images, 0 KB saveable
PASS
7 images, 0 KB saveable
Info::
All images are well-optimized
7 images 410 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
10 fonts (691 KB)
PASS
10 fonts (691 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

691 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 10.8 s LCP 19.3 shttps://cdn.shopify.com/s/files/1/0576/8364/0503/files/Figma-Sans-VF.woff2?v=1757390135Figma-Sans-VF.woff2 https://cdn.shopify.com/s/files/1/0576/8364/0503/files/Figma-Sans-VF.woff2?v=1757390135 — 195.5 KiB — 0 ms — font-display: swaphttps://store.figma.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2inter_n4.b2a3f24c19b4de... https://store.figma.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2 — 38.9 KiB — 0 ms — font-display: swaphttps://store.figma.com/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2inter_n5.d7101d5e168594... https://store.figma.com/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2 — 39.6 KiB — 0 ms — font-display: swaphttps://store.figma.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2inter_n7.02711e6b374660... https://store.figma.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2 — 39.4 KiB — 0 ms — font-display: swaphttps://store.figma.com/cdn/shop/files/Figma-Sans-VF.woff2?v=1757390135Figma-Sans-VF.woff2 https://store.figma.com/cdn/shop/files/Figma-Sans-VF.woff2?v=1757390135 — 195.3 KiB — 0 ms — font-display: swaphttps://store.figma.com/cdn/shop/files/Figma-Sans-Condensed-Display-Regular.otf?v=1748909832Figma-Sans-Condensed-Di... https://store.figma.com/cdn/shop/files/Figma-Sans-Condensed-Display-Regular.otf?v=1748909832 — 44.6 KiB — 0 ms — font-display: swaphttps://store.figma.com/cdn/shop/files/Figma-Sans-Display-Regular.otf?v=1748909832Figma-Sans-Display-Regu... https://store.figma.com/cdn/shop/files/Figma-Sans-Display-Regular.otf?v=1748909832 — 44.4 KiB — 0 ms — font-display: swaphttps://store.figma.com/cdn/shop/files/Figma-Sans-Condensed-Text-Regular.otf?v=1748909832Figma-Sans-Condensed-Te... https://store.figma.com/cdn/shop/files/Figma-Sans-Condensed-Text-Regular.otf?v=1748909832 — 45.6 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 0 B — 0 ms — font-display: swap
Figma-Sans-VF.woff2 woff2 swap
Size 195 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
inter_n4.b2a3f24c19b4de... woff2 swap
Size 39 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
inter_n5.d7101d5e168594... woff2 swap
Size 40 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
inter_n7.02711e6b374660... woff2 swap
Size 39 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
Figma-Sans-VF.woff2 woff2 swap
Size 195 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Figma-Sans-Condensed-Di... otf swap
Size 45 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Figma-Sans-Display-Regu... otf swap
Size 44 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Figma-Sans-Condensed-Te... otf swap
Size 46 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 0 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
8 hints, 0 missing preconnects
PASS
8 hints, 0 missing preconnects
Info::
Page uses 8 resource hint(s)

Current Resource Hints

preconnect
1
preload
6
dns-prefetch
1
prefetch

8 resource hints configured

A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
199 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
54% of JavaScript execution is third-party
First-party Third-party 2576ms · 545KB · €14/mo
Unattributable
Other
Costly
Execution 1053ms
Transfer 0 KB
Monthly Cost €6/mo
assets.gorgias.chat
Other
Costly
Execution 675ms
Transfer 93 KB
Unused 45%
Monthly Cost €4/mo
assets.gorgias.chat
Other
Costly
Execution 263ms
Transfer 36 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Costly
Execution 216ms
Transfer 136 KB
Unused 46%
Monthly Cost €1/mo
media.9gtb.com
Other
Optional
Execution 98ms
Transfer 60 KB
Unused 54%
Monthly Cost €1/mo
cdn.feedbucket.app
Other
Optional
Execution 97ms
Transfer 148 KB
Unused 71%
Monthly Cost €1/mo
assets.gorgias.chat
Other
Optional
Execution 89ms
Transfer 43 KB
Monthly Cost €0/mo
assets.gorgias.chat
Other
Optional
Execution 86ms
Transfer 29 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • Unattributable adds 1053ms and costs ~€6/month
  • assets.gorgias.chat adds 675ms and costs ~€4/month
  • assets.gorgias.chat adds 263ms and costs ~€1/month
  • Google Tag Manager adds 216ms and costs ~€1/month

54% of JavaScript execution time comes from third-party scripts.

Why this matters

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 1053ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

assets.gorgias.chat takes 675ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

assets.gorgias.chat takes 263ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 216ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

54% of media.9gtb.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

71% of cdn.feedbucket.app's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback