Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
114 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/62ffe813-a9af-4e34-a0b3-1dc072136328)<a href="https://beavercheck.com/results/62ffe813-a9af-4e34-a0b3-1dc072136328"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fblm.gov" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fblm.govThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 13.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~35%.
Page takes 13.2s to load
+12% bounceUsers abandon at ~3s — you're 10.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 718ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
9 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €1,509/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€1,509 /mo
~€18,114 / year
EUR 120,500,000
if kept compliant
€85 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,008 / year if left unfixed
€120,500,000
+5 more
€0.65 /mo
8714.9 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
718 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.256
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.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.
16.09 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Construction vehicle operating in coal mine. Credit: BLM photo
Pause
Coal Lea… div.region > article > div > div.bg-topographic | www.blm.gov/themes/custom/blm_d9_22/images/blm-topographic-white-bg.png | 572.4 KiB | 362.7 KiB |
People standing with shovels and tools on a dirt path div.field-content > div > div.field > img | /sites/default/files/styles/hero_lg_content/public/images... | 190.2 KiB | 168.4 KiB |
photo of construction equipment operating in a coal mine div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 196.4 KiB | 122.3 KiB |
A landscape showing a frozen body of water meeting brown land is seen from a hi… div.field-content > div > div.field > img | /sites/default/files/styles/hero_lg_content/public/images... | 93.7 KiB | 73.1 KiB |
BLM-WY-RockRiverOilfield.McFadden div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 136.3 KiB | 62.2 KiB |
Dozens of black cattle are seen grazing in a flat, green field with a blue sky … div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 126.6 KiB | 52.5 KiB |
Oil and gas rig in front of a sunset. div.field-content > div > div.field > img | /sites/default/files/styles/hero_lg_content/public/images... | 48.2 KiB | 37.6 KiB |
Aerial photo of lakes and rivers on the tundra landscape in the Northeast Natio… div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 105.6 KiB | 31.5 KiB |
Two Bald eagles in Pinedale WY sitting on rock div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 90.6 KiB | 16.5 KiB |
A view of a rock containing a petroglyph at Three Rivers Petroglyph Site in New… a > span.img > div.field > img | /sites/default/files/styles/featured_places/public/three ... | 20.9 KiB | 6.7 KiB |
A hiker looks over San Pedro Riparian NCA with the sun shining across the lands… a > span.img > div.field > img | /sites/default/files/styles/featured_places/public/AZ_san... | 19.4 KiB | 5.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /sites/default/files/css/css_O04l8cvgOYRIFkSu81UUORESYlvd... | 6.8 KiB | |
| /sites/default/files/css/css_lGePXMw1RujDWtiVy7fyw8QScSXo... | 54.9 KiB | 301 ms |
| fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap | 2.1 KiB | 817 ms |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css | 13.4 KiB | 752 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| blm.gov/ | 893 ms |
| www.blm.gov/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.blm.gov/ | 805 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Construction vehicle operating in coal mine. Credit: BLM photo
Pause
Coal Lea… div#mobile-content-wrapper > div.dialog-off-canvas-main-canvas > div.layout-container > main.container-fluid | 0.256 |
| 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.blm.gov/core/misc/ajax.js?v=11.3.8 | 16.4 KiB | 11.6 KiB |
| touchpoints.app.cloud.gov/touchpoints/b163de7b.js | 77.3 KiB | 9.5 KiB |
| www.blm.gov/core/misc/jquery.form.js?v=4.3.0 | 12.9 KiB | 6.0 KiB |
| www.blm.gov/core/misc/drupal.js?v=11.3.8 | 6.0 KiB | 4.8 KiB |
| www.blm.gov/modules/contrib/extlink/js/extlink.js?tdvvg2 | 5.6 KiB | 2.4 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fba-modal-dialog { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sa… } … | 52.1 KiB | 50.6 KiB |
| /sites/default/files/css/css_lGePXMw1RujDWtiVy7fyw8QScSXo... | 54.8 KiB | 48.4 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css | 13.0 KiB | 12.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=UA-23560114-3&cx=c>m=4e64k0 | 123.9 KiB | 91.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-GQKKTMMT8V&cx=c>m=4e64k1h2 | 157.7 KiB | 66.5 KiB |
| www.googletagmanager.com/gtag/js?id=UA-23560114-3 | 124.9 KiB | 61.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147.0 KiB | 58.5 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.blm.gov/ | 812 ms | 49 ms | 4.9 ms |
| Unattributable | 453 ms | 9.1 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 403 ms | 320 ms | 38 ms |
| www.googletagmanager.com/gtag/js?id=G-GQKKTMMT8V&cx=c>m=4e64k1h2 | 266 ms | 189 ms | 42 ms |
| www.blm.gov/core/misc/drupal.init.js?v=11.3.8 | 253 ms | 166 ms | 0.2 ms |
| www.blm.gov/cdn-cgi/challenge-platform/scripts/jsd/main.js | 227 ms | 214 ms | 2.0 ms |
| www.googletagmanager.com/gtag/js?id=UA-23560114-3 | 223 ms | 174 ms | 48 ms |
| www.blm.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0 | 175 ms | 123 ms | 7.3 ms |
| touchpoints.app.cloud.gov/touchpoints/b163de7b.js | 121 ms | 55 ms | 37 ms |
| dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 105 ms | 101 ms | 1.8 ms |
| www.googletagmanager.com/gtag/js?id=UA-23560114-3&cx=c>m=4e64k0 | 52 ms | 21 ms | 30 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.7 s |
| Other | 636 ms |
| Style & Layout | 623 ms |
| Script Parsing & Compilation | 293 ms |
| Rendering | 151 ms |
| Parse HTML & CSS | 129 ms |
| Garbage Collection | 32 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fba-modal-dialog { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sa… } … | 52.1 KiB | 5.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Home div#block-blm-d9-22-branding > div.row > div.col > img | www.blm.gov/themes/custom/blm_d9_22/logo.svg |
Home div#block-sitebranding-4 > div.row > div.col > img | www.blm.gov/themes/custom/blm_d9_22/logo.svg |
U.S. flag footer.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag | touchpoints.app.cloud.gov/img/us_flag_small.png |
U.S. flag header.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag | www.blm.gov/themes/custom/blm_d9_22/images/uswds/us_flag_small.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Open Search div#block-mobilesearchbutton-2 > div.field > p > a#mobile-search-button |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
U.S. flag header.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag | www.blm.gov/themes/custom/blm_d9_22/images/uswds/us_flag_small.png | 16 x 11 | 16 x 11 | 24 x 17 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L line 203, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L>m=45je64k0v9131934939za200zd9131934939&_p=1776889719781&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=163610970.1776889720&frm=0&pscdl=noapi&rcb=14&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~117512542~118463262&dl=https%3A%2F%2Fblm.gov%2F&dt=Home%20%7C%20Bureau%20of%20Land%20Management&dr=&sid=1776889720&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.agency=DOI&ep.subagency=BLM&ep.site_topic=unspecified%3Ablm.gov&ep.site_platform=unspecified%3Ablm.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=blm.gov&tfd=1443' violates the following Content Security Policy directive: "connect-src 'self' https://*.siteimprove.com https://*.flickr.com https://www.google-analytics.com https://app.pendo.io https://touchpoints.app.cloud.gov https://dap.digitalgov.gov https://translate.google.com https://translate.googleapis.com https://translate-pa.googleapis.com https://www.gstatic.com https://maps.googleapis.com https://cdn.jsdelivr.net". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-GQKKTMMT8V&cx=c>m=4e64k1h2 line 245, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-GQKKTMMT8V>m=45je64k1h2v9101512577za20gzd9131934939&_p=1776889719781&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=163610970.1776889720&frm=0&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512542&sid=1776889720&sct=1&seg=0&dl=https%3A%2F%2Fwww.blm.gov%2F&dt=Home%20%7C%20Bureau%20of%20Land%20Management&en=page_view&_fv=1&_ss=1&tfd=1952' violates the following Content Security Policy directive: "connect-src 'self' https://*.siteimprove.com https://*.flickr.com https://www.google-analytics.com https://app.pendo.io https://touchpoints.app.cloud.gov https://dap.digitalgov.gov https://translate.google.com https://translate.googleapis.com https://translate-pa.googleapis.com https://www.gstatic.com https://maps.googleapis.com https://cdn.jsdelivr.net". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L line 203, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L>m=45je64k0v9131934939za200zd9131934939&_p=1776889719781&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=163610970.1776889720&frm=0&pscdl=noapi&rcb=14&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~117512542~118463262&dl=https%3A%2F%2Fblm.gov%2F&dt=Home%20%7C%20Bureau%20of%20Land%20Management&dr=&sid=1776889720&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.agency=DOI&ep.subagency=BLM&ep.site_topic=unspecified%3Ablm.gov&ep.site_platform=unspecified%3Ablm.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=blm.gov&tfd=1443. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=G-GQKKTMMT8V&cx=c>m=4e64k1h2 line 245, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-GQKKTMMT8V>m=45je64k1h2v9101512577za20gzd9131934939&_p=1776889719781&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=163610970.1776889720&frm=0&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512542&sid=1776889720&sct=1&seg=0&dl=https%3A%2F%2Fwww.blm.gov%2F&dt=Home%20%7C%20Bureau%20of%20Land%20Management&en=page_view&_fv=1&_ss=1&tfd=1952. Refused to connect because it violates the document's Content Security Policy. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /press-release/interior-generates-over-163-million-nation... | Learn more |
| /press-release/interior-generates-over-163-million-nation... | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
13 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.107
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.11 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.57 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Construction vehicle operating in coal mine. Credit: BLM photo
Pause
Coal Lea… div.region > article > div > div.bg-topographic | www.blm.gov/themes/custom/blm_d9_22/images/blm-topographic-white-bg.png | 572.4 KiB | 362.7 KiB |
People standing with shovels and tools on a dirt path div.field-content > div > div.field > img | /sites/default/files/styles/hero_lg_content/public/images... | 190.2 KiB | 183.1 KiB |
photo of construction equipment operating in a coal mine div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 196.4 KiB | 123.8 KiB |
A landscape showing a frozen body of water meeting brown land is seen from a hi… div.field-content > div > div.field > img | /sites/default/files/styles/hero_lg_content/public/images... | 93.7 KiB | 87.0 KiB |
BLM-WY-RockRiverOilfield.McFadden div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 136.3 KiB | 68.9 KiB |
Dozens of black cattle are seen grazing in a flat, green field with a blue sky … div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 126.6 KiB | 64.0 KiB |
Aerial photo of lakes and rivers on the tundra landscape in the Northeast Natio… div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 105.6 KiB | 53.4 KiB |
Two Bald eagles in Pinedale WY sitting on rock div.field > div > div.field > img | /sites/default/files/styles/hero_lg_slider/public/images/... | 90.6 KiB | 45.8 KiB |
Oil and gas rig in front of a sunset. div.field-content > div > div.field > img | /sites/default/files/styles/hero_lg_content/public/images... | 48.2 KiB | 44.7 KiB |
Two trees are the focus of this wooded meadow with sunshine filling the area fr… div.field > div > div.field > img | /sites/default/files/styles/bio_photo/public/images/2023-... | 52.6 KiB | 24.8 KiB |
A view of a rock containing a petroglyph at Three Rivers Petroglyph Site in New… a > span.img > div.field > img | /sites/default/files/styles/featured_places/public/three ... | 20.9 KiB | 6.7 KiB |
A hiker looks over San Pedro Riparian NCA with the sun shining across the lands… a > span.img > div.field > img | /sites/default/files/styles/featured_places/public/AZ_san... | 19.4 KiB | 5.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /npm/bootstrap-icons@1.11.2/font/fonts/bootstrap-icons.wo... | 15 ms |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /sites/default/files/css/css_O04l8cvgOYRIFkSu81UUORESYlvd... | 6.8 KiB | |
| /sites/default/files/css/css_lGePXMw1RujDWtiVy7fyw8QScSXo... | 54.9 KiB | 80 ms |
| fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap | 2.1 KiB | 269 ms |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css | 13.5 KiB | 246 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| blm.gov/ | 337 ms |
| www.blm.gov/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.blm.gov/ | 2.6 s |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Construction vehicle operating in coal mine. Credit: BLM photo
Pause
Coal Lea… div#mobile-content-wrapper > div.dialog-off-canvas-main-canvas > div.layout-container > main.container-fluid | 0.106 |
Home
Visit
About
Learn
Services
Get Involved
Programs
Info
States
Contact Us
Fi… div#full-menu > div.region > div#block-mainnavigation > nav#a8b7421f-80fb-4cda-81bd-1dde63af5bfd | 0.001 |
| 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fba-modal-dialog { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sa… } … | 52.1 KiB | 50.4 KiB |
| /sites/default/files/css/css_lGePXMw1RujDWtiVy7fyw8QScSXo... | 54.8 KiB | 46.1 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css | 13.1 KiB | 13.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=UA-23560114-3&cx=c>m=4e64k0h1 | 123.9 KiB | 91.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-GQKKTMMT8V&cx=c>m=4e64k0 | 157.7 KiB | 66.6 KiB |
| www.googletagmanager.com/gtag/js?id=UA-23560114-3 | 125.0 KiB | 63.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147.0 KiB | 58.5 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .fba-modal-dialog { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sa… } … | 52.1 KiB | 5.6 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.blm.gov/core/misc/ajax.js?v=11.3.8 | 16.4 KiB | 11.6 KiB |
| touchpoints.app.cloud.gov/touchpoints/b163de7b.js | 77.2 KiB | 9.5 KiB |
| www.blm.gov/core/misc/jquery.form.js?v=4.3.0 | 12.9 KiB | 6.0 KiB |
| www.blm.gov/core/misc/drupal.js?v=11.3.8 | 6.0 KiB | 4.8 KiB |
| www.blm.gov/modules/contrib/extlink/js/extlink.js?tdvvg2 | 5.6 KiB | 2.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Home div#block-blm-d9-22-branding > div.row > div.col > img | www.blm.gov/themes/custom/blm_d9_22/logo.svg |
Home div#block-sitebranding-4 > div.row > div.col > img | www.blm.gov/themes/custom/blm_d9_22/logo.svg |
U.S. flag footer.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag | touchpoints.app.cloud.gov/img/us_flag_small.png |
U.S. flag header.usa-banner__header > div.usa-banner__inner > div.grid-col-auto > img.usa-banner__header-flag | www.blm.gov/themes/custom/blm_d9_22/images/uswds/us_flag_small.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L line 203, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L>m=45je64k0h1v9131934939za200zd9131934939&_p=1776889741891&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=730154455.1776889742&frm=0&pscdl=noapi&rcb=9&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~115616985~115938465~115938468~117266401~117512543&dl=https%3A%2F%2Fblm.gov%2F&dt=Home%20%7C%20Bureau%20of%20Land%20Management&dr=&sid=1776889742&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.agency=DOI&ep.subagency=BLM&ep.site_topic=unspecified%3Ablm.gov&ep.site_platform=unspecified%3Ablm.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=blm.gov&tfd=3201' violates the following Content Security Policy directive: "connect-src 'self' https://*.siteimprove.com https://*.flickr.com https://www.google-analytics.com https://app.pendo.io https://touchpoints.app.cloud.gov https://dap.digitalgov.gov https://translate.google.com https://translate.googleapis.com https://translate-pa.googleapis.com https://www.gstatic.com https://maps.googleapis.com https://cdn.jsdelivr.net". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-GQKKTMMT8V&cx=c>m=4e64k0 line 245, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-GQKKTMMT8V>m=45je64k0v9101512577za20gzd9131934939&_p=1776889741891&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=730154455.1776889742&frm=0&pscdl=noapi&rcb=11&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~115938465~115938469~117266401~117512543&sid=1776889742&sct=1&seg=0&dl=https%3A%2F%2Fwww.blm.gov%2F&dt=Home%20%7C%20Bureau%20of%20Land%20Management&en=page_view&_fv=1&_ss=1&tfd=3415' violates the following Content Security Policy directive: "connect-src 'self' https://*.siteimprove.com https://*.flickr.com https://www.google-analytics.com https://app.pendo.io https://touchpoints.app.cloud.gov https://dap.digitalgov.gov https://translate.google.com https://translate.googleapis.com https://translate-pa.googleapis.com https://www.gstatic.com https://maps.googleapis.com https://cdn.jsdelivr.net". The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L line 203, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-CSLL4ZEK4L>m=45je64k0h1v9131934939za200zd9131934939&_p=1776889741891&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=730154455.1776889742&frm=0&pscdl=noapi&rcb=9&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~115616985~115938465~115938468~117266401~117512543&dl=https%3A%2F%2Fblm.gov%2F&dt=Home%20%7C%20Bureau%20of%20Land%20Management&dr=&sid=1776889742&sct=1&seg=0&_tu=wA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.agency=DOI&ep.subagency=BLM&ep.site_topic=unspecified%3Ablm.gov&ep.site_platform=unspecified%3Ablm.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=blm.gov&tfd=3201. Refused to connect because it violates the document's Content Security Policy. |
www.googletagmanager.com/gtag/js?id=G-GQKKTMMT8V&cx=c>m=4e64k0 line 245, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-GQKKTMMT8V>m=45je64k0v9101512577za20gzd9131934939&_p=1776889741891&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=730154455.1776889742&frm=0&pscdl=noapi&rcb=11&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~115938465~115938469~117266401~117512543&sid=1776889742&sct=1&seg=0&dl=https%3A%2F%2Fwww.blm.gov%2F&dt=Home%20%7C%20Bureau%20of%20Land%20Management&en=page_view&_fv=1&_ss=1&tfd=3415. Refused to connect because it violates the document's Content Security Policy. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /press-release/interior-generates-over-163-million-nation... | Learn more |
| /press-release/interior-generates-over-163-million-nation... | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Send Feedback