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.
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 |
|---|---|---|
| cdn.adsninja.ca/an_sn.js | 3.1 KiB | 935 ms |
| static0.pocketlintimages.com/assets/quick-rating-widget.0581b46f.css | 8.7 KiB | 831 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 | |
|---|---|---|---|
Putting an M4 MacBook Air into a backpack. a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2025/03/m4-macbook-air-back... | 49.4 KiB | 40.5 KiB |
Google Wallet app on Galaxy S26 Ultra. a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/wm/2026/04/google-wallet-li... | 46.1 KiB | 37.8 KiB |
Mirrors in a cave. a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/wm/2026/04/the-host-hero-2.... | 44.3 KiB | 36.4 KiB |
Turning a page on an iPad. a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/kindle-app-ipad-her... | 41.5 KiB | 34.0 KiB |
Pix Material Expressive Icons hero image a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/wm/2026/04/pix-material-exp... | 32.8 KiB | 26.9 KiB |
Geekom A5 Pro desktop a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/wm/2026/04/geekom-a5-pro-de... | 27.2 KiB | 26.0 KiB |
Material Capsule hero image a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/wm/2026/04/material-capsule... | 27.7 KiB | 22.7 KiB |
Baseus Nomos II 6-in-1 245W Charging Station beauty 1 a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/wm/2026/04/baseus-nomos-ii-... | 22.9 KiB | 22.0 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 |
|---|---|
| pocket-lint.com/ | 1.1 s |
| www.pocket-lint.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.
Diagnostics
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 |
|---|---|---|
| cdn.adsninja.ca/adsninja_client.js?v=3648 | 316.8 KiB | 273.8 KiB |
| cdn.adsninja.ca/biddertypelibrary/live/PocketLint/Prebid_Default.js?v=3648 | 197.6 KiB | 162.6 KiB |
| cdn.jsdelivr.net/npm/hls.js@latest | 159.6 KiB | 145.3 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 134.8 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.7 KiB | 109.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-FR3HT9CLFL | 158.9 KiB | 65.5 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 57.8 KiB |
| static0.pocketlintimages.com/assets/valnet-footer.08dab0d7.js | 63.9 KiB | 49.6 KiB |
| cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 42.0 KiB | 21.7 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.
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.7 s |
| Other | 809 ms |
| Script Parsing & Compilation | 499 ms |
| Style & Layout | 439 ms |
| Rendering | 129 ms |
| Parse HTML & CSS | 113 ms |
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 |
|---|---|---|
| .design-system--grid{width:100%} … | 41.1 KiB | 38.0 KiB |
| cdn.adsninja.ca/adsninja_client_style.css?v=3648 | 22.4 KiB | 21.4 KiB |
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 |
|---|
TVS div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span |
CAR TECH div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span |
TUBI div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span |
TABLETS div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span |
APPS div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span |
APPS div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span |
MORE div.template-grid-tall > div.featured-news > div.sentinel-featuredNews > a.section-view-all-link |
SEE MORE section#top-stories > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
SEE MORE section#reviews > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 days ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
Join Our Team div.footer-content-el > ul > li > a.text |
Our Audience div.footer-content-el > ul > li > a.text |
About Us div.footer-content-el > ul > li > a.text |
Press & Events div.footer-content-el > ul > li > a.text |
Media Coverage div.footer-content-el > ul > li > a.text |
Contact Us div.footer-content-el > ul > li > a.text |
Advertising div.footer-content-el > ul.align-right > li > a.text |
Careers div.footer-content-el > ul.align-right > li > a.text |
Terms div.footer-content-el > ul.align-right > li > a.text |
Privacy div.footer-content-el > ul.align-right > li > a.text |
Policies div.footer-content-el > ul.align-right > li > a.text |
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 |
|---|
Pixel phones are having battery problems again - Here's what's going on div.sentinel-home-list > div.display-card > div.w-display-card-content > h5.display-card-title |
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 |
|---|
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number |
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number |
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number |
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number |
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number |
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
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 |
|---|
TABLETS div.display-card > div.w-display-card-content > div.w-display-card-category > a.dc-tag-label |
APPS div.display-card > div.w-display-card-content > div.w-display-card-category > a.dc-tag-label |
APPS div.display-card > div.w-display-card-content > div.w-display-card-category > a.dc-tag-label |
These items highlight common accessibility best practices.
Best Practices
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.pocket-lint.com/top-stories/ | SEE MORE |
| www.pocket-lint.com/reviews/ | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.