Performance
· 27 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.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
746 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.
6.68 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.
18.24 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 113 requestsFIX
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
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
FJS Execution CostAction3831ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://goldbuypawn.com/ | 1128ms | 107ms | 20ms | 1st |
| https://goldbuypawn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 718ms | 466ms | 7ms | 1st |
| Unattributable | 602ms | 10ms | 0ms | 1st |
| https://connect.facebook.net/en_US/fbevents.js | 243ms | 187ms | 28ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-0QE082Z0Y2 | 234ms | 194ms | 38ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-17031120089&cx=c>m=4e69g0 | 228ms | 191ms | 34ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N28935FB | 182ms | 143ms | 34ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=UA-263731288-1&cx=c>m=4e69g0 | 138ms | 111ms | 26ms | 3rd |
| https://goldbuypawn.com/wp-content/plugins/pro-elements/assets/js/nested-carousel.db797a097fdc5532ef4a.bundle.min.js | 126ms | 88ms | 1ms | 1st |
| https://goldbuypawn.com/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1788261322 | 100ms | 48ms | 4ms | 1st |
Showing top 10 of 12 scripts
FJS BundlesAction43 scripts, 508 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-0QE082Z0Y2&cx=c>m=4e69g0h1 | 170 KB | 119 KB (70%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N28935FB | 156 KB | 83 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-0QE082Z0Y2 | 171 KB | 72 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=UA-263731288-1&cx=c>m=4e69g0 | 124 KB | 65 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-17031120089&cx=c>m=4e69g0 | 149 KB | 64 KB (43%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 108 KB | 41 KB (38%) | ✓ | 3rd |
| https://goldbuypawn.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5 | 39 KB | 22 KB (57%) | ✓ | 1st |
| https://goldbuypawn.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/premium-addons.min.js?ver=4.11.69 | 24 KB | 22 KB (92%) | ✓ | 1st |
| https://cdn.trustindex.io/loader.js?ver=1 | 24 KB | 20 KB (85%) | ✓ | 3rd |
| https://goldbuypawn.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.35.5 | 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
DPage Weight InventoryAction113 resources · 2.8 MB · 508 KB savings availableFIX
~507.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 113 resources | 2.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization14 images, 0 KB saveableREVIEW
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BDocument CompressionDocument response uses gzip; brotli would be ~20% smallerREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact33% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (76 KB)PASS
Web fonts
7
76 KB total
Render-blocking
0
of 7
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+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Asset CompressionAll 1 asset host use brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
Network Waterfall113 requests over 4649msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Facebook Pixel connect.facebook.net | Advertising | 243ms | 108 KB | 38% | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 234ms | 171 KB | 42% | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 228ms | 149 KB | 43% | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 182ms | 156 KB | 53% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 138ms | 124 KB | 52% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 64ms | 170 KB | 70% | $0/mo | Optional |
These scripts may cost more than they're worth
- Facebook Pixel adds 243ms and costs ~$1/month
- Google Tag Manager adds 234ms and costs ~$1/month
- Google Tag Manager adds 228ms and costs ~$1/month
Facebook Pixel takes 243ms 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
Google Tag Manager takes 234ms 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
Google Tag Manager takes 228ms 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
53% of Google Tag Manager'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
52% of Google Tag Manager'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
70% of Google Tag Manager'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 Optimization16 images, 2313 KB total, 666 KB wastedINFO
Image Optimization Audit
Total Images
16
Total Size
2313 KB
Oversized
4
Wasted
666 KB