Skip to content
https://washingtonpost.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

51

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:36.636 source:map[column:138000 line:1 type:source-location url:https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:87.3 source:map[type:text value:[unattributed]]] map[reflowTime:0.042 source:map[column:44658 line:10 type:source-location url:https://securepubads.g.doubleclick.net/tag/js/gpt.js urlProvider:network]] map[reflowTime:35.415 source:map[column:7054 line:0 type:source-location url:https://www.washingtonpost.com/assembler/_next/static/chunks/1065.ff59e743b4104519.js urlProvider:network]] map[reflowTime:1.221 source:map[column:339630 line:176 type:source-location url:https://www.washingtonpost.com/assembler/_next/static/chunks/9301-fdb71a1a1c24410f.js urlProvider:network]]]

Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:label label:Subpart valueType:text] map[key:duration label:Duration valueType:ms]]
items: [map[duration:12125.269 label:Time to first byte subpart:timeToFirstByte] map[duration:13.001 label:Resource load delay subpart:resourceLoadDelay] map[duration:34.166 label:Resource load duration subpart:resourceLoadDuration] map[duration:174.463 label:Element render delay subpart:elementRenderDelay]]
lhId: page-0-IMG
nodeLabel: figure.w-100 > div.dib > a.art-link > img.border-box
path: 6,MAIN,3,DIV,0,DIV,0,DIV,3,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,A,0,IMG
selector: figure.w-100 > div.dib > a.art-link > img.border-box
snippet: <img style="width:100%;height:100%" srcset="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-angl…" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-angl…" alt="" width="628" height="419" class="border-box db">

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: figure.w-100 > div.dib > a.art-link > img.border-box
path: 6,MAIN,3,DIV,0,DIV,0,DIV,3,DIV,0,DIV,0,DIV,0,FIGURE,0,DIV,0,A,0,IMG
selector: figure.w-100 > div.dib > a.art-link > img.border-box
snippet: <img style="width:100%;height:100%" srcset="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-angl…" src="https://www.washingtonpost.com/wp-apps/imrs.php?src=https%3A%2F%2Farc-angl…" alt="" width="628" height="419" class="border-box db">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
figure.w-100 > div.dib > a.art-link > img.border-box figure.w-100 > div.dib > a.art-link > img.border-box
/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpo...52.6 KiB25.9 KiB
figure.w-100 > div.dib > a.art-link > img.border-box figure.w-100 > div.dib > a.art-link > img.border-box
/wp-apps/imrs.php?src=https%3A%2F%2Farc-anglerfish-washpo...31.3 KiB4.6 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 351 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation2.8 s
Style & Layout333 ms
Other318 ms
Script Parsing & Compilation224 ms
Parse HTML & CSS129 ms
Garbage Collection87 ms
Rendering83 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 2.4 KiB
URLTransfer SizeEst Savings
--sxs{--sxs:0 wpds-t-crrfKS wpds-dark.wpds-dark wpds-light} …33.8 KiB2.4 KiB

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 5.5 KiB

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 42.9 KiB

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
Modern HTTP
Render blocking requests
Optimize viewport for mobile
User Timing marks and measures 52 user timings
Avoid long main-thread tasks 9 long tasks found
Avoid non-composited animations 1 animated element found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 130 ms
Server Backend Latencies 230 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 230 ms
Avoid large layout shifts 11 layout shifts found
INP breakdown
82

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

ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Find a recipe div > div.wpds-c-jwIEZH > div.wpds-c-iQOSPq > span#radix-:r9:

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.

