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 |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 86400.0 s | 124.4 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| cdn.cookielaw.org/logos/static/powered_by_logo.svg | 86400.0 s | 2.6 KiB |
| /logos/42e07958-3526-4ebc-a626-5665bc311dd5/5a3d1575-98c9... | 86400.0 s | 1.7 KiB |
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 | |
|---|---|---|---|
State-of-the-art IP products to take you further div.main-wrapper > div.inner-wrapper > div.image-wrapper > img#r6h9k0-interchange | www.bearingpoint.com/files/Image_fx-10.jpg?box_crop=480%2C+600&filter= | 325.2 KiB | 303.9 KiB |
li > a.panel > div.image-wrap > img#af5t5y-interchange li > a.panel > div.image-wrap > img#af5t5y-interchange | www.bearingpoint.com/files/Offering_CatenaX_Neu_2026_1.png?max_w=460 | 168.9 KiB | 152.4 KiB |
State-of-the-art IP products to take you further div.main-wrapper > div.inner-wrapper > div.image-wrapper > img#r6h9k0-interchange | www.bearingpoint.com/files/Image_fx-10.jpg?box_crop=580%2C+326&filter= | 175.0 KiB | 144.6 KiB |
li.swiper-slide > div.panel > div.image-wrap > img#iauqov-interchange li.swiper-slide > div.panel > div.image-wrap > img#iauqov-interchange | www.bearingpoint.com/files/Mobility-2030--Header.png?max_w=500 | 110.9 KiB | 92.2 KiB |
li > a.panel > div.image-wrap > img#2excg7-interchange li > a.panel > div.image-wrap > img#2excg7-interchange | /files/FW_Header-Client-story-Perfetti-Van-Melle.jpg?max_... | 49.7 KiB | 36.0 KiB |
li.swiper-slide > div.panel > div.image-wrap > img#fpyi7o-interchange li.swiper-slide > div.panel > div.image-wrap > img#fpyi7o-interchange | www.bearingpoint.com/files/Sustainability_Coverpage.avif?max_w=500 | 46.7 KiB | 24.0 KiB |
li.swiper-slide > div.panel > div.image-wrap > img#r2o4tc-interchange li.swiper-slide > div.panel > div.image-wrap > img#r2o4tc-interchange | www.bearingpoint.com/files/Annual_Report.avif?max_w=500 | 39.9 KiB | 17.2 KiB |
We transform businesses
using technology intelligently
Transformation starts w… body.welcome-2025 > header > div#mluv8m-interchange | /files/BearingPoint_scenescape_image_4.jpg?max_w=720&crop... | 61.3 KiB | 13.1 KiB |
li.swiper-slide > div.panel > div.image-wrap > img#n7s6k4-interchange li.swiper-slide > div.panel > div.image-wrap > img#n7s6k4-interchange | www.bearingpoint.com/files/Suva-Header.jpg?max_w=500 | 31.0 KiB | 12.3 KiB |
li.swiper-slide > div.panel > div.image-wrap > img#zo293s-interchange li.swiper-slide > div.panel > div.image-wrap > img#zo293s-interchange | www.bearingpoint.com/files/Blog_SAP.jpeg?max_w=500 | 34.6 KiB | 11.5 KiB |
li.swiper-slide > div.panel > div.image-wrap > img#iy2wzf-interchange li.swiper-slide > div.panel > div.image-wrap > img#iy2wzf-interchange | www.bearingpoint.com/files/Service-Virtualization-header.jpg?max_w=500 | 27.2 KiB | 8.4 KiB |
li.swiper-slide > div.panel > div.image-wrap > img#ad4vi9-interchange li.swiper-slide > div.panel > div.image-wrap > img#ad4vi9-interchange | www.bearingpoint.com/files/ai-playbook-mockup-homepage.jpg?max_w=500 | 30.0 KiB | 7.0 KiB |
li.swiper-slide > div.panel > div.image-wrap > img#5qm5kk-interchange li.swiper-slide > div.panel > div.image-wrap > img#5qm5kk-interchange | /files/Header-client-story-Accelerating-agility.jpg?max_w... | 24.8 KiB | 6.1 KiB |
li > a.panel > div.image-wrap > img#s1i0we-interchange li > a.panel > div.image-wrap > img#s1i0we-interchange | /files/FW_Header_BPoV_Chemicals-Life-Sciences-SAP-Transfo... | 18.1 KiB | 4.3 KiB |
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.bearingpoint.com/project/frontend/build/main.013ed7f3.css | 102.4 KiB | 600 ms |
| www.bearingpoint.com/project/frontend/build/CookieConsentTagManager.b55d63ec.js | 2.6 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 |
|---|---|
| bearingpoint.com/ | 1.2 s |
| www.bearingpoint.com/en/ | 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.bearingpoint.com/project/frontend/build/main.013ed7f3.css | 101.1 KiB | 92.1 KiB |
| 21.8 KiB | 19.1 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.bearingpoint.com/project/frontend/build/vendor.f17a511b.js | 223.0 KiB | 142.7 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-882393231&cx=c>m=4e65d0 | 135.4 KiB | 69.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-C0N3EBFSNE&cx=c>m=4e65d0 | 157.7 KiB | 68.0 KiB |
| cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 124.3 KiB | 67.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-58ML8B | 175.4 KiB | 63.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-WRMB4YX662&cx=c>m=4e65d0 | 175.1 KiB | 61.6 KiB |
| www.bearingpoint.com/project/frontend/build/CorporateApplication.f4ca590c.js | 36.0 KiB | 27.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.bearingpoint.com/project/frontend/build/vendor.f17a511b.js | 1.7 s | 355 ms | 99 ms |
| www.bearingpoint.com/project/frontend/build/CorporateApplication.f4ca590c.js | 1.7 s | 1.1 s | 18 ms |
| www.bearingpoint.com/en/ | 1.4 s | 5.5 ms | 1.7 ms |
| www.googletagmanager.com/gtag/js?id=G-WRMB4YX662&cx=c>m=4e65d0 | 554 ms | 429 ms | 72 ms |
| www.googletagmanager.com/gtm.js?id=GTM-58ML8B | 525 ms | 416 ms | 98 ms |
| Unattributable | 504 ms | 67 ms | 0.0 ms |
| cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 366 ms | 237 ms | 66 ms |
| www.googletagmanager.com/gtag/js?id=G-C0N3EBFSNE&cx=c>m=4e65d0 | 314 ms | 249 ms | 63 ms |
| www.googletagmanager.com/gtag/destination?id=AW-882393231&cx=c>m=4e65d0 | 202 ms | 151 ms | 49 ms |
| www.bearingpoint.com/project/frontend/build/main.013ed7f3.css | 78 ms | 0.0 ms | 0.0 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 | 3.1 s |
| Style & Layout | 1.7 s |
| Other | 1.5 s |
| Script Parsing & Compilation | 473 ms |
| Rendering | 351 ms |
| Parse HTML & CSS | 259 ms |
| Garbage Collection | 54 ms |
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 | |
|---|---|
BearingPoint logo div.inner-wrapper > div.footer-bottom > a > img.logo | /project/frontend/build/bearingpoint_symbol_white_rgb.a88... |
B Corp certification logo ul > li > a > img.bcorp-logo | www.bearingpoint.com/project/frontend/build/B-Corp-Logo.5f986d1f.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 |
|---|
privacy statement. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Cookie settings div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-pc-btn-handler |
These are opportunities to improve the legibility of your content.
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 |
|---|
Go to slide 1 div.swiper > div.swiper-navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.swiper > div.swiper-navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.swiper > div.swiper-navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.swiper > div.swiper-navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.swiper > div.swiper-navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div.swiper > div.swiper-navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 7 div.swiper > div.swiper-navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Next slide div.slider-wrapper > div.swiper > div.swiper-navigation > div.swiper-button-next |
Go to slide 1 div.swiper > div.swiper-navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.swiper > div.swiper-navigation > div.swiper-pagination > span.swiper-pagination-bullet |
Next slide div.slider-wrapper > div.swiper > div.swiper-navigation > div.swiper-button-next |
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 |
|---|
privacy statement. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Best Practices
General
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.
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.