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 |
|---|---|---|
| norriq.com/assets/images/norriq_logo.svg | 14400.0 s | 16.6 KiB |
| norriq-it.activehosted.com/f/embed.php?id=116 | 120.0 s | 10.4 KiB |
| scripts.clarity.ms/0.8.64/clarity.js | 86400.0 s | 25.1 KiB |
| sc.lfeeder.com/lftracker_v1_p1e024BYN1K7GB6d.js | 3600.0 s | 11.9 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| /?sid=p1e024BYN1K7GB6d&data=eyJnYVRyYWNraW5nSWRzIjpbXSwiZ... | 0.0 ms | 319 B |
| norriq.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 172786.0 s | 1.0 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.
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 | |
|---|---|---|---|
welcome to NORRIQ div.absolute > div.responsive-picture > picture > img | /images/proxy/_/rs:fill:768:320/g:fp:0.5314849134915338:0... | 66.7 KiB | 56.3 KiB |
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 |
|---|---|---|
| norriq.com/_nuxt/swiper-vue.DCASaf05.css | 5.1 KiB | 1.2 s |
| norriq.com/_nuxt/BaseButton.BUAvN_sI.css | 789 B | 1.0 s |
| norriq.com/_nuxt/entry.nFDbE3da.css | 922 B | 717 ms |
| norriq.com/_nuxt/ResponsivePicture.CV_fKwNJ.css | 648 B | 1.0 s |
| norriq.com/_nuxt/ArticleItem.CfABJPLY.css | 749 B | 1.0 s |
| norriq.com/_nuxt/RelatedArticles.DOkUA6q1.css | 745 B | 1.0 s |
| norriq.com/_nuxt/TagList.Bbwuzi22.css | 866 B | 1.0 s |
| norriq.com/_nuxt/CaseItem.D0-8-OSo.css | 1.0 KiB | 1.0 s |
| norriq.com/_nuxt/VideoComponent.global.vqozfDpc.css | 1.0 KiB | 1.0 s |
| norriq.com/_nuxt/CmsContentRenderer.BejON6nm.css | 1.0 KiB | 1.0 s |
| norriq.com/_nuxt/default.CIcB7IDi.css | 1.2 KiB | 1.0 s |
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.
| URL | Est Savings |
|---|---|
| fonts.bunny.net/ibm-plex-sans/files/ibm-plex-sans-latin-400-normal.woff2 | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| norriq.com/ | 7.9 s |
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.
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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-MLHMMTC | 166.9 KiB | 83.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c>m=4e6581 | 157.9 KiB | 68.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c>m=4e6581 | 147.2 KiB | 66.7 KiB |
| norriq.com/_nuxt/CUaqHaYT.js | 110.4 KiB | 34.3 KiB |
| norriq.com/_nuxt/S8mCvV7s.js | 58.9 KiB | 20.2 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 |
|---|---|---|---|
| Unattributable | 2.5 s | 942 ms | 0.0 ms |
| norriq.com/ | 1.7 s | 189 ms | 3.5 ms |
| norriq.com/_nuxt/S8mCvV7s.js | 870 ms | 90 ms | 1.6 ms |
| norriq.com/_nuxt/Dx4LfC2W.js | 763 ms | 751 ms | 0.1 ms |
| www.googletagmanager.com/gtag/js?id=AW-693601342&cx=c>m=4e6581 | 409 ms | 362 ms | 43 ms |
| scripts.clarity.ms/0.8.64/clarity.js | 371 ms | 239 ms | 7.7 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MLHMMTC | 366 ms | 272 ms | 87 ms |
| www.googletagmanager.com/gtag/js?id=G-S9W0724HET&cx=c>m=4e6581 | 287 ms | 223 ms | 60 ms |
| /uc.js?language=EN&gcmEnabledByConsentLibrary=false | 257 ms | 71 ms | 7.4 ms |
| norriq.com/_nuxt/CUaqHaYT.js | 114 ms | 24 ms | 1.6 ms |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 82 ms | 51 ms | 3.2 ms |
| sc.lfeeder.com/lftracker_v1_p1e024BYN1K7GB6d.js | 79 ms | 72 ms | 5.0 ms |
| policy.app.cookieinformation.com/latest/norriq.com/en.js | 62 ms | 7.9 ms | 24 ms |
| norriq-it.activehosted.com/f/embed.php?id=116 | 51 ms | 22 ms | 13 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.7 s |
| Other | 2.3 s |
| Style & Layout | 1.5 s |
| Parse HTML & CSS | 417 ms |
| Script Parsing & Compilation | 264 ms |
| Garbage Collection | 218 ms |
| Rendering | 171 ms |
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 |
|---|---|---|
| *,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw… | 101.6 KiB | 100.1 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 | |
|---|---|
logo div#coiPage-1 > div.coi-banner__summary > div.coi-banner__header > img | cms.norriq.com/media/1p0bpdcv/norriq-logo_dark-blue2.png |
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
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.lg:flex > div.flex > div.relative > div#headlessui-popover-button-v-0-2 div.lg:flex > div.flex > div.relative > div#headlessui-popover-button-v-0-2 |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
toggle-for-Strictly necessary div.coi-banner-consent-field > div#switch-cookie_cat_necessary > div.coi-checkboxes > div.checkbox-toggle |
toggle-for-Functional div.coi-banner-consent-field > div#switch-cookie_cat_functional > div.coi-checkboxes > div.checkbox-toggle |
toggle-for-Statistical div.coi-banner-consent-field > div#switch-cookie_cat_statistic > div.coi-checkboxes > div.checkbox-toggle |
toggle-for-Marketing div.coi-banner-consent-field > div#switch-cookie_cat_marketing > div.coi-checkboxes > div.checkbox-toggle |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > div.relative > div#headlessui-popover-button-v-0-2 > button.focus:outline-none div.flex > div.relative > div#headlessui-popover-button-v-0-2 > button.focus:outline-none |
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 |
|---|
ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link |
ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link |
ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link |
ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link |
ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link |
ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link |
ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link |
ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link ul.navigation-grid-component > li.navigation-grid-item > article.navigation-grid-card-component > a.n-link |
div.swiper-wrapper > div.swiper-slide > div.case-item > a.static div.swiper-wrapper > div.swiper-slide > div.case-item > a.static |
div.swiper-wrapper > div.swiper-slide > div.case-item > a.static div.swiper-wrapper > div.swiper-slide > div.case-item > a.static |
div.swiper-wrapper > div.swiper-slide > div.case-item > a.static div.swiper-wrapper > div.swiper-slide > div.case-item > a.static |
div.swiper-wrapper > div.swiper-slide > div.case-item > a.static div.swiper-wrapper > div.swiper-slide > div.case-item > a.static |
div.swiper-wrapper > div.swiper-slide > article.relative > a.static div.swiper-wrapper > div.swiper-slide > article.relative > a.static |
div.swiper-wrapper > div.swiper-slide > article.relative > a.static div.swiper-wrapper > div.swiper-slide > article.relative > a.static |
div.swiper-wrapper > div.swiper-slide > article.relative > a.static div.swiper-wrapper > div.swiper-slide > article.relative > a.static |
div.swiper-wrapper > div.swiper-slide > article.relative > a.static div.swiper-wrapper > div.swiper-slide > article.relative > a.static |
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.
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 |
|---|
Industry knowledge. Business understanding. Technology insight. div.flex > div > div.text-editor > h4 |
Please contact us div.lg:max-w-[475px] > div > div.text-editor > h4 |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
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 404 () |
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 |
|---|---|
| tools.google.com/dlpage/gaoptout | here |
| norriq.com/cases | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.