Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 8.7s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 22.4 MB (7.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/dc7d9e62-be20-4fd9-8387-f3cff1c74a5a)<a href="https://beavercheck.com/results/dc7d9e62-be20-4fd9-8387-f3cff1c74a5a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fspokesman.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fspokesman.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 8.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 8.7s to load
+12% bounceUsers abandon at ~3s — you're 6.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $6,536/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$6,536 /mo
~$78,430 / 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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,522 / year if left unfixed
$157,500
+4 more
$1.85 /mo
23105.0 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.89 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.67 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.57 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.072
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.24 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.
45.43 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 |
|---|---|---|
| static.spokesman.com/sites/spokesman/css/style.min.2c512df04ba2.css | 177.0 KiB | 1.7 s |
| static.spokesman.com/sites/spokesman/jquery/jquery.min.12b69d0ae6c6.js | 30.6 KiB | 151 ms |
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.
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 | |
|---|---|---|---|
Tensions rise among Spokane Valley council members while discussing ice rink le… article.comp-secondary-promo > figure.mh0 > a > img.ba | /_RCquVbcNX_rhrTwGyQ6eB9WpSg=/720x408/smart/media.spokesm... | 84.3 KiB | 44.0 KiB |
Over $175k in donations to Spokane-area nonprofits withheld as fundraising plat… article.comp-secondary-promo > figure.mh0 > a > img.ba | /BTbLRa-BVZK3sgks_KbaoSBe_L4=/720x408/smart/media.spokesm... | 73.7 KiB | 25.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.
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 |
|---|---|
| spokesman.com/ | 755 ms |
| www.spokesman.com/ | 0.0 ms |
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 |
|---|---|---|
| static.spokesman.com/sites/spokesman/css/style.min.2c512df04ba2.css | 176.6 KiB | 173.0 KiB |
| cdn.ck4hkyq3myt6.com/prod/spokesman/t8y9347t.min.css?2026322 | 49.9 KiB | 49.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 | 12.7 s |
| Other | 2.1 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 781 ms |
| Rendering | 573 ms |
| Garbage Collection | 315 ms |
| Parse HTML & CSS | 97 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 the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/spokesman/t8y9347t.min.css?2026322 | 50.3 KiB | 5.5 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.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/ewu-hockey.png |
div.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/harmony.png |
div.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/harmony.png |
Spokane County announces new ALERT Spokane system after debilitating cyberattac… article.comp-secondary-promo > figure.mh0 > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Wall Street gains as Iran ceasefire extension and robust earnings bring relief article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Spokane legends Becca (Noble) Carson, Rick Riley inducted into Pasco Invite Hal… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
'Friendly neighborhood firefighters' help kids scale new heights in downtown Sp… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
AtWork! Spokane builds inclusive employment opportunities across the Inland Nor… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
The Morning Review div.mw9 > div.mb4 > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Listen on Apple Podcasts ul.list > li.gcs1-s > a#apple-podcast > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Listen on Spotify ul.list > li.gcs1-s > a#spotify-podcast > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Northwest Passages-Bill Moos article.relative > div.image-space > a.db-l > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
David Guterson at Northwest Passages Book Club article.relative > div.image-space > a.db-l > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
First round NCAA tournament: Gonzaga women vs. Ole Miss article.relative > div.image-space > a.db-l > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Gonzaga opens NCAA Tournament against Kennesaw State (March 19, 2026) article.relative > div.image-space > a.db-l > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Northwest Passages: Sue Aikens article.relative > div.image-space > a.db-l > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
US and Iran deadlocked over Hormuz after Trump extends truce article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
'The best and brightest': Annual Spokane Scholars banquet highlights region's t… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
The Osmonds’ Alan Osmond dead at 76 following lengthy MS battle article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
'Big Beautiful Bill' boosts tax refunds, but tariffs and Iran war mute its impa… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Spokane Transit Authority waffles on tax renewal vote amid whispers of oppositi… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Chopaka Lake Campground to stay open as WA Department of Natural Resources anno… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Coffee with a cause: These particular beans help raise money for Communities in… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Spokane County announces new ALERT Spokane system after debilitating cyberattac… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Houston, we have a sleep problem: WSU melatonin test will help astronauts slumb… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
It's a 'follow-up,' not a sequel: Author Eileen Garvin returns for Northwest Pa… article.gcs1-l > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
This day in history: Man accused of kidnapping, killing girl delivering Spokesm… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Six years later, COVID symptoms linger for many Latino farmworkers in Washington article > div.mt0 > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
'This is the dream': The Ghebreab brothers journey from forced conscription to … article > div.mt0 > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Today's Frontpage div#frontpage-20603 > figure.mh0 > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
div.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/stateline.png |
Military transport vehicle rolls on Interstate 90 in Spokane Valley injuring tw… article.cmp-lead_promo > figure.mh0 > a > img.ba | /SPANl5ukLiKLvZqcM8hrbo5uLpI=/720x408/smart/media.spokesm... |
Over $175k in donations to Spokane-area nonprofits withheld as fundraising plat… article.comp-secondary-promo > figure.mh0 > a > img.ba | /BTbLRa-BVZK3sgks_KbaoSBe_L4=/720x408/smart/media.spokesm... |
'Big Beautiful Bill' boosts tax refunds, but tariffs and Iran war mute its impa… article.comp-secondary-promo > figure.mh0 > a > img.ba | /6DnZLPreQIusvrYSkFElEm_xIQ0=/720x408/smart/media.spokesm... |
Tensions rise among Spokane Valley council members while discussing ice rink le… article.comp-secondary-promo > figure.mh0 > a > img.ba | /_RCquVbcNX_rhrTwGyQ6eB9WpSg=/720x408/smart/media.spokesm... |
div.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/tinyhomes.png |
Thomas Joseph Crossword icon li > a.near-black > div.ba > img.lazyload | |
Classic Sudoku icon li > a.near-black > div.ba > img.lazyload | |
Word Sleuth icon li > a.near-black > div.ba > img.lazyload | |
Spokesman Digital logo div.mb2 > div > a > img.lazyload | |
trips ul.list > li.w-50-m > a > img.lazyload | |
veteranschronicle ul.list > li.w-50-m > a > img.lazyload | |
spokesmandigital 2025 03 ul.list > li.w-50-m > a > img.lazyload |
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 |
|---|
VA Investigation div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
Bloomsday Perennials div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
Cougs div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
Zags div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
It’s a ‘follow-up,’ not a sequel: Author Eileen Garvin returns for Northwest Pa… div.dg-l > article.gcs1-l > header > h4.f4 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
body.bg-white > img#06db9294 body.bg-white > img#06db9294 |
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 |
|---|
PACIFIC NW article.comp-secondary-promo > header.mb3 > span.nowrap > a.link |
FEDERAL GOVERNMENT article.comp-secondary-promo > header.mb3 > span.nowrap > a.link |
LOCAL GOVERNMENT article.comp-secondary-promo > header.mb3 > span.nowrap > a.link |
LOCAL GOVERNMENT article.comp-secondary-promo > header.mb3 > span.nowrap > a.link |
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 | prod.adspsp.com/adb.4364783.pb.js?c=Cxe13c19a8:mo93zz6r:16 line 11, col 83040 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Unload event listeners are deprecated and will be removed. | cdn.a3kvau184uea.com/prod/spokesman/fp.min.js?2026322 line 7, col 55748 |
| 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/. |
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://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.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_CERT_COMMON_NAME_INVALID | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 451 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|
body.bg-white > img#06db9294 body.bg-white > img#06db9294 |
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.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
550 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.064
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.84 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.
9.56 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 |
|---|---|---|
| static.spokesman.com/sites/spokesman/css/style.min.2c512df04ba2.css | 177.0 KiB | 372 ms |
| static.spokesman.com/sites/spokesman/jquery/jquery.min.12b69d0ae6c6.js | 30.6 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.
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/5592988748534669446 | 82.6 KiB | 53.3 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/3603800504514588662 | 103.5 KiB | 47.6 KiB |
Tensions rise among Spokane Valley council members while discussing ice rink le… article.comp-secondary-promo > figure.mh0 > a > img.ba | /2nyIrHqtVLlBt0Tm-JctdtN0s6g=/530x298/smart/media.spokesm... | 47.2 KiB | 32.2 KiB |
Over $175k in donations to Spokane-area nonprofits withheld as fundraising plat… article.comp-secondary-promo > figure.mh0 > a > img.ba | /czY6aBoO3bs9dE160f-m9JcK7aY=/530x298/smart/media.spokesm... | 44.0 KiB | 29.0 KiB |
div.tc > div.cmp-weather-bug > div > img.w-100 div.tc > div.cmp-weather-bug > div > img.w-100 | static.spokesman.com/sites/spokesman/img/weather/header-icons/new/day-cloudy.png | 9.8 KiB | 9.0 KiB |
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 |
|---|---|
| spokesman.com/ | 204 ms |
| www.spokesman.com/ | 0.0 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 |
|---|---|---|
| static.spokesman.com/sites/spokesman/css/style.min.2c512df04ba2.css | 176.6 KiB | 169.9 KiB |
| cdn.ck4hkyq3myt6.com/prod/spokesman/t8y9347t.min.css?2026322 | 49.9 KiB | 49.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 | 3.4 s |
| Other | 601 ms |
| Style & Layout | 453 ms |
| Script Parsing & Compilation | 221 ms |
| Rendering | 174 ms |
| Garbage Collection | 93 ms |
| Parse HTML & CSS | 40 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 the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/spokesman/t8y9347t.min.css?2026322 | 50.3 KiB | 5.5 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.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/ewu-hockey.png |
div.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/harmony.png |
div.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/harmony.png |
Military transport vehicle rolls on Interstate 90 in Spokane Valley injuring tw… article.cmp-lead_promo > figure.mh0 > a > img.ba | /SPANl5ukLiKLvZqcM8hrbo5uLpI=/720x408/smart/media.spokesm... |
Wall Street gains as Iran ceasefire extension and robust earnings bring relief article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Spokane legends Becca (Noble) Carson, Rick Riley inducted into Pasco Invite Hal… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
'Friendly neighborhood firefighters' help kids scale new heights in downtown Sp… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
AtWork! Spokane builds inclusive employment opportunities across the Inland Nor… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
The Morning Review div.mw9 > div.mb4 > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Listen on Apple Podcasts ul.list > li.gcs1-s > a#apple-podcast > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Listen on Spotify ul.list > li.gcs1-s > a#spotify-podcast > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
US and Iran deadlocked over Hormuz after Trump extends truce article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
'The best and brightest': Annual Spokane Scholars banquet highlights region's t… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
The Osmonds’ Alan Osmond dead at 76 following lengthy MS battle article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
'Big Beautiful Bill' boosts tax refunds, but tariffs and Iran war mute its impa… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Spokane Transit Authority waffles on tax renewal vote amid whispers of oppositi… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Chopaka Lake Campground to stay open as WA Department of Natural Resources anno… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Coffee with a cause: These particular beans help raise money for Communities in… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Spokane County announces new ALERT Spokane system after debilitating cyberattac… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Houston, we have a sleep problem: WSU melatonin test will help astronauts slumb… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
It's a 'follow-up,' not a sequel: Author Eileen Garvin returns for Northwest Pa… article.gcs1-l > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
This day in history: Man accused of kidnapping, killing girl delivering Spokesm… article.mb3 > div.image-space > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Six years later, COVID symptoms linger for many Latino farmworkers in Washington article > div.mt0 > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
'This is the dream': The Ghebreab brothers journey from forced conscription to … article > div.mt0 > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
Today's Frontpage div#frontpage-20603 > figure.mh0 > a > img.lazyload | /uO6q6eDqVn9RLDznlEJuDvMVKgE=/600x0/media.spokesman.com/g... |
div.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/stateline.png |
Over $175k in donations to Spokane-area nonprofits withheld as fundraising plat… article.comp-secondary-promo > figure.mh0 > a > img.ba | /czY6aBoO3bs9dE160f-m9JcK7aY=/530x298/smart/media.spokesm... |
'Big Beautiful Bill' boosts tax refunds, but tariffs and Iran war mute its impa… article.comp-secondary-promo > figure.mh0 > a > img.ba | /RoKUXxfM1143eS0Q6jX_y06Ljis=/530x298/smart/media.spokesm... |
Tensions rise among Spokane Valley council members while discussing ice rink le… article.comp-secondary-promo > figure.mh0 > a > img.ba | /2nyIrHqtVLlBt0Tm-JctdtN0s6g=/530x298/smart/media.spokesm... |
div.swiper-container > div.swiper-wrapper > div.w-100 > img div.swiper-container > div.swiper-wrapper > div.w-100 > img | media.spokesman.com/docs/marketing/spokesman/testimonials/tinyhomes.png |
Thomas Joseph Crossword icon li > a.near-black > div.ba > img.lazyload | |
Classic Sudoku icon li > a.near-black > div.ba > img.lazyload | |
Word Sleuth icon li > a.near-black > div.ba > img.lazyload | |
INVITATION TO BID li.pb3 > div.image-space > a > img.db | |
Scottish Terrier li.pb3 > div.image-space > a > img.db | |
Spokesman Digital logo div.mb2 > div > a > img.lazyload | |
trips ul.list > li.w-50-m > a > img.lazyload | |
veteranschronicle ul.list > li.w-50-m > a > img.lazyload | |
spokesmandigital 2025 03 ul.list > li.w-50-m > a > img.lazyload |
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 |
|---|
VA Investigation div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
Bloomsday Perennials div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
Cougs div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
Zags div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
We’re Going Nonprofit! div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
NW Passages div.horiz-scroll-container-inner > ul.list > li.dib > a.link |
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 |
|---|
body.bg-white > img#06db9294 body.bg-white > img#06db9294 |
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Topics | prod.adspsp.com/adb.4364783.pb.js?c=Cxe13c19a8:mo93zz6r:16 line 11, col 83040 |
| Unload event listeners are deprecated and will be removed. | cdn.a3kvau184uea.com/prod/spokesman/fp.min.js?2026322 line 7, col 55748 |
| 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/. |
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://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://prebid.receptivity.io/v1/prebid/ADBP251022/bid' from origin 'https://www.spokesman.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_CERT_COMMON_NAME_INVALID | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 451 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|
body.bg-white > img#06db9294 body.bg-white > img#06db9294 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback