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.
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 | |
|---|---|---|---|
div.flex > figure.w-full > figure.w-full > img.w-full div.flex > figure.w-full > figure.w-full > img.w-full | /evernote/aN_2OJ5xUNkB1dRX_feature-share.png?auto=format%... | 156.1 KiB | 112.6 KiB |
div.flex > figure.w-full > figure.w-full > img.w-full div.flex > figure.w-full > figure.w-full > img.w-full | /evernote/aN_2N55xUNkB1dRV_feature-organize.png?auto=form... | 136.3 KiB | 98.3 KiB |
div.flex > figure.w-full > figure.w-full > img.w-full div.flex > figure.w-full > figure.w-full > img.w-full | /evernote/aONj4J5xUNkB1jZ9_feature-search.png?auto=format... | 125.9 KiB | 90.8 KiB |
div.p-5 > div.container > figure.block > img.object-contain div.p-5 > div.container > figure.block > img.object-contain | /evernote/aOULcZ5xUNkB1rwQ_hero-mobile-hp.png?auto=format... | 98.2 KiB | 53.0 KiB |
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.
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.
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 |
|---|---|
| evernote.com/_next/static/css/c8b8f147ec7791dd.css | 20.3 KiB |
| evernote.com/_next/static/css/7670673178964a0e.css | 907 B |
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.
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 |
|---|---|---|
| evernote.com/_next/static/css/c8b8f147ec7791dd.css | 20.1 KiB | 17.5 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 |
|---|---|---|
| evernote.com/_next/static/chunks/5572-f9de0ccb7b99bbc0.js | 107.6 KiB | 49.8 KiB |
| evernote.com/_next/static/chunks/dc112a36.5d3200d1c6e9eead.js | 70.8 KiB | 39.3 KiB |
| js.hcaptcha.com/1/api.js | 85.2 KiB | 34.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 |
|---|---|---|---|
| evernote.com/_next/static/chunks/5572-f9de0ccb7b99bbc0.js | 5.9 s | 4.0 s | 66 ms |
| evernote.com/ | 1.5 s | 26 ms | 83 ms |
| evernote.com/_next/static/chunks/8246-bc5f7a5cd06aa644.js | 1.5 s | 736 ms | 719 ms |
| Unattributable | 1.2 s | 30 ms | 0.0 ms |
| js.hcaptcha.com/1/api.js | 300 ms | 180 ms | 46 ms |
| evernote.com/_next/static/chunks/5344-4b7356b4bb15b32e.js | 143 ms | 104 ms | 14 ms |
| evernote.com/_next/static/chunks/dc112a36.5d3200d1c6e9eead.js | 114 ms | 52 ms | 45 ms |
| static.cdn.prismic.io/prismic.js?new=true&repo=evernote | 79 ms | 46 ms | 15 ms |
| evernote.com/_next/static/chunks/4bd1b696-ccc6f1ceddbe7536.js | 73 ms | 20 ms | 52 ms |
| evernote.com/_next/static/chunks/webpack-a3fd39a7ea218faf.js | 55 ms | 40 ms | 2.2 ms |
| evernote.com/_next/static/chunks/8833-58a7e120837c655e.js | 54 ms | 19 ms | 34 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 | 5.4 s |
| Other | 2.4 s |
| Script Parsing & Compilation | 1.3 s |
| Style & Layout | 1.0 s |
| Rendering | 623 ms |
| Garbage Collection | 439 ms |
| Parse HTML & CSS | 156 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 |
|---|---|
| An iframe on the page started a navigation that did not complete. | Not actionable |
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.
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
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 |
|---|
H svg > g > g#6887 > g#6633 |
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 |
|---|
header.z-50 > div.border-b > nav.container > button.h-6 header.z-50 > div.border-b > nav.container > button.h-6 |
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 |
|---|
div.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > a |
div.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > a |
div.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > a |
div.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > a |
div.mt-16 > ul.flex > li.text-text-primary > a div.mt-16 > ul.flex > li.text-text-primary > 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
© 2026 Bending Spoons US Inc. All rights reserved. div > div.mt-20 > div.pt-8 > span.text-[12px] |
Cookie Preferences div.pt-8 > ul.flex > div.link-background-animated > span.text-[12px] |
Security div.pt-8 > ul.flex > a.link-background-animated > span.text-[12px] |
Legal div.pt-8 > ul.flex > a.link-background-animated > span.text-[12px] |
Privacy div.pt-8 > ul.flex > a.link-background-animated > span.text-[12px] |
These are opportunities to improve the legibility of your content.
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 |
|---|
Template div.relative > div > div.flex > h5.headline |
Desktop div.container > div.flex > div.rich-wrapper--cards > h5 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.scroll-smooth html.scroll-smooth |
These are opportunities to improve the interpretation of your content by users in different locales.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Preferences
Security
Legal
Privacy div > div.mt-20 > div.pt-8 > ul.flex |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|---|
| Fledge | js.hcaptcha.com/1/api.js line 3, col 47111 |
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.