Names and labels

Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
body > iframe body > iframe

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.card-top > figure.w-100 > div.dib > a.art-link div.card-top > figure.w-100 > div.dib > a.art-link
div.card-right > figure.w-100 > div.dib > a.art-link div.card-right > figure.w-100 > div.dib > a.art-link
div.card-right > figure.w-100 > div.dib > a.art-link div.card-right > figure.w-100 > div.dib > a.art-link
div.card-top > figure.w-100 > div.dib > a.art-link div.card-top > figure.w-100 > div.dib > a.art-link
div.card-right > figure.w-100 > div.dib > a.art-link div.card-right > figure.w-100 > div.dib > a.art-link
div.card-right > figure.w-100 > div.dib > a.art-link div.card-right > figure.w-100 > div.dib > a.art-link
div.card-right > figure.w-100 > div.dib > a.art-link div.card-right > figure.w-100 > div.dib > a.art-link
div.card-left > div.w-100 > div.dib > a.art-link div.card-left > div.w-100 > div.dib > a.art-link
div.card-right > div.w-100 > div.dib > a.art-link div.card-right > div.w-100 > div.dib > a.art-link
div.card-right > div.w-100 > div.dib > a.art-link div.card-right > div.w-100 > div.dib > a.art-link
div.card-right > div.w-100 > div.dib > a.art-link div.card-right > div.w-100 > div.dib > a.art-link
div.card-right > div.w-100 > div.dib > a.art-link div.card-right > div.w-100 > div.dib > a.art-link
div.card-right > div.w-100 > div.dib > a.art-link div.card-right > div.w-100 > div.dib > a.art-link
div.card-right > div.w-100 > div.dib > a.art-link div.card-right > div.w-100 > div.dib > a.art-link
div.card-right > div.w-100 > div.dib > a.art-link div.card-right > div.w-100 > div.dib > a.art-link
div.card-right > div.w-100 > div.dib > a.art-link div.card-right > div.w-100 > div.dib > a.art-link
footer.hpgrid-max-width > footer.wpds-c-goYfNd > div.wpds-c-Kzyvj > a.wpds-c-bEBODO footer.hpgrid-max-width > footer.wpds-c-goYfNd > div.wpds-c-Kzyvj > a.wpds-c-bEBODO

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.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Trending Exercise timing Commanders uniform Eric Swalwell Dog gardening Baby el… main#main-content > div.PJLV > div.wpds-c-bzYzZp > ul.wpds-c-qdpUL
About The Post Newsroom Policies & Standards WP Creative Group Diversity & Incl… footer.wpds-c-goYfNd > div.wpds-c-gjdxqp > div.wpds-c-bPNjhd > ul.wpds-c-cpmugS
Trending Politics Elections Opinions National World Style Sports Business Clima… footer.wpds-c-goYfNd > div.wpds-c-gjdxqp > div.wpds-c-bPNjhd > ul.wpds-c-cpmugS
WP Intelligence Enterprise Subscriptions Become a Subscriber Gift Subscriptions… footer.wpds-c-goYfNd > div.wpds-c-gjdxqp > div.wpds-c-bPNjhd > ul.wpds-c-cpmugS
Contact the Newsroom Contact Customer Care Contact the Opinions Team Advertise … footer.wpds-c-goYfNd > div.wpds-c-gjdxqp > div.wpds-c-bPNjhd > ul.wpds-c-cpmugS
Digital Products Terms of Sale Print Products Terms of Sale Terms of Service Pr… footer.wpds-c-goYfNd > div.wpds-c-gjdxqp > div.wpds-c-bPNjhd > ul.wpds-c-cpmugS

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
About The Post div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Newsroom Policies & Standards div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
WP Creative Group div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Diversity & Inclusion div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Careers div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Media & Community Relations div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Accessibility Statement div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Trending div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Politics div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Elections div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Opinions div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
National div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
World div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Style div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Sports div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Business div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Climate div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Well+Being div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
D.C., Md., & Va. div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Obituaries div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Weather div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Arts & Entertainment div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Recipes div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
WP Intelligence div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Enterprise Subscriptions div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Become a Subscriber div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Gift Subscriptions div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Mobile & Apps div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Newsletters & Alerts div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Washington Post Live div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Reprints & Permissions div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Post Store div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Books & E-Books div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Print Special Editions Store div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Today’s Paper div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Public Notices div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Contact the Newsroom div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Contact Customer Care div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Contact the Opinions Team div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Advertise div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Licensing & Syndication div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Request a Correction div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Send a News Tip div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Report a Vulnerability div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Digital Products Terms of Sale div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Print Products Terms of Sale div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Terms of Service div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Privacy Policy div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Cookie Settings div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Submissions & Discussion Policy div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
RSS Terms of Service div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Sitemap div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li
Ad Choices div.wpds-c-bPNjhd > ul.wpds-c-cpmugS > span.wpds-c-PJLV > li

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Unload event listeners are deprecated and will be removed.
line 1, col 8843

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Error updating the status via PrivacyAPI: TypeError: Cannot read properties of null (reading 'Dt') at s.updateStatus (https://www.washingtonpost.com/subscribe/privacy-fe-api/privacy-fe-api.min.js:1:5623)
Error updating the status via PrivacyAPI: TypeError: Cannot read properties of null (reading 'Dt') at s.updateStatus (https://www.washingtonpost.com/subscribe/privacy-fe-api/privacy-fe-api.min.js:1:5623)
Error updating the status via PrivacyAPI: TypeError: Cannot read properties of null (reading 'Dt') at s.updateStatus (https://www.washingtonpost.com/subscribe/privacy-fe-api/privacy-fe-api.min.js:1:5623)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at lg (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46435) at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:121150) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ly (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:46889) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:100009 at oD (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:106229) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99177) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94030) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)
Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at i (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:120819) at oO (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:99117) at https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98984 at oF (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:98991) at ox (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:95743) at oS (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:94298) at x (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:137528) at MessagePort.T (https://www.washingtonpost.com/assembler/_next/static/chunks/framework-c6ee5607585ef091.js:1:138058)

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLMap URL
www.washingtonpost.com/zeus/main.js
/assembler/_next/static/chunks/pages/_app-d0be26829892b38.../assembler/_next/static/chunks/pages/_app-d0be26829892b38...
www.washingtonpost.com/assembler/_next/static/chunks/9301-fdb71a1a1c24410f.js/assembler/_next/static/chunks/9301-fdb71a1a1c24410f.js.map
www.washingtonpost.com/subscribe/privacy-fe-api/privacy-fe-api.min.jswww.washingtonpost.com/subscribe/privacy-fe-api/privacy-fe-api.min.js.map
www.washingtonpost.com/assembler/_next/static/chunks/webpack-5e9fba0e756838f3.js/assembler/_next/static/chunks/webpack-5e9fba0e756838f3.j...
/assembler/_next/static/chunks/pages/render/[slug]-0fbc09.../assembler/_next/static/chunks/pages/render/[slug]-0fbc09...
www.washingtonpost.com/assembler/_next/static/chunks/main-5dae8a7b163ecf2e.js/assembler/_next/static/chunks/main-5dae8a7b163ecf2e.js.map
/assembler/_next/static/chunks/framework-c6ee5607585ef091.js/assembler/_next/static/chunks/framework-c6ee5607585ef091...
/assembler/_next/static/chunks/fec483df-3ff4dbca1b9b2fa8.js/assembler/_next/static/chunks/fec483df-3ff4dbca1b9b2fa8....
/assembler/_next/static/chunks/f185a4bd-06c124f2faa54640.js/assembler/_next/static/chunks/f185a4bd-06c124f2faa54640....
/assembler/_next/static/chunks/a6f208e3-9dfdd3267332a6be.js/assembler/_next/static/chunks/a6f208e3-9dfdd3267332a6be....
www.washingtonpost.com/assembler/_next/static/chunks/9360-f236db7578372ae4.js/assembler/_next/static/chunks/9360-f236db7578372ae4.js.map
www.washingtonpost.com/assembler/_next/static/chunks/9146.e5582e3955e58edf.js/assembler/_next/static/chunks/9146.e5582e3955e58edf.js.map
www.washingtonpost.com/assembler/_next/static/chunks/8786.057896bb517dc66d.js/assembler/_next/static/chunks/8786.057896bb517dc66d.js.map
www.washingtonpost.com/assembler/_next/static/chunks/8178-6a7ae34a23fbb624.js/assembler/_next/static/chunks/8178-6a7ae34a23fbb624.js.map
www.washingtonpost.com/assembler/_next/static/chunks/7898.65a773b1169a037b.js/assembler/_next/static/chunks/7898.65a773b1169a037b.js.map
www.washingtonpost.com/assembler/_next/static/chunks/7454.d58825752dfa26cb.js/assembler/_next/static/chunks/7454.d58825752dfa26cb.js.map
www.washingtonpost.com/assembler/_next/static/chunks/7432.c5867328f842b334.js/assembler/_next/static/chunks/7432.c5867328f842b334.js.map
www.washingtonpost.com/assembler/_next/static/chunks/7287.2521f394adcc3f1a.js/assembler/_next/static/chunks/7287.2521f394adcc3f1a.js.map
www.washingtonpost.com/assembler/_next/static/chunks/69.da1a3fcfc1d86aec.jswww.washingtonpost.com/assembler/_next/static/chunks/69.da1a3fcfc1d86aec.js.map
www.washingtonpost.com/assembler/_next/static/chunks/6719.9f1099048b088725.js/assembler/_next/static/chunks/6719.9f1099048b088725.js.map
www.washingtonpost.com/assembler/_next/static/chunks/6308.c9d54d74b190d03d.js/assembler/_next/static/chunks/6308.c9d54d74b190d03d.js.map
www.washingtonpost.com/assembler/_next/static/chunks/5614-660729b48ca87832.js/assembler/_next/static/chunks/5614-660729b48ca87832.js.map
www.washingtonpost.com/assembler/_next/static/chunks/5347.cb0adde578155179.js/assembler/_next/static/chunks/5347.cb0adde578155179.js.map
www.washingtonpost.com/assembler/_next/static/chunks/528.490e92c056242d5c.jswww.washingtonpost.com/assembler/_next/static/chunks/528.490e92c056242d5c.js.map
www.washingtonpost.com/assembler/_next/static/chunks/5233-c4dedc1cbe6e929f.js/assembler/_next/static/chunks/5233-c4dedc1cbe6e929f.js.map
www.washingtonpost.com/assembler/_next/static/chunks/520.4b6dd7ba3a0fc1cd.jswww.washingtonpost.com/assembler/_next/static/chunks/520.4b6dd7ba3a0fc1cd.js.map
www.washingtonpost.com/assembler/_next/static/chunks/4742.16ed42e5cd86f93d.js/assembler/_next/static/chunks/4742.16ed42e5cd86f93d.js.map
www.washingtonpost.com/assembler/_next/static/chunks/3858-46e3a952cf31a4d0.js/assembler/_next/static/chunks/3858-46e3a952cf31a4d0.js.map
www.washingtonpost.com/assembler/_next/static/chunks/379-8e9d8936062438e0.jswww.washingtonpost.com/assembler/_next/static/chunks/379-8e9d8936062438e0.js.map
www.washingtonpost.com/assembler/_next/static/chunks/3592.19ade93236bd93d1.js/assembler/_next/static/chunks/3592.19ade93236bd93d1.js.map
www.washingtonpost.com/assembler/_next/static/chunks/3039-739d6628ad738b7b.js/assembler/_next/static/chunks/3039-739d6628ad738b7b.js.map
www.washingtonpost.com/assembler/_next/static/chunks/2973.e1369a2800f2cc15.js/assembler/_next/static/chunks/2973.e1369a2800f2cc15.js.map
www.washingtonpost.com/assembler/_next/static/chunks/28.347a7fd88f6ce2d5.jswww.washingtonpost.com/assembler/_next/static/chunks/28.347a7fd88f6ce2d5.js.map
www.washingtonpost.com/assembler/_next/static/chunks/2729.256f9e35745f5d94.js/assembler/_next/static/chunks/2729.256f9e35745f5d94.js.map
www.washingtonpost.com/assembler/_next/static/chunks/2721-1caac149cd4aa30d.js/assembler/_next/static/chunks/2721-1caac149cd4aa30d.js.map
www.washingtonpost.com/assembler/_next/static/chunks/2584-a714b4c755c55500.js/assembler/_next/static/chunks/2584-a714b4c755c55500.js.map
/assembler/_next/static/chunks/1c616b8c-1959175d299606b5.js/assembler/_next/static/chunks/1c616b8c-1959175d299606b5....
www.washingtonpost.com/assembler/_next/static/chunks/1065.ff59e743b4104519.js/assembler/_next/static/chunks/1065.ff59e743b4104519.js.map
www.washingtonpost.com/www.washingtonpost.com/privacy-api-stub.min.js.map
news.google.com/swg/js/v1/swg.jsnews.google.com/swg/js/v1/swg.js.map
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback