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.
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.
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 | |
|---|---|---|---|
Recteq X-Fire Pro 825 review: A smart grill that pulls double duty div.flex > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/8453A9D4635B009EF9AC5DE5F4A353526432A848... | 230.1 KiB | 223.3 KiB |
Recteq X-Fire Pro 825 review: A smart grill that pulls double duty div.inline-block > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/057D849FAFB58A2A1F273372858A3F64FDEE6AC3... | 234.1 KiB | 193.6 KiB |
PlayStation Plus April catalog adds include Horizon Remastered, Squirrel with a… div.flex > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/F2B0693463FA4AAC09F56D1541C17A5DD01DE6DE... | 98.2 KiB | 91.4 KiB |
Federal jury finds concert business Live Nation is a monopoly div.flex > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/D1E834838A86258823B99212BA76375CC2C30895... | 93.0 KiB | 86.2 KiB |
Alienware 27 (AW2726DM) QD-OLED monitor review: A budget PC gamer's new best fr… div.inline-block > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/E4A4AE0616558EC5003060DFFC32E0D61E86EBEB... | 76.4 KiB | 67.1 KiB |
Amazon buys the satellite internet company behind Apple’s SOS system div.inline-block > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/71CE4345F68BA2377F0F4F3D6D0C4E0A409B5F69... | 69.0 KiB | 59.7 KiB |
Microsoft raises prices on Surface PCs due to skyrocketing RAM costs div.inline-block > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/EBBB29D23CB361B4A985A4457AECE427EBC4A59C... | 91.8 KiB | 51.3 KiB |
Microsoft's new college deal is a half-hearted answer to the $500 MacBook Neo div.flex > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/C5B8E0C0BFAA9702AE7FA914A82830F3AE148835... | 52.6 KiB | 46.9 KiB |
Xbox CEO called Game Pass 'too expensive for players' in a leaked memo div.inline-block > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/277802592C86769582DCFA6AC72556AD218CD94C... | 48.4 KiB | 39.1 KiB |
Snap is laying off 16 percent of its workforce, blames AI div.flex > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/5DF2499E65FB05C9737F7407809EDFFBC4B477BE... | 42.8 KiB | 38.2 KiB |
There's yet another study about how bad AI is for our brains div.flex > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/5C7B4BDCD8B46E12F7EF68375AACD9B7419FE744... | 42.0 KiB | 37.5 KiB |
Amazon's budget-friendly answer to the Frame TV will start shipping on April 22 div.inline-block > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/ED4F00D73384773366998888F063711FAE58D8D7... | 56.9 KiB | 24.1 KiB |
Shoe company Allbirds pivots to AI compute in sign of a totally normal and heal… div.inline-block > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/3224765E67A31F0C86A2C6869F31852620940DEF... | 52.5 KiB | 22.3 KiB |
Google unleashes a native Gemini app for the Mac div.flex > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/35F1220C981A4C46B1C6C62DAE6CD44F95B47499... | 24.4 KiB | 21.8 KiB |
NAACP sues xAI over data center pollution div.inline-block > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/B619AD2EA93A8CB2B126789344E6F4BCAECBE74E... | 27.1 KiB | 20.4 KiB |
Most US teens say TikTok, Instagram and Snapchat aren't hurting (or helping) th… div.inline-block > a > div.relative > img.aspect-[16/9] | /lo/mysterio/api/DE9DEA75683C734BD4FF1D73DE121A51E3F932F3... | 45.5 KiB | 19.3 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.engadget.com/_gdgt/_next/static/css/973c6f7e5f259643.css | 147.8 KiB | 2.1 s |
| www.engadget.com/_gdgt/_next/static/css/1acd3b928ef2e309.css | 1.2 KiB | 518 ms |
| www.engadget.com/_gdgt/_next/static/css/f3744b891dd89577.css | 1.1 KiB | 518 ms |
| www.engadget.com/_gdgt/_next/static/css/667411927ccc7a6b.css | 1.5 KiB | 518 ms |
| www.engadget.com/_gdgt/_next/static/css/19009c0426682ad9.css | 615 B | 175 ms |
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 |
|---|---|
| engadget.com/ | 798 ms |
| www.engadget.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
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.engadget.com/_gdgt/_next/static/css/973c6f7e5f259643.css | 147.2 KiB | 117.8 KiB |
| 23.9 KiB | 20.3 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.engadget.com/_gdgt/_next/static/chunks/vendor-8d0e6c4675dab796.js | 2.6 MiB | 1.6 MiB |
| /didomi/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/mode... | 402.8 KiB | 175.9 KiB |
| /didomi/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/mode... | 257.0 KiB | 95.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-H2EP6H9Y3S | 159.7 KiB | 80.2 KiB |
| s.yimg.com/du/benji/benji-2.js | 53.5 KiB | 45.2 KiB |
| www.engadget.com/_gdgt/_next/static/chunks/app/layout-3245ed5f936a1d7a.js | 67.7 KiB | 28.9 KiB |
| /_gdgt/_next/static/chunks/app/[...hubSlug]/page-4f1810d9... | 43.3 KiB | 27.1 KiB |
| s.yimg.com/oa/consent.js | 48.7 KiB | 24.9 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 |
|---|---|---|---|
| www.engadget.com/_gdgt/_next/static/chunks/vendor-8d0e6c4675dab796.js | 994 ms | 761 ms | 211 ms |
| /didomi/sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/mode... | 487 ms | 387 ms | 32 ms |
| Unattributable | 462 ms | 7.9 ms | 0.0 ms |
| www.engadget.com/ | 429 ms | 9.6 ms | 27 ms |
| www.googletagmanager.com/gtag/js?id=G-H2EP6H9Y3S | 169 ms | 133 ms | 35 ms |
| consent.cmp.oath.com/version/6.4.1/cmp.js | 90 ms | 71 ms | 14 ms |
| /didomi/f5623e34-377a-419c-8bb7-3928cebffbc9/loader.js?ta... | 88 ms | 9.9 ms | 77 ms |
| s.yimg.com/oa/consent.js | 58 ms | 44 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.6 s |
| Other | 518 ms |
| Script Parsing & Compilation | 478 ms |
| Style & Layout | 264 ms |
| Rendering | 78 ms |
| Garbage Collection | 77 ms |
| Parse HTML & CSS | 45 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
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.
ARIA
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search div.flex > div.flex > div.flex > input#search-terms |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.lg:py-[21px] > header.bg-white > div.flex > button.space-x-4 div.lg:py-[21px] > header.bg-white > div.flex > button.space-x-4 |
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 |
|---|
div.lg:py-[21px] > header.bg-white > div.flex > a.absolute div.lg:py-[21px] > header.bg-white > div.flex > a.absolute |
section > section#strm-53a467fa-fed5-432b-b04a-c9be3973e1cd > div.my-5 > a.flex section > section#strm-53a467fa-fed5-432b-b04a-c9be3973e1cd > div.my-5 > a.flex |
section#footer > div.w-full > div.mb-8 > a section#footer > div.w-full > div.mb-8 > a |
div > div.mt-8 > div.flex > a.text-primary div > div.mt-8 > div.flex > a.text-primary |
div > div.mt-8 > div.flex > a.text-primary div > div.mt-8 > div.flex > a.text-primary |
div > div.mt-8 > div.flex > a.text-primary div > div.mt-8 > div.flex > a.text-primary |
div > div.mt-6 > div.mt-6 > a.text-[13px] div > div.mt-6 > div.mt-6 > a.text-[13px] |
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.
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 |
|---|
© 2026 Yahoo. All rights reserved. div > div > div.mt-6 > p.text-[14px] |
About Us div > div.mt-6 > div.mt-6 > a.text-[13px] |
Reprints and Permissions div > div.mt-6 > div.mt-6 > a.text-[13px] |
Trademarks div > div.mt-6 > div.mt-6 > a.text-[13px] |
Advertise div > div.mt-6 > div.mt-6 > a.text-[13px] |
About Our Ads div > div.mt-6 > div.mt-6 > a.text-[13px] |
Terms div.flex > div > div.flex > a.text-[13px] |
and div.flex > div > div.flex > p.m-0 |
Privacy Policy div.flex > div > div.flex > a.text-[13px] |
Privacy & Cookie Settings div.w-full > div.flex > div > a.mr-[10px] |
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 |
|---|
Your privacy is important to us div > div > div.content-first > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
1
2
3
4
5
... section > section#strm-53a467fa-fed5-432b-b04a-c9be3973e1cd > div.my-5 > ul.flex |
Engadget masthead
About our ads
Advertise
Licensing
FAQ
RSS feed div.flex > div.grid > div > ul.flex |
Reviews
Gear
Gaming
Entertainment
Tomorrow
Buying guides
Video
Podcasts
Deals div.flex > div.grid > div > ul.flex |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
About Us div > div.mt-6 > div.mt-6 > a.text-[13px] |
Reprints and Permissions div > div.mt-6 > div.mt-6 > a.text-[13px] |
Advertise div > div.mt-6 > div.mt-6 > a.text-[13px] |
About Our Ads div > div.mt-6 > div.mt-6 > a.text-[13px] |
Terms div.flex > div > div.flex > a.text-[13px] |
Privacy Policy div.flex > div > div.flex > a.text-[13px] |
These items highlight common accessibility best practices.
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 |
|---|
Shoe company Allbirds pivots to AI compute in sign of a totally normal and heal… div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Recteq X-Fire Pro 825 review: A smart grill that pulls double duty div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Amazon's budget-friendly answer to the Frame TV will start shipping on April 22 div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Most US teens say TikTok, Instagram and Snapchat aren't hurting (or helping) th… div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Microsoft raises prices on Surface PCs due to skyrocketing RAM costs div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Amazon buys the satellite internet company behind Apple’s SOS system div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
NAACP sues xAI over data center pollution div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Alienware 27 (AW2726DM) QD-OLED monitor review: A budget PC gamer's new best fr… div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Xbox CEO called Game Pass 'too expensive for players' in a leaked memo div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
See all guides section#4up-5b421a4b-9c8a-4317-90a1-561466f5d859 > div.mb-[12px] > div.whitespace-nowrap > a |
Recteq X-Fire Pro 825 review: A smart grill that pulls double duty div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Alienware 27 (AW2726DM) QD-OLED monitor review: A budget PC gamer's new best fr… div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Engadget review recap: ASUS ZenBook A16, AirPods Max 2, Sonos Play and LG Sound… div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Sony Bravia Theater Bar 5 review: A basic TV sound booster div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
JBL Live 780NC and 680NC review: Great leaps, greater missteps div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Fender Elie review: Handsome speaker/amp hybrids with excellent clarity div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
ASUS ZenBook A16 review: A surprisingly light and powerful 16-inch ultraportabl… div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Soundcore Nebula X1 Pro review: The king of party projectors div.inline-block > div.mt-[10px] > h4.my-0 > a.clickable-multi-line-link |
Best Practices
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.
| Source | Description |
|---|---|
www.engadget.com/_gdgt/_next/static/chunks/vendor-8d0e6c4675dab796.js line 27, col 349090 | Didomi - Google Consent Mode: gtm.load event is already present in the data layer when setting default values. Ensure GTM and other Google tags are loaded after Didomi is ready for the Google Consent Mode integration to work correctly. |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Refused to execute script from 'https://www.engadget.com/_gdgt/_next/static/css/667411927ccc7a6b.css' because its MIME type ('text/css') is not executable, and strict MIME type checking is enabled. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.