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
No Content-Security-Policy header found
1 link(s) with no accessible text
No <main> landmark found
Cross-Origin-Embedder-Policy header is missing
[](https://beavercheck.com/results/a891f6d0-e656-4b3e-a6b6-737e57b3612a)<a href="https://beavercheck.com/results/a891f6d0-e656-4b3e-a6b6-737e57b3612a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fturbo.build" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fturbo.buildThis 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.
3.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
573 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.
5.41 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.
7.23 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.
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 |
|---|---|---|
| /_next/static/chunks/116fgwn6b2j.0.css?dpl=dpl_AhZCer3oC1... | 36.5 KiB | 300 ms |
| /_next/static/chunks/0uw7j8cbs-2_5.css?dpl=dpl_AhZCer3oC1... | 945 B |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
| URL | Time Spent |
|---|---|
| turbo.build/ | 795 ms |
| turborepo.dev/ | 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.
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.
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 |
|---|---|---|
| /_next/static/chunks/0u9800iq0j6k4.js?dpl=dpl_AhZCer3oC1s... | 171.4 KiB | 124.8 KiB |
| /_next/static/chunks/06v~4zbsc~-e0.js?dpl=dpl_AhZCer3oC1s... | 116.4 KiB | 93.7 KiB |
| /_next/static/chunks/0paypp_ypnc3m.js?dpl=dpl_AhZCer3oC1s... | 44.7 KiB | 44.6 KiB |
| /_next/static/chunks/0grf_cr1gt3-0.js?dpl=dpl_AhZCer3oC1s... | 39.7 KiB | 28.2 KiB |
| /_next/static/chunks/18bubx_dzn8wd.js?dpl=dpl_AhZCer3oC1s... | 70.6 KiB | 23.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 |
|---|---|---|---|
| /_next/static/chunks/18bubx_dzn8wd.js?dpl=dpl_AhZCer3oC1s... | 1.1 s | 830 ms | 55 ms |
| turborepo.dev/ | 817 ms | 25 ms | 33 ms |
| /_next/static/chunks/0zhvh253il8cl.js?dpl=dpl_AhZCer3oC1s... | 722 ms | 716 ms | 4.9 ms |
| /_next/static/chunks/0grf_cr1gt3-0.js?dpl=dpl_AhZCer3oC1s... | 656 ms | 225 ms | 15 ms |
| /_next/static/chunks/17mu01cho.7j6.js?dpl=dpl_AhZCer3oC1s... | 356 ms | 334 ms | 5.5 ms |
| Unattributable | 352 ms | 17 ms | 0.0 ms |
| /_next/static/chunks/0u9800iq0j6k4.js?dpl=dpl_AhZCer3oC1s... | 163 ms | 48 ms | 88 ms |
| /_next/static/chunks/0jpsxqebiafav.js?dpl=dpl_AhZCer3oC1s... | 134 ms | 82 ms | 32 ms |
| /_next/static/chunks/0laj74pxovg~a.js?dpl=dpl_AhZCer3oC1s... | 117 ms | 116 ms | 0.8 ms |
| /_next/static/chunks/06v~4zbsc~-e0.js?dpl=dpl_AhZCer3oC1s... | 53 ms | 0.8 ms | 52 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 |
|---|---|
| Script Evaluation | 2.5 s |
| Other | 778 ms |
| Style & Layout | 662 ms |
| Script Parsing & Compilation | 494 ms |
| Rendering | 306 ms |
| Parse HTML & CSS | 60 ms |
| Garbage Collection | 16 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
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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.
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.
| Failing Elements |
|---|
Turborepo logomark header.sticky > div.mx-auto > div.flex > 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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
| Failing Elements |
|---|
Toggle navigation menu header.sticky > div.mx-auto > div.ml-auto > button.inline-flex |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html.geist_f7ab312d-module__AHFjPq__variable html.geist_f7ab312d-module__AHFjPq__variable |
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
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.
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.
567 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
167 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.
936 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.45 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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 |
|---|---|---|
| /_next/static/chunks/116fgwn6b2j.0.css?dpl=dpl_AhZCer3oC1... | 36.6 KiB | 80 ms |
| /_next/static/chunks/0uw7j8cbs-2_5.css?dpl=dpl_AhZCer3oC1... | 1005 B |
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.
| URL | Time Spent |
|---|---|
| turbo.build/ | 217 ms |
| turborepo.dev/ | 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.
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 |
|---|---|---|
| /_next/static/chunks/0u9800iq0j6k4.js?dpl=dpl_AhZCer3oC1s... | 171.4 KiB | 125.2 KiB |
| /_next/static/chunks/06v~4zbsc~-e0.js?dpl=dpl_AhZCer3oC1s... | 116.4 KiB | 93.7 KiB |
| /_next/static/chunks/0paypp_ypnc3m.js?dpl=dpl_AhZCer3oC1s... | 44.7 KiB | 44.6 KiB |
| /_next/static/chunks/0grf_cr1gt3-0.js?dpl=dpl_AhZCer3oC1s... | 39.7 KiB | 28.3 KiB |
| /_next/static/chunks/18bubx_dzn8wd.js?dpl=dpl_AhZCer3oC1s... | 70.6 KiB | 23.6 KiB |
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
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 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.
| Failing Elements |
|---|
div.flex > div.flex > div.flex > button.inline-flex div.flex > div.flex > div.flex > button.inline-flex |
div.flex > div.flex > div.flex > button.inline-flex div.flex > div.flex > div.flex > button.inline-flex |
div.flex > div.flex > div.flex > button.inline-flex div.flex > div.flex > div.flex > button.inline-flex |
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.
| Failing Elements |
|---|
Turborepo logomark header.sticky > div.mx-auto > div.flex > 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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html.geist_f7ab312d-module__AHFjPq__variable html.geist_f7ab312d-module__AHFjPq__variable |
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
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.
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