Lighthouse Mobile
· 0 checks — Mobile 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.
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 | |
|---|---|---|---|
| /creative-dbeb83d1-3255-11f1-b5e3-95147e8e2acd/performanc... | 1.4 MiB | 1.3 MiB | |
a person holding the Kodak Charmera and taking photos with it div.image-holder > a > picture > img | /img/gallery/kodak-charmera-disposable-digital-camera-sma... | 52.4 KiB | 44.2 KiB |
Hand holds Kobalt Brushless 24V Max to use in yard div.image-holder > a > picture > img | /img/gallery/lowes-finds-that-outshine-harbor-freight-pri... | 46.2 KiB | 40.1 KiB |
A John Deere 5075E tractor working at a farm in the U.S. div.image-holder > a > picture > img | /img/gallery/john-deere-lawsuit-ends-in-99m-payout-for-fa... | 37.9 KiB | 31.9 KiB |
A 2025 Ford F-150 4x4 Supercrew pickup truck outside on a dealer. div.image-holder > a > picture > img | /img/gallery/15-popular-cars-found-on-consumer-reports-li... | 33.6 KiB | 27.5 KiB |
HTVRONT Phone Case Heat Press div.image-holder > a > picture > img | /img/gallery/this-3d-heat-press-took-my-custom-printing-p... | 30.8 KiB | 26.0 KiB |
Front 3/4 View of Lamborghini LM002 parked on gravel in forested setting div.image-holder > a > picture > img | /img/gallery/how-lamborghini-lm002-got-nickname-rambo-lam... | 31.6 KiB | 25.5 KiB |
Toyota GR Supra parked on street. div.image-holder > a > picture > img | /img/gallery/drunk-toyota-supra-driver-learns-the-hard-wa... | 30.1 KiB | 24.1 KiB |
AA batteries from Amazon Basics and Kirkland div.image-holder > a > picture > img | /img/gallery/are-amazon-basics-aa-batteries-better-than-c... | 30.0 KiB | 24.0 KiB |
Close-up of Michelin Latitude Tour HP tires div.image-holder > a > picture > img | /img/gallery/how-long-should-michelin-latitude-tour-hp-ti... | 29.3 KiB | 23.2 KiB |
Front 3/4 view of Chevrolet Corvette ZR1X at Sonoma Raceway div.image-holder > a > picture > img | /img/gallery/jay-leno-calls-this-us-sports-car-the-perfor... | 27.8 KiB | 21.8 KiB |
An engine block full of carbon build-up being hoisted out of a car with an engi… div.image-holder > a > picture > img | /img/gallery/can-you-powder-coat-an-engine-block/intro-17... | 27.3 KiB | 21.3 KiB |
ABOUT div#footer-bottom > div#footer-link-container > span > a | s0.2mdn.net/simgad/15304110384112858582 | 23.6 KiB | 21.2 KiB |
Prettycare Cordless Stick Vacuum in use div.image-holder > a > picture > img | /img/gallery/5-walmart-finds-that-outshine-ace-hardware-i... | 25.1 KiB | 19.1 KiB |
Person working on project using tools stored in a Kobalt NFL tool box div.image-holder > a > picture > img | /img/gallery/lowes-is-selling-kobalt-mini-tool-boxes-with... | 25.1 KiB | 19.0 KiB |
A gaming setup with a tower PC div.image-holder > a > picture > img | /img/gallery/tower-pc-vs-mini-pc-how-to-choose-the-right-... | 21.6 KiB | 18.2 KiB |
Mechanic fills a car engine block with epoxy div.image-holder > a > picture > img | /img/gallery/why-do-people-fill-engine-blocks-with-epoxy/... | 22.8 KiB | 16.7 KiB |
A close-up of a spiral antenna attached to the roof of a car. div.image-holder > a > picture > img | /img/gallery/what-are-the-fluted-spirals-on-some-car-ante... | 17.0 KiB | 14.4 KiB |
| s8t.teads.tv/creative-dbeb83d1-3255-11f1-b5e3-95147e8e2acd/logo.jpg | 10.6 KiB | 10.3 KiB |
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 |
|---|---|
| www.slashgear.com/wp-content/themes/unified/js/loopin.min.js?v=1763058001 | 3.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| slashgear.com/ | 768 ms |
| www.slashgear.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|
| Other | 10.6 s |
| Script Evaluation | 8.2 s |
| Rendering | 7.7 s |
| Style & Layout | 1.7 s |
| Script Parsing & Compilation | 769 ms |
| Garbage Collection | 396 ms |
| Parse HTML & CSS | 108 ms |
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 |
|---|---|---|
| /builds/core/3ec6742/es2018/js/adthrive.min.js?deployment... | 376.2 KiB | 147.1 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 87.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-BNR64XSB1G | 160.7 KiB | 63.2 KiB |
| ads.adthrive.com/builds/core/3ec6742/vendor/prebid/es2018/prebid.min.js | 129.2 KiB | 47.4 KiB |
| c.aps.amazon-adsystem.com/apstag.js | 77.9 KiB | 39.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.1 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=3544 | 58.0 KiB | 25.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
BY OLIVIA RICHMAN article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
4 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY D FIGG article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
4 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY MARKO SOKOLOVSKI article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
5 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY CHRIS LITTLECHILD article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
6 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY TOM CLARK article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
7 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY PATRICK PHILLIPS article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
7 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY CHRIS LITTLECHILD article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
8 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY CODY D. CAMPBELL article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
8 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY QUINA BATERNA article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
9 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY TOM CLARK article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
9 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY PHILIP KAMBUTU article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
10 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JACK PICONE article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
10 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY BARRY PEACOCK article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
10 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY MARK COWLEY article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
11 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JACK PICONE article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
11 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY SAGAR NARESH article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
11 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY STEPHEN FOGEL article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
12 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY MARKO SOKOLOVSKI article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
12 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY DIANA CROCE article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
13 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY PATRICK PHILLIPS article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
13 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY MIKE SHUTT article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
14 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY CHRIS LITTLECHILD article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
14 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY AZZIEF KHALIQ article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
14 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY RAHUL SRINIVAS article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
15 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY STEPHEN FOGEL article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
16 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JON DEMPSEY article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
21 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY NATE WILLIAMS article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
23 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
Information from your device can be used to personalize your ad experience.
Do… body.adthrive-device-phone > div.adthrive-comscore > div#adthrive-ccpa-link |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
This 3D Heat Press Took My Custom Printing Potential To A New Dimension li.article-item > article.article-block > div.article-description > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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 |
|---|
nav#aside-nav > div.nav-top > div.logo > a.nav-opener nav#aside-nav > div.nav-top > div.logo > a.nav-opener |
li.article-item > article.article-block > div.image-holder > a li.article-item > article.article-block > div.image-holder > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TECHNOLOGY article.article-block > div.image-holder > div.category-label > a |
TOOLS article.article-block > div.image-holder > div.category-label > a |
CAMERAS article.article-block > div.image-holder > div.category-label > a |
TECHNOLOGY article.article-block > div.image-holder > div.category-label > a |
TECHNOLOGY article.article-block > div.image-holder > div.category-label > a |
These items highlight common accessibility best practices.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | ads.adthrive.com/builds/core/3ec6742/vendor/prebid/es2018/prebid.min.js line 62, col 236510 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776819542045&se=e30&duid=6b5081b4404a--01kpsb55h22bhjzjsqxtjxthar&tv=10.23.0&pu=https%3A%2F%2Fwww.slashgear.com%2F&ext_adt_li_unifiedid=4031baae-141f-46d4-af5d-51e850fe978c&wpn=prebid&cd=.slashgear.com' from origin 'https://www.slashgear.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776819542045&se=e30&duid=6b5081b4404a--01kpsb55h22bhjzjsqxtjxthar&tv=10.23.0&pu=https%3A%2F%2Fwww.slashgear.com%2F&ext_adt_li_unifiedid=4031baae-141f-46d4-af5d-51e850fe978c&wpn=prebid&cd=.slashgear.com' from origin 'https://www.slashgear.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776819542045&se=e30&duid=6b5081b4404a--01kpsb55h22bhjzjsqxtjxthar&tv=10.23.0&pu=https%3A%2F%2Fwww.slashgear.com%2F&ext_adt_li_unifiedid=4031baae-141f-46d4-af5d-51e850fe978c&wpn=prebid&cd=.slashgear.com' from origin 'https://www.slashgear.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776819542045&se=e30&duid=6b5081b4404a--01kpsb55h22bhjzjsqxtjxthar&tv=10.23.0&pu=https%3A%2F%2Fwww.slashgear.com%2F&ext_adt_li_unifiedid=4031baae-141f-46d4-af5d-51e850fe978c&wpn=prebid&cd=.slashgear.com' from origin 'https://www.slashgear.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 400 () |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.