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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.avclub.com/wp-content/themes/pastemagazine/font/icons.ttf | 40 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.avclub.com/wp-includes/js/jquery/jquery.js?ver=3.7.1 | 82.2 KiB | 433 ms |
| /wp-content/themes/pastemagazine/js/pm_custom.js?ver=69e9... | 20.2 KiB | 233 ms |
| /wp-content/themes/pastemagazine/js/jquery.sticky.js?ver=... | 2.9 KiB | 153 ms |
| www.avclub.com/wp-content/themes/pastemagazine/js/loglevel.min.js | 1.8 KiB | 73 ms |
| /wp-content/themes/pastemagazine/css/stylesheet-39.2022.1... | 38.7 KiB | 353 ms |
| /wp-content/plugins/disqus-comment-system/public/js/comme... | 1.1 KiB | 153 ms |
| /wp-content/plugins/disqus-comment-system/public/js/comme... | 812 B | 153 ms |
| /wp-content/themes/pastemagazine/style.css?ver=0.93388900... | 5.0 KiB | 153 ms |
| /wp-content/themes/pastemagazine/css/inline-39.2022.10209... | 42.5 KiB | 353 ms |
| /wp-content/plugins/paid-memberships-pro/css/frontend/bas... | 16.8 KiB | 193 ms |
| /wp-content/plugins/paid-memberships-pro/css/frontend/var... | 4.6 KiB | 153 ms |
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 | |
|---|---|---|---|
Animal Farm's creative bankruptcy is summed in a single song li > a.image > picture.main > img.no-lazy | /wp-content/avuploads/2026/04/20093724/animal-farm-header... | 124.9 KiB | 83.2 KiB |
A pair of supporting turns make the case for Michaela Coel, movie star li > a.image > picture.main > img.no-lazy | /wp-content/avuploads/2026/04/22100215/mother-mary-coel-h... | 85.5 KiB | 66.8 KiB |
Clayface is very much a body horror blob man in first teaser trailer li > a.image > picture.main > img.no-lazy | /wp-content/avuploads/2026/04/22160224/clayface-film-main... | 70.2 KiB | 54.9 KiB |
ul.articles > li.grid-x > a.large-3 > img.no-lazy ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/avuploads/2026/04/20154801/madoka-magica-lead... | 15.8 KiB | 12.1 KiB |
Survivor 50 has an ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/avuploads/2026/04/20165314/survivor50-feature... | 15.2 KiB | 11.5 KiB |
Revisit day 2 of The Best A.V. Club Stage Ever at SXSW 2026, including our scre… ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/avuploads/2026/04/21163032/MixCollage-21-Apr-... | 11.0 KiB | 7.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
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 |
|---|---|---|
| /wp-content/themes/pastemagazine/css/inline-39.2022.10209... | 42.5 KiB | 16.3 KiB |
| /wp-content/themes/pastemagazine/css/stylesheet-39.2022.1... | 38.7 KiB | 5.9 KiB |
| /wp-content/themes/pastemagazine/style.css?ver=0.93388900... | 5.0 KiB | 2.3 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.avclub.com/wp-includes/js/jquery/jquery.js?ver=3.7.1 | 81.9 KiB | 41.8 KiB |
| /wp-content/themes/pastemagazine/js/pm_custom.js?ver=69e9... | 19.8 KiB | 10.7 KiB |
| /wp-content/plugins/ewww-image-optimizer/includes/load-we... | 5.7 KiB | 2.6 KiB |
| /wp-content/plugins/google-analytics-premium/assets/js/fr... | 6.2 KiB | 2.4 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/pastemagazine/css/inline-39.2022.10209... | 42.2 KiB | 39.8 KiB |
| /wp-content/themes/pastemagazine/css/stylesheet-39.2022.1... | 38.3 KiB | 35.9 KiB |
| /wp-content/plugins/paid-memberships-pro/css/frontend/bas... | 16.4 KiB | 15.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-B6Y9GVDWSB | 143.5 KiB | 62.1 KiB |
| www.avclub.com/wp-includes/js/jquery/jquery.js?ver=3.7.1 | 81.9 KiB | 54.4 KiB |
| eu-us-cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 | 100.6 KiB | 35.5 KiB |
| scripts.pubnation.com/tags/3.44.10/wrapper.min.js?bust=-615393582 | 45.4 KiB | 20.2 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Animal Farm's creative bankruptcy is summed in a single song li > a.image > picture.main > img.no-lazy | /wp-content/avuploads/2026/04/20093724/animal-farm-header... |
A pair of supporting turns make the case for Michaela Coel, movie star li > a.image > picture.main > img.no-lazy | /wp-content/avuploads/2026/04/22100215/mother-mary-coel-h... |
Clayface is very much a body horror blob man in first teaser trailer li > a.image > picture.main > img.no-lazy | /wp-content/avuploads/2026/04/22160224/clayface-film-main... |
Do Network and A Christmas Story share a common inspiration? ul.articles > li.grid-x > a.large-3 > img.no-lazy | img.pastemagazine.com/wp-content/avuploads/2026/04/20092558/network-squared.jpg |
ul.articles > li.grid-x > a.large-3 > img.no-lazy ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/avuploads/2026/04/20154801/madoka-magica-lead... |
Revisit day 2 of The Best A.V. Club Stage Ever at SXSW 2026, including our scre… ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/avuploads/2026/04/21163032/MixCollage-21-Apr-... |
Survivor 50 has an ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/avuploads/2026/04/20165314/survivor50-feature... |
The blacklist is back, baby: Paramount's retributions should worry the industry ul.articles > li.grid-x > a.large-3 > img.no-lazy | img.pastemagazine.com/wp-content/avuploads/2026/04/20174322/trumbo-squared.jpg |
The Jackson estate can't hide Leaving Neverland from those who've already seen … ul.articles > li.grid-x > a.large-3 > img.no-lazy | /wp-content/avuploads/2026/04/20091202/leaving-neverland-... |
Netflix's Hulk Hogan doc glosses over Gawker trial, but features new interview … li.grid-x > a.large-3 > picture.lazyload > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Coyote Vs. Acme is out of Warner Bros.' grave and into the courtroom in first t… li.grid-x > a.large-3 > picture.lazyload > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Are the New York Mets cursed by “Kokomo”? li.grid-x > a.large-3 > picture.lazyload > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Obsession director Curry Barker to chew on A24's Texas Chainsaw Massacre reboot li.grid-x > a.large-3 > picture.lazyload > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
div.top-bar-container > div.bottom-link-row > a.search > img.search-small div.top-bar-container > div.bottom-link-row > a.search > img.search-small | www.avclub.com/wp-content/themes/pastemagazine/img/search-cropped.svg |
The Boys pits Soldier Boy against Homelander in a transitional hour ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Titanium Court is a most rare video game vision ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Invincible season 4 saves the best for last ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Jessica Jones saves this week's Daredevil: Born Again ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The combination bomb/heist thriller Fuze works best without all the chatter ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Michael drowns audiences in nostalgia to avoid thinking about the artist ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Valerie burns her tranquility candle at both ends in The Comeback li.grid-x > a.large-3 > picture.lazyload > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Rooster keeps falling just short of its potential li.grid-x > a.large-3 > picture.lazyload > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The Audacity pours on the metaphors li.grid-x > a.large-3 > picture.lazyload > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Euphoria gets nostalgic in an occasionally exhausting hour li.grid-x > a.large-3 > picture.lazyload > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Clayface is very much a body horror blob man in first teaser trailer ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The Vampire Lestat lives fast, dies never as a rockstar in new trailer ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Julian Casablancas criticizes “privilege of Zionists living in the United State… ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
FCC frets that children may learn trans people exist without parental permission ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Mormon Wives ready to share Secret Lives with Hulu again ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Netflix reportedly quietly interfering with Warner Bros.-Paramount merger ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
The 5 best anime premieres of spring 2026 ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
10 new albums to stream this week ul.articles > li.grid-x > a.large-3 > img.no-lazy | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| avclub.com/ | 379 ms |
| www.avclub.com/ | 0.0 ms |
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.
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 |
|---|
300 partners div#cmpboxcontent > div.cmpboxtxtdiv > div.cmpboxtxt > a.cmplink |
Settings div.cmpboxbtns > span#cmpwelcomebtncustom > a.cmpboxbtn > span#cmpbntcustomtxt |
Accept all div.cmpboxbtns > span#cmpwelcomebtnyes > a.cmpboxbtn > span#cmpbntyestxt |
Privacy notice div.cmpboxinner > div.cmpboxbtns > div.cmpmore > a.cmpmorelink |
APRIL 22, 2026 | 9:01AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 9:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 11:31AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 3:10PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 2:39PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 10:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 3:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 1:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 4:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 1:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 11:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 20, 2026 | 4:00PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 4:03PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 2:11PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 12:42PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 12:37PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 11:35AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 10:44AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 10:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 9:01AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 22, 2026 | 8:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 21, 2026 | 9:37PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 13, 2026 | 7:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 3, 2026 | 2:30PM ul.articles > li.grid-x > a.auto > b.time |
APRIL 1, 2026 | 3:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 1, 2026 | 2:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 1, 2026 | 1:00AM ul.articles > li.grid-x > a.auto > b.time |
APRIL 1, 2026 | 12:30AM ul.articles > li.grid-x > a.auto > b.time |
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.top-bar-container > div.bottom-link-row > a.search > img.search-small div.top-bar-container > div.bottom-link-row > a.search > img.search-small |
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#master-header > div.top-bar-container > div.bottom-link-row > a.account header#master-header > div.top-bar-container > div.bottom-link-row > a.account |
div#landing-more-featured > ul.articles > li.grid-x > a.large-3 div#landing-more-featured > ul.articles > li.grid-x > a.large-3 |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Paste
|
A.V. Club
|
Jezebel
|
Splinter
|
Daytrotter div.grid-container > header#master-header > div#site-bar > ul |
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 |
|---|
Recommended for You
1Invincible season 4 saves the best for last
2Jessica Jones… div.large-12 > div.grid-x > aside#sidebar > li#block-17 |
div.large-12 > div.grid-x > aside#sidebar > li#block-18 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
/wp-content/plugins/disqus-comment-system/public/js/comme... line 37, col 16 | Could not find 'disqus_thread' container to load DISQUS. This is usually the result of a WordPress theme conflicting with the DISQUS plugin. Try switching your site to a Classic Theme, or contact DISQUS support for help. |
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
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.top-bar-container > div.bottom-link-row > a.search > img.search-small div.top-bar-container > div.bottom-link-row > a.search > img.search-small |
Format your HTML in a way that enables crawlers to better understand your app’s content.