Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 81.1 MB (14.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
337 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/32517d66-b0ab-4088-8e99-38a398a33e25)<a href="https://beavercheck.com/results/32517d66-b0ab-4088-8e99-38a398a33e25"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbell-labs.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbell-labs.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 18.6s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~41%.
Page takes 18.6s to load
+12% bounceUsers abandon at ~3s — you're 16.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€600 investment → €3.46/month returns + EUR 120,500,000 risk avoided
€600
8h · 5 findings
€3.46 /mo
~€41 / year
EUR 120,500,000
if kept compliant
€40 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
7.5 developer hours at €80/hr
Based on Finland rates (€80/hr)
Start here for the best return on investment
€10,041,670 / month at risk
~€120,500,041 / year if left unfixed
€120,500,000
+6 more
€3.46 /mo
46660.6 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.55 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.46 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.704
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.96 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
28.74 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| /sites/default/files/css/css_AF0gJPO2-Of1fai0hS40b8jh_25u... | 266.0 KiB | |
| /sites/default/files/css/css_RbCe2DtIXKwwEy9AEjkz8WMoNumJ... | 4.7 KiB | |
| /sites/default/files/css/css_W67ekcsP5l5UldyoZ7KoWm-IAzrN... | 11.8 KiB | 150 ms |
| www.nokia.com/themes/custom/onenokia_reskin/css/app-webpack.css?tdthet | 277.9 KiB | 1.4 s |
| /sites/default/files/external-assets/https_unpkg_com_swip... | 3.2 KiB | |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 773 ms |
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.
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 | |
|---|---|---|---|
Hussam Batshon in the lab article.c1-reference--reference-item > div.c1-reference__media-container > picture > img | www.nokia.com/sites/default/files/2025-03/1_phussam-batshon.jpg?height=&width= | 159.6 KiB | 119.1 KiB |
a bit of tech podcast promo article.c1-reference--reference-item > div.c1-reference__media-container > picture > img | /sites/default/files/2025-03/nok4025-a-bit-of-tech-youtub... | 127.1 KiB | 86.6 KiB |
KT and Bell Labs signing MoU article.c1-reference--reference-item > div.c1-reference__media-container > picture > img | www.nokia.com/sites/default/files/2025-03/lead_kt-mou-mwc25.jpg?height=&width= | 81.2 KiB | 50.4 KiB |
Sensing in 6G network div.video > a.media-video-container > picture > img | /sites/default/files/2025-12/thumbnail_sensing-bits-of-im... | 47.6 KiB | 29.5 KiB |
abstract image article.c23-component-item > div.c23-component__image-container > picture > img | /sites/default/files/2025-12/abstract-image-of-ai.jpg?hei... | 35.9 KiB | 22.9 KiB |
Bell labs researchers div.m17-cta__wrapper > div.m17-cta__media-container > picture > img | www.nokia.com/sites/default/files/2025-03/cta-centenial.jpg?height=390&width=767 | 42.3 KiB | 16.2 KiB |
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 |
|---|---|
| bell-labs.com/ | 1.4 s |
| www.bell-labs.com/ | 925 ms |
| www.nokia.com/bell-labs/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Nokia Bell Labs celebrates 100 years of innovation
Visit our hub page div.paragraph > div.t11-campaign-landing > div.top-content-region > div.swiper | 0.704 |
Nokia Bell Labs ol.breadcrumb > li > a > div.nav-txt | 0.001 |
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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.nokia.com/themes/custom/onenokia_reskin/css/app-webpack.css?tdthet | 277.9 KiB | 14.5 KiB |
| /sites/default/files/css/css_AF0gJPO2-Of1fai0hS40b8jh_25u... | 266.0 KiB | 13.9 KiB |
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.nokia.com/themes/custom/onenokia_reskin/css/app-webpack.css?tdthet | 277.2 KiB | 269.9 KiB |
| /sites/default/files/css/css_AF0gJPO2-Of1fai0hS40b8jh_25u... | 266.0 KiB | 259.4 KiB |
| /sites/default/files/css/css_W67ekcsP5l5UldyoZ7KoWm-IAzrN... | 11.1 KiB | 10.6 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /sites/default/files/js/js_8Tw_cTVYESATnHJozICVsQU0e55uFh... | 144.2 KiB | 91.9 KiB |
| cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js | 119.8 KiB | 75.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-D6GE5QF247&cx=c>m=4e64h1 | 168.2 KiB | 64.4 KiB |
| /sites/default/files/js/js_vSkNsEPV-E67VcdVA2XyoeqfvUlvdq... | 53.0 KiB | 36.8 KiB |
| /sites/default/files/external-assets/https_unpkg_com_swip... | 51.6 KiB | 33.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 | 5.8 s |
| Other | 4.8 s |
| Style & Layout | 2.0 s |
| Script Parsing & Compilation | 655 ms |
| Parse HTML & CSS | 634 ms |
| Garbage Collection | 407 ms |
| Rendering | 350 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
Quantum div.tabbed-module > div.container > div.accordion > div.accordion__button |
Space communication div.tabbed-module > div.container > div.accordion > div.accordion__button |
Artificial intelligence div.tabbed-module > div.container > div.accordion > div.accordion__button |
Foundational technologies div.tabbed-module > div.container > div.accordion > div.accordion__button |
Sensing div.tabbed-module > div.container > div.accordion > div.accordion__button |
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.
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 |
|---|
Research blogs div.st-xsmall > div.c06 > div.simple-text__body > h4 |
AI-enhance wireless reliability: joint source and channel coding for robust 6G … div.container > div.nr > article.c23-component-item > h4.c23-component__title |
Looking for Nokia licensed products support? div > div#block-onenokia-reskin-nokiareskinmynokia-2 > div.external-link > h6 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
body.site-nokiacom > div.layout-container > a#main-content body.site-nokiacom > div.layout-container > a#main-content |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
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.
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 |
|---|
AI-enhance wireless reliability: joint source and channel coding for robust 6G … div.nr > article.c23-component-item > h4.c23-component__title > a.media-video-container |
A 2025 recap of "a bit of tech" div.nr > article.c23-component-item > h4.c23-component__title > a.media-video-container |
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
General Privacy Notice div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-imprint-link |
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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () |
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
494 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.488
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.72 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
8.12 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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.
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 | |
|---|---|---|---|
water bubble and color article.c1-reference--reference-item > div.c1-reference__media-container > picture > img | /sites/default/files/2025-05/thumb-social-media-quantum-5... | 42.7 KiB | 25.2 KiB |
a bit of tech podcast promo article.c1-reference--reference-item > div.c1-reference__media-container > picture > img | /sites/default/files/2025-03/nok4025-a-bit-of-tech-youtub... | 28.1 KiB | 10.6 KiB |
Bridge article.c1-reference--reference-item > div.c1-reference__media-container > picture > img | /sites/default/files/2025-01/optical_comm_web-ba.2e16d0ba... | 27.7 KiB | 10.2 KiB |
Hussam Batshon in the lab article.c1-reference--reference-item > div.c1-reference__media-container > picture > img | /sites/default/files/2025-03/1_phussam-batshon.jpg?height... | 16.3 KiB | 7.0 KiB |
A bit of tech: Episode 6 – Creating the Sixth Sense div.video > a.media-video-container > picture > img | /sites/default/files/2025-12/abot-ep6-thumbnail.jpg?heigh... | 21.8 KiB | 4.3 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 |
|---|---|
| bell-labs.com/ | 838 ms |
| www.bell-labs.com/ | 299 ms |
| www.nokia.com/bell-labs/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Nokia Bell Labs celebrates 100 years of innovation
Visit our hub page div.paragraph > div.t11-campaign-landing > div.top-content-region > div.swiper | 0.488 |
Solutions
Insights and innovation
Collaborate with us
We are Nokia div.navigation-wrapper-outer > div#nokia-global-header > div.nokia-header__menu-main-wrapper > div.dropdown-mainmenu-wrapper | 0.000 |
100 years of innovation div.swiper > div.swiper-custom-pagination > div.swiper__nav-button > button.swiper-pagination-button1 | 0.000 |
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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.nokia.com/themes/custom/onenokia_reskin/css/app-webpack.css?tdthet | 277.9 KiB | 14.5 KiB |
| /sites/default/files/css/css_AF0gJPO2-Of1fai0hS40b8jh_25u... | 266.0 KiB | 13.9 KiB |
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.nokia.com/themes/custom/onenokia_reskin/css/app-webpack.css?tdthet | 277.2 KiB | 268.7 KiB |
| /sites/default/files/css/css_AF0gJPO2-Of1fai0hS40b8jh_25u... | 266.0 KiB | 259.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /sites/default/files/js/js_8Tw_cTVYESATnHJozICVsQU0e55uFh... | 144.2 KiB | 91.7 KiB |
| cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js | 119.8 KiB | 75.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-D6GE5QF247&cx=c>m=4e64h1 | 168.2 KiB | 64.4 KiB |
| /sites/default/files/js/js_vSkNsEPV-E67VcdVA2XyoeqfvUlvdq... | 53.0 KiB | 36.6 KiB |
| /sites/default/files/external-assets/https_unpkg_com_swip... | 51.6 KiB | 33.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.nokia.com/bell-labs/ | 1.9 s | 608 ms | 29 ms |
| Unattributable | 706 ms | 144 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5433JV | 215 ms | 164 ms | 39 ms |
| sjrtp8-cdn.marketo.com/rtp-api/v1/rtp.js?aid=nokia2 | 142 ms | 111 ms | 19 ms |
| cdn.cookielaw.org/scripttemplates/202507.1.0/otBannerSdk.js | 133 ms | 48 ms | 33 ms |
| www.googletagmanager.com/gtag/js?id=G-D6GE5QF247&cx=c>m=4e64h1 | 131 ms | 104 ms | 27 ms |
| /sites/default/files/external-assets/https_unpkg_com_swip... | 84 ms | 2.9 ms | 5.2 ms |
| /sites/default/files/css/css_9jcEuGwKsXb7RPkuMsbnoDIHC8Yw... | 66 ms | 0.0 ms | 0.0 ms |
| www.nokia.com/themes/custom/onenokia_reskin/css/app-webpack.css?tdthet | 66 ms | 0.0 ms | 0.0 ms |
| www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js | 64 ms | 56 ms | 1.1 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.5 s |
| Other | 1.1 s |
| Style & Layout | 738 ms |
| Script Parsing & Compilation | 197 ms |
| Parse HTML & CSS | 180 ms |
| Rendering | 66 ms |
| Garbage Collection | 24 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
Research blogs div.st-xsmall > div.c06 > div.simple-text__body > h4 |
AI-enhance wireless reliability: joint source and channel coding for robust 6G … div.container > div.nr > article.c23-component-item > h4.c23-component__title |
Looking for Nokia licensed products support? div > div#block-onenokia-reskin-nokiareskinmynokia-2 > div.external-link > h6 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
body.site-nokiacom > div.layout-container > a#main-content body.site-nokiacom > div.layout-container > a#main-content |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
div.nokia-footer--social > ul.nokia-footer__menu-social > li > a div.nokia-footer--social > ul.nokia-footer__menu-social > li > a |
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.
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 |
|---|
AI-enhance wireless reliability: joint source and channel coding for robust 6G … div.nr > article.c23-component-item > h4.c23-component__title > a.media-video-container |
A 2025 recap of "a bit of tech" div.nr > article.c23-component-item > h4.c23-component__title > a.media-video-container |
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
General Privacy Notice div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-imprint-link |
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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () |
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.
Send Feedback