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.
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.
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 | |
|---|---|---|---|
div.row > div.col-lg-8 > div#CREW:Product_and_Innovations:Cloud-connected Autonomous Things > img.background div.row > div.col-lg-8 > div#CREW:Product_and_Innovations:Cloud-connected Autonomous Things > img.background | www.st.com/content/dam/crew/smart-city-night-buildings.jpg | 184.0 KiB | 151.2 KiB |
div.row > div.col-lg-8 > div#CREW:Product_and_Innovations:Power & Energy > img.background div.row > div.col-lg-8 > div#CREW:Product_and_Innovations:Power & Energy > img.background | www.st.com/content/dam/crew/solar-panel-blue-sky.jpg | 142.5 KiB | 108.4 KiB |
div.row > div.col-lg-8 > div#CREW:Product_and_Innovations:Smart Mobility > img.background div.row > div.col-lg-8 > div#CREW:Product_and_Innovations:Smart Mobility > img.background | www.st.com/content/dam/crew/drone-takeoff-building.jpg | 87.5 KiB | 51.1 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 |
|---|---|
| st.com/ | 2.1 s |
| www.st.com/ | 818 ms |
| www.st.com/content/st_com/en.html | 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.
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.st.com/etc/clientlibs/st-crew.min.5f656be71d1f8ed511370bd0611fb4fd.css | 42.5 KiB | 41.1 KiB |
| /etc/clientlibs/st-crew-header-footer.min.647d68e359d237e... | 22.1 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.st.com/etc/clientlibs/st-site-cx.min.3102257c92a26417796eec1cc4af6c93.js | 521.6 KiB | 344.1 KiB |
| /etc/designs/st-search-cx/search.min.446389ae6cfe152dcc0c... | 95.4 KiB | 77.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-4V6BSG3B5Y&cx=c>m=4e64h1 | 177.8 KiB | 66.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-965727604&cx=c>m=4e64h1 | 146.6 KiB | 64.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NMB29WK | 167.0 KiB | 58.4 KiB |
| search.st.com/widgets/searchbox/index.js | 140.3 KiB | 55.0 KiB |
| /etc/clientlibs/st-search-cx/stangularjs.min.901dd2b30b4f... | 62.3 KiB | 41.7 KiB |
| www.st.com/L9Of/H6I-/ps/5urg/nvMA/3zYDkS2rSf4VJSz5/aioOJQUXBw/dAVoB/lk-JTUB | 178.6 KiB | 37.7 KiB |
| s2.go-mpulse.net/boomerang/VQ4BN-JKJ9P-N5ULX-3L5VG-3UADM | 58.3 KiB | 24.8 KiB |
| /etc/clientlibs/st-site/libs/dataTables.min.15d1ef4b86c76... | 28.8 KiB | 23.5 KiB |
| cdn.decibelinsight.net/i/13951/335449/di.js | 64.8 KiB | 20.5 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.9 s |
| Other | 675 ms |
| Script Parsing & Compilation | 645 ms |
| Style & Layout | 317 ms |
| Parse HTML & CSS | 123 ms |
| Garbage Collection | 97 ms |
| Rendering | 67 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.st.com/etc/clientlibs/st-site-cx.min.3102257c92a26417796eec1cc4af6c93.js | 521.7 KiB | 217.0 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.
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 | |
|---|---|
STMicroelectronics Logo div.row > div.st-footer-logo-wrap > a > img | www.st.com/content/dam/st-crew/st-logo-blue.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 |
|---|
div.MuiAutocomplete-root > div.MuiFormControl-root > div.MuiInputBase-root > input#queryText div.MuiAutocomplete-root > div.MuiFormControl-root > div.MuiInputBase-root > input#queryText |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content div.fixed > header.show-for-medium-down > div.header-accessibilityCta > a.js-focus-accessibilityCta |
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 |
|---|
Sales terms & conditions div.small-12 > div.st-footer__copy > div.st-footer__links > a |
Trademarks div.small-12 > div.st-footer__copy > div.st-footer__links > a |
Manage cookies div.small-12 > div.st-footer__copy > div.st-footer__links > a.optanon-toggle-display |
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 |
|---|
Advanced, safe BMS designs
ST BMS hardware and MathWorks tools accelerate safe… div.col-lg-8 > div#CREW:Product_and_Innovations:Smart Mobility > div.cards > a.card |
Fast, accurate electronic fuse
STi²Fuse smart switch ensures safe and reliable… div.col-lg-8 > div#CREW:Product_and_Innovations:Smart Mobility > div.cards > a.card |
Peak power efficiency
Achieve maximum conversion efficiency with our 3A synchr… div.col-lg-8 > div#CREW:Product_and_Innovations:Power & Energy > div.cards > a.card |
1200 V SCR: no potting
TO247HC geometry eliminates potting up to 470 Vrms. 6.7… div.col-lg-8 > div#CREW:Product_and_Innovations:Power & Energy > div.cards > a.card |
STM32WBA2 Nucleo‑64 board
Prototype cost‑ and energy‑efficient Bluetooth® LE d… div.col-lg-8 > div#CREW:Product_and_Innovations:Cloud-connected Autonomous Things > div.cards > a.card |
Track, monitor & protect
Ultra-precise, self-configurable IMU captures the sli… div.col-lg-8 > div#CREW:Product_and_Innovations:Cloud-connected Autonomous Things > div.cards > a.card |
Contact ST offices nav > ul.st-footer__nav > li > a |
Find sales offices & distributors nav > ul.st-footer__nav > li > a |
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc.clientlibs/clientlibs/granite/jquery/granite.min.011... line 5, col 382 |
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.st.com/etc/clientlibs/st-site-cx.min.3102257c92a26417796eec1cc4af6c93.js line 46314, col 24 | Marketo lead association: munchkin cookie has not been initialized. |
www.st.com/content/st_com/en.html line 352, col 66 | TypeError: Cannot read properties of undefined (reading 'includes')
at HTMLSpanElement.<anonymous> (https://www.st.com/content/st_com/en.html:353:67)
at c.each (https://www.st.com/etc.clientlibs/clientlibs/granite/jquery.min.3e24d4d067ac58228b5004abb50344ef.js:50:175)
at c.fn.init.each (https://www.st.com/etc.clientlibs/clientlibs/granite/jquery.min.3e24d4d067ac58228b5004abb50344ef.js:46:132)
at HTMLDocument.<anonymous> (https://www.st.com/content/st_com/en.html:352:31) |
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.
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 |
|---|
MCU Developer Zone div > ul.font-lubalin > li#mcu-not-expanded > a |
MPU Developer Zone div > ul.font-lubalin > li#mpu-not-expanded > a |
ST Edge AI Suite div > ul.font-lubalin > li#edge-ai-not-expanded > a |
{{level_1.browseAllBtnText}} div.st-nav__submenu-container > div.st-nav__submenu-list-container > div.browse-all-button > a.st-button |
{{level_2.title}} div.st-nav__submenu-list-container > ul > li.st-nav__submenu-item > a.st-nav__submenu-link |
{{level_2.title}} div.st-nav__submenu-list-container > ul > li.st-nav__submenu-item > a.st-nav__submenu-link |
Browse {{level_2.title}} div.st-nav__submenu-list-container > div.st-nav__subsubmenu > div.st-nav__subsubmenu-header > a.st-nav__subsubmenu-link |
{{level_3.title}} div.st-nav__subsubmenu-grid > div.st-nav__subsubmenu-item > div.st-nav__blockmenu > a.st-nav__blockmenu-title |
{{level_4.title}} div.st-nav__blockmenu > ul.st-nav__blockmenu-list > li.st-nav__blockmenu-item > a.st-nav__blockmenu-link |
Find your next adventure div.modal-content > div.stc-legalrecruiting-textcontent > div.stc-legalrecruiting-link-wrap > a |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.