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.
6.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9.82 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.047
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.58 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.
44.52 s
Page Load Progression
FPage Weight BudgetAction7.7 MB transferred, 160 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
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
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
FJS Execution CostAction19863ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://beta.nj.gov/sies-stirresouncan-peopleast-knowt-tha-If-you-re | 3992ms | 3667ms | 98ms | 3rd |
| https://nj.gov/Sprighter-a-newly-of-my-Louer-Entermittlemaine-I | 3804ms | 3554ms | 95ms | 1st |
| https://nj.gov/ | 1978ms | 13ms | 4ms | 1st |
| Unattributable | 1457ms | 317ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P3V3PJ6 | 895ms | 767ms | 87ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17010364938&cx=c>m=4e64h1h1 | 518ms | 340ms | 60ms | 3rd |
| https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.en_US.VRmZKspy56E.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfr19FYIaQWCvBYtl2_gp8OxhpIGyQ/m=el_main | 482ms | 322ms | 107ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-6KHKTBYZR6&cx=c>m=4e64h1h1 | 352ms | 293ms | 54ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HTW9MER90K&cx=c>m=4e64h1h1 | 313ms | 253ms | 57ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FLNQL9YJD1&cx=c>m=4e64h1h1 | 308ms | 245ms | 61ms | 3rd |
Showing top 10 of 38 scripts
FJS BundlesAction61 scripts, 1.6 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.en_US.VRmZKspy56E.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfr19FYIaQWCvBYtl2_gp8OxhpIGyQ/m=el_main | 119 KB | 95 KB (80%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FLNQL9YJD1&cx=c>m=4e64h1h1 | 173 KB | 73 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-TMR01P7384&cx=c>m=4e64h1h1 | 157 KB | 68 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-6KHKTBYZR6&cx=c>m=4e64h1h1 | 157 KB | 67 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HCNHMWD5TF&cx=c>m=4e64h1h1 | 156 KB | 67 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HTW9MER90K&cx=c>m=4e64h1h1 | 152 KB | 66 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-13117649&cx=c>m=4e64h1h1 | 129 KB | 62 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-14154266&cx=c>m=4e64h1h1 | 129 KB | 62 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-14452434&cx=c>m=4e64h1h1 | 129 KB | 62 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-13402163&cx=c>m=4e64h1h1 | 129 KB | 62 KB (48%) | ✓ | 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 InventoryAction160 resources · 7.7 MB · 1.6 MB savings availableFIX
~1.6 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 160 resources | 7.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BThird-Party Impact53% third-party, 0 ms blockingREVIEW
CImage OptimizationAction34 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
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
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
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
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
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (685 KB)PASS
Web fonts
8
685 KB total
Render-blocking
0
of 8
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
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~270 KB and ~540 ms
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
Network Waterfall160 requests over 5202msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
beta.nj.gov beta.nj.gov | Other | 3992ms | 221 KB | — | $53/mo | Costly |
Unattributable Unattributable | Other | 1457ms | 0 KB | — | $19/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 895ms | 181 KB | 32% | $12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 518ms | 168 KB | 35% | $7/mo | Costly |
translate.googleapis.com translate.googleapis.com | Other | 482ms | 119 KB | 80% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 352ms | 157 KB | 43% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 313ms | 152 KB | 44% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 308ms | 173 KB | 42% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 306ms | 144 KB | 40% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 304ms | 145 KB | 39% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 297ms | 156 KB | 43% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 297ms | 145 KB | 39% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 295ms | 144 KB | 40% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 293ms | 145 KB | 40% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 290ms | 144 KB | 40% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 290ms | 145 KB | 40% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 287ms | 144 KB | 40% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 287ms | 141 KB | 41% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 285ms | 157 KB | 43% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 281ms | 141 KB | 39% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 206ms | 131 KB | 46% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 203ms | 129 KB | 48% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 190ms | 129 KB | 48% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 190ms | 129 KB | 48% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 186ms | 129 KB | 48% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 185ms | 129 KB | 48% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 182ms | 129 KB | 48% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 167ms | 97 KB | 35% | $2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 150ms | 45 KB | — | $2/mo | Optional |
siteimproveanalytics.com siteimproveanalytics.com | Other | 120ms | 34 KB | — | $2/mo | Optional |
beta.nj.gov beta.nj.gov | Other | 119ms | 2 KB | — | $2/mo | Optional |
beta.nj.gov beta.nj.gov | Other | 75ms | 7 KB | — | $1/mo | Optional |
beta.nj.gov beta.nj.gov | Other | 68ms | 19 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- beta.nj.gov adds 3992ms and costs ~$53/month
- Unattributable adds 1457ms and costs ~$19/month
- Google Tag Manager adds 895ms and costs ~$12/month
- Google Tag Manager adds 518ms and costs ~$7/month
- translate.googleapis.com adds 482ms and costs ~$6/month
- Google Tag Manager adds 352ms and costs ~$5/month
- Google Tag Manager adds 313ms and costs ~$4/month
- Google Tag Manager adds 308ms and costs ~$4/month
- Google Tag Manager adds 306ms and costs ~$4/month
- Google Tag Manager adds 304ms and costs ~$4/month
- Google Tag Manager adds 297ms and costs ~$4/month
- Google Tag Manager adds 297ms and costs ~$4/month
- Google Tag Manager adds 295ms and costs ~$4/month
- Google Tag Manager adds 293ms and costs ~$4/month
- Google Tag Manager adds 290ms and costs ~$4/month
- Google Tag Manager adds 290ms and costs ~$4/month
- Google Tag Manager adds 287ms and costs ~$4/month
- Google Tag Manager adds 287ms and costs ~$4/month
- Google Tag Manager adds 285ms and costs ~$4/month
- Google Tag Manager adds 281ms and costs ~$4/month
- Google Tag Manager adds 206ms and costs ~$3/month
- Google Tag Manager adds 203ms and costs ~$3/month
70% 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
beta.nj.gov takes 3992ms 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
Unattributable takes 1457ms 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 895ms 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 518ms 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
translate.googleapis.com takes 482ms 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
80% of translate.googleapis.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
Google Tag Manager takes 352ms 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 313ms 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 308ms 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 306ms 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 304ms 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 297ms 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 297ms 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 295ms 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 293ms 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 290ms 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 290ms 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 287ms 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 287ms 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 285ms 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 281ms 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 206ms 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 203ms 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