Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 27.7s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
HSTS 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.
Page weighs 35.2 MB (8.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/98f91a43-cc94-4d36-ba1d-e5590bdea478)<a href="https://beavercheck.com/results/98f91a43-cc94-4d36-ba1d-e5590bdea478"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Furban.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Furban.orgThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 27.7s 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 ~30%.
Page takes 27.7s to load
+12% bounceUsers abandon at ~3s — you're 25.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $2.19/month returns + USD 150,000 risk avoided
$500
5h · 5 findings
$2.19 /mo
~$26 / year
USD 150,000
if kept compliant
$150 — 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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,502 / month at risk
~$150,026 / year if left unfixed
$150,000
$2.19 /mo
27413.7 MB/mo × 0.080 USD/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 5 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.
13.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.61 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.57 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.
29.49 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.
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 | |
|---|---|---|---|
Explore our work section.lbj-homepage-teaser-card | www.urban.org/sites/default/files/2025-03/featured_quote.png | 2.6 MiB | 1.7 MiB |
photo of teachers and young students div > lbj-homepage-hero.hydrated > lbj-card.hydrated > img | /sites/default/files/styles/card_xl_343x229/public/2026-0... | 148.0 KiB | 136.4 KiB |
GettyImages-1175077095-crop.png div.event > picture.event__header-image > img | /sites/default/files/styles/card_xl_343x229/public/2026-0... | 92.6 KiB | 81.0 KiB |
Colorful illustration of graphs, pie charts, bar charts, etc lbj-homepage-teaser-card.hydrated > div > lbj-card.hydrated > img | /sites/default/files/styles/card_xl_343x229/public/2026-0... | 76.1 KiB | 64.3 KiB |
A group of planners examining blueprints. div.border-l-2 > article > lbj-highlight-image.hydrated > img | /sites/default/files/styles/highlight_small_160x106/publi... | 32.3 KiB | 29.5 KiB |
A sidelong view of several beige homes on a sunny residential street. article > div > picture > img | /sites/default/files/styles/card_xl_760x506/public/2026-0... | 56.6 KiB | 13.3 KiB |
photo of woman standing holding child in front of grocery aisle div > lbj-homepage-hero.hydrated > lbj-card.hydrated > img | /sites/default/files/styles/card_xl_343x229/public/2025-1... | 22.0 KiB | 10.4 KiB |
A teacher draws with preschool children. a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/5... | 19.1 KiB | 5.0 KiB |
A man sits on his porch looking pensively. a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/4... | 19.1 KiB | 5.0 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.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| urban.org/ | 764 ms |
| www.urban.org/ | 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.urban.org/ | 1.2 s |
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 |
|---|---|---|
| html { line-height: 1.15; text-size-adjust: 100%; } … | 452.6 KiB | 452.5 KiB |
| /sites/default/files/css/css_4s_FEVQ804QsEYlkuuVgPFyevBuB... | 288.6 KiB | 285.9 KiB |
| /sites/default/files/css/css_vQaKxQNKTvvAz7QZFbbSgVS4XW3Q... | 285.1 KiB | 282.4 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.8 KiB |
| www.tfaforms.com/wForms/3.11/js/wforms.js?v=1737040371 | 83.9 KiB | 66.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PGGXXJ2 | 162.5 KiB | 64.0 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-1067287040&cx=c>m=4e64k0 | 137.3 KiB | 60.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-N0EZ8ZMM8T&cx=c>m=4e64k0 | 172.7 KiB | 53.6 KiB |
| /sites/default/files/js/js_PKH5mL2f-CUGipXh97OD8yYt0t3bba... | 34.7 KiB | 30.2 KiB |
| /sites/default/files/js/js_3i00GTCh0Lw5j3_oDSFjYbRRCJY1Vh... | 37.4 KiB | 28.8 KiB |
| /themes/custom/lyndon/lyndon_build/2.0.0-dev.14/dist/urba... | 46.2 KiB | 22.4 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 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.
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 | 7.3 s |
| Other | 3.8 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 520 ms |
| Parse HTML & CSS | 476 ms |
| Rendering | 210 ms |
| Garbage Collection | 141 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 |
|---|---|---|
| html { line-height: 1.15; text-size-adjust: 100%; } … | 452.6 KiB | 48.1 KiB |
| www.tfaforms.com/dist/form-builder/5.0.0/wforms-layout.css?v=1747341414 | 10.2 KiB | 3.8 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 |
|---|---|---|
| /themes/custom/lyndon/lyndon_build/2.0.0-dev.14/dist/urba... | 46.2 KiB | 12.8 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 | |
|---|---|
The US capitol and traffic at sunset. div > lbj-homepage-hero.hydrated > lbj-card.hydrated > img | /sites/default/files/styles/featured_card_561x374/public/... |
boy on bike a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/1... |
A mother giving a child a piggyback ride a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/2... |
A woman speaks in front of a window a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/3... |
A man sits on his porch looking pensively. a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/4... |
A teacher draws with preschool children. a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/5... |
A family unpacks groceries at the kitchen table. A young girl holds up a bag of… div > lbj-homepage-hero.hydrated > lbj-card.hydrated > img | /sites/default/files/styles/card_xl_343x229/public/2026-0... |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.lbj-homepage-hero-container-inner > div.lbj-homepage-hero-wrapper > div.lbj-homepage-hero-content > button.lbj-homepage-hero-controls div.lbj-homepage-hero-container-inner > div.lbj-homepage-hero-wrapper > div.lbj-homepage-hero-content > button.lbj-homepage-hero-controls |
div.lbj-impact-carousel-container-slider > div.lbj-impact-carousel-slider-track > div.lbj-impact-carousel-slider-navigation > button.impact-navigation-btn div.lbj-impact-carousel-container-slider > div.lbj-impact-carousel-slider-track > div.lbj-impact-carousel-slider-navigation > button.impact-navigation-btn |
div.lbj-impact-carousel-container-slider > div.lbj-impact-carousel-slider-track > div.lbj-impact-carousel-slider-navigation > button.impact-navigation-btn div.lbj-impact-carousel-container-slider > div.lbj-impact-carousel-slider-track > div.lbj-impact-carousel-slider-navigation > button.impact-navigation-btn |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.header__condensed > div.header__toggles > a.header__search-toggle div > div.header__condensed > div.header__toggles > a.header__search-toggle |
a.nav-primary-dark a.nav-primary-dark |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
WHAT WE'RE WORKING ON div.lbj-homepage-hero-wrapper > div.lbj-homepage-hero-card-container > div.lbj-homepage-hero-card-container-inner > h3.lbj-homepage-hero-card-eyebrow |
h5.title h5.title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
| AttributionReporting | |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Increase upward mobility lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
Create communities of opportunity and shared prosperity lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
Build a fair and just society lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
Improve people’s well-being lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
Promote effective use of resources lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
To appear in search results, crawlers need access to your app.
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.
2.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
380 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.180
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.09 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.
6.70 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.
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 | |
|---|---|---|---|
Explore our work section.lbj-homepage-teaser-card | www.urban.org/sites/default/files/2025-03/featured_quote.png | 2.6 MiB | 1.7 MiB |
photo of teachers and young students div > lbj-homepage-hero.hydrated > lbj-card.hydrated > img | /sites/default/files/styles/card_xl_343x229/public/2026-0... | 148.0 KiB | 140.4 KiB |
GettyImages-1175077095-crop.png div.event > picture.event__header-image > img | /sites/default/files/styles/card_xl_343x229/public/2026-0... | 92.6 KiB | 82.7 KiB |
Colorful illustration of graphs, pie charts, bar charts, etc lbj-homepage-teaser-card.hydrated > div > lbj-card.hydrated > img | /sites/default/files/styles/card_xl_343x229/public/2026-0... | 76.1 KiB | 63.9 KiB |
A group of planners examining blueprints. div.border-l-2 > article > lbj-highlight-image.hydrated > img | /sites/default/files/styles/highlight_small_160x106/publi... | 32.3 KiB | 31.3 KiB |
The US capitol and traffic at sunset. div > lbj-homepage-hero.hydrated > lbj-card.hydrated > img | /sites/default/files/styles/featured_card_561x374/public/... | 34.0 KiB | 13.8 KiB |
photo of woman standing holding child in front of grocery aisle lbj-homepage-teaser-card.hydrated > div > lbj-card.hydrated > img | /sites/default/files/styles/card_xl_343x229/public/2025-1... | 22.0 KiB | 9.7 KiB |
A teacher draws with preschool children. a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/5... | 19.1 KiB | 7.5 KiB |
A man sits on his porch looking pensively. a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/4... | 19.1 KiB | 7.5 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.
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.
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.
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.
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 |
|---|---|
| urban.org/ | 211 ms |
| www.urban.org/ | 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.urban.org/ | 1.2 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 |
|---|---|
Buy Now, Pay Later: Recent Developments and Implications for Mortgage Lending
S… body.lyndon > div.dialog-off-canvas-main-canvas > div#page-wrapper > main.container | 0.815 |
body.lyndon body.lyndon | 0.297 |
We power smarter policies for brighter futures.
Urban’s insights drive solutio… section.lbj-homepage-hero-container > div.lbj-homepage-hero-container-inner | 0.069 |
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.
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 |
|---|---|---|
| html { line-height: 1.15; text-size-adjust: 100%; } … | 452.6 KiB | 452.4 KiB |
| /sites/default/files/css/css_4s_FEVQ804QsEYlkuuVgPFyevBuB... | 288.6 KiB | 285.3 KiB |
| /sites/default/files/css/css_vQaKxQNKTvvAz7QZFbbSgVS4XW3Q... | 285.1 KiB | 282.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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.8 KiB |
| www.tfaforms.com/wForms/3.11/js/wforms.js?v=1737040371 | 83.9 KiB | 66.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PGGXXJ2 | 162.6 KiB | 62.5 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-1067287040&cx=c>m=4e64k1h2 | 137.3 KiB | 60.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-N0EZ8ZMM8T&cx=c>m=4e64k1h2 | 172.7 KiB | 53.5 KiB |
| /sites/default/files/js/js_PKH5mL2f-CUGipXh97OD8yYt0t3bba... | 34.7 KiB | 30.2 KiB |
| /sites/default/files/js/js_3i00GTCh0Lw5j3_oDSFjYbRRCJY1Vh... | 37.4 KiB | 28.8 KiB |
| /themes/custom/lyndon/lyndon_build/2.0.0-dev.14/dist/urba... | 46.2 KiB | 22.4 KiB |
| static.addtoany.com/menu/modules/core.ydpp7jcu.js | 25.7 KiB | 21.0 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 867 ms | 813 ms | 30 ms |
| /themes/custom/lyndon/lyndon_build/2.0.0-dev.14/dist/urba... | 805 ms | 453 ms | 0.3 ms |
| www.urban.org/ | 697 ms | 20 ms | 3.2 ms |
| Unattributable | 386 ms | 18 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-N0EZ8ZMM8T&cx=c>m=4e64k1h2 | 131 ms | 113 ms | 13 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PGGXXJ2 | 126 ms | 107 ms | 13 ms |
| www.urban.org/cdn-cgi/challenge-platform/scripts/jsd/main.js | 86 ms | 69 ms | 0.7 ms |
| www.googletagmanager.com/gtag/destination?id=AW-1067287040&cx=c>m=4e64k1h2 | 60 ms | 49 ms | 11 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.9 s |
| Other | 927 ms |
| Style & Layout | 389 ms |
| Script Parsing & Compilation | 116 ms |
| Parse HTML & CSS | 110 ms |
| Rendering | 58 ms |
| Garbage Collection | 37 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 |
|---|---|---|
| html { line-height: 1.15; text-size-adjust: 100%; } … | 452.6 KiB | 48.1 KiB |
| www.tfaforms.com/dist/form-builder/5.0.0/wforms-layout.css?v=1747341414 | 10.2 KiB | 3.8 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 |
|---|---|---|
| /themes/custom/lyndon/lyndon_build/2.0.0-dev.14/dist/urba... | 46.2 KiB | 12.8 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 | |
|---|---|
The US capitol and traffic at sunset. div > lbj-homepage-hero.hydrated > lbj-card.hydrated > img | /sites/default/files/styles/featured_card_561x374/public/... |
boy on bike a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/1... |
A mother giving a child a piggyback ride a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/2... |
A woman speaks in front of a window a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/3... |
A man sits on his porch looking pensively. a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/4... |
A teacher draws with preschool children. a.keen-slider__slide > lbj-card.hydrated > figure.lbj-impact-carousel-overlay > img.w-full | /sites/default/files/styles/card_360x240/public/2025-04/5... |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.lbj-homepage-hero-container-inner > div.lbj-homepage-hero-wrapper > div.lbj-homepage-hero-content > button.lbj-homepage-hero-controls div.lbj-homepage-hero-container-inner > div.lbj-homepage-hero-wrapper > div.lbj-homepage-hero-content > button.lbj-homepage-hero-controls |
div.lbj-impact-carousel-container-slider > div.lbj-impact-carousel-slider-track > div.lbj-impact-carousel-slider-navigation > button.impact-navigation-btn div.lbj-impact-carousel-container-slider > div.lbj-impact-carousel-slider-track > div.lbj-impact-carousel-slider-navigation > button.impact-navigation-btn |
div.lbj-impact-carousel-container-slider > div.lbj-impact-carousel-slider-track > div.lbj-impact-carousel-slider-navigation > button.impact-navigation-btn div.lbj-impact-carousel-container-slider > div.lbj-impact-carousel-slider-track > div.lbj-impact-carousel-slider-navigation > button.impact-navigation-btn |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
lbj-container.hydrated > div.header__expanded > div.main-nav > a.header__search-toggle lbj-container.hydrated > div.header__expanded > div.main-nav > a.header__search-toggle |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
WHAT WE'RE WORKING ON div.lbj-homepage-hero-wrapper > div.lbj-homepage-hero-card-container > div.lbj-homepage-hero-card-container-inner > h3.lbj-homepage-hero-card-eyebrow |
h5.title h5.title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
| AttributionReporting | |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Increase upward mobility lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
Create communities of opportunity and shared prosperity lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
Build a fair and just society lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
Improve people’s well-being lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
Promote effective use of resources lbj-impact-carousel.hydrated > lbj-carousel.shadow-impact-carousel > div.slides-collection > a.keen-slider__slide |
To appear in search results, crawlers need access to your app.
Send Feedback