Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|---|---|
figure.post-list-article__thumbnail > a > span > img.attachment-large figure.post-list-article__thumbnail > a > span > img.attachment-large | /www.nationalreview.com/wp-content/uploads/2026/04/SCOTUS... | 95.0 KiB | 77.8 KiB |
head > link head > link | tpc.googlesyndication.com/daca_images/simgad/6260856020917262511 | 95.2 KiB | 71.4 KiB |
figure.post-list-article__thumbnail > a > span > img.attachment-large figure.post-list-article__thumbnail > a > span > img.attachment-large | /www.nationalreview.com/wp-content/uploads/2026/04/YT-Thu... | 64.5 KiB | 57.9 KiB |
div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 > img div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 > img | www.nationalreview.com/wp-content/uploads/2024/12/ribbon_pay-methods.png | 57.0 KiB | 56.2 KiB |
Annual div.row60 > div.column60 > a > img | /wp-content/uploads/2025/08/ribbon_transactional_60_large... | 59.5 KiB | 52.9 KiB |
figure.post-list-article__thumbnail > a > span > img.attachment-large figure.post-list-article__thumbnail > a > span > img.attachment-large | /www.nationalreview.com/wp-content/uploads/2026/04/YT-Thu... | 59.0 KiB | 52.4 KiB |
Monthly div.row60 > div.column60 > a > img | /wp-content/uploads/2025/08/ribbon_transactional_60_large... | 49.6 KiB | 43.0 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/14661660976714492820 | 43.9 KiB | 33.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/16922886308260339222 | 65.9 KiB | 26.5 KiB |
figure.post-list-article__thumbnail > a > span > img.attachment-large figure.post-list-article__thumbnail > a > span > img.attachment-large | /www.nationalreview.com/wp-content/uploads/2026/04/pope-l... | 44.4 KiB | 8.2 KiB |
notification icon div#normal-slidedown > div#slidedown-body > div.slidedown-body-icon > img | img.onesignal.com/permanent/0b2eab27-1f30-4e15-a0cf-0e674aed857b | 9.1 KiB | 8.2 KiB |
div.post-list-article > figure.post-list-article__thumbnail > a > img.attachment-flex-media-thumbnail div.post-list-article > figure.post-list-article__thumbnail > a > img.attachment-flex-media-thumbnail | /www.nationalreview.com/wp-content/uploads/2026/04/tsa.jp... | 11.0 KiB | 4.7 KiB |
article.post-list-article > figure.post-list-article__thumbnail > a > img.attachment-flex-media-thumbnail article.post-list-article > figure.post-list-article__thumbnail > a > img.attachment-flex-media-thumbnail | /www.nationalreview.com/wp-content/uploads/2026/04/ukrain... | 10.4 KiB | 4.2 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| nationalreview.com/ | 209 ms |
| www.nationalreview.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.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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 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 | 6.2 s |
| Other | 1.1 s |
| Script Parsing & Compilation | 680 ms |
| Style & Layout | 300 ms |
| Garbage Collection | 225 ms |
| Parse HTML & CSS | 154 ms |
| Rendering | 123 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 |
|---|---|
| An iframe on the page started a navigation that did not complete. | Not actionable |
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 |
|---|---|---|
| /wp-content/themes/national-review/client/build/css/app.m... | 29.0 KiB | 22.9 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 | |
|---|---|
Monthly div.row60 > div.column60 > a > img | /wp-content/uploads/2025/08/ribbon_transactional_60_large... |
Annual div.row60 > div.column60 > a > img | /wp-content/uploads/2025/08/ribbon_transactional_60_large... |
div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 > img div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 > img | www.nationalreview.com/wp-content/uploads/2024/12/ribbon_pay-methods.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DONATECORNERMAGAZINELOGIN
SUBSCRIBE header#masthead > div.site-header__inner > nav.site-header__utility-nav > ul.site-header__utility-menu |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DONATE nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item > a |
CORNER nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item > a |
MAGAZINE nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item > a |
SUBSCRIBE nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item > a |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
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 |
|---|
SUBSCRIBE nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item > a |
TRENDING div.trending-topics-bar__outer > div.trending-topics-bar__inner > h3.trending-topics-bar__title > span.trending-topics-bar__title-text |
NR WEBATHON div.post-list-article__text > div.post-list-article__eyebrow > a > span |
HEALTH CARE div.post-list-article__text > div.post-list-article__eyebrow > a > span |
ELECTIONS div.post-list-article__text > div.post-list-article__eyebrow > a > span |
VIEW MORE div.post-list > article.headline__list > div.headline__list-top > a.headline__list-view-more |
3h article.headline__list > div.headline__list-posts > article.headline__list-post > span.headline-list-article__time |
5h article.headline__list > div.headline__list-posts > article.headline__list-post > span.headline-list-article__time |
24h article.headline__list > div.headline__list-posts > article.headline__list-post > span.headline-list-article__time |
LAW & THE COURTS div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
U.S. div.post-list-article__text > div.post-list-article__eyebrow > a > span |
DONATE TODAY aside.aside-module > div.aside-module__inner > div.forum__link > a |
LOCKED IN div.video-slider-thumbnail > div.post-list-article__eyebrow > a > span |
RICH LOWRY div.video-slider-thumbnail > div.post-list-article__eyebrow > a > span |
THE EDITORS div.video-slider-thumbnail > div.post-list-article__eyebrow > a > span |
CAPITAL RECORD div.video-slider-thumbnail > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
VIEW MORE div.section-content__group--wrapper > footer.flex-module__footer > a.button-inline__link > span.button-text |
WORLD div.post-list-article__text > div.post-list-article__eyebrow > a > span |
VIEW MORE div.section-content__group--wrapper > footer.flex-module__footer > a.button-inline__link > span.button-text |
WHITE HOUSE div.post-list-article__text > div.post-list-article__eyebrow > a > span |
VIEW MORE div.section-content__group--wrapper > footer.flex-module__footer > a.button-inline__link > span.button-text |
FISCAL POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
LAW & THE COURTS div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
LAW & THE COURTS div.post-list-article__text > div.post-list-article__eyebrow > a > span |
U.S. div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
ELECTIONS div.post-list-article__text > div.post-list-article__eyebrow > a > span |
REGULATORY POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
LAW & THE COURTS div.post-list-article__text > div.post-list-article__eyebrow > a > span |
HEALTH CARE div.post-list-article__text > div.post-list-article__eyebrow > a > span |
WORLD div.post-list-article__text > div.post-list-article__eyebrow > a > span |
WHITE HOUSE div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
POLITICS & POLICY div.post-list-article__text > div.post-list-article__eyebrow > a > span |
VIEW MORE div.section-content__group--wrapper > footer.flex-module__footer > a.button-inline__link > span.button-text |
SUBSCRIBE NOW aside.aside-module > div.aside-module__inner > div.forum__link > a |
MORE IN PHOTOS aside.aside-module > div.aside-module__inner > div.widget-read-more > a |
MORE IN PODCASTS aside.aside-module > div.aside-module__inner > div.widget-read-more > a |
GO form.aside-newsletter__form > fieldset.aside-newsletter__group > div.aside-newsletter__wrapper > button.aside-newsletter__email-submit |
IN THIS ISSUE div.magazine-subscribe-text-wrapper > div.sub-tooltip > a > span |
READ NOW div.magazine-subscribe-text-wrapper > div.show-on-desktop > a.subscribe-full-width_button > span.button-text |
div.site-footer__newsletter > form.form-newsletter > div.site-footer__newsletter-signup > input.footer-signup-button div.site-footer__newsletter > form.form-newsletter > div.site-footer__newsletter-signup > input.footer-signup-button |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 > img div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div#nationalreview-com_siderail_right_300x250-52jcucwq3im > div#_fs-ad-iframe-container > iframe#_fs-ad-13791326062279f1 div > div#nationalreview-com_siderail_right_300x250-52jcucwq3im > div#_fs-ad-iframe-container > iframe#_fs-ad-13791326062279f1 |
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 |
|---|
header#masthead > div.site-header__inner > div.site-title > a header#masthead > div.site-header__inner > div.site-title > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
aside.aside-module > div.aside-module__inner > figure.forum__img > a.forum__img aside.aside-module > div.aside-module__inner > figure.forum__img > a.forum__img |
div.video-slider-thumbnail > div.video-slider-thumbnail__wrapper > figure.post-list-article__thumbnail > a div.video-slider-thumbnail > div.video-slider-thumbnail__wrapper > figure.post-list-article__thumbnail > a |
div.video-slider-thumbnail > div.video-slider-thumbnail__wrapper > figure.post-list-article__thumbnail > a div.video-slider-thumbnail > div.video-slider-thumbnail__wrapper > figure.post-list-article__thumbnail > a |
div.video-slider-thumbnail > div.video-slider-thumbnail__wrapper > figure.post-list-article__thumbnail > a div.video-slider-thumbnail > div.video-slider-thumbnail__wrapper > figure.post-list-article__thumbnail > a |
div.video-slider-thumbnail > div.video-slider-thumbnail__wrapper > figure.post-list-article__thumbnail > a div.video-slider-thumbnail > div.video-slider-thumbnail__wrapper > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a div.post-list > div.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a div.post-list > article.post-list-article > figure.post-list-article__thumbnail > a |
div.magazine-subscribe-wrapper > div.magazine-subscribe-content > div.magazine-subscribe-image-wrapper > a div.magazine-subscribe-wrapper > div.magazine-subscribe-content > div.magazine-subscribe-image-wrapper > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Navigation
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 |
|---|
TRENDING section.trending-topics-bar > div.trending-topics-bar__outer > div.trending-topics-bar__inner > h3.trending-topics-bar__title |
div > div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 div > div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DONATE div.site-header__inner > nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item |
CORNER div.site-header__inner > nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item |
MAGAZINE div.site-header__inner > nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item |
LOGIN div.site-header__inner > nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item |
SUBSCRIBE div.site-header__inner > nav.site-header__utility-nav > ul.site-header__utility-menu > li.site-header__utility-menu-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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 |
|---|
DAN MCLAUGHLIN div.post-list-article__meta > div.article-header__meta-byline > div.article-header__meta-author-container > a.author |
REGULATORY POLICY div.post-list > div.post-list-article > div.post-list-article__eyebrow > a |
SCIENCE & TECH div.post-list > div.post-list-article > div.post-list-article__eyebrow > a |
REGULATORY POLICY div.post-list > div.post-list-article > div.post-list-article__eyebrow > a |
CARTOONS article.post-list-article > div.post-list-article__text > div.post-list-article__eyebrow > a |
MILITARY article.post-list-article > div.post-list-article__text > div.post-list-article__eyebrow > a |
RUSSIA-UKRAINE CONFLICT article.post-list-article > div.post-list-article__text > div.post-list-article__eyebrow > a |
Ukraine at War article.post-list-article > div.post-list-article__text > h4.post-list-article__title > a |
These items highlight common accessibility best practices.
Best Practices
General
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 | a.pub.network/nationalreview-com/prebid.js line 92, col 1157 |
| SharedStorage | a10.nationalreview.com/script.js line 62, col 205 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | |
| Unload event listeners are deprecated and will be removed. | www.googletagservices.com/dcm/impl_v106.js line 125, col 359 |
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://api.rlcdn.com/api/identity/envelope?pid=106' from origin 'https://www.nationalreview.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: net::ERR_NAME_NOT_RESOLVED |
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.
SEO
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /search/?subtype=podcast%2Cvideo&utm_source=recirc-deskto... | SEE MORE |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 > img div > div.meter-ribbon__cta--expanded > h3.meter-ribbon__h3 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.