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.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.13 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.
8.66 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.
24.57 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 156 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
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 ImpactAction97% third-party, 0 ms blockingFIX
FJS Execution CostAction17381ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://c.amazon-adsystem.com/aax2/apstag.js | 2239ms | 2059ms | 33ms | 3rd |
| Unattributable | 1962ms | 75ms | 0ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 1933ms | 1731ms | 95ms | 3rd |
| https://cmp.osano.com/16CVqQSid6k3038vU/fef0f8b2-698d-45ee-89c5-d8fbf51fbfb7/osano.js | 1578ms | 1218ms | 56ms | 3rd |
| https://freestar.solutions.cdn.optable.co/public-assets/freestar-sdk.js | 1175ms | 864ms | 6ms | 3rd |
| https://tucson.com/ | 1020ms | 128ms | 30ms | 1st |
| https://bloximages.chicago2.vip.townnews.com/tucson.com/shared-content/art/tncms/templates/libraries/flex/components/plugins/resources/scripts/common.08a61544f369cc43bf02e71b2d10d49f.js | 929ms | 814ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WXMV2VZ>m=4e64m0h2 | 847ms | 699ms | 65ms | 3rd |
| https://tagan.adlightning.com/leeenterprises/op.js | 763ms | 693ms | 3ms | 3rd |
| https://config.aps.amazon-adsystem.com/configs/0ab198dd-b265-462a-ae36-74e163ad6159 | 664ms | 642ms | 12ms | 3rd |
Showing top 10 of 25 scripts
FJS BundlesAction60 scripts, 1.3 MB 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 | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 177 KB (49%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 130 KB (69%) | ✓ | 3rd |
| https://a.pub.network/tucson-com/prebid.js | 188 KB | 127 KB (68%) | ✓ | 3rd |
| https://a.pub.network/tucson-com/pubfig.engine.mobile.js | 152 KB | 75 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TDWDC2 | 203 KB | 68 KB (33%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5MTD44X>m=4e64m0h2 | 120 KB | 66 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QH8XG9MLHK&cx=c>m=4e64k1 | 171 KB | 65 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-4T2EB147B8&cx=c>m=4e64m0h2 | 152 KB | 64 KB (42%) | ✓ | 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 InventoryAction156 resources · 3.3 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 156 resources | 3.3 MiB | ||||||
CImage OptimizationAction16 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 Loading2 fonts (60 KB)PASS
Web fonts
2
60 KB total
Render-blocking
0
of 2
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 Hints61 hints, 0 missing preconnectsPASS
Current Resource Hints
61 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=10 (10 seconds)PASS
public, max-age=10
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 10 | Cache for 10 seconds |
Network Waterfall156 requests over 40323msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
c.amazon-adsystem.com c.amazon-adsystem.com | Other | 2239ms | 91 KB | 56% | $39/mo | Costly |
Unattributable Unattributable | Other | 1962ms | 0 KB | — | $34/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 1933ms | 0 KB | 49% | $33/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 1578ms | 78 KB | — | $27/mo | Costly |
freestar.solutions.cdn.optable.co freestar.solutions.cdn.optable.co | Other | 1175ms | 17 KB | — | $20/mo | Costly |
bloximages.chicago2.vip.townnews.com bloximages.chicago2.vip.townnews.com | Other | 929ms | 14 KB | — | $16/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 847ms | 134 KB | 39% | $15/mo | Costly |
tagan.adlightning.com tagan.adlightning.com | Other | 763ms | 15 KB | — | $13/mo | Costly |
config.aps.amazon-adsystem.com config.aps.amazon-adsystem.com | Other | 664ms | 7 KB | — | $11/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 608ms | 203 KB | 33% | $10/mo | Costly |
a.pub.network a.pub.network | Other | 555ms | 152 KB | 50% | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 432ms | 152 KB | 42% | $7/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 359ms | 188 KB | 69% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 310ms | 121 KB | 51% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 291ms | 171 KB | 38% | $5/mo | Costly |
tagan.adlightning.com tagan.adlightning.com | Other | 288ms | 32 KB | — | $5/mo | Costly |
a.pub.network a.pub.network | Other | 251ms | 188 KB | 68% | $4/mo | Costly |
bloximages.chicago2.vip.townnews.com bloximages.chicago2.vip.townnews.com | Other | 246ms | 38 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 213ms | 120 KB | 55% | $4/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 187ms | 29 KB | — | $3/mo | Optional |
bloximages.chicago2.vip.townnews.com bloximages.chicago2.vip.townnews.com | Other | 152ms | 115 KB | — | $3/mo | Optional |
a.pub.network a.pub.network | Other | 144ms | 26 KB | — | $2/mo | Optional |
tagan.adlightning.com tagan.adlightning.com | Other | 136ms | 85 KB | — | $2/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 101ms | 34 KB | — | $2/mo | Optional |
These scripts may cost more than they're worth
- c.amazon-adsystem.com adds 2239ms and costs ~$39/month
- Unattributable adds 1962ms and costs ~$34/month
- www.gstatic.com adds 1933ms and costs ~$33/month
- cmp.osano.com adds 1578ms and costs ~$27/month
- freestar.solutions.cdn.optable.co adds 1175ms and costs ~$20/month
- bloximages.chicago2.vip.townnews.com adds 929ms and costs ~$16/month
- Google Tag Manager adds 847ms and costs ~$15/month
- tagan.adlightning.com adds 763ms and costs ~$13/month
- config.aps.amazon-adsystem.com adds 664ms and costs ~$11/month
- Google Tag Manager adds 608ms and costs ~$10/month
- a.pub.network adds 555ms and costs ~$10/month
- Google Tag Manager adds 432ms and costs ~$7/month
- securepubads.g.doubleclick.net adds 359ms and costs ~$6/month
- Google Tag Manager adds 310ms and costs ~$5/month
- Google Tag Manager adds 291ms and costs ~$5/month
- tagan.adlightning.com adds 288ms and costs ~$5/month
- a.pub.network adds 251ms and costs ~$4/month
- bloximages.chicago2.vip.townnews.com adds 246ms and costs ~$4/month
- Google Tag Manager adds 213ms 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
c.amazon-adsystem.com takes 2239ms 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 c.amazon-adsystem.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
Unattributable takes 1962ms 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.gstatic.com takes 1933ms 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
cmp.osano.com takes 1578ms 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
freestar.solutions.cdn.optable.co takes 1175ms 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
bloximages.chicago2.vip.townnews.com takes 929ms 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 847ms 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
tagan.adlightning.com takes 763ms 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
config.aps.amazon-adsystem.com takes 664ms 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 608ms 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
a.pub.network takes 555ms 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 432ms 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
securepubads.g.doubleclick.net takes 359ms 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
69% of securepubads.g.doubleclick.net'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 310ms 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
51% 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
Google Tag Manager takes 291ms 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
tagan.adlightning.com takes 288ms 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
a.pub.network takes 251ms 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
68% of a.pub.network'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
bloximages.chicago2.vip.townnews.com takes 246ms 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 213ms 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
55% 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