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.
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.norwegian.com/style-bundle/cms-brand.css?v=bLHHIb7YsgNRVYXxfbSQhVOIMeI | 73.6 KiB | 752 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 766 ms |
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.
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.
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 |
|---|---|
| norwegian.com/ | 754 ms |
| www.norwegian.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.
Diagnostics
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.norwegian.com/style-bundle/cms-brand.css?v=bLHHIb7YsgNRVYXxfbSQhVOIMeI | 73.6 KiB | 11.5 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.norwegian.com/style-bundle/cms-brand.css?v=bLHHIb7YsgNRVYXxfbSQhVOIMeI | 73.4 KiB | 72.2 KiB |
| 21.5 KiB | 17.8 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.googletagmanager.com/gtag/js?id=G-XMQZZ1BMXF&cx=c>m=4e64e1&bs=ctrl | 160.8 KiB | 66.3 KiB |
| www.googletagmanager.com/gtag/js?id=DC-5877806&cx=c>m=4e64e1&bs=ctrl | 130.5 KiB | 59.2 KiB |
| cdn.cookielaw.org/scripttemplates/202502.1.0/otBannerSdk.js | 114.8 KiB | 59.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NVL4JDR | 213.9 KiB | 55.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.googletagmanager.com/gtm.js?id=GTM-NVL4JDR | 1.4 s | 1.2 s | 103 ms |
| Unattributable | 730 ms | 207 ms | 0.0 ms |
| cdn.cookielaw.org/scripttemplates/202502.1.0/otBannerSdk.js | 499 ms | 229 ms | 110 ms |
| www.norwegian.com/script-bundle/lazysizes.js?v=3HmW99h1vglLXWpaWVnJHw-kycI | 486 ms | 73 ms | 1.3 ms |
| www.norwegian.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 373 ms | 356 ms | 3.3 ms |
| www.norwegian.com/ | 354 ms | 63 ms | 9.6 ms |
| www.googletagmanager.com/gtag/js?id=G-XMQZZ1BMXF&cx=c>m=4e64e1&bs=ctrl | 345 ms | 271 ms | 62 ms |
| js.monitor.azure.com/scripts/b/ai.2.gbl.min.js | 276 ms | 216 ms | 30 ms |
| www.googletagmanager.com/gtag/js?id=DC-5877806&cx=c>m=4e64e1&bs=ctrl | 239 ms | 188 ms | 49 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 57 ms | 37 ms | 4.6 ms |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 56 ms | 37 ms | 4.4 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 | 2.9 s |
| Other | 1.0 s |
| Script Parsing & Compilation | 381 ms |
| Style & Layout | 206 ms |
| Parse HTML & CSS | 167 ms |
| Garbage Collection | 110 ms |
| Rendering | 51 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 | |
|---|---|
Norwegian Air Shuttle ASA div.menu__content > div.menu__branding > a > img.menu__logo | www.norwegian.com/Content/img/ident-mobile.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.
ARIA
Some ARIA attributes are only allowed on an element under certain conditions. Learn more about conditional ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul > li.ot-cat-item > div.ot-chkbox > input#ot-bnr-grp-id-C0001 ul > li.ot-cat-item > div.ot-chkbox > input#ot-bnr-grp-id-C0001 |
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.
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 |
|---|
Strictly Necessary Cookies div.ot-cat-lst > ul > li.ot-cat-item > h4#ot-bnr-hdr-id-C0001 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | js.monitor.azure.com/scripts/b/ai.2.gbl.min.js line 4, col 20343 |
| 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.
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.norwegian.com/uk/booking/booking-information/legal/privacy-policy/ | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.