Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
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.
Content-Security-Policy header is missing
Cookie 'NEXT_LOCALE' is missing the Secure flag
No Content-Security-Policy header found
No <main> landmark found
129 HTTP requests — consider bundling or reducing
[](https://beavercheck.com/results/7589216c-55d6-71d1-554f-778429f30de6)<a href="https://beavercheck.com/results/7589216c-55d6-71d1-554f-778429f30de6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.todoist.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.todoist.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.
6.17 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
266 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.
7.43 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.
15.42 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.mbe-96 > video-player.video-container > div.thumbnail > img div.mbe-96 > video-player.video-container > div.thumbnail > img | www.todoist.com/_astro/poster-image.2nEMsGp8.png | 421.1 KiB | 409.1 KiB |
Todoist app interface showing daily tasks, projects, and team sections with a m… div.hero > div.illustration > div.image-container > img.foreground-image | www.todoist.com/_astro/headerui.en.DAyuar6R_Z1JX863.webp | 96.6 KiB | 83.9 KiB |
div.image-column > video-player.video-container > div.thumbnail > img div.image-column > video-player.video-container > div.thumbnail > img | www.todoist.com/_astro/ai-video-thumbnail.CZxmLcd8_Z2mIDIL.webp | 55.2 KiB | 50.8 KiB |
div.mbs-32 > div.video-container > astro-island > video div.mbs-32 > div.video-container > astro-island > video | /imagist/video/upload/f_auto,so_0.1/f_auto,q_auto/v175554... | 26.3 KiB | 23.8 KiB |
li > div.mobile-template-card > div.mobile-template-image > img li > div.mobile-template-card > div.mobile-template-image > img | /dm4oa8qtogq0/1la3hgXN3C6hvQI6IulAKV/14b9e9e3675dea1a0d8b... | 20.3 KiB | 19.1 KiB |
li > div.mobile-template-card > div.mobile-template-image > img li > div.mobile-template-card > div.mobile-template-image > img | /dm4oa8qtogq0/15OVPgnxNOQKhBmfbiju8D/6237caafe7e2eb3efd98... | 15.2 KiB | 14.0 KiB |
div.mbs-32 > div.video-container > astro-island > video div.mbs-32 > div.video-container > astro-island > video | /imagist/video/upload/f_auto,so_0.1/f_auto,q_auto/v175554... | 14.5 KiB | 13.1 KiB |
div.mbs-32 > div.video-container > astro-island > video div.mbs-32 > div.video-container > astro-island > video | /imagist/video/upload/f_auto,so_0.1/f_auto,q_auto/v175554... | 11.6 KiB | 10.5 KiB |
div.mbs-32 > div.video-container > astro-island > video div.mbs-32 > div.video-container > astro-island > video | /imagist/video/upload/f_auto,so_0.1/f_auto,q_auto/v176828... | 11.0 KiB | 9.9 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.todoist.com/_astro/index.DAfKt5uT.css | 1.5 KiB | |
| www.todoist.com/_astro/_slug_.-6Uo_yjt.css | 73.0 KiB | 750 ms |
| www.todoist.com/_astro/_slug_.CwMIkVzm.css | 1.6 KiB | |
| www.todoist.com/_astro/index.1pp5_YPP.css | 2.2 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.requestmetrics.com/agent/current/rm.js | 1200.0 s | 14.7 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.
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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.todoist.com/_astro/_slug_.-6Uo_yjt.css | 72.6 KiB | 59.4 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-L1YQDZCTV5&cx=c>m=4e6460 | 168.6 KiB | 68.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KW4J5DNZ | 159.5 KiB | 63.5 KiB |
| www.todoist.com/_astro/client.BWFqRWag.js | 69.7 KiB | 25.6 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.todoist.com/ | 1.0 s | 41 ms | 8.0 ms |
| Unattributable | 935 ms | 86 ms | 0.0 ms |
| www.todoist.com/_astro/index.DKtf60Sy.js | 726 ms | 157 ms | 0.4 ms |
| www.googletagmanager.com/gtag/js?id=G-L1YQDZCTV5&cx=c>m=4e6460 | 347 ms | 281 ms | 62 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KW4J5DNZ | 297 ms | 234 ms | 61 ms |
| www.todoist.com/_astro/ScrollTrigger.h_CMBckj.js | 266 ms | 64 ms | 0.3 ms |
| www.todoist.com/_astro/client.BWFqRWag.js | 260 ms | 226 ms | 0.6 ms |
| www.todoist.com/_astro/ScrollTrigger.BWsqEc1I.js | 230 ms | 117 ms | 0.3 ms |
| tr.capterra.com/static/vcvr.js | 69 ms | 54 ms | 9.8 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
| Category | Time Spent |
|---|---|
| Other | 1.4 s |
| Script Evaluation | 1.3 s |
| Style & Layout | 1.2 s |
| Rendering | 184 ms |
| Script Parsing & Compilation | 153 ms |
| Parse HTML & CSS | 84 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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.
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.
| Failing Elements |
|---|
body.todoistTheme > div.appContainer > astro-island > div._overlay_1d1qk_6 body.todoistTheme > div.appContainer > astro-island > div._overlay_1d1qk_6 |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
Start for free li._mobileRegisterItem_1v9k5_27 > span._navbarItem_53i31_1 > a._text_qx30j_1 > span._textWrapper_1yend_73 |
Clear your mind div > div.text-lock-up > div.text-container > p._text_qx30j_1 |
Plan with confidence div > div.text-lock-up > div.text-container > p._text_qx30j_1 |
These are opportunities to improve the legibility of your content.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
| Failing Elements |
|---|
Work
Accounting Tasks
Business Travel Packing div._hidden_snh3y_1 > feature-radio-tile-group.mbe-24 > ul > li |
Personal div._hidden_snh3y_1 > feature-radio-tile-group.mbe-24 > ul > li |
Education div._hidden_snh3y_1 > feature-radio-tile-group.mbe-24 > ul > li |
Management div._hidden_snh3y_1 > feature-radio-tile-group.mbe-24 > ul > li |
Marketing & Sales div._hidden_snh3y_1 > feature-radio-tile-group.mbe-24 > ul > li |
Customer Support div._hidden_snh3y_1 > feature-radio-tile-group.mbe-24 > ul > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.hero > div.illustration > div.image-container > img.background-image div.hero > div.illustration > div.image-container > img.background-image | www.todoist.com/_astro/background.BbIjsenq_13uyaQ.webp | 500 x 590 (0.85) | 590 x 332 (1.78) |
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
| Source | Description |
|---|---|
www.todoist.com/_astro/client.BWFqRWag.js line 23, col 24704 | Error: Minified React error #418; visit https://react.dev/errors/418?args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at da (https://www.todoist.com/_astro/client.BWFqRWag.js:24:24705)
at A1 (https://www.todoist.com/_astro/client.BWFqRWag.js:24:73925)
at w1 (https://www.todoist.com/_astro/client.BWFqRWag.js:24:106263)
at _h (https://www.todoist.com/_astro/client.BWFqRWag.js:24:106236)
at Nh (https://www.todoist.com/_astro/client.BWFqRWag.js:24:106097)
at C1 (https://www.todoist.com/_astro/client.BWFqRWag.js:24:101993)
at fv (https://www.todoist.com/_astro/client.BWFqRWag.js:24:113630)
at MessagePort.Ea (https://www.todoist.com/_astro/client.BWFqRWag.js:9:1650) |
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.
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.
895 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.25 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.040
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.15 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.26 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.mbe-96 > video-player.video-container > div.thumbnail > img div.mbe-96 > video-player.video-container > div.thumbnail > img | www.todoist.com/_astro/poster-image.2nEMsGp8.png | 421.1 KiB | 312.5 KiB |
Todoist app interface showing daily tasks, projects, and team sections with a m… div.hero > div.illustration > div.image-container > img.foreground-image | www.todoist.com/_astro/headerui.en.Cz2t5aii_2dMsRv.webp | 222.9 KiB | 205.9 KiB |
li > div.icon-card > div.image-container > img li > div.icon-card > div.image-container > img | /dm4oa8qtogq0/6TiTWjSetzQYlfaCmDNDLc/9a3e60cc7022ba15b340... | 40.1 KiB | 38.5 KiB |
li > div.icon-card > div.image-container > img li > div.icon-card > div.image-container > img | /dm4oa8qtogq0/1la3hgXN3C6hvQI6IulAKV/14b9e9e3675dea1a0d8b... | 27.0 KiB | 25.4 KiB |
li > div.icon-card > div.image-container > img li > div.icon-card > div.image-container > img | /dm4oa8qtogq0/4jRfVdAdXfu3MfxWkN4Mct/d10e07e3fb8476bc0eb9... | 23.2 KiB | 21.5 KiB |
li > div.icon-card > div.image-container > img li > div.icon-card > div.image-container > img | /dm4oa8qtogq0/1BRIRjqHOIp5yftZ1FIskk/c1100be22568f4ed2a92... | 21.6 KiB | 20.0 KiB |
div > div.video-container > astro-island > video div > div.video-container > astro-island > video | /imagist/video/upload/f_auto,so_0.1/f_auto,q_auto/v175554... | 26.3 KiB | 19.7 KiB |
li > div.icon-card > div.image-container > img li > div.icon-card > div.image-container > img | /dm4oa8qtogq0/15OVPgnxNOQKhBmfbiju8D/6237caafe7e2eb3efd98... | 20.4 KiB | 18.8 KiB |
div._hidden_snh3y_1 > div.soc-banner-container > div.soc-banner > img div._hidden_snh3y_1 > div.soc-banner-container > div.soc-banner > img | www.todoist.com/static/soc-badge.png | 15.6 KiB | 13.6 KiB |
div > div.video-container > astro-island > video div > div.video-container > astro-island > video | /imagist/video/upload/f_auto,so_0.1/f_auto,q_auto/v175554... | 14.5 KiB | 10.9 KiB |
div > div.video-container > astro-island > video div > div.video-container > astro-island > video | /imagist/video/upload/f_auto,so_0.1/f_auto,q_auto/v175554... | 11.6 KiB | 8.7 KiB |
div > div.video-container > astro-island > video div > div.video-container > astro-island > video | /imagist/video/upload/f_auto,so_0.1/f_auto,q_auto/v176828... | 11.0 KiB | 8.2 KiB |
techradar customer logo div.grid > div.publication-quote > div.logo-container > img | /imagist/image/upload/h_114,e_colorize,o_48,co_rgb:17150f... | 4.1 KiB | 4.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.todoist.com/_astro/_slug_.-6Uo_yjt.css | 72.9 KiB | 467 ms |
| www.todoist.com/_astro/index.DAfKt5uT.css | 1.4 KiB | 231 ms |
| www.todoist.com/_astro/index.1pp5_YPP.css | 2.1 KiB | 231 ms |
| www.todoist.com/_astro/_slug_.CwMIkVzm.css | 1.5 KiB | 231 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.requestmetrics.com/agent/current/rm.js | 1200.0 s | 14.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.todoist.com/_astro/_slug_.-6Uo_yjt.css | 72.5 KiB | 58.0 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-L1YQDZCTV5&cx=c>m=4e6460h1 | 168.6 KiB | 68.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KW4J5DNZ | 159.5 KiB | 63.0 KiB |
| www.todoist.com/_astro/client.BWFqRWag.js | 69.8 KiB | 25.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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.
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.
| Failing Elements |
|---|
body.todoistTheme > div.appContainer > astro-island > div._overlay_1d1qk_6 body.todoistTheme > div.appContainer > astro-island > div._overlay_1d1qk_6 |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
Start for free ul._navbarItemGroup_ue8ah_1 > li._navbarItem_53i31_1 > a._text_qx30j_1 > span._textWrapper_1yend_73 |
Clear your mind div > div.text-lock-up > div.text-container > p._text_qx30j_1 |
Plan with confidence div > div.text-lock-up > div.text-container > p._text_qx30j_1 |
These are opportunities to improve the legibility of your content.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
| Failing Elements |
|---|
Work div._hidden_snh3y_1 > div.mbe-24 > ul > li |
Personal div._hidden_snh3y_1 > div.mbe-24 > ul > li |
Education div._hidden_snh3y_1 > div.mbe-24 > ul > li |
Management div._hidden_snh3y_1 > div.mbe-24 > ul > li |
Marketing & Sales div._hidden_snh3y_1 > div.mbe-24 > ul > li |
Customer Support div._hidden_snh3y_1 > div.mbe-24 > ul > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.hero > div.illustration > div.image-container > img.background-image div.hero > div.illustration > div.image-container > img.background-image | www.todoist.com/_astro/background.BbIjsenq_13uyaQ.webp | 728 x 590 (1.23) | 590 x 332 (1.78) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div.hero > div.illustration > div.image-container > img.background-image div.hero > div.illustration > div.image-container > img.background-image | www.todoist.com/_astro/background.BbIjsenq_13uyaQ.webp | 728 x 590 | 590 x 332 | 728 x 590 |
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
| Source | Description |
|---|---|
www.todoist.com/_astro/client.BWFqRWag.js line 23, col 24704 | Error: Minified React error #418; visit https://react.dev/errors/418?args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at da (https://www.todoist.com/_astro/client.BWFqRWag.js:24:24705)
at A1 (https://www.todoist.com/_astro/client.BWFqRWag.js:24:73925)
at w1 (https://www.todoist.com/_astro/client.BWFqRWag.js:24:106263)
at _h (https://www.todoist.com/_astro/client.BWFqRWag.js:24:106236)
at Nh (https://www.todoist.com/_astro/client.BWFqRWag.js:24:106097)
at C1 (https://www.todoist.com/_astro/client.BWFqRWag.js:24:101993)
at fv (https://www.todoist.com/_astro/client.BWFqRWag.js:24:113630)
at MessagePort.Ea (https://www.todoist.com/_astro/client.BWFqRWag.js:9:1650) |
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.
Send Feedback