Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
49 third-party resources (99% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3f948163-3d0a-4edd-97c5-67d3265ba07d)<a href="https://beavercheck.com/results/3f948163-3d0a-4edd-97c5-67d3265ba07d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Finstapaper.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Finstapaper.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 18.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~30%.
Page takes 18.0s to load
+12% bounceUsers abandon at ~3s — you're 15.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $0.70/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$0.70 /mo
~$8.35 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,508 / year if left unfixed
$157,500
+4 more
$0.70 /mo
8702.7 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
11.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
72 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.28 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
18.00 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 | |
|---|---|---|---|
eReader div.hero_viewport_center > div.landing_animation_wrapper > div.hero_image_no_autoplay > img#last_animated_device | /img/landing_mobile_4.png?v=5e7599e46bd4c2089d37a3e114f7e... | 41.5 KiB | 13.1 KiB |
Android div.hero_viewport_center > div.landing_animation_wrapper > div.hero_image_no_autoplay > img.js_animated_device | /img/landing_mobile_2.png?v=6c40440adf166a2f23e2bd690113e... | 25.4 KiB | 8.0 KiB |
iPhone div.hero_viewport_center > div.landing_animation_wrapper > div.hero_image_no_autoplay > img.js_animated_device | /img/landing_mobile_0.png?v=43b2fbfda039bbfb0c257824278bb... | 22.2 KiB | 7.0 KiB |
Desktop div.hero_viewport_center > div.landing_animation_wrapper > div.hero_image_no_autoplay > img#second_to_last_animated_device | /img/landing_mobile_3.png?v=bf0159603cbc965accd184a337d7e... | 19.7 KiB | 6.2 KiB |
iPad div.hero_viewport_center > div.landing_animation_wrapper > div.hero_image_no_autoplay > img.js_animated_device | /img/landing_mobile_1.png?v=b3e955c41da1fc5767695a5a55835... | 17.4 KiB | 5.5 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.
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 |
|---|---|---|
| use.typekit.net/any5kzc.js | 6.9 KiB | 151 ms |
| /js/vendor.min.js?v=92c177972ce291dec04ec903f691c3925c982... | 108.7 KiB | 1.9 s |
| /js/main.min.js?v=a949851f0a8ee625a7893857b94481360a89b15... | 68.6 KiB | 1.1 s |
| /css/main.min.css?v=0448d2b3a16473ecb2c6ab8786348384fd9a8... | 56.7 KiB | 2.0 s |
| /css/landing.min.css?v=10f25f976b937ee395e6b38cd972bd6d2a... | 5.3 KiB | 150 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.
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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /js/main.min.js?v=a949851f0a8ee625a7893857b94481360a89b15... | 68.3 KiB | 49.0 KiB |
| /js/landing.min.js?v=f6bbaa85bda0e2a6ab47a3609523561d2d19... | 33.4 KiB | 22.1 KiB |
| /js/vendor.min.js?v=92c177972ce291dec04ec903f691c3925c982... | 108.4 KiB | 12.0 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 |
|---|---|---|
| /css/main.min.css?v=0448d2b3a16473ecb2c6ab8786348384fd9a8... | 56.3 KiB | 53.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.7 KiB |
| /js/vendor.min.js?v=92c177972ce291dec04ec903f691c3925c982... | 108.4 KiB | 83.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-YY0306L5MG | 159.8 KiB | 68.1 KiB |
| /js/main.min.js?v=a949851f0a8ee625a7893857b94481360a89b15... | 68.3 KiB | 21.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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.4 s |
| Other | 506 ms |
| Script Parsing & Compilation | 286 ms |
| Style & Layout | 256 ms |
| Parse HTML & CSS | 63 ms |
| Rendering | 25 ms |
| Garbage Collection | 24 ms |
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.
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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 1.0 s | 855 ms | 114 ms |
| Unattributable | 365 ms | 15 ms | 0.0 ms |
| /js/vendor.min.js?v=92c177972ce291dec04ec903f691c3925c982... | 343 ms | 119 ms | 44 ms |
| www.googletagmanager.com/gtag/js?id=G-YY0306L5MG | 334 ms | 268 ms | 60 ms |
| instapaper.com/ | 263 ms | 20 ms | 2.7 ms |
| use.typekit.net/any5kzc.js | 61 ms | 43 ms | 2.6 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 | |
|---|---|
Read Anywhere main.main > section > div.landing_constrained > img | /img/landing_read_anywhere.png?v=858e349b49587cd54ae0b482... |
Save Anything main.main > section > div.landing_constrained > img | /img/landing_save_anything.png?v=3ca73e242e1aa194612923d0... |
Create Notes main.main > section > div.landing_constrained > img | /img/landing_notes.png?v=ce19d10bcf9beb48f15ffa86a7f175f0... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
iPhone section > div.landing_constrained > p > a |
iPad section > div.landing_constrained > p > a |
Android section > div.landing_constrained > p > a |
Kindle section > div.landing_constrained > p > a |
Kobo section > div.landing_constrained > p > a |
These are opportunities to improve the legibility of your content.
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#control_bar > div.container-fluid > aside.logo > a div#control_bar > div.container-fluid > aside.logo > 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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|---|
Access to font at 'https://d2kfnvwohu0503.cloudfront.net/fonts/LyonDisplay-Regular-Web.woff' from origin 'https://instapaper.com' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://www.instapaper.com' that is not equal to the supplied origin. | |
Failed to load resource: net::ERR_FAILED |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div#control_bar > div.container-fluid > nav.auth_nav > a.speed_endstate_ui |
div#sign_in_modal_group > form.modal_form > div.form_line_forgot_password > a.open_modal div#sign_in_modal_group > form.modal_form > div.form_line_forgot_password > a.open_modal |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.62 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.38 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.landing_constrained > div.learn_more > a.js_smooth_scroll > span.ipicon div.landing_constrained > div.learn_more > a.js_smooth_scroll > span.ipicon | d2kfnvwohu0503.cloudfront.net/img/ipicons.png | 20.1 KiB | 10.3 KiB |
Instapaper works on iPhone, iPad, Android, Desktop, Kindle or Kobo eReaders div.landing_constrained > div.hero_viewport_center > div.landing_animation_wrapper > video.hero_video | /img/landing_video_poster.png?v=65d08596d04226dd3612ba473... | 58.2 KiB | 8.4 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.
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 |
|---|---|---|
| /js/main.min.js?v=a949851f0a8ee625a7893857b94481360a89b15... | 68.6 KiB | 80 ms |
| /js/vendor.min.js?v=92c177972ce291dec04ec903f691c3925c982... | 108.7 KiB | 80 ms |
| /css/main.min.css?v=0448d2b3a16473ecb2c6ab8786348384fd9a8... | 56.7 KiB | 284 ms |
| /css/landing.min.css?v=10f25f976b937ee395e6b38cd972bd6d2a... | 5.3 KiB | |
| use.typekit.net/any5kzc.js | 6.9 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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /js/main.min.js?v=a949851f0a8ee625a7893857b94481360a89b15... | 68.3 KiB | 49.0 KiB |
| /js/landing.min.js?v=f6bbaa85bda0e2a6ab47a3609523561d2d19... | 33.4 KiB | 22.1 KiB |
| /js/vendor.min.js?v=92c177972ce291dec04ec903f691c3925c982... | 108.4 KiB | 12.0 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 |
|---|---|---|
| /css/main.min.css?v=0448d2b3a16473ecb2c6ab8786348384fd9a8... | 56.3 KiB | 54.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.7 KiB |
| /js/vendor.min.js?v=92c177972ce291dec04ec903f691c3925c982... | 108.4 KiB | 82.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-YY0306L5MG | 159.8 KiB | 66.7 KiB |
| /js/main.min.js?v=a949851f0a8ee625a7893857b94481360a89b15... | 68.3 KiB | 21.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 | |
|---|---|
Read Anywhere main.main > section > div.landing_constrained > img | /img/landing_read_anywhere.png?v=858e349b49587cd54ae0b482... |
Save Anything main.main > section > div.landing_constrained > img | /img/landing_save_anything.png?v=3ca73e242e1aa194612923d0... |
Create Notes main.main > section > div.landing_constrained > img | /img/landing_notes.png?v=ce19d10bcf9beb48f15ffa86a7f175f0... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
iPhone section > div.landing_constrained > p > a |
iPad section > div.landing_constrained > p > a |
Android section > div.landing_constrained > p > a |
Kindle section > div.landing_constrained > p > a |
Kobo section > div.landing_constrained > p > a |
These are opportunities to improve the legibility of your content.
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#control_bar > div.container-fluid > aside.logo > a div#control_bar > div.container-fluid > aside.logo > 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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|---|
Access to font at 'https://d2kfnvwohu0503.cloudfront.net/fonts/LyonDisplay-Regular-Web.woff' from origin 'https://instapaper.com' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://www.instapaper.com' that is not equal to the supplied origin. | |
Failed to load resource: net::ERR_FAILED |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div#control_bar > div.container-fluid > nav.auth_nav > a.speed_endstate_ui |
div#sign_in_modal_group > form.modal_form > div.form_line_forgot_password > a.open_modal div#sign_in_modal_group > form.modal_form > div.form_line_forgot_password > a.open_modal |
To appear in search results, crawlers need access to your app.
Send Feedback