Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Room to improve — your 17.3s 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.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
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.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
18 image-only link(s) without alt text
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/12d3cddd-bb5b-4818-87fd-e43f7f18164d)<a href="https://beavercheck.com/results/12d3cddd-bb5b-4818-87fd-e43f7f18164d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftownhall.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftownhall.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 17.3s to load
+12% bounceUsers abandon at ~3s — you're 14.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.3s
+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
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
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
7 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.
€383 investment → €0.84/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€0.84 /mo
~€10 / year
EUR 120,500,000
if kept compliant
€128 — 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.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,010 / year if left unfixed
€120,500,000
+9 more
€0.84 /mo
11364.0 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 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.
3.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.34 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.16 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.
26.98 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.
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.
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 |
|---|---|---|
| assets.freedomadnetwork.com/fan-pxl.js | 6.7 KiB | 922 ms |
| static.kueezrtb.com/latest.js | 1.1 KiB | 759 ms |
| cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css | 33.2 KiB | 1.2 s |
| /prebid/prebid-responsive.js?v=9.53.2&v=8zmpsAUCW0MOpqwPu... | 2.9 KiB |
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.
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 | |
|---|---|---|---|
head > link head > link | tpc.googlesyndication.com/simgad/6416531947299103273? | 333.7 KiB | 320.0 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7859403092185334676 | 140.6 KiB | 128.4 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3121500951442214239 | 91.3 KiB | 79.1 KiB |
DOJ Files Complaint Against DC Water Over 200-Million-Gallon Sewage Spill into … div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/49/d3f5f41f-e1a6-4861-9708-98b106458599-53... | 60.6 KiB | 46.4 KiB |
California Sees Drop in Homicides. There's A Reason for That and Leftists Won't… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2023/269/ce964d25-51c2-4ef7-bc81-43e819b065af-5... | 55.7 KiB | 41.5 KiB |
A Virginia Circuit Court Has Just Ruled The State's New Congressional Map Uncon… div.wp-card-huge > div.wp-card-huge__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/33/620c67c2-053e-45f3-b139-e081623fafab-10... | 47.6 KiB | 41.1 KiB |
'They Just Care About Power.' Scott Jennings Lays Out What Virginia Redistricti… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/101/ce1f61a2-d7a4-4d0b-97b1-543cffc3f054-5... | 53.5 KiB | 39.2 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/13168636295757914822 | 37.3 KiB | 34.7 KiB |
Here's Why The Situation In Iran is Looking Disastrous For China div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/304/1f16fb0e-ed34-40b5-8259-7bafb20aa0cf-5... | 38.9 KiB | 24.7 KiB |
Oh, Here's Another Policy Abigail Spanberger and VA Dems Support That Screws Ov… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/55/c5b78c59-ca33-45a5-833d-d8b3a5401502-53... | 35.8 KiB | 21.6 KiB |
div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid | media.townhall.com/cdn/hodl/cartoons/rus042126dAPR-500x310.jpg | 29.6 KiB | 14.6 KiB |
Five Romanians Charged in $1M Scheme to Steal SNAP Benefits From Low-Income Fam… div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/images/up/2026/105/62af7984-bf1b-4fc5-8299-6e72... | 28.1 KiB | 13.9 KiB |
Vivek Ramaswamy Slams Critique of Israeli Aid and Some People's Odd Obsession W… div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/57/28cd6b0a-e9f2-4669-8087-c3eef46c5666-53... | 25.0 KiB | 11.9 KiB |
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.
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 |
|---|---|---|
| cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css | 32.5 KiB | 30.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
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 | 11.8 s |
| Other | 3.4 s |
| Script Parsing & Compilation | 1.1 s |
| Style & Layout | 790 ms |
| Rendering | 297 ms |
| Parse HTML & CSS | 260 ms |
| Garbage Collection | 251 ms |
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 | |
|---|---|
A Virginia Circuit Court Has Just Ruled The State's New Congressional Map Uncon… div.wp-card-huge > div.wp-card-huge__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/33/620c67c2-053e-45f3-b139-e081623fafab-10... |
Oh, Here's Another Policy Abigail Spanberger and VA Dems Support That Screws Ov… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/55/c5b78c59-ca33-45a5-833d-d8b3a5401502-53... |
'They Just Care About Power.' Scott Jennings Lays Out What Virginia Redistricti… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/101/ce1f61a2-d7a4-4d0b-97b1-543cffc3f054-5... |
DOJ Files Complaint Against DC Water Over 200-Million-Gallon Sewage Spill into … div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/49/d3f5f41f-e1a6-4861-9708-98b106458599-53... |
Here's Why The Situation In Iran is Looking Disastrous For China div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/304/1f16fb0e-ed34-40b5-8259-7bafb20aa0cf-5... |
Vivek Ramaswamy Slams Critique of Israeli Aid and Some People's Odd Obsession W… div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/57/28cd6b0a-e9f2-4669-8087-c3eef46c5666-53... |
Five Romanians Charged in $1M Scheme to Steal SNAP Benefits From Low-Income Fam… div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/images/up/2026/105/62af7984-bf1b-4fc5-8299-6e72... |
California Sees Drop in Homicides. There's A Reason for That and Leftists Won't… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2023/269/ce964d25-51c2-4ef7-bc81-43e819b065af-5... |
Vivek Ramaswamy Slams Critique of Israeli Aid and Some People's Odd Obsession W… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/57/28cd6b0a-e9f2-4669-8087-c3eef46c5666-53... |
California Sees Drop in Homicides. There's A Reason for That and Leftists Won't… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2023/269/ce964d25-51c2-4ef7-bc81-43e819b065af-5... |
div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid | media.townhall.com/cdn/hodl/cartoons/rus042126dAPR-500x310.jpg |
div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 | cdn.townhall.com/web/thm/trending-icon.svg |
townhall.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | townhall.com/svg/thm/logo-townhall.svg |
div.col-md-3 > div.my-4 > div.my-4 > img div.col-md-3 > div.my-4 > div.my-4 > img | townhall.com/svg/thm/thm.svg |
Redstate.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | |
pjmedia.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | |
twitchy.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | |
hotair.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | |
bearingarms.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Toggle navigation header > nav.thm-navbar-mobile > div.d-flex > div#hamburger-1 |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Toggle navigation header > nav.thm-navbar-mobile > div.d-flex > div#hamburger-1 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
body > div.thm-search > form#search > button body > div.thm-search > form#search > button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid |
div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 |
div.col-md-3 > div.my-4 > div.my-4 > img div.col-md-3 > div.my-4 > div.my-4 > img |
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.row > div.col-md-4 > div.thm-cartoon-widget > a div.row > div.col-md-4 > div.thm-cartoon-widget > a |
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.
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 |
|---|
John Stossel div.th-widget-columns > div.row > div.col > a.thfs-5 |
Kevin McCullough div.th-widget-columns > div.row > div.col > a.thfs-5 |
Alan Joseph Bauer div.th-widget-columns > div.row > div.col > a.thfs-5 |
These items highlight common accessibility best practices.
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 |
|---|---|
| Topics | cdn.townhall.com/web/js/prebid/prebid-9.53.2.js?v=3 line 11, col 33044 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. |
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 |
|---|---|
Access to fetch at 'https://alocdn.com/c/vn3d8u2u/a/xtarget/p.json' from origin 'https://townhall.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid |
div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 |
div.col-md-3 > div.my-4 > div.my-4 > img div.col-md-3 > div.my-4 > div.my-4 > img |
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.
639 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
632 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.16 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.
5.94 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.
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 | |
|---|---|---|---|
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7859403092185334676 | 140.6 KiB | 128.4 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/14558517829262011397 | 125.3 KiB | 114.6 KiB |
DOJ Files Complaint Against DC Water Over 200-Million-Gallon Sewage Spill into … div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/49/d3f5f41f-e1a6-4861-9708-98b106458599-53... | 60.6 KiB | 57.3 KiB |
'They Just Care About Power.' Scott Jennings Lays Out What Virginia Redistricti… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/101/ce1f61a2-d7a4-4d0b-97b1-543cffc3f054-5... | 53.5 KiB | 47.0 KiB |
California Sees Drop in Homicides. There's A Reason for That and Leftists Won't… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2023/269/ce964d25-51c2-4ef7-bc81-43e819b065af-5... | 55.7 KiB | 43.7 KiB |
div.wp-card-huge > div.wp-card-huge__img > a > img.img-fluid div.wp-card-huge > div.wp-card-huge__img > a > img.img-fluid | /cdn/hodl/2026/34/6d74a70b-003c-41db-9663-70fd23f7325c-10... | 53.0 KiB | 43.3 KiB |
A Virginia Circuit Court Has Just Ruled The State's New Congressional Map Uncon… div.wp-card-huge > div.wp-card-huge__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/33/620c67c2-053e-45f3-b139-e081623fafab-10... | 47.6 KiB | 38.8 KiB |
Here's Why The Situation In Iran is Looking Disastrous For China div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/304/1f16fb0e-ed34-40b5-8259-7bafb20aa0cf-5... | 38.9 KiB | 35.6 KiB |
Europe Gathers to Plan Securing the Strait of Hormuz—Once the United States Fin… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/357/13503920-8c8d-4749-b9e3-ff6ce2a81125-5... | 44.2 KiB | 32.2 KiB |
Supreme Court to Hear Colorado Religious Freedom Case div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2024/182/980adf29-6757-4ddc-9666-cdf8d033d52f-5... | 42.8 KiB | 30.9 KiB |
Turns Out There Are Some Books the Left Is Okay With Banning div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2015/72/43980f1f-2952-4a3c-9b42-c7dff990ced8-53... | 42.5 KiB | 30.5 KiB |
Oh, Here's Another Policy Abigail Spanberger and VA Dems Support That Screws Ov… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/55/c5b78c59-ca33-45a5-833d-d8b3a5401502-53... | 35.8 KiB | 29.3 KiB |
Gun Control Calls Follow Shreveport Shooting, but There's an Issue div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2019/151/ce80875a-b702-4acb-9a49-995caed61b75-5... | 38.1 KiB | 26.2 KiB |
Trump Just Won Huge Concession From Iranian Regime div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/106/807eb61d-1399-4db4-b3f6-e1e70c6e5325-5... | 37.1 KiB | 25.2 KiB |
Five Romanians Charged in $1M Scheme to Steal SNAP Benefits From Low-Income Fam… div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/images/up/2026/105/62af7984-bf1b-4fc5-8299-6e72... | 28.1 KiB | 24.8 KiB |
Newsweek Runs Headline on Story It Calls Unverified, and the Press Dumping on t… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2024/183/2e55e9a2-9601-4bb6-bbf7-7c71906a2a2a-5... | 32.5 KiB | 20.5 KiB |
Iran Just Reached For Another Piece of Leverage As The IRGC Threatens to Cut Un… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/254/117eb0da-dbc3-4dc9-876c-3e675761df1d-5... | 31.5 KiB | 19.6 KiB |
Longtime Georgia Democrat, Congressman David Scott, Dies at 80 div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2022/305/c4711ae4-eac5-4a29-a064-4d101aa31bd8-5... | 30.6 KiB | 18.7 KiB |
div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid | media.townhall.com/cdn/hodl/cartoons/rus042126dAPR-500x310.jpg | 29.6 KiB | 17.0 KiB |
Vivek Ramaswamy Slams Critique of Israeli Aid and Some People's Odd Obsession W… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/57/28cd6b0a-e9f2-4669-8087-c3eef46c5666-53... | 25.0 KiB | 14.0 KiB |
Democrats and the Media Go to Bat for the Southern Poverty Law Center div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2022/160/979ddc7a-ed44-4cdd-be3e-f17b89deb16c-5... | 17.6 KiB | 9.8 KiB |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid | /cdn/hodl/2026/50/46d8cfaf-0c41-489e-9707-ba5661f5e991-18... | 8.6 KiB | 5.4 KiB |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid | /cdn/hodl/2026/110/1fdc0ce6-0bc3-4b54-98e2-7f2c363e5ccb-1... | 8.5 KiB | 5.3 KiB |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid | /cdn/hodl/2018/304/92befcab-3dd9-48c5-b9ef-2e725c791149-1... | 7.9 KiB | 4.7 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 |
|---|---|---|
| assets.freedomadnetwork.com/fan-pxl.js | 6.7 KiB | 233 ms |
| static.kueezrtb.com/latest.js | 1.1 KiB | 215 ms |
| cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css | 32.9 KiB | 283 ms |
| /prebid/prebid-responsive.js?v=9.53.2&v=8zmpsAUCW0MOpqwPu... | 2.9 KiB |
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.
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
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 | 2.8 s |
| Other | 767 ms |
| Script Parsing & Compilation | 319 ms |
| Style & Layout | 203 ms |
| Rendering | 130 ms |
| Parse HTML & CSS | 72 ms |
| Garbage Collection | 57 ms |
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 | |
|---|---|
A Virginia Circuit Court Has Just Ruled The State's New Congressional Map Uncon… div.wp-card-huge > div.wp-card-huge__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/33/620c67c2-053e-45f3-b139-e081623fafab-10... |
div.wp-card-huge > div.wp-card-huge__img > a > img.img-fluid div.wp-card-huge > div.wp-card-huge__img > a > img.img-fluid | /cdn/hodl/2026/34/6d74a70b-003c-41db-9663-70fd23f7325c-10... |
Oh, Here's Another Policy Abigail Spanberger and VA Dems Support That Screws Ov… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/55/c5b78c59-ca33-45a5-833d-d8b3a5401502-53... |
'They Just Care About Power.' Scott Jennings Lays Out What Virginia Redistricti… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/101/ce1f61a2-d7a4-4d0b-97b1-543cffc3f054-5... |
DOJ Files Complaint Against DC Water Over 200-Million-Gallon Sewage Spill into … div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/49/d3f5f41f-e1a6-4861-9708-98b106458599-53... |
Here's Why The Situation In Iran is Looking Disastrous For China div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/304/1f16fb0e-ed34-40b5-8259-7bafb20aa0cf-5... |
Vivek Ramaswamy Slams Critique of Israeli Aid and Some People's Odd Obsession W… div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/57/28cd6b0a-e9f2-4669-8087-c3eef46c5666-53... |
Five Romanians Charged in $1M Scheme to Steal SNAP Benefits From Low-Income Fam… div.col-auto > div.th-card-hp__img > a.thm-inc > img.img-fluid | /cdn/hodl/images/up/2026/105/62af7984-bf1b-4fc5-8299-6e72... |
California Sees Drop in Homicides. There's A Reason for That and Leftists Won't… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2023/269/ce964d25-51c2-4ef7-bc81-43e819b065af-5... |
Europe Gathers to Plan Securing the Strait of Hormuz—Once the United States Fin… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/357/13503920-8c8d-4749-b9e3-ff6ce2a81125-5... |
Iran Just Reached For Another Piece of Leverage As The IRGC Threatens to Cut Un… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/254/117eb0da-dbc3-4dc9-876c-3e675761df1d-5... |
Newsweek Runs Headline on Story It Calls Unverified, and the Press Dumping on t… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2024/183/2e55e9a2-9601-4bb6-bbf7-7c71906a2a2a-5... |
Vivek Ramaswamy Slams Critique of Israeli Aid and Some People's Odd Obsession W… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2025/57/28cd6b0a-e9f2-4669-8087-c3eef46c5666-53... |
California Sees Drop in Homicides. There's A Reason for That and Leftists Won't… div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2023/269/ce964d25-51c2-4ef7-bc81-43e819b065af-5... |
Supreme Court to Hear Colorado Religious Freedom Case div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2024/182/980adf29-6757-4ddc-9666-cdf8d033d52f-5... |
Gun Control Calls Follow Shreveport Shooting, but There's an Issue div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2019/151/ce80875a-b702-4acb-9a49-995caed61b75-5... |
Turns Out There Are Some Books the Left Is Okay With Banning div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2015/72/43980f1f-2952-4a3c-9b42-c7dff990ced8-53... |
Democrats and the Media Go to Bat for the Southern Poverty Law Center div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2022/160/979ddc7a-ed44-4cdd-be3e-f17b89deb16c-5... |
Trump Just Won Huge Concession From Iranian Regime div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2026/106/807eb61d-1399-4db4-b3f6-e1e70c6e5325-5... |
Longtime Georgia Democrat, Congressman David Scott, Dies at 80 div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2022/305/c4711ae4-eac5-4a29-a064-4d101aa31bd8-5... |
Gun Control Calls Follow Shreveport Shooting, but There's an Issue div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2019/151/ce80875a-b702-4acb-9a49-995caed61b75-5... |
Turns Out There Are Some Books the Left Is Okay With Banning div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2015/72/43980f1f-2952-4a3c-9b42-c7dff990ced8-53... |
Leftist SPLC Indicted on 11 Counts of Fraud div.wp-card > div.wp-card__img > a.thm-inc > img.img-fluid | /cdn/hodl/2022/160/979ddc7a-ed44-4cdd-be3e-f17b89deb16c-5... |
div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid | media.townhall.com/cdn/hodl/cartoons/rus042126dAPR-500x310.jpg |
div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 | cdn.townhall.com/web/thm/trending-icon.svg |
Join VIP ul.navbar-nav > li.nav-item > a.vip-promo > img | townhall.com/svg/thm/join-vip.svg |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid | /cdn/hodl/2026/110/1fdc0ce6-0bc3-4b54-98e2-7f2c363e5ccb-1... |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid | /cdn/hodl/2018/304/92befcab-3dd9-48c5-b9ef-2e725c791149-1... |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid | /cdn/hodl/2026/50/46d8cfaf-0c41-489e-9707-ba5661f5e991-18... |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid | /cdn/hodl/2025/309/9d925da5-48fd-4df0-8f0b-576ff2f40925-1... |
townhall.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | townhall.com/svg/thm/logo-townhall.svg |
div.col-md-3 > div.my-4 > div.my-4 > img div.col-md-3 > div.my-4 > div.my-4 > img | townhall.com/svg/thm/thm.svg |
pjmedia.com div.wp-card-huge__below > div.my-2 > a > img.pjmedia | |
redstate.com div.wp-card > div.my-2 > a > img.redstate | |
twitchy.com div.wp-card > div.my-2 > a > img.twitchy | |
hotair.com div.col > div.my-2 > a > img.hotair | |
bearingarms.com div.col > div.my-2 > a > img.bearingarms | |
pjmedia.com div.col > div.my-2 > a > img.pjmedia | |
redstate.com div.col > div.my-2 > a > img.redstate | |
Redstate.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | |
pjmedia.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | |
twitchy.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | |
hotair.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img | |
bearingarms.com ul.list-inline > li.list-inline-item > a.thm-brand-button > img |
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 |
|---|
body > div.thm-search > form#search > button body > div.thm-search > form#search > button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.nav > li.nav-item > a.nav-link > img.nav-thtv ul.nav > li.nav-item > a.nav-link > img.nav-thtv |
ul.nav > li.nav-item > a.nav-link > img.nav-vip ul.nav > li.nav-item > a.nav-link > img.nav-vip |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid |
div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 |
div.wp-card-huge > div.wp-card-huge__img > a > img.img-fluid div.wp-card-huge > div.wp-card-huge__img > a > img.img-fluid |
div.wp-card > div.wp-card__img > a > img.img-fluid div.wp-card > div.wp-card__img > a > img.img-fluid |
div.wp-card > div.wp-card__img > a > img.img-fluid div.wp-card > div.wp-card__img > a > img.img-fluid |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid |
div.col-md-3 > div.my-4 > div.my-4 > img div.col-md-3 > div.my-4 > div.my-4 > img |
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.navbar-collapse > ul.navbar-nav > li.nav-item > a.btn div.navbar-collapse > ul.navbar-nav > li.nav-item > a.btn |
div.row > div.col-md-4 > div.thm-cartoon-widget > a div.row > div.col-md-4 > div.thm-cartoon-widget > a |
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.
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 |
|---|
John Stossel div.th-widget-columns > div.row > div.col > a.thfs-5 |
Kevin McCullough div.th-widget-columns > div.row > div.col > a.thfs-5 |
Alan Joseph Bauer div.th-widget-columns > div.row > div.col > a.thfs-5 |
Gregory Lyakhov div.th-widget-columns > div.row > div.col > a.thfs-5 |
Tim Graham div.th-widget-columns > div.row > div.col > a.thfs-5 |
Star Parker div.th-widget-columns > div.row > div.col > a.thfs-5 |
Ben Shapiro div.th-widget-columns > div.row > div.col > a.thfs-5 |
Terry Jeffrey div.th-widget-columns > div.row > div.col > a.thfs-5 |
Kimberly Fletcher div.th-widget-columns > div.row > div.col > a.thfs-5 |
These items highlight common accessibility best practices.
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 |
|---|---|
| Topics | cdn.townhall.com/web/js/prebid/prebid-9.53.2.js?v=3 line 11, col 33044 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.nav > li.nav-item > a.nav-link > img.nav-thtv ul.nav > li.nav-item > a.nav-link > img.nav-thtv |
ul.nav > li.nav-item > a.nav-link > img.nav-vip ul.nav > li.nav-item > a.nav-link > img.nav-vip |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.row > div.col-auto > a > img.img-fluid div.row > div.col-auto > a > img.img-fluid |
div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid div.col-md-4 > div.thm-cartoon-widget > a > img.img-fluid |
div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 div.my-4 > div.widget-list > div.widget-list__header > img.ms-1 |
div.wp-card-huge > div.wp-card-huge__img > a > img.img-fluid div.wp-card-huge > div.wp-card-huge__img > a > img.img-fluid |
div.wp-card > div.wp-card__img > a > img.img-fluid div.wp-card > div.wp-card__img > a > img.img-fluid |
div.wp-card > div.wp-card__img > a > img.img-fluid div.wp-card > div.wp-card__img > a > img.img-fluid |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid |
div.col-auto > div.th-card-hp__img > a > img.img-fluid div.col-auto > div.th-card-hp__img > a > img.img-fluid |
div.col-md-3 > div.my-4 > div.my-4 > img div.col-md-3 > div.my-4 > div.my-4 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback