Skip to content
https://recreation.gov

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

66
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.07 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.09 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

68 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.

2.47 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.

4.85 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
5.4 MB transferred, 97 requests
FIX
5.4 MB transferred, 97 requests
Critical::
Page weighs 12.9 MB (5.4 MB transferred)
Warning::
JavaScript is 2.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.9 MB
Warning::
Images are 1.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.9 MB
Info::
CSS is 257 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 257 KB
Info::
97 HTTP requests
Info::
Estimated 1.1 g CO2 per page load
5.4 MB / 2.4 MB budget
5.4 MB transferred
97 requests
1.1 g CO2 per page load
JavaScript 2.9 MiB 53%
Images 1.9 MiB 35%
CSS 256.9 KiB 5%
Other 139.0 KiB 3%
Fonts 138.8 KiB 3%
HTML 42.1 KiB 1%
Other 34.9 KiB 1%
Other 3.8 KiB 0%
Other 815 B 0%
Other 551 B 0%
Other 450 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (5.4 MiB of 5.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
27 scripts, 1.7 MB unused
FIX
27 scripts, 1.7 MB unused
Warning::
https://www.recreation.gov/navigation/vendor-C0aOd...: 274 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.recreation.gov/shared/libraries/mapbox...: 254 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.7 MB
1738 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.recreation.gov/navigation/vendor-C0aOdRmL.js429 KB274 KB (65%)3rd
https://www.recreation.gov/shared/libraries/mapbox-gl-2.15.0/mapbox-gl.js326 KB254 KB (79%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.recreation.gov/navigation/index-DiropKY0.js196 KB121 KB (63%)3rd
https://www.googletagmanager.com/gtag/js?id=G-9TNNMGP8WJ&cx=c&gtm=4e64k1155 KB107 KB (69%)3rd
https://www.recreation.gov/navigation/sarsaparilla-CtTkDZqa.js151 KB96 KB (65%)3rd
https://www.googletagmanager.com/gtag/js?id=G-X10C0SX7L7&cx=c&gtm=4e64k1176 KB67 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=G-9TNNMGP8WJ155 KB65 KB (42%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
97 resources · 5.4 MB · 1.7 MB savings available
FIX
97 resources · 5.4 MB · 1.7 MB savings available
Warning::
Page weight 4.4 MB over 1MB target
Got: 5.4 MB Expected: ≤ 1 MB
Info::
~1.7 MB of savings available
Warning::
96 third-party resources (100% of weight)
Info::
6 resources over 200KB
97 resources · 5.4 MiB · 96 third-party 4.4 MiB over 1MB target
JavaScript 53% · 2.9 MiB
Image 38% · 2.1 MiB
CSS 5% · 256.9 KiB
Font 3% · 138.8 KiB
Document 1% · 42.1 KiB
Other 1% · 40.7 KiB

~1.7 MiB of savings available

Remove unused JavaScript: 1.7 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Warning::
https://help.recreation.gov/bcb368a5db8906105a5f29... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://help.recreation.gov/30d3090987323690f4bea7... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.recreation.gov/shared/navigation/img/m... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://help.recreation.gov/d9ba062fcf7eb210f3eafe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.recreation.gov/shared/navigation/img/p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.recreation.gov/shared/navigation/img/a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
30 images 1.9 MB
0 oversized -0 KB
13 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1391ms total JS execution
REVIEW
1391ms total JS execution
Warning::
https://www.recreation.gov/navigation/react-C0oLPb...: 309ms CPU time
Info::
Unattributable: 240ms CPU time
Info::
https://www.recreation.gov/: 209ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 178ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-5PH...: 131ms CPU time
Warning::
Third-party scripts: 1391ms (100% of total)

Main Thread Breakdown

Script Evaluation 54% Other 20% Style & Layout 11% Script Parsing & Compilation 7% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.recreation.gov/navigation/react-C0oLPbys.js309ms222ms0ms3rd
Unattributable240ms8ms0ms3rd
https://www.recreation.gov/209ms2ms1ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js178ms157ms16ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5PH9PJ3&gtm_auth=TTJSuH9rjmpxLfachGPS8g&gtm_preview=env-2&gtm_cookies_win=x131ms114ms14ms3rd
https://www.recreation.gov/navigation/vendor-C0aOdRmL.js115ms56ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-X10C0SX7L7&cx=c&gtm=4e64k1100ms88ms11ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-751332302&cx=c&gtm=4e64k157ms48ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=G-9TNNMGP8WJ52ms43ms8ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (139 KB)
PASS
4 fonts (139 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

139 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.1 s LCP 4.1 shttps://www.recreation.gov/shared/fonts/open-sans-300-normal-latin.woff2open-sans-300-normal-la... https://www.recreation.gov/shared/fonts/open-sans-300-normal-latin.woff2 — 45.2 KiB — 8 ms — font-display: swaphttps://www.recreation.gov/shared/fonts/open-sans-300-normal-latin-ext.woff2open-sans-300-normal-la... https://www.recreation.gov/shared/fonts/open-sans-300-normal-latin-ext.woff2 — 33.2 KiB — 8 ms — font-display: swaphttps://www.recreation.gov/shared/fonts/open-sans-300-italic-latin.woff2open-sans-300-italic-la... https://www.recreation.gov/shared/fonts/open-sans-300-italic-latin.woff2 — 47.2 KiB — 10 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2KFOmCnqEu92Fr1Mu4mxKKTU... https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2 — 13.1 KiB — 41 ms — font-display: swap
open-sans-300-normal-la... woff2 swap
Size 45 KB
Load time 8 ms
Start 333 ms
Risk FOUT — text flashes from fallback to web font
open-sans-300-normal-la... woff2 swap
Size 33 KB
Load time 8 ms
Start 334 ms
Risk FOUT — text flashes from fallback to web font
open-sans-300-italic-la... woff2 swap
Size 47 KB
Load time 10 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
KFOmCnqEu92Fr1Mu4mxKKTU... woff2 swap
Size 13 KB
Load time 41 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
97 requests over 4087ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.1 s LCP 4.1 shttps://recreation.gov// https://recreation.gov/ — 301 — 320 B — 54 ms — h2https://www.recreation.gov/www.recreation.gov/ https://www.recreation.gov/ — 200 — 14.6 KiB — 65 ms — h3https://www.recreation.gov/shared/libraries/mapbox-gl-2.15.0/mapbox-gl.csswww.recreation.gov/shared/libraries... https://www.recreation.gov/shared/libraries/mapbox-gl-2.15.0/mapbox-gl.css — 200 — 8.9 KiB — 8 ms — h3https://www.recreation.gov/shared/libraries/mapbox-gl-2.15.0/mapbox-gl.jswww.recreation.gov/shared/libraries... https://www.recreation.gov/shared/libraries/mapbox-gl-2.15.0/mapbox-gl.js — 200 — 325.7 KiB — 66 ms — h3https://www.recreation.gov/navigation/index-DiropKY0.jswww.recreation.gov/navigation/index... https://www.recreation.gov/navigation/index-DiropKY0.js — 200 — 195.6 KiB — 59 ms — h3https://www.recreation.gov/navigation/react-C0oLPbys.jswww.recreation.gov/navigation/react... https://www.recreation.gov/navigation/react-C0oLPbys.js — 200 — 57.0 KiB — 36 ms — h3https://www.recreation.gov/navigation/lodash-BuNDIQxb.jswww.recreation.gov/navigation/lodas... https://www.recreation.gov/navigation/lodash-BuNDIQxb.js — 200 — 28.5 KiB — 30 ms — h3https://www.recreation.gov/navigation/vendor-C0aOdRmL.jswww.recreation.gov/navigation/vendo... https://www.recreation.gov/navigation/vendor-C0aOdRmL.js — 200 — 429.5 KiB — 65 ms — h3https://www.recreation.gov/navigation/sarsaparilla-CtTkDZqa.jswww.recreation.gov/navigation/sarsa... https://www.recreation.gov/navigation/sarsaparilla-CtTkDZqa.js — 200 — 150.8 KiB — 61 ms — h3https://www.recreation.gov/navigation/sarsaparilla-DF31Ct7t.csswww.recreation.gov/navigation/sarsa... https://www.recreation.gov/navigation/sarsaparilla-DF31Ct7t.css — 200 — 9.1 KiB — 7 ms — h3https://www.recreation.gov/navigation/index-C5nGvBVl.csswww.recreation.gov/navigation/index... https://www.recreation.gov/navigation/index-C5nGvBVl.css — 200 — 191.6 KiB — 41 ms — h3https://help.recreation.gov/30d3090987323690f4bea7d50cbb352d.iixhelp.recreation.gov/30d309098732369... https://help.recreation.gov/30d3090987323690f4bea7d50cbb352d.iix — 200 — 94.1 KiB — 572 ms — http/1.1https://help.recreation.gov/d9ba062fcf7eb210f3eafe152f851c77.iixhelp.recreation.gov/d9ba062fcf7eb21... https://help.recreation.gov/d9ba062fcf7eb210f3eafe152f851c77.iix — 200 — 491.5 KiB — 818 ms — http/1.1data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://help.recreation.gov/bcb368a5db8906105a5f298d13961985.iixhelp.recreation.gov/bcb368a5db89061... https://help.recreation.gov/bcb368a5db8906105a5f298d13961985.iix — 200 — 94.2 KiB — 508 ms — http/1.1https://www.recreation.gov/manifest.jsonwww.recreation.gov/manifest.json https://www.recreation.gov/manifest.json — 200 — 815 B — 7 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-5PH9PJ3&gtm_auth=TTJSuH9rjmpxLfachGPS8g&gtm_preview=env-2&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5PH9PJ3&gtm_auth=TTJSuH9rjmpxLfachGPS8g&gtm_preview=env-2&gtm_cookies_win=x — 200 — 182.1 KiB — 203 ms — h2data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' vi…www.w3.org/2000/svg' width='12' hei... data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' vi… — 200 — 0 B — 0 ms — datahttps://www.recreation.gov/shared/fonts/open-sans-300-normal-latin.woff2www.recreation.gov/shared/fonts/ope... https://www.recreation.gov/shared/fonts/open-sans-300-normal-latin.woff2 — 200 — 45.2 KiB — 8 ms — h3https://www.recreation.gov/shared/fonts/open-sans-300-normal-latin-ext.woff2www.recreation.gov/shared/fonts/ope... https://www.recreation.gov/shared/fonts/open-sans-300-normal-latin-ext.woff2 — 200 — 33.2 KiB — 8 ms — h3https://app.launchdarkly.com/sdk/goals/588a570044b03e0b32112cfcapp.launchdarkly.com/sdk/goals/588a... https://app.launchdarkly.com/sdk/goals/588a570044b03e0b32112cfc — 200 — 0 B — 9 ms — h2https://app.launchdarkly.com/sdk/evalx/588a570044b03e0b32112cfc/contexts/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQapp.launchdarkly.com/sdk/evalx/588a... https://app.launchdarkly.com/sdk/evalx/588a570044b03e0b32112cfc/contexts/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQ — 200 — 0 B — 8 ms — h2https://app.launchdarkly.com/sdk/evalx/588a570044b03e0b32112cfc/contexts/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQapp.launchdarkly.com/sdk/evalx/588a... https://app.launchdarkly.com/sdk/evalx/588a570044b03e0b32112cfc/contexts/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQ — 200 — 5.8 KiB — 13 ms — h2https://app.launchdarkly.com/sdk/goals/588a570044b03e0b32112cfcapp.launchdarkly.com/sdk/goals/588a... https://app.launchdarkly.com/sdk/goals/588a570044b03e0b32112cfc — 200 — 843 B — 3 ms — h2https://clientstream.launchdarkly.com/eval/588a570044b03e0b32112cfc/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQclientstream.launchdarkly.com/eval/... https://clientstream.launchdarkly.com/eval/588a570044b03e0b32112cfc/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQ — 200 — 450 B — 119 ms — h2https://www.recreation.gov/shared/graphics/icons.svgwww.recreation.gov/shared/graphics/... https://www.recreation.gov/shared/graphics/icons.svg — 200 — 123.2 KiB — 13 ms — h3https://www.recreation.gov/navigation/MapContainer-Bio3CPvA.jswww.recreation.gov/navigation/MapCo... https://www.recreation.gov/navigation/MapContainer-Bio3CPvA.js — 200 — 37.9 KiB — 11 ms — h3https://www.recreation.gov/navigation/turf-CAcAV_3K.jswww.recreation.gov/navigation/turf-... https://www.recreation.gov/navigation/turf-CAcAV_3K.js — 200 — 10.4 KiB — 11 ms — h3https://www.recreation.gov/navigation/MapContainer-Dkv4cQCo.csswww.recreation.gov/navigation/MapCo... https://www.recreation.gov/navigation/MapContainer-Dkv4cQCo.css — 200 — 3.6 KiB — 6 ms — h3https://www.recreation.gov/shared/navigation/img/partner-icons-white@2x.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/partner-icons-white@2x.webp — 200 — 37.1 KiB — 35 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.1 s LCP 4.1 shttps://recreation.gov// https://recreation.gov/ — 301 — 320 B — 54 ms — h2https://www.recreation.gov/www.recreation.gov/ https://www.recreation.gov/ — 200 — 14.6 KiB — 65 ms — h3https://www.recreation.gov/shared/libraries/mapbox-gl-2.15.0/mapbox-gl.csswww.recreation.gov/shared/libraries... https://www.recreation.gov/shared/libraries/mapbox-gl-2.15.0/mapbox-gl.css — 200 — 8.9 KiB — 8 ms — h3https://www.recreation.gov/shared/libraries/mapbox-gl-2.15.0/mapbox-gl.jswww.recreation.gov/shared/libraries... https://www.recreation.gov/shared/libraries/mapbox-gl-2.15.0/mapbox-gl.js — 200 — 325.7 KiB — 66 ms — h3https://www.recreation.gov/navigation/index-DiropKY0.jswww.recreation.gov/navigation/index... https://www.recreation.gov/navigation/index-DiropKY0.js — 200 — 195.6 KiB — 59 ms — h3https://www.recreation.gov/navigation/react-C0oLPbys.jswww.recreation.gov/navigation/react... https://www.recreation.gov/navigation/react-C0oLPbys.js — 200 — 57.0 KiB — 36 ms — h3https://www.recreation.gov/navigation/lodash-BuNDIQxb.jswww.recreation.gov/navigation/lodas... https://www.recreation.gov/navigation/lodash-BuNDIQxb.js — 200 — 28.5 KiB — 30 ms — h3https://www.recreation.gov/navigation/vendor-C0aOdRmL.jswww.recreation.gov/navigation/vendo... https://www.recreation.gov/navigation/vendor-C0aOdRmL.js — 200 — 429.5 KiB — 65 ms — h3https://www.recreation.gov/navigation/sarsaparilla-CtTkDZqa.jswww.recreation.gov/navigation/sarsa... https://www.recreation.gov/navigation/sarsaparilla-CtTkDZqa.js — 200 — 150.8 KiB — 61 ms — h3https://www.recreation.gov/navigation/sarsaparilla-DF31Ct7t.csswww.recreation.gov/navigation/sarsa... https://www.recreation.gov/navigation/sarsaparilla-DF31Ct7t.css — 200 — 9.1 KiB — 7 ms — h3https://www.recreation.gov/navigation/index-C5nGvBVl.csswww.recreation.gov/navigation/index... https://www.recreation.gov/navigation/index-C5nGvBVl.css — 200 — 191.6 KiB — 41 ms — h3https://help.recreation.gov/30d3090987323690f4bea7d50cbb352d.iixhelp.recreation.gov/30d309098732369... https://help.recreation.gov/30d3090987323690f4bea7d50cbb352d.iix — 200 — 94.1 KiB — 572 ms — http/1.1https://help.recreation.gov/d9ba062fcf7eb210f3eafe152f851c77.iixhelp.recreation.gov/d9ba062fcf7eb21... https://help.recreation.gov/d9ba062fcf7eb210f3eafe152f851c77.iix — 200 — 491.5 KiB — 818 ms — http/1.1data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://help.recreation.gov/bcb368a5db8906105a5f298d13961985.iixhelp.recreation.gov/bcb368a5db89061... https://help.recreation.gov/bcb368a5db8906105a5f298d13961985.iix — 200 — 94.2 KiB — 508 ms — http/1.1https://www.recreation.gov/manifest.jsonwww.recreation.gov/manifest.json https://www.recreation.gov/manifest.json — 200 — 815 B — 7 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-5PH9PJ3&gtm_auth=TTJSuH9rjmpxLfachGPS8g&gtm_preview=env-2&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5PH9PJ3&gtm_auth=TTJSuH9rjmpxLfachGPS8g&gtm_preview=env-2&gtm_cookies_win=x — 200 — 182.1 KiB — 203 ms — h2data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' vi…www.w3.org/2000/svg' width='12' hei... data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' vi… — 200 — 0 B — 0 ms — datahttps://www.recreation.gov/shared/fonts/open-sans-300-normal-latin.woff2www.recreation.gov/shared/fonts/ope... https://www.recreation.gov/shared/fonts/open-sans-300-normal-latin.woff2 — 200 — 45.2 KiB — 8 ms — h3https://www.recreation.gov/shared/fonts/open-sans-300-normal-latin-ext.woff2www.recreation.gov/shared/fonts/ope... https://www.recreation.gov/shared/fonts/open-sans-300-normal-latin-ext.woff2 — 200 — 33.2 KiB — 8 ms — h3https://app.launchdarkly.com/sdk/goals/588a570044b03e0b32112cfcapp.launchdarkly.com/sdk/goals/588a... https://app.launchdarkly.com/sdk/goals/588a570044b03e0b32112cfc — 200 — 0 B — 9 ms — h2https://app.launchdarkly.com/sdk/evalx/588a570044b03e0b32112cfc/contexts/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQapp.launchdarkly.com/sdk/evalx/588a... https://app.launchdarkly.com/sdk/evalx/588a570044b03e0b32112cfc/contexts/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQ — 200 — 0 B — 8 ms — h2https://app.launchdarkly.com/sdk/evalx/588a570044b03e0b32112cfc/contexts/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQapp.launchdarkly.com/sdk/evalx/588a... https://app.launchdarkly.com/sdk/evalx/588a570044b03e0b32112cfc/contexts/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQ — 200 — 5.8 KiB — 13 ms — h2https://app.launchdarkly.com/sdk/goals/588a570044b03e0b32112cfcapp.launchdarkly.com/sdk/goals/588a... https://app.launchdarkly.com/sdk/goals/588a570044b03e0b32112cfc — 200 — 843 B — 3 ms — h2https://clientstream.launchdarkly.com/eval/588a570044b03e0b32112cfc/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQclientstream.launchdarkly.com/eval/... https://clientstream.launchdarkly.com/eval/588a570044b03e0b32112cfc/eyJraW5kIjoidXNlciIsImtleSI6ImJ1Y2tldDEwMF8xNCIsImFub255bW91cyI6dHJ1ZSwidXNlcl9idWNrZXQiOiIxNCIsInVyaSI6Ii8ifQ — 200 — 450 B — 119 ms — h2https://www.recreation.gov/shared/graphics/icons.svgwww.recreation.gov/shared/graphics/... https://www.recreation.gov/shared/graphics/icons.svg — 200 — 123.2 KiB — 13 ms — h3https://www.recreation.gov/navigation/MapContainer-Bio3CPvA.jswww.recreation.gov/navigation/MapCo... https://www.recreation.gov/navigation/MapContainer-Bio3CPvA.js — 200 — 37.9 KiB — 11 ms — h3https://www.recreation.gov/navigation/turf-CAcAV_3K.jswww.recreation.gov/navigation/turf-... https://www.recreation.gov/navigation/turf-CAcAV_3K.js — 200 — 10.4 KiB — 11 ms — h3https://www.recreation.gov/navigation/MapContainer-Dkv4cQCo.csswww.recreation.gov/navigation/MapCo... https://www.recreation.gov/navigation/MapContainer-Dkv4cQCo.css — 200 — 3.6 KiB — 6 ms — h3https://www.recreation.gov/shared/navigation/img/partner-icons-white@2x.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/partner-icons-white@2x.webp — 200 — 37.1 KiB — 35 ms — h3https://www.recreation.gov/api/recommendation/geoipwww.recreation.gov/api/recommendati... https://www.recreation.gov/api/recommendation/geoip — 200 — 484 B — 324 ms — h3https://www.recreation.gov/api/accounts/statuswww.recreation.gov/api/accounts/sta... https://www.recreation.gov/api/accounts/status — 200 — 793 B — 5 ms — h3https://www.recreation.gov/api/recommendation/geoipwww.recreation.gov/api/recommendati... https://www.recreation.gov/api/recommendation/geoip — 200 — 483 B — 438 ms — h3https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1www.gstatic.com/dialogflow-console/... https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1 — 200 — 977 B — 86 ms — h2https://www.google.com/recaptcha/enterprise.js?render=6LdBIvUZAAAAAM02b8GWJew_1LffQJo9rNB5yVTUwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?render=6LdBIvUZAAAAAM02b8GWJew_1LffQJo9rNB5yVTU — 200 — 1.1 KiB — 75 ms — h3https://www.recreation.gov/shared/navigation/img/camping.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/camping.webp — 200 — 22.7 KiB — 31 ms — h3https://www.recreation.gov/shared/navigation/img/tickets.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/tickets.webp — 200 — 13.9 KiB — 42 ms — h3https://www.recreation.gov/shared/navigation/img/permits.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/permits.webp — 200 — 11.2 KiB — 42 ms — h3https://www.recreation.gov/shared/navigation/img/passes.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/passes.webp — 200 — 28.8 KiB — 43 ms — h3https://www.recreation.gov/shared/navigation/img/lotteries.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/lotteries.webp — 200 — 19.5 KiB — 43 ms — h3https://www.recreation.gov/shared/navigation/img/fishing.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/fishing.webp — 200 — 12.5 KiB — 34 ms — h3https://www.recreation.gov/shared/navigation/img/venues.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/venues.webp — 200 — 11.7 KiB — 37 ms — h3https://www.recreation.gov/shared/img/homepage/hero-section/spring-26-hero-01-md.webpwww.recreation.gov/shared/img/homep... https://www.recreation.gov/shared/img/homepage/hero-section/spring-26-hero-01-md.webp — 200 — 60.9 KiB — 320 ms — h3https://www.recreation.gov/shared/navigation/img/mobile-app-featured-background.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/mobile-app-featured-background.webp — 200 — 31.0 KiB — 16 ms — h3https://www.recreation.gov/shared/navigation/img/mobile-app-featured-foreground.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/mobile-app-featured-foreground.webp — 200 — 13.1 KiB — 16 ms — h3https://www.recreation.gov/shared/navigation/img/passes-featured.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/passes-featured.webp — 200 — 30.5 KiB — 18 ms — h3https://www.recreation.gov/shared/navigation/img/america-250-background.webpwww.recreation.gov/shared/navigatio... https://www.recreation.gov/shared/navigation/img/america-250-background.webp — 200 — 110.1 KiB — 19 ms — h3https://help.recreation.gov/api/g_ba2/content/homepagehelp.recreation.gov/api/g_ba2/conte... https://help.recreation.gov/api/g_ba2/content/homepage — 200 — 0 B — 314 ms — http/1.1blob:https://www.recreation.gov/43c56290-8702-4838-a2c1-c880bb0567e5www.recreation.gov/43c56290-8702-48... blob:https://www.recreation.gov/43c56290-8702-4838-a2c1-c880bb0567e5 — -1 — 0 B — 0 ms — https://www.googletagmanager.com/gtag/js?id=G-X10C0SX7L7&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-X10C0SX7L7&cx=c&gtm=4e64k1 — 200 — 175.9 KiB — 55 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-751332302&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-751332302&cx=c&gtm=4e64k1 — 200 — 145.0 KiB — 58 ms — h2https://static.hotjar.com/c/hotjar-6675875.js?sv=7static.hotjar.com/c/hotjar-6675875.... https://static.hotjar.com/c/hotjar-6675875.js?sv=7 — 200 — 7.0 KiB — 58 ms — h2https://resources.digital-cloud-gov.medallia.com/wdcgov/15123/onsite/embed.jsresources.digital-cloud-gov.medalli... https://resources.digital-cloud-gov.medallia.com/wdcgov/15123/onsite/embed.js — 200 — 928 B — 666 ms — h2https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=USDA&subagency=RECREATION&dapdev=truedap.digitalgov.gov/Universal-Federa... https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=USDA&subagency=RECREATION&dapdev=true — 200 — 9.4 KiB — 19 ms — h3https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.recreation.gov%2F&scrsrc=www.googletagmanager.com&rnd=496392405.1776901377&dt=Recreation.gov%20-%20Camping%2C%20Cabins%2C%20RVs%2C%20Permits%2C%20Passes%20%26%20More&auid=784324568.1776901377&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v79258538za200zd79258538xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=1&tft=1776901377505&tfd=890www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.recreation.gov%2F&scrsrc=www.googletagmanager.com&rnd=496392405.1776901377&dt=Recreation.gov%20-%20Camping%2C%20Cabins%2C%20RVs%2C%20Permits%2C%20Passes%20%26%20More&auid=784324568.1776901377&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v79258538za200zd79258538xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=1&tft=1776901377505&tfd=890 — 200 — 21 B — 49 ms — h3https://help.recreation.gov/api/g_ba2/content/homepagehelp.recreation.gov/api/g_ba2/conte... https://help.recreation.gov/api/g_ba2/content/homepage — 200 — 2.9 KiB — 164 ms — http/1.1https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.jsdap.digitalgov.gov/web-vitals/dist/... https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js — 200 — 4.5 KiB — 5 ms — h3https://www.googletagmanager.com/gtag/js?id=G-9TNNMGP8WJwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-9TNNMGP8WJ — 200 — 154.9 KiB — 133 ms — h3https://www.googletagmanager.com/gtag/js?id=G-9TNNMGP8WJ&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-9TNNMGP8WJ&cx=c&gtm=4e64k1 — 200 — 154.9 KiB — 130 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.7 KiB — 171 ms — h3https://www.gstatic.com/dialogflow-console/fast/messenger/messenger-internal.min.js?v=4www.gstatic.com/dialogflow-console/... https://www.gstatic.com/dialogflow-console/fast/messenger/messenger-internal.min.js?v=4 — 200 — 34.0 KiB — 63 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-X10C0SX7L7&gtm=45je64k1v886291008z879258538za20gzb79258538zd79258538&_p=1776901376748&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=755717146&_eu=AAAAAGA&are=1&cid=1507677883.1776901378&ec_mode=a&frm=0&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117384406~117512542&sid=1776901377&sct=1&seg=0&dl=https%3A%2F%2Fwww.recreation.gov%2F&dt=Recreation.gov%20-%20Camping%2C%20Cabins%2C%20RVs%2C%20Permits%2C%20Passes%20%26%20More&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1053region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-X10C0SX7L7&gtm=45je64k1v886291008z879258538za20gzb79258538zd79258538&_p=1776901376748&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=755717146&_eu=AAAAAGA&are=1&cid=1507677883.1776901378&ec_mode=a&frm=0&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117384406~117512542&sid=1776901377&sct=1&seg=0&dl=https%3A%2F%2Fwww.recreation.gov%2F&dt=Recreation.gov%20-%20Camping%2C%20Cabins%2C%20RVs%2C%20Permits%2C%20Passes%20%26%20More&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1053 — 204 — 551 B — 160 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-X10C0SX7L7&cid=1507677883.1776901378&gtm=45je64k1v886291008z879258538za20gzb79258538zd79258538&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117384406~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-X10C0SX7L7&cid=1507677883.1776901378&gtm=45je64k1v886291008z879258538za20gzb79258538zd79258538&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117384406~117512542 — 204 — 551 B — 127 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-X10C0SX7L7&cid=1507677883.1776901378&gtm=45je64k1v886291008z879258538za20gzb79258538zd79258538&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117384406~117512542&z=146926156www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-X10C0SX7L7&cid=1507677883.1776901378&gtm=45je64k1v886291008z879258538za20gzb79258538zd79258538&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~117266400~117384406~117512542&z=146926156 — -1 — 0 B — 0 ms — https://www.recreation.gov/api/search?start_date=2026-04-24T00%3A00%3A00.000Z&end_date=2026-04-26T00%3A00%3A00.000Z&sort=available&size=10&start=0&radius=2000&include_partially_available=false&include_notreservable=false&include_unavailable=false&fq=campsite_type_of_use%3AOvernight&fq=campsite_type_of_use%3Ana&fq=entity_type%3Acampground&location=Yosemite%2CCalifornia&lat=37.74655&lng=-119.59058www.recreation.gov/api/search?start... https://www.recreation.gov/api/search?start_date=2026-04-24T00%3A00%3A00.000Z&end_date=2026-04-26T00%3A00%3A00.000Z&sort=available&size=10&start=0&radius=2000&include_partially_available=false&include_notreservable=false&include_unavailable=false&fq=campsite_type_of_use%3AOvernight&fq=campsite_type_of_use%3Ana&fq=entity_type%3Acampground&location=Yosemite%2CCalifornia&lat=37.74655&lng=-119.59058 — 200 — 18.3 KiB — 20 ms — h3https://www.recreation.gov/shared/fonts/open-sans-300-italic-latin.woff2www.recreation.gov/shared/fonts/ope... https://www.recreation.gov/shared/fonts/open-sans-300-italic-latin.woff2 — 200 — 47.2 KiB — 10 ms — h3https://cdn.recreation.gov/public/2022/01/10/17/24/10004152_810a39ee-13b2-4a6e-88a8-8aacec6bbc3d_700.webpcdn.recreation.gov/public/2022/01/1... https://cdn.recreation.gov/public/2022/01/10/17/24/10004152_810a39ee-13b2-4a6e-88a8-8aacec6bbc3d_700.webp — 200 — 84.4 KiB — 24 ms — h3https://cdn.recreation.gov/public/2023/06/20/23/11/232446_d6ce11d2-f200-4587-a771-4dacf55cfa34_700.webpcdn.recreation.gov/public/2023/06/2... https://cdn.recreation.gov/public/2023/06/20/23/11/232446_d6ce11d2-f200-4587-a771-4dacf55cfa34_700.webp — 200 — 112.4 KiB — 28 ms — h3https://cdn.recreation.gov/public/2018/09/13/21/21/232451_bdbd8dfd-a767-41da-be84-377836ef7feb_700.webpcdn.recreation.gov/public/2018/09/1... https://cdn.recreation.gov/public/2018/09/13/21/21/232451_bdbd8dfd-a767-41da-be84-377836ef7feb_700.webp — 200 — 47.7 KiB — 24 ms — h3https://cdn.recreation.gov/public/2025/03/03/01/42/273838_6b21df5f-73d6-41f4-bfef-b818b5f28681_700.webpcdn.recreation.gov/public/2025/03/0... https://cdn.recreation.gov/public/2025/03/03/01/42/273838_6b21df5f-73d6-41f4-bfef-b818b5f28681_700.webp — 200 — 102.6 KiB — 27 ms — h3https://cdn.recreation.gov/public/2025/03/03/00/28/273833_376863cd-0b51-4fd3-817b-9375ae90aced_700.webpcdn.recreation.gov/public/2025/03/0... https://cdn.recreation.gov/public/2025/03/03/00/28/273833_376863cd-0b51-4fd3-817b-9375ae90aced_700.webp — 200 — 96.6 KiB — 25 ms — h3https://cdn.recreation.gov/public/images/72824_700.webpcdn.recreation.gov/public/images/72... https://cdn.recreation.gov/public/images/72824_700.webp — 200 — 18.4 KiB — 20 ms — h3https://www.recreation.gov/shared/img/global/unavailable/image-unavailable.webpwww.recreation.gov/shared/img/globa... https://www.recreation.gov/shared/img/global/unavailable/image-unavailable.webp — 200 — 12.0 KiB — 13 ms — h3https://cdn.recreation.gov/public/images/65029_1440.webpcdn.recreation.gov/public/images/65... https://cdn.recreation.gov/public/images/65029_1440.webp — 200 — 138.8 KiB — 22 ms — h3https://cdn.recreation.gov/public/images/65064_1440.webpcdn.recreation.gov/public/images/65... https://cdn.recreation.gov/public/images/65064_1440.webp — 200 — 53.4 KiB — 18 ms — h3https://cdn.recreation.gov/public/2018/08/10/17/44/4cd97e41-327a-4380-9091-3f3b8e5c85b2_1440.webpcdn.recreation.gov/public/2018/08/1... https://cdn.recreation.gov/public/2018/08/10/17/44/4cd97e41-327a-4380-9091-3f3b8e5c85b2_1440.webp — 200 — 212.4 KiB — 22 ms — h3https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 16 ms — h2https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.recreation.gov%2F&scrsrc=www.googletagmanager.com&rnd=496392405.1776901377&dt=Recreation.gov%20-%20Camping%2C%20Cabins%2C%20RVs%2C%20Permits%2C%20Passes%20%26%20More&auid=784324568.1776901377&navt=n&npa=1&gtm=45be64k1v879096453z879258538za20gzb79258538zd79258538xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-751332302&tid=AW-751332302&tft=1776901377891&tfd=1276www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.recreation.gov%2F&scrsrc=www.googletagmanager.com&rnd=496392405.1776901377&dt=Recreation.gov%20-%20Camping%2C%20Cabins%2C%20RVs%2C%20Permits%2C%20Passes%20%26%20More&auid=784324568.1776901377&navt=n&npa=1&gtm=45be64k1v879096453z879258538za20gzb79258538zd79258538xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-751332302&tid=AW-751332302&tft=1776901377891&tfd=1276 — 200 — 21 B — 44 ms — h3https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 117 ms — h2https://fonts.googleapis.com/css?family=Roboto_oldfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto_old — 200 — 673 B — 118 ms — h2https://www.recreation.gov/shared/graphics/chat_icon.pngwww.recreation.gov/shared/graphics/... https://www.recreation.gov/shared/graphics/chat_icon.png — 200 — 3.4 KiB — 34 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-9TNNMGP8WJ&gtm=45je64k1v880715044za200zb79258538zd79258538&_p=1776901376748&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1507677883.1776901378&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542~117884344&dl=https%3A%2F%2Frecreation.gov%2F&dt=Recreation.gov%20-%20Camping%2C%20Cabins%2C%20RVs%2C%20Permits%2C%20Passes%20%26%20More&dr=&sid=1776901377&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_ss=1&_ee=1&ep.agency=USDA&ep.subagency=RECREATION&ep.site_topic=unspecified%3Arecreation.gov&ep.site_platform=unspecified%3Arecreation.gov&ep.script_source=https%3A%2F%2Fdap.digitalgov.gov%2Funiversal-federated-analytics-min.js&ep.version=20250702%20v8.7%20-%20ga4&ep.protocol=https%3A&ep.using_parallel_tracker=no&ep.hostname_dimension=recreation.gov&tfd=1369region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-9TNNMGP8WJ&gtm=45je64k1v880715044za200zb79258538zd79258538&_p=1776901376748&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1507677883.1776901378&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542~117884344&dl=https%3A%2F%2Frecreation.gov%2F&dt=Recreation.gov%20-%20Camping%2C%20Cabins%2C%20RVs%2C%20Permits%2C%20Passes%20%26%20More&dr=&sid=1776901377&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_ss=1&_ee=1&ep.agency=USDA&ep.subagency=RECREATION&ep.site_topic=unspecified%3Arecreation.gov&ep.site_platform=unspecified%3Arecreation.gov&ep.script_source=https%3A%2F%2Fdap.digitalgov.gov%2Funiversal-federated-analytics-min.js&ep.version=20250702%20v8.7%20-%20ga4&ep.protocol=https%3A&ep.using_parallel_tracker=no&ep.hostname_dimension=recreation.gov&tfd=1369 — 204 — 290 B — 107 ms — h2https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdBIvUZAAAAAM02b8GWJew_1LffQJo9rNB5yVTU&co=aHR0cHM6Ly93d3cucmVjcmVhdGlvbi5nb3Y6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=79cxd3muky92www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LdBIvUZAAAAAM02b8GWJew_1LffQJo9rNB5yVTU&co=aHR0cHM6Ly93d3cucmVjcmVhdGlvbi5nb3Y6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=79cxd3muky92 — 200 — 27.5 KiB — 85 ms — h3https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2fonts.gstatic.com/s/roboto/v32/KFOm... https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2 — 200 — 13.1 KiB — 41 ms — h3https://vc.hotjar.io/sessions/6675875?s=0.25&r=0.08822026711678432vc.hotjar.io/sessions/6675875?s=0.2... https://vc.hotjar.io/sessions/6675875?s=0.25&r=0.08822026711678432 — 204 — 233 B — 48 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 119 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 199 ms — h2https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 199 ms — h3https://events.launchdarkly.com/events/diagnostic/588a570044b03e0b32112cfcevents.launchdarkly.com/events/diag... https://events.launchdarkly.com/events/diagnostic/588a570044b03e0b32112cfc — 204 — 0 B — 297 ms — h2https://resources.digital-cloud-gov.medallia.com/wdcgov/15123/onsite/generic1776352188207.jsresources.digital-cloud-gov.medalli... https://resources.digital-cloud-gov.medallia.com/wdcgov/15123/onsite/generic1776352188207.js — 200 — 71.9 KiB — 5 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 13 ms — h2https://www.recreation.gov/shared/favicons/favicon.icowww.recreation.gov/shared/favicons/... https://www.recreation.gov/shared/favicons/favicon.ico — 200 — 8.5 KiB — 8 ms — h3https://www.recreation.gov/shared/favicons/icon_144x144.pngwww.recreation.gov/shared/favicons/... https://www.recreation.gov/shared/favicons/icon_144x144.png — 200 — 7.0 KiB — 8 ms — h3https://resources.digital-cloud-gov.medallia.com/wdcgov/15123/forms/690/formDataV2_1763133050308_en.jsonresources.digital-cloud-gov.medalli... https://resources.digital-cloud-gov.medallia.com/wdcgov/15123/forms/690/formDataV2_1763133050308_en.json — 200 — 7.3 KiB — 8 ms — h2https://events.launchdarkly.com/events/diagnostic/588a570044b03e0b32112cfcevents.launchdarkly.com/events/diag... https://events.launchdarkly.com/events/diagnostic/588a570044b03e0b32112cfc — 202 — 358 B — 100 ms — h2https://events.launchdarkly.com/events/bulk/588a570044b03e0b32112cfcevents.launchdarkly.com/events/bulk... https://events.launchdarkly.com/events/bulk/588a570044b03e0b32112cfc — 204 — 0 B — 98 ms — h2https://events.launchdarkly.com/events/bulk/588a570044b03e0b32112cfcevents.launchdarkly.com/events/bulk... https://events.launchdarkly.com/events/bulk/588a570044b03e0b32112cfc — 202 — 358 B — 100 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1391ms · 1159KB · €15/mo
www.recreation.gov
Other
Costly
Execution 309ms
Transfer 57 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 240ms
Transfer 0 KB
Monthly Cost €3/mo
www.recreation.gov
Other
Costly
Execution 209ms
Transfer 15 KB
Monthly Cost €2/mo
www.gstatic.com
Other
Optional
Execution 178ms
Transfer 0 KB
Unused 49%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 131ms
Transfer 182 KB
Unused 28%
Monthly Cost €1/mo
www.recreation.gov
Other
Optional
Execution 115ms
Transfer 429 KB
Unused 65%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 100ms
Transfer 176 KB
Unused 38%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 145 KB
Unused 42%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 155 KB
Unused 42%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.recreation.gov adds 309ms and costs ~€3/month
  • Unattributable adds 240ms and costs ~€3/month
  • www.recreation.gov adds 209ms and costs ~€2/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

www.recreation.gov takes 309ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 240ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.recreation.gov takes 209ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

65% of www.recreation.gov's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback