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.
7.29 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
783 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.53 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.24 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 139 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
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
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction3768ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 690ms | 113ms | 0ms | 3rd |
| https://www.pa.gov/ | 642ms | 13ms | 4ms | 3rd |
| https://www.pa.gov/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js | 279ms | 112ms | 4ms | 3rd |
| https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.pa.gov | 260ms | 213ms | 9ms | 3rd |
| https://static.cloud.coveo.com/atomic/v2/p-5925f187.js | 217ms | 177ms | 0ms | 3rd |
| https://qualtrics.pa.gov/jfe/static/dist/jfe.4cd8912bfd30a89608ff.min.js | 217ms | 180ms | 29ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-2ZGS0W26QS&cx=c>m=4e64h1 | 202ms | 166ms | 33ms | 3rd |
| https://qualtrics.pa.gov/jfe/static/dist/c/prototype.faac4bfe7ddff6595b2e.min.js | 186ms | 150ms | 7ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 177ms | 108ms | 69ms | 3rd |
| https://qualtrics.pa.gov/jfe/static/dist/c/te.f8bf3e174c8227b6d3e1.min.js | 176ms | 127ms | 2ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction88 scripts, 958 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 242 KB (67%) | ✓ | 3rd |
| https://www.pa.gov/etc.clientlibs/copapwp-adaptive-form-components/clientlibs/fd/af-clientlibs/core-forms-components-runtime-all.lc-c9a2caf30a504a8817f020612eea50cf-lc.min.js | 128 KB | 106 KB (84%) | ✗ | 3rd |
| https://static.cloud.coveo.com/headless/v2/headless.esm.js | 119 KB | 96 KB (81%) | ✓ | 3rd |
| https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main | 119 KB | 94 KB (79%) | ✓ | 3rd |
| https://static.cloud.coveo.com/atomic/v2/p-833161c3.js | 108 KB | 78 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-2ZGS0W26QS&cx=c>m=4e64h1 | 159 KB | 63 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5G6PSDDL | 122 KB | 63 KB (52%) | ✓ | 3rd |
| https://www.pa.gov/etc.clientlibs/copapwp/clientlibs/clientlib-site.lc-678097c8b38e39f0c4c5e8892b343ca9-lc.min.js | 47 KB | 39 KB (84%) | ✓ | 3rd |
| https://qualtrics.pa.gov/jfe/static/dist/jfe.4cd8912bfd30a89608ff.min.js | 89 KB | 33 KB (38%) | ✓ | 3rd |
| https://assets.adobedtm.com/f86da0763cf0/5b0df319fe32/launch-65d09947fa92.min.js | 70 KB | 33 KB (47%) | ✓ | 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 InventoryAction139 resources · 3.0 MB · 958 KB savings availableFIX
~957.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 139 resources | 3.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction11 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
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 Loading9 fonts (433 KB)PASS
Web fonts
9
433 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~153 KB and ~306 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall139 requests over 2889msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 690ms | 0 KB | — | €8/mo | Costly |
www.pa.gov www.pa.gov | Other | 642ms | 17 KB | — | €7/mo | Costly |
www.pa.gov www.pa.gov | Other | 279ms | 12 KB | — | €3/mo | Costly |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 260ms | 36 KB | 56% | €3/mo | Costly |
static.cloud.coveo.com static.cloud.coveo.com | Other | 217ms | 9 KB | — | €2/mo | Costly |
qualtrics.pa.gov qualtrics.pa.gov | Other | 217ms | 89 KB | 38% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 202ms | 159 KB | 40% | €2/mo | Costly |
qualtrics.pa.gov qualtrics.pa.gov | Other | 186ms | 28 KB | 73% | €2/mo | Optional |
www.gstatic.com www.gstatic.com | Other | 177ms | 362 KB | 67% | €2/mo | Optional |
qualtrics.pa.gov qualtrics.pa.gov | Other | 176ms | 8 KB | — | €2/mo | Optional |
translate.googleapis.com translate.googleapis.com | Other | 137ms | 119 KB | 79% | €1/mo | Optional |
www.pa.gov www.pa.gov | Other | 120ms | 47 KB | 84% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 107ms | 122 KB | 52% | €1/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 106ms | 70 KB | 47% | €1/mo | Optional |
www.pa.gov www.pa.gov | Other | 93ms | 128 KB | 84% | €1/mo | Optional |
qualtrics.pa.gov qualtrics.pa.gov | Other | 80ms | 63 KB | 43% | €1/mo | Optional |
qualtrics.pa.gov qualtrics.pa.gov | Other | 78ms | 34 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 690ms and costs ~€8/month
- www.pa.gov adds 642ms and costs ~€7/month
- www.pa.gov adds 279ms and costs ~€3/month
- siteintercept.qualtrics.com adds 260ms and costs ~€3/month
- static.cloud.coveo.com adds 217ms and costs ~€2/month
- qualtrics.pa.gov adds 217ms and costs ~€2/month
- Google Tag Manager adds 202ms and costs ~€2/month
100% 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 690ms 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
www.pa.gov takes 642ms 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
www.pa.gov takes 279ms 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
siteintercept.qualtrics.com takes 260ms 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
56% of siteintercept.qualtrics.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
static.cloud.coveo.com takes 217ms 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
qualtrics.pa.gov takes 217ms 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 202ms 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
73% of qualtrics.pa.gov'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
67% of www.gstatic.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
79% 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
84% of www.pa.gov'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
84% of www.pa.gov'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