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.
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.
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.
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.
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.
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 | |
|---|---|---|---|
Matt Murdock/Daredevil (Charlie Cox) and Jessica Jones (Krysten Ritter) in Marv… article#post-998015 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2026/04/OTK-206-24992_R-1601x1067-bfe... | 254.7 KiB | 248.1 KiB |
Oscar Isaac in Star Wars Rise of Skywalker article#post-997791 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2025/11/Oscar-Isaac-in-Star-Wars-Rise... | 23.4 KiB | 20.5 KiB |
Brian McElhaney, Nick Kocher, Jorma Taccone, Keith Jardine, and Paul Guilfoyle … article#post-995479 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2026/04/Over-Your-Dead-Body-Jorma-Tac... | 29.7 KiB | 18.0 KiB |
Jaafar Jackson as Michael Jackson in Michael. Photo Credit: Courtesy of Lionsga… article#post-997815 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2026/04/maven-trailer-grab-00001r2.jp... | 36.5 KiB | 16.5 KiB |
image of Clayface movie article#post-997932 > figure.mb-0 > a.inline-block > img.entry__img | www.denofgeek.com/wp-content/uploads/2026/04/Clayface-image.jpg?resize=768%2C432 | 20.5 KiB | 15.8 KiB |
Lainey Wilson: Keeping Country Cool article#post-996386 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2026/04/lainey-wilson-netflix-doc-cro... | 17.4 KiB | 15.3 KiB |
Victor Creel (Robert Englund) in Stranger Things season 4 article#post-998037 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2022/05/Stranger-Things-Season-4-Vict... | 17.4 KiB | 13.4 KiB |
Rocky the Alien in Project Hail Mary article#post-998029 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2026/03/Rocky-the-Alien-in-Project-Ha... | 20.3 KiB | 11.2 KiB |
Thragg (Lee Pace) in Invincible season 4. article#post-995164 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2026/04/Invincible-Season-4-Thragg-Le... | 17.6 KiB | 9.7 KiB |
“The Spider” (Nicolas Cage) in a scene from Prime Video’s Spider-Noir (Courtesy… article#post-997671 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2026/04/NORE_Still_1_3000.jpg?resize=... | 15.8 KiB | 8.7 KiB |
Will Forte in Coyote vs. Acme article#post-998096 > figure.mb-0 > a.inline-block > img.entry__img | /wp-content/uploads/2025/12/Will-Forte-in-Coyote-vs.-Acme... | 10.8 KiB | 6.0 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| denofgeek.com/ | 339 ms |
| www.denofgeek.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.denofgeek.com/ | 629 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.
Diagnostics
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 |
|---|---|---|
| www.denofgeek.com/wp-includes/css/dashicons.min.css?ver=6.9.4 | 34.4 KiB | 34.4 KiB |
| /wp-content/themes/denofgeek/dist/css/style.css?ver=ebf90... | 24.7 KiB | 18.0 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 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.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.9 s |
| Other | 519 ms |
| Style & Layout | 317 ms |
| Script Parsing & Compilation | 228 ms |
| Parse HTML & CSS | 99 ms |
| Rendering | 90 ms |
| Garbage Collection | 46 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
AD – CONTENT CONTINUES BELOW article#post-386723 > div.entry__content > div.ad-dog > p.dog-ad__label |
09:08 cnx.cnx-g-card-slot > cnx.cnx-g-card > cnx.cnx-g-card-text-container > cnx.cnx-g-card-text-info |
13:02 cnx.cnx-g-card-slot > cnx.cnx-g-card > cnx.cnx-g-card-text-container > cnx.cnx-g-card-text-info |
08:10 cnx.cnx-g-card-slot > cnx.cnx-g-card > cnx.cnx-g-card-text-container > cnx.cnx-g-card-text-info |
10:34 cnx.cnx-g-card-slot > cnx.cnx-g-card > cnx.cnx-g-card-text-container > cnx.cnx-g-card-text-info |
09:58 cnx.cnx-g-card-slot > cnx.cnx-g-card > cnx.cnx-g-card-text-container > cnx.cnx-g-card-text-info |
AD div.grid > div.sidebar-posts > div.ad-dog > p.dog-ad__label |
AD – CONTENT CONTINUES BELOW article#post-386723 > div.entry__content > div.ad-dog > p.dog-ad__label |
AD div.grid > div.sidebar-posts > div.ad-dog > p.dog-ad__label |
AD – CONTENT CONTINUES BELOW article#post-386723 > div.entry__content > div.ad-dog > p.dog-ad__label |
VIEW MORE
LATEST STORIES div.grid > div.column-span-2 > div.wp-block-button > a.wp-block-button__link |
AD div.grid > div.entry__sidebar > div.ad-dog > p.dog-ad__label |
AD - CONTENT CONTINUES BELOW main#main > div.flow-spacing > div.ad-dog > p.dog-ad__label |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
aside.newsletter > div.newsletter__form > div.newsletter__content > iframe.js-lazy aside.newsletter > div.newsletter__form > div.newsletter__content > iframe.js-lazy |
div.issuu-dog > figure.wp-block-embed-issuu > div.wp-block-embed__wrapper > iframe div.issuu-dog > figure.wp-block-embed-issuu > div.wp-block-embed__wrapper > iframe |
aside.newsletter > div.newsletter__form > div.newsletter__content > iframe aside.newsletter > div.newsletter__form > div.newsletter__content > iframe |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Normal | SXSW 2026
09:08 cnx.cnx-scrollbar-wrapper > cnx.cnx-scrollbar-content > cnx.cnx-g-card-slot > cnx.cnx-g-card |
The AI Doc | SXSW
13:02 cnx.cnx-scrollbar-wrapper > cnx.cnx-scrollbar-content > cnx.cnx-g-card-slot > cnx.cnx-g-card |
Forbidden Fruits | SXSW
08:10 cnx.cnx-scrollbar-wrapper > cnx.cnx-scrollbar-content > cnx.cnx-g-card-slot > cnx.cnx-g-card |
They Will Kill You | SXSW
10:34 cnx.cnx-scrollbar-wrapper > cnx.cnx-scrollbar-content > cnx.cnx-g-card-slot > cnx.cnx-g-card |
Mike & Nick & Nick & Alice | SXSW
09:58 cnx.cnx-scrollbar-wrapper > cnx.cnx-scrollbar-content > cnx.cnx-g-card-slot > cnx.cnx-g-card |
Interview with Craig Robinson
05:51 cnx.cnx-scrollbar-wrapper > cnx.cnx-scrollbar-content > cnx.cnx-g-card-slot > cnx.cnx-g-card |
Best Practices
Trust and Safety
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /e17bc6ee-f76e-4396-b0f4-711ad0e5c9dc/1_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /bd193aee-2925-4410-a081-9df5e3beed30/1_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /f8791066-45f6-4a3d-9f02-f228db015f59/1_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /bde34592-feb9-486b-8296-cf55ff2c6982/1_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /bcbcbfaa-e788-4cda-9589-4a8e73f596f6/1_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /b6b28b5b-8594-418e-8ad6-caa60b478643/1_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /2bf799a6-6bb8-4480-bcd2-33f05ffea54d/2_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /c7fbc05c-3511-42ed-8318-4cd7668cf3ce/2_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /846a72ca-e3d6-4149-8eb7-298525e25034/1_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img cnx.cnx-g-card > cnx.cnx-g-card-image-container > cnx.cnx-g-card-image > img | /c43653e7-ad98-490e-a1e6-731819742fc0/1_th.jpg?fit=crop&c... | 80 x 72 (1.11) | 80 x 80 (1.00) |
General
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.
| Description |
|---|
TypeError: webVitals.getCLS is not a function
at b.onload (<anonymous>:6:169) |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.denofgeek.com/stores | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.