Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
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/dc45505a-1275-42bb-9fdc-4da63ebaffd9)<a href="https://beavercheck.com/results/dc45505a-1275-42bb-9fdc-4da63ebaffd9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdailyherald.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdailyherald.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~14%.
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.
$450 investment → $0.16/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$0.16 /mo
~$1.97 / year
USD 157,500
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.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,502 / year if left unfixed
$157,500
+5 more
$0.16 /mo
2053.9 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.
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.
0 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
0 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
0 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
0 ms
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| js.hcaptcha.com/1/api.js | 300.0 s | 86.0 KiB |
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.
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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
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.
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.
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
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
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.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > iframe#main-iframe body > iframe#main-iframe |
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.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Fledge | js.hcaptcha.com/1/api.js line 3, col 47111 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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 are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
head > meta |
To appear in search results, crawlers need access to your app.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.
1.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
135 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.69 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.16 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.
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.
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 | |
|---|---|---|---|
div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage | /?uuid=0577fb5f-0943-58c0-b991-93e774c4344e&function=crop... | 256.1 KiB | 251.4 KiB |
div.latest-insights__body > div.pgListItemPrimary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemPrimary > a.boxShadowTransition > img.mainImage | /?uuid=3201cb15-3eb0-58c3-ac14-9207b750aa2a&function=crop... | 246.2 KiB | 224.8 KiB |
div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage | /?uuid=7f274607-4e95-5932-bdba-0f33116f90e6&function=crop... | 193.7 KiB | 190.1 KiB |
div.latest-insights__body > div.pgListItemPrimary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemPrimary > a.boxShadowTransition > img.mainImage | /?uuid=e9294413-ebe3-5d5c-8745-76565114213e&function=crop... | 114.1 KiB | 104.1 KiB |
div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage | /?uuid=6eed22e0-f060-5b75-b72e-a0af9a216f54&function=hard... | 77.3 KiB | 70.3 KiB |
div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage | /?uuid=5d9895ab-5129-5a48-b089-ef807cd94d1a&function=hard... | 33.0 KiB | 30.0 KiB |
Legislation that would give the Bears a long-term property tax break at the 326… div.row > div.col-xl-8 > a#mainArt > img.img-fluid | /?uuid=9efaddba-becf-5f40-a9ab-4efa7b8fdfe4&function=thum... | 36.8 KiB | 12.6 KiB |
div.row > div.col-xl-4 > a.mb-5 > img.img-fluid div.row > div.col-xl-4 > a.mb-5 > img.img-fluid | /?uuid=5056a1a8-7285-5f43-b829-0aad9828bd6e&function=crop... | 14.0 KiB | 8.6 KiB |
Today's Daily Herald ePaper form.dhEpaperForm > button.dhEpaper > span.circle > img.rotateImgNeg18 | share.dailyherald.com/eEditionImages/crop147x133/DuPage-County.jpg | 6.4 KiB | 6.3 KiB |
The third location of fire + wine, set to open soon in St. Charles, specializes… div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid | /?uuid=0ff1768c-97d4-5eda-b896-05dc1e8824c1&function=crop... | 6.8 KiB | 4.4 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.
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 |
|---|---|
| dailyherald.com/ | 482 ms |
| www.dailyherald.com/ | 475 ms |
| www.dailyherald.com/ | 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.dailyherald.com/ | 935 ms |
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/@mdi/font@4.5.95/css/materialdesignicons.min.css | 33.6 KiB | 33.5 KiB |
| /wp-content/themes/everyware-theme-base-1/css/understrap.... | 34.8 KiB | 33.0 KiB |
| www.dailyherald.com/wp-content/themes/pdh/css/dhMain.css?ver=20240829 | 26.5 KiB | 21.7 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| /wp-includes/css/dist/block-library/style.min.css?ver=177... | 10.3 KiB | 10.3 KiB |
| www.dailyherald.com/wp-content/themes/pdh/css/main.css?ver=20240829 | 10.8 KiB | 10.1 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 |
|---|---|---|
| s.ntv.io/serve/load.js | 250.4 KiB | 190.6 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 127.7 KiB |
| players.brightcove.net/1659832549/B1GVHvGLz_default/index.min.js | 265.6 KiB | 110.7 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.3 KiB | 98.5 KiB |
| cdn.tinypass.com/api/tinypass.min.js | 132.1 KiB | 66.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-0JFY7B0Y1P&cx=c>m=4e64k1h1 | 154.1 KiB | 63.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TM4Q43 | 137.1 KiB | 62.4 KiB |
| www.dailyherald.com/wp-content/themes/pdh/js/prebid/prebid.js?ver=20250911 | 138.1 KiB | 45.8 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 38.1 KiB |
| fundingchoicesmessages.google.com/i/30709998?ers=3 | 68.8 KiB | 36.2 KiB |
| js.matheranalytics.com/s/ma39598/515466300/ml.js?cb=1714 | 43.3 KiB | 20.2 KiB |
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.6 s |
| Other | 484 ms |
| Style & Layout | 259 ms |
| Script Parsing & Compilation | 168 ms |
| Parse HTML & CSS | 61 ms |
| Rendering | 53 ms |
| Garbage Collection | 25 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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, body { font-family: Georgia, Baskerville, Helvetica, Arial, sans-serif !important;} … | 16.0 KiB | 4.0 KiB |
| www.dailyherald.com/wp-content/themes/pdh/css/main.css?ver=20240829 | 10.8 KiB | 2.6 KiB |
| www.dailyherald.com/wp-content/themes/pdh/css/dhMain.css?ver=20240829 | 26.7 KiB | 2.4 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.dailyherald.com/wp-content/themes/pdh/slick/slick.js?ver=20231206 | 14.7 KiB | 5.9 KiB |
| www.dailyherald.com/wp-content/themes/pdh/js/dh.js?ver=20240529 | 6.8 KiB | 2.1 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 | |
|---|---|
div.latest-insights__body > div.pgListItemPrimary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemPrimary > a.boxShadowTransition > img.mainImage | /?uuid=e9294413-ebe3-5d5c-8745-76565114213e&function=crop... |
div.latest-insights__body > div.pgListItemPrimary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemPrimary > a.boxShadowTransition > img.mainImage | /?uuid=3201cb15-3eb0-58c3-ac14-9207b750aa2a&function=crop... |
div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage | /?uuid=7f274607-4e95-5932-bdba-0f33116f90e6&function=crop... |
div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage | /?uuid=0577fb5f-0943-58c0-b991-93e774c4344e&function=crop... |
div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage | /?uuid=5d9895ab-5129-5a48-b089-ef807cd94d1a&function=hard... |
div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage div.latest-insights__body > div.pgListItemSecondary > a.boxShadowTransition > img.mainImage | /?uuid=6eed22e0-f060-5b75-b72e-a0af9a216f54&function=hard... |
Legislation that would give the Bears a long-term property tax break at the 326… div.row > div.col-xl-8 > a#mainArt > img.img-fluid | /?uuid=9efaddba-becf-5f40-a9ab-4efa7b8fdfe4&function=thum... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/a8eb31d4-5f67-4253-9c98-cede5ca8d4a... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/3951b4b6-9a60-473e-93d3-912cfa4e552... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/1d59c04f-5820-41c5-9143-d9a7c2c4341... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/eb19a163-3ece-48d2-b06e-a0bd62fb4c8... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/91370b08-4d74-4341-a495-eb784901197... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/jit/1659832549/214fe2d7-0aea-481d-b155-e356195674b4/m... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/15af975f-5bbc-4da6-b053-67956635d8a... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/efa52ca0-99d8-4ca3-98e9-17a91387aac... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/eb9f8e14-937d-47b8-8ae9-88416b83e7b... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/4f6d3799-2684-4fa7-9024-0c6c409bc27... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/54ee60ac-3a4f-4252-aafe-9e31ec566d5... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/jit/1659832549/cbbde8d0-3220-4f61-91e0-c86b0bce094a/m... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/a1509e3a-31be-4885-b4e4-f6dde06de19... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/15dc81a4-a41f-4379-a6ae-56827181d08... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/bd10e0e1-90b8-4070-9c46-954a58983f2... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/d46b0a87-4831-4919-9c95-85689bc356e... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/80332883-be03-4f25-ae45-80c0c04ab7e... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/f179697a-b788-4c24-8cdf-4131c31b802... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/2d93e2b5-99be-4085-ae5f-1e96f6da5ca... |
ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img ol.vjs-playlist-item-list > li.vjs-playlist-item > picture.vjs-playlist-thumbnail > img | /v1/static/1659832549/36af6498-2841-4588-bdcf-7748f51c1ce... |
div.row > div.col-xl-4 > a.mb-5 > img.img-fluid div.row > div.col-xl-4 > a.mb-5 > img.img-fluid | /?uuid=D255E952-E02B-49A9-B983-FE6A57E4ED02&function=crop... |
div.row > div.col-xl-4 > a.mb-5 > img.img-fluid div.row > div.col-xl-4 > a.mb-5 > img.img-fluid | /?uuid=9295c20a-a8c2-5db3-b0fd-c4fb927e2b30&function=crop... |
House Speaker Emanuel “Chris” Welch, D-Hillside, applauds after Democratsin the… div.row > div.col-xl-4 > a.mb-5 > img.img-fluid | /?uuid=f05bd748-23d4-53a6-bba4-9d6d1d0fbdd1&function=thum... |
div.row > div.col-xl-4 > a.mb-5 > img.img-fluid div.row > div.col-xl-4 > a.mb-5 > img.img-fluid | /?uuid=4a1c9916-c862-5120-bfe4-6e4cc090157e&function=thum... |
div.row > div.col-xl-4 > a.mb-5 > img.img-fluid div.row > div.col-xl-4 > a.mb-5 > img.img-fluid | /?uuid=E9AA08B4-3412-42EB-8975-4C7AC6EF9BCC&function=crop... |
div.row > div.col-xl-4 > a.mb-5 > img.img-fluid div.row > div.col-xl-4 > a.mb-5 > img.img-fluid | /?uuid=5056a1a8-7285-5f43-b829-0aad9828bd6e&function=crop... |
div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid | /?uuid=4166840d-cd50-5f7a-acd2-6420788b6d44&function=thum... |
A celebration of life will be held Saturday for John Bafaloukos, who ran Johnny… div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid | /?uuid=80efe95e-7e7e-5b30-91af-121eea1b64f2&function=crop... |
Jaime Quijano div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid | /?uuid=1F0E4885-32B9-4D90-B368-44BE9F1C712B&function=crop... |
div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid | /?uuid=3462587b-a063-5f69-a7e1-2d1778c0bb9e&function=crop... |
The third location of fire + wine, set to open soon in St. Charles, specializes… div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid | /?uuid=0ff1768c-97d4-5eda-b896-05dc1e8824c1&function=crop... |
An area with a gazebo and picnic table along the Fox River in West Dundee was f… div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid | /?uuid=be342389-1dd1-5953-a7ed-a62c50e304a4&function=crop... |
Illinois tollway Executive Director Cassaundra Rouse and flagger Adelina Zito d… div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid | /?uuid=c5d5655c-54be-565f-98a0-9ee683c15b77&function=crop... |
Pal Joey’s in Batavia is closing, owner John Hamel announced on Facebook Tuesda… div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid | /?uuid=CF988179-1D4B-4BE1-B953-13CBFC98C4F3&function=crop... |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
advertisement div#headerBarAd > div.containerDH > div.row > div.justify-content-center |
Contribute | Share your stories, events and photos | Share now div.col-12 > div.row > div.col-12 > div.contributeBlockNew |
Thu, 12:00 PM div.csEventStackWide > div.csEventStackUpcomingInner > a.csEventBlock > div.csEventDateTime |
Wed, 7:30 PM div.csEventStackWide > div.csEventStackUpcomingInner > a.csEventBlock > div.csEventDateTime |
Wed, 6:30 PM div.csEventStackWide > div.csEventStackUpcomingInner > a.csEventBlock > div.csEventDateTime |
Wed, 6:30 PM div.csEventStackWide > div.csEventStackUpcomingInner > a.csEventBlock > div.csEventDateTime |
Wed, 6:30 PM div.csEventStackWide > div.csEventStackUpcomingInner > a.csEventBlock > div.csEventDateTime |
Fri, 8:00 PM div.csEventStackWide > div.csEventStackWeekendInner > a.csEventBlock > div.csEventDateTime |
Fri, 8:00 PM div.csEventStackWide > div.csEventStackWeekendInner > a.csEventBlock > div.csEventDateTime |
Fri, 8:00 PM div.csEventStackWide > div.csEventStackWeekendInner > a.csEventBlock > div.csEventDateTime |
Fri, 7:30 PM div.csEventStackWide > div.csEventStackWeekendInner > a.csEventBlock > div.csEventDateTime |
Sat, 2:30 PM div.csEventStackWide > div.csEventStackWeekendInner > a.csEventBlock > div.csEventDateTime |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
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.row > div.col-xl-4 > a.mb-5 > img.img-fluid div.row > div.col-xl-4 > a.mb-5 > img.img-fluid |
div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.contentBlockWide > div#subscriptionPromo > div.tp-container-inner > iframe#offer_23359fc1381669701339-0 div.contentBlockWide > div#subscriptionPromo > div.tp-container-inner > iframe#offer_23359fc1381669701339-0 |
aside#right-sidebar > div > div#origami-nvGW9tT6 > iframe aside#right-sidebar > div > div#origami-nvGW9tT6 > iframe |
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-xl-2 > div#dhLogo > a#dhLogoAnc div.row > div.col-xl-2 > div#dhLogo > a#dhLogoAnc |
div.containerDH > div.row > div.col > a.searchBtn div.containerDH > div.row > div.col > a.searchBtn |
div.header > div.row > div.col-xs-3 > a#nav-close div.header > div.row > div.col-xs-3 > a#nav-close |
aside#right-sidebar > div.dhToolsBox > div.dhToolsList > a.dhToolsListReplica |
div.container > div.logo > div#dhLogoBtm > a#dhLogoAnc div.container > div.logo > div#dhLogoBtm > a#dhLogoAnc |
div.social-media-icons > div.icons > span > a div.social-media-icons > div.icons > span > a |
div.social-media-icons > div.icons > span > a div.social-media-icons > div.icons > span > a |
div.social-media-icons > div.icons > span > a div.social-media-icons > div.icons > span > a |
div.social-media-icons > div.icons > span > a div.social-media-icons > div.icons > span > a |
div.social-media-icons > div.icons > span > a div.social-media-icons > div.icons > span > 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 |
|---|
aside#right-sidebar > div.dhToolsBox > div.dhToolsList > a.dhToolsListReplica |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | |
| Topics | a.teads.tv/analytics/tag.js line 19, col 2291 |
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 |
|---|---|
c.amazon-adsystem.com/aax2/apstag.js line 4, col 3691 | [object Object] |
c.amazon-adsystem.com/aax2/apstag.js line 4, col 3691 | [object Object] |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: net::ERR_CONNECTION_REFUSED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 404 () | |
Manifest: Line: 1, column: 1, Syntax error. | |
Manifest: Line: 1, column: 1, Syntax error. | |
www.dailyherald.com/ line 295, col 11 | TypeError: e.data.forEach is not a function
at HTMLDivElement.DoSomething (https://www.dailyherald.com/:296:12)
at Object.publish (https://s.ntv.io/serve/load.js:2:747051)
at Object.firePubSubEvent (https://s.ntv.io/serve/load.js:2:889365)
at https://s.ntv.io/serve/load.js:2:693445 |
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 |
|---|---|
| www.dailyherald.com/news/ | more |
| www.dailyherald.com/sports/ | more |
| www.dailyherald.com/news/crime/ | more |
| www.dailyherald.com/entertainment/ | more |
| www.dailyherald.com/opinion/ | more |
| www.dailyherald.com/business/ | more |
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.row > div.col-xl-4 > a.mb-5 > img.img-fluid div.row > div.col-xl-4 > a.mb-5 > img.img-fluid |
div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid div.col-xl-8 > a.d-block > div.picImageWrap > img.img-fluid |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
div.menu > div.item > div.row > a.dropdown-caret div.menu > div.item > div.row > a.dropdown-caret |
To appear in search results, crawlers need access to your app.
Send Feedback