Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Room to improve — your 19.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.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 9.7 MB (4.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 image(s) missing alt attribute
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/b04e9363-0ab6-4da4-bffe-8ce7951cd801)<a href="https://beavercheck.com/results/b04e9363-0ab6-4da4-bffe-8ce7951cd801"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwtop.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwtop.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 19.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 ~33%.
Page takes 19.7s to load
+12% bounceUsers abandon at ~3s — you're 17.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.5s
+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
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€510 investment → €0.97/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€0.97 /mo
~€12 / year
EUR 120,500,000
if kept compliant
€85 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,012 / year if left unfixed
€120,500,000
+9 more
€0.97 /mo
13069.2 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.47 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.39 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
29.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.
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 | |
|---|---|---|---|
00:48 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/fa6477f4-cd8b-4044-a538-84541... | 172.2 KiB | 59.7 KiB |
div.fnn_n_podcast > div.flex-item > div.fnn > div.fnn-logo div.fnn_n_podcast > div.flex-item > div.fnn > div.fnn-logo | wtop.com/wp-content/themes/wtop-new/images/FNN_LOGO_WTOP.png | 66.2 KiB | 52.3 KiB |
Election 2026 Decision Notes Virginia div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/Election_2_26_Decision_Notes_... | 55.9 KiB | 51.5 KiB |
metro train div.article-stack > a.article-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2022/02/AP21326738804765-480x320.jpg | 54.2 KiB | 49.9 KiB |
Chemical Leak West Virginia div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/Chemical_Leak_West_Virginia__... | 50.7 KiB | 46.3 KiB |
Logo for 22 Hours: A Second Look div.podcast_wrap > div.podcast_episode > div.podcast_image > img | wtop.com/wp-content/uploads/2025/09/22-Hours-Pod-Art-150x150.png | 35.6 KiB | 32.0 KiB |
A print edition of the Goochland Gazette div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/cnn-L19jb21wb25lbnRzL2ltYWdlL... | 34.6 KiB | 30.2 KiB |
00:46 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/3667b65c-41a8-4464-9d14-7cda8... | 77.6 KiB | 30.1 KiB |
Kennedy Center a > div.top-story-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2026/04/Kennedy_Center_13779-780x520.jpg | 77.6 KiB | 26.5 KiB |
news conference div.article-stack > a.article-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2026/04/Photo-Apr-22-2026-2-37-15-PM-480x320.jpg | 25.5 KiB | 21.1 KiB |
Logo for WTOP's DC Sports Huddle div.podcast_wrap > div.podcast_episode > div.podcast_image > img | /wp-content/uploads/2024/10/dc-sports-huddle-3000x3000-1-... | 19.3 KiB | 15.6 KiB |
Logo for Founding DC div.podcast_wrap > div.podcast_episode > div.podcast_image > img | wtop.com/wp-content/uploads/2026/02/Final-150x150.png | 17.2 KiB | 13.4 KiB |
01:02 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/316cb7b5-d96d-457d-9068-bba12... | 59.2 KiB | 11.7 KiB |
01:15 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/78be1d07-ddc5-43d3-a92e-3cb0a... | 125.0 KiB | 10.6 KiB |
Trump administration tosses degree requirements for federal IT managers div.fnn-items > a > div.fnn-item > img | /wp-content/uploads/2017/06/Unemployment_Benefits_49605-3... | 10.0 KiB | 5.8 KiB |
01:17 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/410d6e5b-2567-4541-85cb-2dc04... | 52.3 KiB | 4.9 KiB |
Logo for Target USA div.podcast_wrap > div.podcast_episode > div.podcast_image > img | wtop.com/wp-content/uploads/2022/01/1256929-image-1643045461-150x150.jpg | 7.9 KiB | 4.3 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.
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 |
|---|---|---|
| wtop.com/wp-content/themes/wtop-new/style.css?ver=1776363429 | 36.0 KiB | 32.3 KiB |
| use.fontawesome.com/releases/v6.7.1/css/all.css?ver=6.7.1 | 28.4 KiB | 27.9 KiB |
| wtop.com/wp-content/themes/wtop-new/assets/css/print.css?ver=1 | 12.6 KiB | 12.6 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 107.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TZGJTC | 169.4 KiB | 72.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-7DGXB37KZH | 177.4 KiB | 66.4 KiB |
| /assets/smart-tag/versioned/main-v2_9e4958801741d4d875ab9... | 116.1 KiB | 62.3 KiB |
| cadmus.script.ac/d17cam72puk9o1/script.js | 234.2 KiB | 54.5 KiB |
| wtop.com/wp-content/themes/wtop-new/js/scripts.min.js?ver=1776363429 | 68.9 KiB | 49.0 KiB |
| btloader.com/tag?o=5668060692217856&upapi=true | 95.2 KiB | 45.3 KiB |
| /cmdpb/wrapper.js?siteId=wtop&device=mobile&browser=chrom... | 104.3 KiB | 41.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.4 KiB |
| cdn.btmessage.com/script/rlink.js?o=5668060692217856 | 50.6 KiB | 30.3 KiB |
| static.criteo.net/js/ld/publishertag.js | 47.3 KiB | 27.9 KiB |
| about:srcdoc | 78.5 KiB | 23.5 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 50.9 KiB | 23.4 KiB |
| /assets/smart-tag/versioned/ads-v2_b767962dfef6270095d208... | 42.1 KiB | 21.6 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 50.9 KiB | 20.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 7.8 s |
| Other | 2.0 s |
| Style & Layout | 906 ms |
| Script Parsing & Compilation | 641 ms |
| Garbage Collection | 199 ms |
| Parse HTML & CSS | 154 ms |
| Rendering | 138 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 |
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 |
|---|---|---|
| wtop.com/wp-content/themes/wtop-new/assets/css/print.css?ver=1 | 12.9 KiB | 2.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Kennedy Center a > div.top-story-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2026/04/Kennedy_Center_13779-780x520.jpg |
BURKE, VIRGINIA - APRIL 17: Campaign signs are seen at a polling place on April… div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
FILE - Jockeys compete during the 150th running of the Preakness Stakes horse r… div.local-main-story-left-inner-image > a > picture > img.wtop-lozad | |
Members of the D.C. Council sit behind the dais as they listen to members of th… div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
DoD Modernization Exchange 2026: Microsoft’s Vassili Patrikis on scaling AI ado… div.category-subheads-inner-stack-story > a.category-subheads-inner-stack-img > picture > img.wtop-lozad | |
Meet Dutchess and Coco Cabana, WTOP's Pets of the Week! div.main-video-inner > a > picture > img.wtop-lozad | |
A sheriff's office command vehicle parked in a wooded area div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
EquipHer sports bra giveaway at Hart Middle School div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Meet Dutchess and Coco Cabana, WTOP's Pets of the Week! div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
WTOP logo div.container > div.footer__outer > div.footer-logo > img | /wp-content/themes/wtop-new/assets/img/logo_footer_deskto... |
WTOP News div.hamburger-logo-wrapper > div.logo-container > a > img.logo | wtop.com/wp-content/themes/wtop-new/images/wtop-news-logo-new.png |
Blue garbage bins with the white recycle logo div.category-subheads-inner-stack-story > a.category-subheads-inner-stack-img > picture > img.wtop-lozad | |
Montgomery County Councilmember Will Jawando div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
The downtown area of Silver Spring, Maryland. div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Debbie Winkfield and Lora Booher div.category-subheads-inner-stack-story > a.category-subheads-inner-stack-img > picture > img.wtop-lozad | |
Election 2026 Decision Notes Virginia div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/Election_2_26_Decision_Notes_... |
news conference div.article-stack > a.article-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2026/04/Photo-Apr-22-2026-2-37-15-PM-480x320.jpg |
A print edition of the Goochland Gazette div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/cnn-L19jb21wb25lbnRzL2ltYWdlL... |
Chemical Leak West Virginia div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/Chemical_Leak_West_Virginia__... |
metro train div.article-stack > a.article-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2022/02/AP21326738804765-480x320.jpg |
NASA Artemis Moonshot div.sub-videos-inner > a > picture > img.wtop-lozad | |
washington commanders div.sub-videos-inner > a > picture > img.wtop-lozad | |
APTOPIX Iran War div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
a bike lane on the side of a road div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
a woman and a man smile for a photo div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
Obit - Alan Osmond div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
scoreboard with flag div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Side of yellow school bus div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Incandescent Bulbs Lights Out div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
Couple walking on the beach. div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
Homes-Farmstand Decor div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
WTOP/Dave Dildine div.local-main-story-left-inner-image > a > picture > img.wtop-lozad | |
Patrick Muldoon div.sub-videos-inner > a > picture > img.wtop-lozad | |
Melania Trump div.sub-videos-inner > a > picture > img.wtop-lozad | |
Avery Wise div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Dan Quinn div.category-subheads-inner-stack-story > a.category-subheads-inner-stack-img > picture > img.wtop-lozad | |
Image div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Image div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Image div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
div.main-video-inner > a > picture > img.wtop-lozad div.main-video-inner > a > picture > img.wtop-lozad |
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 |
|---|
Privacy Policy div.osano-cm-window > div#bc2005db-8968-42f7-9d2b-7643d715b343 > div.osano-cm-dialog__content > a.osano-cm-storage-policy |
Storage Preferences div#bc2005db-8968-42f7-9d2b-7643d715b343 > div.osano-cm-dialog__content > p.osano-cm-content__drawer-links > a.osano-cm-drawer-links__link |
SIGN UP FOR form#sailthru-form-content-homepage > div.newsletter-signup-text > div.newsletter-signup-title > h3 |
div.footer__subscribe--stepOne > div.footer__subscribe--email-container > div.footer__subscribe--input-container > input#footer-email div.footer__subscribe--stepOne > div.footer__subscribe--email-container > div.footer__subscribe--input-container > input#footer-email |
Go div.footer__subscribe--stepOne > div.footer__subscribe--email-container > div.footer__subscribe--submit-container > button.footer__subscribe--submit |
These are opportunities to improve the legibility of your content.
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.header__account--details > div.header__account--detail > div.welcome > a#wtop_live_login div.header__account--details > div.header__account--detail > div.welcome > a#wtop_live_login |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
2026 celebrity deaths div.galleries-inner > div.sub-videos-outer > div.sub-videos-inner > a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Live Radio div.container__inner > div.live-radio-btn-wrapper > div.live_radio_btn > a |
News Alert
Inside the Kennedy Center as it prepares for a 2-year renovation div.top-story-drawer > div.inner-left > div.main-story > a |
New div.inner-right > div.articles > div.article-stack > a.article-image |
Updated div.inner-right > div.articles > div.article-stack > a.article-image |
Live div.inner-right > div.articles > div.article-stack > a.article-image |
Updated div.inner-right > div.articles > div.article-stack > a.article-image |
WTOP's Pets of the Week div.galleries-outer > div.galleries-inner > div.main-video-inner > a |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Trump administration tosses degree requirements for federal IT managers div.fnn-items > a > div.fnn-item > img | /wp-content/uploads/2017/06/Unemployment_Benefits_49605-3... | 120 x 100 (1.20) | 360 x 240 (1.50) |
Agencies must defend decisions for not buying commercial items div.fnn-items > a > div.fnn-item > img | /wp-content/uploads/2026/04/Congress_Budget_62194-360x240... | 120 x 100 (1.20) | 360 x 240 (1.50) |
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. | |
| Topics | /cmdpb/wrapper.js?siteId=wtop&device=mobile&browser=chrom... line 1, col 27255 |
| AttributionReporting |
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 451 () | |
/wp-content/themes/wtop-new/js/WTOPVerticalVideos/dist/wt... line 101, col 29 | ReferenceError: thumbnailElement is not defined
at https://wtop.com/wp-content/themes/wtop-new/js/WTOPVerticalVideos/dist/wtop_vertical_video.min.js?ver=1776363429:102:30
at Array.forEach (<anonymous>)
at IntersectionObserver.threshold (https://wtop.com/wp-content/themes/wtop-new/js/WTOPVerticalVideos/dist/wtop_vertical_video.min.js?ver=1776363429:91:13) |
Refused to execute script from 'https://secure-drm.imrworldwide.com/novms/js/2/ggcmb400.js?ver=5.9.4' because its MIME type ('image/gif') is not executable. |
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.
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.
916 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
211 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.47 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.
7.74 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.
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 | |
|---|---|---|---|
head > link head > link | images.mediago.io/ML/ec4cae838e38cc80f6cd4eeb0602c01e__scv1__622x368.webp | 1.1 MiB | 1.1 MiB |
div#google_image_div > a#aw0 > amp-img.img_ad > img.i-amphtml-fill-content div#google_image_div > a#aw0 > amp-img.img_ad > img.i-amphtml-fill-content | tpc.googlesyndication.com/daca_images/simgad/218757223347791382 | 110.1 KiB | 97.9 KiB |
00:48 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/fa6477f4-cd8b-4044-a538-84541... | 172.2 KiB | 59.7 KiB |
Election 2026 Decision Notes Virginia div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/Election_2_26_Decision_Notes_... | 55.9 KiB | 53.8 KiB |
div.fnn_n_podcast > div.flex-item > div.fnn > div.fnn-logo div.fnn_n_podcast > div.flex-item > div.fnn > div.fnn-logo | wtop.com/wp-content/themes/wtop-new/images/FNN_LOGO_WTOP.png | 66.2 KiB | 52.3 KiB |
metro train div.article-stack > a.article-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2022/02/AP21326738804765-480x320.jpg | 54.2 KiB | 52.1 KiB |
Chemical Leak West Virginia div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/Chemical_Leak_West_Virginia__... | 50.7 KiB | 48.5 KiB |
Logo for 22 Hours: A Second Look div.podcast_wrap > div.podcast_episode > div.podcast_image > img | wtop.com/wp-content/uploads/2025/09/22-Hours-Pod-Art-150x150.png | 35.6 KiB | 34.7 KiB |
Kennedy Center a > div.top-story-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2026/04/Kennedy_Center_13779-780x520.jpg | 77.6 KiB | 33.6 KiB |
A print edition of the Goochland Gazette div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/cnn-L19jb21wb25lbnRzL2ltYWdlL... | 34.6 KiB | 32.4 KiB |
00:46 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/3667b65c-41a8-4464-9d14-7cda8... | 77.6 KiB | 30.1 KiB |
news conference div.article-stack > a.article-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2026/04/Photo-Apr-22-2026-2-37-15-PM-480x320.jpg | 25.5 KiB | 23.3 KiB |
Logo for WTOP's DC Sports Huddle div.podcast_wrap > div.podcast_episode > div.podcast_image > img | /wp-content/uploads/2024/10/dc-sports-huddle-3000x3000-1-... | 19.3 KiB | 18.3 KiB |
Logo for Founding DC div.podcast_wrap > div.podcast_episode > div.podcast_image > img | wtop.com/wp-content/uploads/2026/02/Final-150x150.png | 17.2 KiB | 16.1 KiB |
01:02 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/316cb7b5-d96d-457d-9068-bba12... | 59.2 KiB | 11.7 KiB |
01:15 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/78be1d07-ddc5-43d3-a92e-3cb0a... | 125.0 KiB | 10.6 KiB |
Trump administration tosses degree requirements for federal IT managers div.fnn-items > a > div.fnn-item > img | /wp-content/uploads/2017/06/Unemployment_Benefits_49605-3... | 10.0 KiB | 8.3 KiB |
Logo for Target USA div.podcast_wrap > div.podcast_episode > div.podcast_image > img | wtop.com/wp-content/uploads/2022/01/1256929-image-1643045461-150x150.jpg | 7.9 KiB | 7.0 KiB |
Logo for Beyond the Fame with Jason Fraley div.podcast_wrap > div.podcast_episode > div.podcast_image > img | /wp-content/uploads/2022/11/Beyond-the-Fame-1080-×-1080-... | 7.0 KiB | 6.0 KiB |
Logo for thERINpy with Erin Washington div.podcast_wrap > div.podcast_episode > div.podcast_image > img | wtop.com/wp-content/uploads/2024/04/therinpy-150x150.jpg | 6.2 KiB | 5.3 KiB |
Agencies must defend decisions for not buying commercial items div.fnn-items > a > div.fnn-item > img | /wp-content/uploads/2026/04/Congress_Budget_62194-360x240... | 6.3 KiB | 5.2 KiB |
01:17 div.slick-slide > div > div.wtop-vertical-videos-inner-stack > div.wtop_hp_vv_drawer_videoThumbnail | /wp-content/uploads/2026/04/410d6e5b-2567-4541-85cb-2dc04... | 52.3 KiB | 4.9 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.
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 |
|---|---|---|
| wtop.com/wp-content/themes/wtop-new/style.css?ver=1776363429 | 36.0 KiB | 33.0 KiB |
| use.fontawesome.com/releases/v6.7.1/css/all.css?ver=6.7.1 | 28.4 KiB | 27.8 KiB |
| wtop.com/wp-content/themes/wtop-new/assets/css/print.css?ver=1 | 12.6 KiB | 12.6 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 | 2.6 s |
| Other | 645 ms |
| Style & Layout | 273 ms |
| Script Parsing & Compilation | 200 ms |
| Garbage Collection | 133 ms |
| Rendering | 59 ms |
| Parse HTML & CSS | 58 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 |
| An iframe on the page started a navigation that did not complete. | Not 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 |
|---|---|---|
| wtop.com/wp-content/themes/wtop-new/assets/css/print.css?ver=1 | 12.9 KiB | 2.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Kennedy Center a > div.top-story-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2026/04/Kennedy_Center_13779-780x520.jpg |
BURKE, VIRGINIA - APRIL 17: Campaign signs are seen at a polling place on April… div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
FILE - Jockeys compete during the 150th running of the Preakness Stakes horse r… div.local-main-story-left-inner-image > a > picture > img.wtop-lozad | |
Members of the D.C. Council sit behind the dais as they listen to members of th… div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
DoD Modernization Exchange 2026: Microsoft’s Vassili Patrikis on scaling AI ado… div.category-subheads-inner-stack-story > a.category-subheads-inner-stack-img > picture > img.wtop-lozad | |
Meet Dutchess and Coco Cabana, WTOP's Pets of the Week! div.main-video-inner > a > picture > img.wtop-lozad | |
Montgomery County Councilmember Will Jawando div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
WTOP logo div.container > div.footer__outer > div.footer-logo > img | /wp-content/themes/wtop-new/assets/img/logo_footer_deskto... |
WTOP News div.hamburger-logo-wrapper > div.logo-container > a > img.logo | wtop.com/wp-content/themes/wtop-new/images/wtop-news-logo-new.png |
A sheriff's office command vehicle parked in a wooded area div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
EquipHer sports bra giveaway at Hart Middle School div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Meet Dutchess and Coco Cabana, WTOP's Pets of the Week! div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Blue garbage bins with the white recycle logo div.category-subheads-inner-stack-story > a.category-subheads-inner-stack-img > picture > img.wtop-lozad | |
Election 2026 Decision Notes Virginia div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/Election_2_26_Decision_Notes_... |
news conference div.article-stack > a.article-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2026/04/Photo-Apr-22-2026-2-37-15-PM-480x320.jpg |
A print edition of the Goochland Gazette div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/cnn-L19jb21wb25lbnRzL2ltYWdlL... |
Chemical Leak West Virginia div.article-stack > a.article-image > picture > img.wtop-lozad | /wp-content/uploads/2026/04/Chemical_Leak_West_Virginia__... |
metro train div.article-stack > a.article-image > picture > img.wtop-lozad | wtop.com/wp-content/uploads/2022/02/AP21326738804765-480x320.jpg |
The downtown area of Silver Spring, Maryland. div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
NASA Artemis Moonshot div.sub-videos-inner > a > picture > img.wtop-lozad | |
washington commanders div.sub-videos-inner > a > picture > img.wtop-lozad | |
APTOPIX Iran War div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
a bike lane on the side of a road div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
a woman and a man smile for a photo div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
Obit - Alan Osmond div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
scoreboard with flag div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Side of yellow school bus div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Debbie Winkfield and Lora Booher div.category-subheads-inner-stack-story > a.category-subheads-inner-stack-img > picture > img.wtop-lozad | |
Incandescent Bulbs Lights Out div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
Couple walking on the beach. div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
Homes-Farmstand Decor div.subheads-inner-stack > a.subheads-inner-stack-img > picture > img.wtop-lozad | |
WTOP/Dave Dildine div.local-main-story-left-inner-image > a > picture > img.wtop-lozad | |
Patrick Muldoon div.sub-videos-inner > a > picture > img.wtop-lozad | |
Melania Trump div.sub-videos-inner > a > picture > img.wtop-lozad | |
Avery Wise div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Dan Quinn div.category-subheads-inner-stack-story > a.category-subheads-inner-stack-img > picture > img.wtop-lozad | |
Image div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Image div.more-top-news-inner-img > a > picture > img.wtop-lozad | |
Image div.more-top-news-inner-img > a > picture > img.wtop-lozad |
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 |
|---|
Privacy Policy div.osano-cm-window > div#c478d6bb-691d-430c-ae7d-39ab84026659 > div.osano-cm-dialog__content > a.osano-cm-storage-policy |
Storage Preferences div#c478d6bb-691d-430c-ae7d-39ab84026659 > div.osano-cm-dialog__content > p.osano-cm-content__drawer-links > a.osano-cm-drawer-links__link |
SIGN UP FOR form#sailthru-form-content-homepage > div.newsletter-signup-text > div.newsletter-signup-title > h3 |
div.footer__subscribe--stepOne > div.footer__subscribe--email-container > div.footer__subscribe--input-container > input#footer-email div.footer__subscribe--stepOne > div.footer__subscribe--email-container > div.footer__subscribe--input-container > input#footer-email |
Go div.footer__subscribe--stepOne > div.footer__subscribe--email-container > div.footer__subscribe--submit-container > button.footer__subscribe--submit |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
2026 celebrity deaths div.galleries-inner > div.sub-videos-outer > div.sub-videos-inner > a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Live Radio div.container__inner > div.live-radio-btn-wrapper > div.live_radio_btn > a |
News Alert
Inside the Kennedy Center as it prepares for a 2-year renovation div.top-story-drawer > div.inner-left > div.main-story > a |
New div.inner-right > div.articles > div.article-stack > a.article-image |
Updated div.inner-right > div.articles > div.article-stack > a.article-image |
Live div.inner-right > div.articles > div.article-stack > a.article-image |
Updated div.inner-right > div.articles > div.article-stack > a.article-image |
WTOP's Pets of the Week div.galleries-outer > div.galleries-inner > div.main-video-inner > a |
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. | |
| AttributionReporting | |
| Topics | /cmdpb/wrapper.js?siteId=wtop&device=desktop&browser=chro... line 1, col 27090 |
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 XMLHttpRequest at 'https://hbopenbid.pubmatic.com/translator?' from origin 'https://wtop.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 451 () | |
ReferenceError: googletag is not defined
at https://wtop.com/wp-content/plugins/dfp-custom-light/assets/js/dist/dfp-custom-light.min.js?ver=1.0.0:1:5889 | |
/wp-content/themes/wtop-new/js/WTOPVerticalVideos/dist/wt... line 101, col 29 | ReferenceError: thumbnailElement is not defined
at https://wtop.com/wp-content/themes/wtop-new/js/WTOPVerticalVideos/dist/wtop_vertical_video.min.js?ver=1776363429:102:30
at Array.forEach (<anonymous>)
at IntersectionObserver.threshold (https://wtop.com/wp-content/themes/wtop-new/js/WTOPVerticalVideos/dist/wtop_vertical_video.min.js?ver=1776363429:91:13) |
Refused to execute script from 'https://secure-drm.imrworldwide.com/novms/js/2/ggcmb400.js?ver=5.9.4' because its MIME type ('image/gif') is not executable. |
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.
Send Feedback