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.
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.shop/_nuxt/AddToCart.BLwbK-4d.css | 684 B | 1.7 s |
| norriq.shop/_nuxt/default.BXdTFt2a.css | 926 B | 1.7 s |
| norriq.shop/_nuxt/PageRenderer.c8dOUXwc.css | 1.1 KiB | 1.1 s |
| norriq.shop/_nuxt/UniqueSellingPoints.DSPfnU3e.css | 934 B | 1.7 s |
| norriq.shop/_nuxt/ResponsivePicture.B1W42TPM.css | 688 B | 1.7 s |
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.shop/fonts/Lato-normal-400-latin-ext.woff2 | 14400.0 s | 5.9 KiB |
| norriq.shop/images/logo.svg | 14400.0 s | 1.5 KiB |
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 | |
|---|---|---|---|
Kids article.flex > div.relative > picture > img | /images/proxy/_/rs:fill:1280:916:1/g:fp:0.5:0.5/plain/htt... | 75.0 KiB | 54.8 KiB |
Kogeplader article.flex > div.relative > picture > img | /images/proxy/_/rs:fill:1280:916:1/g:fp:0.957894736842105... | 34.3 KiB | 25.0 KiB |
Drinks article.flex > div.relative > picture > img | /images/proxy/_/rs:fill:1280:916:1/g:fp:0.5:0.5/plain/htt... | 25.4 KiB | 18.5 KiB |
Hero figure.banner > div.banner__media > picture > img | /images/proxy/_/rs:fill:640:267:1/g:fp:0.7933309837092731... | 29.7 KiB | 18.1 KiB |
Lisbeth baking play set div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/a6ab8348... | 20.1 KiB | 5.4 KiB |
Carson knitted bell teddy div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/a5ab8348... | 18.8 KiB | 4.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.
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 |
|---|---|---|
| norriq.shop/_nuxt/FST49PYT.js | 585.7 KiB | 436.1 KiB |
| norriq.shop/_nuxt/JT9aLxij.js | 738.3 KiB | 388.1 KiB |
| norriq.shop/_nuxt/D0NXVq8K.js | 223.7 KiB | 92.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-NT7Z8E40FY&cx=c>m=4e65d0 | 153.1 KiB | 76.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WNRC7R9 | 122.8 KiB | 63.2 KiB |
| norriq.shop/_nuxt/C2nbNEA3.js | 68.9 KiB | 37.0 KiB |
| norriq.shop/_nuxt/BRMHjgGy.js | 27.9 KiB | 21.8 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 |
|---|---|---|---|
| norriq.shop/ | 1.5 s | 167 ms | 2.0 ms |
| Unattributable | 1.2 s | 485 ms | 0.0 ms |
| norriq.shop/_nuxt/CB7oOE8Z.js | 1.1 s | 1.0 s | 0.3 ms |
| www.googletagmanager.com/gtag/js?id=G-NT7Z8E40FY&cx=c>m=4e65d0 | 288 ms | 219 ms | 65 ms |
| norriq.shop/_nuxt/D0NXVq8K.js | 275 ms | 189 ms | 4.2 ms |
| norriq.shop/_nuxt/JT9aLxij.js | 267 ms | 153 ms | 4.4 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WNRC7R9 | 205 ms | 154 ms | 49 ms |
| norriq.shop/_nuxt/B7x18WR1.js | 175 ms | 92 ms | 0.2 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.5 s |
| Other | 1.3 s |
| Style & Layout | 959 ms |
| Parse HTML & CSS | 151 ms |
| Script Parsing & Compilation | 140 ms |
| Rendering | 128 ms |
| Garbage Collection | 49 ms |
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 | |
|---|---|
Adiana knitted teddy div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/67ab8348... |
Adiana knitted teddy div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/68ab8348... |
Amanda play house furniture div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/a3ab8348... |
Amanda play house furniture div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/a4ab8348... |
Astrid abacus div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/90ab8348... |
Astrid abacus div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/91ab8348... |
Carson knitted bell teddy div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/a5ab8348... |
Elena Wood Toy div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/5fab8348... |
Gitte giraffe div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/88ab8348... |
Kate cupcakes toy 4-pack div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/8eab8348... |
Kate cupcakes toy 4-pack div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/8fab8348... |
Kevin car & airplane - 2-pack div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/6dab8348... |
Kirk hammer toy div.flex > a.aspect-4/5 > picture > img | /images/proxy/_/rs:fit:400:300:1/g:ce/plain//erp/9bab8348... |
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.
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.
Crawling and Indexing
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
head > meta |
https://norriq.shop/robots.txt |
To appear in search results, crawlers need access to your app.