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 |
|---|---|---|
| www.yr.no/assets/js/index.c7821426a34a7d4e743f.js | 195534.0 s | 278.4 KiB |
| log.medietall.no/analytics.v2.js | 3600.0 s | 24.9 KiB |
| www.yr.no/assets/css/index.20b4b507dd681bbfc2c2.css | 376800.0 s | 21.7 KiB |
| www.yr.no/assets/js/pages-home-HomePage.795136c3d3cdeebe2006.js | 195525.0 s | 8.6 KiB |
| www.yr.no/assets/js/4458.ee42eb8b1d1772be3654.js | 301962.0 s | 11.7 KiB |
| www.yr.no/assets/js/9078.005fd57057ab6d18f4d7.js | 195540.0 s | 7.5 KiB |
| static.nrk.no/core-analytics/major/6/statistics/tns.min.js | 600.0 s | 2.0 KiB |
| static.nrk.no/core-analytics/major/6/statistics/unispring.min.js | 600.0 s | 1.9 KiB |
| www.yr.no/assets/js/runtime~index.87b2981cc8fee64c8a60.js | 195528.0 s | 5.9 KiB |
| www.yr.no/assets/js/7040.439fd46c3a70b3281c5c.js | 195531.0 s | 5.6 KiB |
| www.yr.no/assets/js/70.84ad7fec825f97438759.js | 301951.0 s | 7.4 KiB |
| www.yr.no/assets/css/2016.b00e8390a9b6c11b0622.css | 301943.0 s | 7.3 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.
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.
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 | |
|---|---|---|---|
HelgeværNOrd div.post__body > div.post__image-grid > div.post__image-container > img.post__image | /meteorologene/images/pigu6bjm/production/b8a738065e6d900... | 325.0 KiB | 299.6 KiB |
Helgevær div.post__body > div.post__image-grid > div.post__image-container > img.post__image | /meteorologene/images/pigu6bjm/production/38048a20d428c0d... | 270.5 KiB | 245.1 KiB |
Mann i båt spiser is div.layout-container > div.article-list > article.article-list__article > img.article-list__image | gfx.nrk.no/Vo8daND8FrixhZASQ1DeDAMcM01iED3XRBuLUbLbdtFA.jpg | 68.8 KiB | 38.4 KiB |
Longyearbyen 20. april div.post__body > div.post__image-grid > div.post__image-container > img.post__image | /meteorologene/images/pigu6bjm/production/75be3c73c087f86... | 39.2 KiB | 26.3 KiB |
Longyearbyen 4. april div.post__body > div.post__image-grid > div.post__image-container > img.post__image | /meteorologene/images/pigu6bjm/production/bedd073373e83f0... | 40.8 KiB | 25.7 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 |
|---|---|
| yr.no/ | 772 ms |
| www.yr.no/ | 881 ms |
| www.yr.no/nb | 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.yr.no/assets/css/index.20b4b507dd681bbfc2c2.css | 20.3 KiB | 15.2 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.yr.no/assets/js/index.c7821426a34a7d4e743f.js | 276.9 KiB | 151.1 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.yr.no/assets/js/index.c7821426a34a7d4e743f.js | 1.9 s | 1.7 s | 6.2 ms |
| Unattributable | 1.0 s | 273 ms | 0.0 ms |
| www.yr.no/nb | 864 ms | 46 ms | 35 ms |
| static.nrk.no/core-analytics/major/6/statistics/tns.min.js | 90 ms | 87 ms | 0.9 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.2 s |
| Other | 1.1 s |
| Style & Layout | 366 ms |
| Rendering | 171 ms |
| Garbage Collection | 113 ms |
| Parse HTML & CSS | 63 ms |
| Script Parsing & Compilation | 50 ms |
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
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: net::ERR_NAME_NOT_RESOLVED |
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
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Content Best Practices
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about `hreflang`.
Performance issues directly impact user engagement and conversion rates.
head > link.alt-link |
Format your HTML in a way that enables crawlers to better understand your app’s content.