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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 90.0 KiB |
| cdn.id5-sync.com/api/1.0/id5-api.js | 3600.0 s | 34.5 KiB |
| secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js | 900.0 s | 21.7 KiB |
| /cdn-cgi/challenge-platform/h/b/scripts/jsd/625261456364/... | 14400.0 s | 12.2 KiB |
| config.aps.amazon-adsystem.com/configs/3927 | 3600.0 s | 6.7 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| ad-delivery.net/px.gif?ch=1 | 86400.0 s | 612 B |
| ad-delivery.net/px.gif?ch=2 | 86400.0 s | 109 B |
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 |
|---|---|---|
| html-load.com/loader.min.js | 47.3 KiB | 1.1 s |
| /fileadmin/templates/nbc_v5/notebookcheck.min.css?1773743785 | 6.9 KiB | 168 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 | |
|---|---|---|---|
AMD Ryzen AI meets classic ThinkPad: Lenovo ThinkPad T14 Gen 6 AMD laptop review div.intro_featured_bar > a.intro_featured_bar_item > picture > img | /fileadmin/_processed_/webp/Notebooks/Lenovo/ThinkPad_T14... | 105.8 KiB | 100.9 KiB |
Kliff seen in a Crimson Desert landscape article > div.introa_rm_img > picture > img.introa_img_med | /fileadmin/_processed_/webp/Notebooks/News/_nc5/CrimsonDe... | 97.5 KiB | 79.5 KiB |
Samsung Galaxy Book6 Pro Laptop Review - Better than the new XPS 16 div.intro_featured_bar > a.intro_featured_bar_item > picture > img | /fileadmin/_processed_/webp/Notebooks/Samsung/Galaxy_Book... | 74.5 KiB | 70.3 KiB |
Not just for runners – Huawei Watch GT Runner 2 review div.intro_featured_bar > a.intro_featured_bar_item > picture > img | /fileadmin/_processed_/webp/Notebooks/Huawei/Watch_GT_Run... | 75.1 KiB | 69.7 KiB |
The Garmin Fenix 9 could possible get a new antenna design, symbolic picture of… article > div.introa_rm_img > picture > img.introa_img_med | /fileadmin/_processed_/webp/Notebooks/News/_nc5/garminfen... | 58.0 KiB | 40.0 KiB |
An image showing a landscape in Smalland: Survive the Wilds. article > div.introa_rm_img > picture > img.introa_img_med | /fileadmin/_processed_/webp/Notebooks/News/_nc5/With-very... | 56.5 KiB | 38.5 KiB |
The free game currently has a 94% positive rating. Pictured: an edited screensh… article > div.introa_rm_img > picture > img.introa_img_med | /fileadmin/_processed_/webp/Notebooks/News/_nc5/House-Fli... | 49.3 KiB | 31.3 KiB |
Your next work laptop? - HP's new business and workstation laptops! div.intro_featured_bar > a.intro_featured_bar_item > picture > img | /fileadmin/_processed_/webp/Notebooks/Sonstiges/thumb_04-... | 24.5 KiB | 20.3 KiB |
SpectraSlideOut is a secondary MacBook display with a rather unusual form factor article > div.introa_rm_img > picture > img.introa_img_med | /fileadmin/_processed_/webp/Notebooks/News/_nc5/SpectraSl... | 32.7 KiB | 18.5 KiB |
Two promo images of the a wireless transmitter. article > div.introa_rm_img > picture > img.introa_img_med | /fileadmin/_processed_/webp/Notebooks/News/_nc5/LOVX-wrir... | 29.0 KiB | 16.4 KiB |
Radxa Taco: Board turns Raspberry Pi into a NAS article > div.introa_rm_img > picture > img.introa_img_med | /fileadmin/_processed_/webp/Notebooks/News/_nc5/radxataco... | 27.6 KiB | 15.6 KiB |
The Microsoft logo/sign on a building article > div.introa_rm_img > picture > img.introa_img_med | /fileadmin/_processed_/webp/Notebooks/News/_nc5/Microsoft... | 27.6 KiB | 15.6 KiB |
Allegedly the final design of the Oppo Find X9 Ultra, as currently seen in seve… article > div.introa_rm_img > picture > img.introa_img_med | /fileadmin/_processed_/webp/Notebooks/News/_nc5/Oppo-Find... | 21.9 KiB | 14.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 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.snigelweb.com/prebid/9.43.0/prebid.js?v=18266-1774866111347 | 196.6 KiB | 149.1 KiB |
| /pagead/managed/js/gpt/m202604020101/pubads_impl.js?cb=31... | 182.6 KiB | 129.5 KiB |
| fundingchoicesmessages.google.com/i/22152718?ers=3 | 68.5 KiB | 65.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-XLBGPKWB3N | 172.0 KiB | 63.8 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 89.6 KiB | 50.0 KiB |
| cdn.snigelweb.com/intentiq/IIQAgent.js | 45.9 KiB | 39.4 KiB |
| adengine.snigelweb.com/notebookcheck.net/18266-1774866111347/adngin.js | 65.3 KiB | 36.2 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.2 KiB | 35.0 KiB |
| fundingchoicesmessages.google.com/i/pub-9885689965057708?ers=1 | 68.6 KiB | 34.7 KiB |
| cdn1.anonymised.io/light/auth.js?v=1.8.52 | 26.4 KiB | 22.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.
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 | 4.5 s |
| Style & Layout | 1.4 s |
| Other | 1.4 s |
| Script Parsing & Compilation | 750 ms |
| Parse HTML & CSS | 191 ms |
| Garbage Collection | 182 ms |
| Rendering | 182 ms |
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 | |
|---|---|
Website CMP logo div.sn-logo > div.sn-inner-logo > div#sn-back > img | www.notebookcheck.net/fileadmin/templates/nbc_v4_4/images/header_bg.svg |
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 |
|---|
Honor Magic8 Pro Air review: A dream come true for many smartphone fans div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
Best business tablet in the Android mid-range with 5G and lots of RAM - Lenovo … div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
Samsung Galaxy Book6 Pro Laptop Review - Better than the new XPS 16 div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
AMD Ryzen AI meets classic ThinkPad: Lenovo ThinkPad T14 Gen 6 AMD laptop review div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
A big seller despite many cut corners: Apple iPhone 17e smartphone review div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
Polished looks, powerhouse battery, a few trade-offs – Oppo Reno15 Pro 5G review div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
Honor Watch 5 Ultra Smartwatch Review: Ultra design with pretty normal functions div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
Alldocube iWork GT Ultra convertible review: Alternative to Android tablets wit… div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
Lenovo Yoga 7 2-in-1 16AGP11 review: Latest AMD Ryzen AI 7 refresh lags behind … div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
Nokia 5.4 Smartphone Review - With Android One to the top of its class? div > div.tx-nbc2fe-pi1 > div.googleATopEl > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tests, reviews div#nbc_contentcolumns_home > div#nbc_subcontent_home > div.ttcl_55 > a |
news div#nbc_contentcolumns_home > div#nbc_subcontent_home > div.ttcl_55 > a |
technical information div#nbc_contentcolumns_home > div#nbc_subcontent_home > div.ttcl_55 > a |
CPU div#nbc_contentcolumns_home > div#nbc_subcontent_home > div.ttcl_55 > a |
GPU benchmarks div#nbc_contentcolumns_home > div#nbc_subcontent_home > div.ttcl_55 > a |
links to reviews by other sites div#nbc_contentcolumns_home > div#nbc_subcontent_home > div.ttcl_55 > a |
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 |
|---|
Tags div#nbc_subcontent_home > div#c1938463 > div.csc-header > h3 |
Learn more why you are seeing this div.sn-inner > div.sn-content > div.sn-tabs > h3 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Nvidia GeForce RTX 5090 Laptop div#c62340 > ul > li > a.internal-link |
Nvidia GeForce RTX 5080 Laptop div#c62340 > ul > li > a.internal-link |
Nvidia GeForce RTX 4090 Laptop div#c62340 > ul > li > a.internal-link |
Nvidia GeForce RTX 5050 Laptop div#c62340 > ul > li > a.internal-link |
Nvidia GeForce RTX 4050 Laptop div#c62340 > ul > li > a.internal-link |
AMD Radeon RX 6550M div#c62340 > ul > li > a.internal-link |
Intel Arc Graphics 140T div#c62340 > ul > li > a.internal-link |
AMD Radeon 890M div#c62340 > ul > li > a.internal-link |
AMD Radeon 880M div#c62340 > ul > li > a.internal-link |
Intel Arc Graphics 8 div#c62340 > ul > li > a.internal-link |
Intel Arc Graphics 7 div#c62340 > ul > li > a.internal-link |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Cookie Settings body > footer#nbc_bottombar > div#footer > a |
To appear in search results, crawlers need access to your app.