Mobile 375 × 812

Desktop 1440 × 900

Score: 78 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Lean and efficient — low environmental impact per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/20c02221-1c05-4108-8d81-6920904b9fe2)<a href="https://beavercheck.com/results/20c02221-1c05-4108-8d81-6920904b9fe2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Favclub.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Favclub.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~23%.
Page takes 10.6s to load
+12% bounceUsers abandon at ~3s — you're 8.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 470ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $4,797/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$4,797 /mo
~$57,565 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,503 / year if left unfixed
$157,500
+2 more
$0.27 /mo
3341.0 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
470 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.71 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
11.00 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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 | 75 ms |
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.
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 | |
|---|---|---|---|
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/22160220/clayface-film-lead... | 12.1 KiB | 8.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| avclub.com/ | 829 ms |
| www.avclub.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.
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... | 41.2 KiB | 15.8 KiB |
| /wp-content/themes/pastemagazine/css/stylesheet-39.2022.1... | 38.5 KiB | 5.9 KiB |
| /wp-content/themes/pastemagazine/style.css?ver=0.93388900... | 4.7 KiB | 2.2 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... | 41.1 KiB | 39.4 KiB |
| /wp-content/themes/pastemagazine/css/stylesheet-39.2022.1... | 38.4 KiB | 35.2 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| 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 |
| /tags/3.44.10__cgroup3.44.10-at-3692-adProductKv/wrapper.... | 77.4 KiB | 34.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 320 ms | 6.7 ms | 0.0 ms |
| /delivery/customdata/bV8xLndfMTM0MzQ5LnJfR0RQUi5sX2VuLmRf... | 314 ms | 272 ms | 11 ms |
| www.avclub.com/ | 269 ms | 52 ms | 11 ms |
| www.avclub.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 244 ms | 234 ms | 2.2 ms |
| /tags/3.44.10__cgroup3.44.10-at-3692-adProductKv/wrapper.... | 204 ms | 158 ms | 36 ms |
| www.googletagmanager.com/gtag/js?id=G-B6Y9GVDWSB | 202 ms | 167 ms | 31 ms |
| scripts.pubnation.com/tags/cmp/e8484401c62373a45398.min.js | 170 ms | 147 ms | 3.0 ms |
| /wp-content/plugins/ewww-image-optimizer/includes/lazysiz... | 118 ms | 74 ms | 2.2 ms |
| static.chartbeat.com/js/chartbeat.js | 102 ms | 91 ms | 5.5 ms |
| scripts.pubnation.com/tags/296/4cbb9cffad790502c91a.min.js | 99 ms | 74 ms | 0.8 ms |
| eu-us-cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 | 77 ms | 28 ms | 48 ms |
| www.avclub.com/wp-includes/js/jquery/jquery.js?ver=3.7.1 | 74 ms | 46 ms | 25 ms |
| scripts.pubnation.com/tags/the-av-club.js?ver=6.9.4 | 56 ms | 33 ms | 13 ms |
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 | 1.5 s |
| Other | 409 ms |
| Script Parsing & Compilation | 239 ms |
| Style & Layout | 217 ms |
| Parse HTML & CSS | 76 ms |
| Rendering | 25 ms |
| Garbage Collection | 14 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 |
|---|---|
| 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 | |
|---|---|
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-... |
Animal Farm's creative bankruptcy is summed in a single song li > a.image > picture.main > img.no-lazy | /wp-content/avuploads/2026/04/20093720/animal-farm-square... |
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/22100211/mother-mary-coel-s... |
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/22160220/clayface-film-lead... |
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== |
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== |
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== |
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.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Accept all div.cmpboxbtns > span#cmpwelcomebtnyes > a.cmpboxbtn > span#cmpbntyestxt |
Settings div.cmpboxbtns > span#cmpwelcomebtncustom > a.cmpboxbtn > span#cmpbntcustomtxt |
Privacy notice div.cmpboxinner > div.cmpboxbtns > div.cmpmore > a.cmpmorelink |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
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.
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.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Language: en div#cmpbox > div#cmplanguage > img.cmplangicon | eu-us-cdn.consentmanager.net/delivery/flags/en.gif | 16 x 11 | 16 x 11 | 24 x 17 |
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. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.48 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.03 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| 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 |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
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.
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.
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.
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. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
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.
Send Feedback