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.
11.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.56 s
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.
11.09 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.
22.52 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 154 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
DThird-Party ImpactAction96% third-party, 0 ms blockingFIX
FJS Execution CostAction6514ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1626ms | 22ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MWZVBR2 | 722ms | 567ms | 63ms | 3rd |
| https://mkt-static.bitly.com/static/1776354287/pages/wp-includes/js/jquery/jquery.min.js | 579ms | 290ms | 9ms | 3rd |
| https://cdn.optimizely.com/js/16488430484.js | 477ms | 399ms | 40ms | 3rd |
| https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/js/foundation.min.js | 460ms | 56ms | 17ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js | 440ms | 282ms | 70ms | 3rd |
| https://bitly.com/ | 388ms | 78ms | 9ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-567GCTL9BB&cx=c>m=4e64h1 | 370ms | 306ms | 61ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c>m=4e64h1 | 261ms | 218ms | 41ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c>m=4e64h1 | 256ms | 220ms | 34ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction33 scripts, 735 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://mkt-static.bitly.com/static/1776354287/pages/wp-content/themes/JointsWP-CSS-master/foundation-sites/dist/js/foundation.min.js | 170 KB | 114 KB (67%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 71 KB (74%) | ✓ | 3rd |
| https://global-free-tools.qr-code-generator.com/global-free-hook/latest/global-free-hook.js | 163 KB | 68 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-567GCTL9BB&cx=c>m=4e64h1 | 176 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12389169&cx=c>m=4e64h1 | 130 KB | 65 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11180849338&cx=c>m=4e64h1 | 147 KB | 64 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-768371374&cx=c>m=4e64h1 | 145 KB | 64 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MWZVBR2 | 180 KB | 63 KB (35%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202505.1.0/otBannerSdk.js | 119 KB | 62 KB (53%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/16488430484.js | 109 KB | 38 KB (36%) | ✓ | 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
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
FPage Weight InventoryAction154 resources · 3.4 MB · 735 KB savings availableFIX
~734.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 154 resources | 3.4 MiB | ||||||
BImage Optimization66 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (463 KB)PASS
Web fonts
9
463 KB total
Render-blocking
0
of 9
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+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: Google Cloud
Network Waterfall154 requests over 2424msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1626ms | 0 KB | — | $30/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 722ms | 180 KB | 35% | $14/mo | Costly |
mkt-static.bitly.com mkt-static.bitly.com | Other | 579ms | 86 KB | 33% | $11/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 477ms | 109 KB | 36% | $9/mo | Costly |
mkt-static.bitly.com mkt-static.bitly.com | Other | 460ms | 170 KB | 67% | $9/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 440ms | 119 KB | 53% | $8/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 370ms | 176 KB | 39% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 261ms | 147 KB | 44% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 256ms | 145 KB | 44% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 214ms | 130 KB | 50% | $4/mo | Costly |
global-free-tools.qr-code-generator.com global-free-tools.qr-code-generator.com | Other | 166ms | 163 KB | 42% | $3/mo | Optional |
cdn.userway.org cdn.userway.org | Other | 129ms | 48 KB | 59% | $2/mo | Optional |
mkt-static.bitly.com mkt-static.bitly.com | Other | 122ms | 34 KB | — | $2/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 118ms | 23 KB | — | $2/mo | Optional |
Bing UET bat.bing.com | Advertising | 72ms | 16 KB | — | $1/mo | Optional |
accounts.google.com accounts.google.com | Other | 57ms | 96 KB | 74% | $1/mo | Optional |
mkt-static.bitly.com mkt-static.bitly.com | Other | 56ms | 18 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1626ms and costs ~$30/month
- Google Tag Manager adds 722ms and costs ~$14/month
- mkt-static.bitly.com adds 579ms and costs ~$11/month
- Optimizely adds 477ms and costs ~$9/month
- mkt-static.bitly.com adds 460ms and costs ~$9/month
- Google Tag Manager adds 370ms and costs ~$7/month
- Google Tag Manager adds 261ms and costs ~$5/month
- Google Tag Manager adds 256ms and costs ~$5/month
- Google Tag Manager adds 214ms and costs ~$4/month
94% 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
Unattributable takes 1626ms 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 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
mkt-static.bitly.com takes 579ms 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
Optimizely takes 477ms 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
mkt-static.bitly.com takes 460ms 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
67% of mkt-static.bitly.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
53% of OneTrust'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
Google Tag Manager takes 370ms 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 261ms 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 256ms 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 214ms 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
59% of cdn.userway.org'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
74% of accounts.google.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