Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 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.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
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
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
51 third-party resources (100% 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/29772083-0525-4aaa-bba6-5fa3e3c3cda8)<a href="https://beavercheck.com/results/29772083-0525-4aaa-bba6-5fa3e3c3cda8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffreecodecamp.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffreecodecamp.orgThis 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.3s 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.
$500 investment → $0.68/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$0.68 /mo
~$8.19 / year
USD 157,500
if kept compliant
$150 — 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.
5.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
+5 more
$0.68 /mo
8530.3 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.
4.83 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
874 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.047
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.66 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.68 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.
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.
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.
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 | |
|---|---|---|---|
Sarah Chima, a young-looking Black woman, smiling for the camera while sitting … div.testimonials-row > div.testimonial-card > div.testimonial-card-header > img.testimonial-image | www.freecodecamp.org/static/Sarah-04dee53ff6709a3b1c0bbe0023554a46.png | 44.5 KiB | 24.6 KiB |
Shawn Wang, a young-looking Asian man, smiling for a selfie with a snow-capped … div.testimonials-row > div.testimonial-card > div.testimonial-card-header > img.testimonial-image | www.freecodecamp.org/static/Shawn-75f7dad2bfcbae1988440b303b5a465b.png | 44.1 KiB | 24.2 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 |
|---|---|
| freecodecamp.org/ | 898 ms |
| www.freecodecamp.org/ | 0.0 ms |
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.
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.
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 |
|---|---|---|
| /c8f7fe3b0e41be846d5687592cf2018ff6e22687-40d71bcd1644bb1... | 725.4 KiB | 725.0 KiB |
| js.stripe.com/v3 | 221.2 KiB | 143.5 KiB |
| www.freecodecamp.org/app-84a776ab9ab7915f4ed2.js | 468.4 KiB | 143.1 KiB |
| www.freecodecamp.org/7e3b4c62-ba61f723d90acd3f2bee.js | 130.9 KiB | 78.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-SF1BGBDCNS&cx=c>m=4e64e1h1&bs=ctrl2 | 155.2 KiB | 65.3 KiB |
| /gtm.js?id=GTM-57R6KJM>m_auth=>m_preview=>m_cookies... | 123.5 KiB | 61.4 KiB |
| www.freecodecamp.org/component---src-pages-index-tsx-982dc98f48aac61a9135.js | 39.6 KiB | 21.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.freecodecamp.org/app-84a776ab9ab7915f4ed2.js | 1.2 s | 1.0 s | 123 ms |
| www.freecodecamp.org/ | 494 ms | 7.2 ms | 2.6 ms |
| js.stripe.com/v3 | 279 ms | 196 ms | 78 ms |
| www.googletagmanager.com/gtag/js?id=G-SF1BGBDCNS&cx=c>m=4e64e1h1&bs=ctrl2 | 277 ms | 240 ms | 35 ms |
| Unattributable | 274 ms | 9.6 ms | 0.0 ms |
| /c8f7fe3b0e41be846d5687592cf2018ff6e22687-40d71bcd1644bb1... | 245 ms | 6.6 ms | 238 ms |
| /gtm.js?id=GTM-57R6KJM>m_auth=>m_preview=>m_cookies... | 154 ms | 123 ms | 30 ms |
| www.freecodecamp.org/7e3b4c62-ba61f723d90acd3f2bee.js | 59 ms | 1.5 ms | 54 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 | 1.6 s |
| Script Parsing & Compilation | 588 ms |
| Other | 431 ms |
| Style & Layout | 242 ms |
| Parse HTML & CSS | 71 ms |
| Garbage Collection | 50 ms |
| Rendering | 49 ms |
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 |
|---|---|---|
| .ais-Breadcrumb-list,.ais-CurrentRefinements-list,.ais-Hi... | 71.0 KiB | 67.3 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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.site-header > nav#universal-nav > div.universal-nav-right > a.signup-btn header.site-header > nav#universal-nav > div.universal-nav-right > a.signup-btn |
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.
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.
1.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
88 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.
2.13 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.
4.02 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.
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.
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.
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 | |
|---|---|---|---|
A group of people, including a White man, a Black woman, and an Asian woman, ga… div.mx-[-15px] > div.landing-top-right > figure > img.img-loaded | www.freecodecamp.org/static/wide-image-becdb4c281c527b989315b2f7ce20378.png | 100.3 KiB | 46.2 KiB |
Emma Bostian, a young-looking White woman, smiling for the camera in front of g… div.testimonials-row > div.testimonial-card > div.testimonial-card-header > img.testimonial-image | www.freecodecamp.org/static/Emma-1384890b0c332b769f67e8c14b628e13.png | 57.2 KiB | 40.6 KiB |
Sarah Chima, a young-looking Black woman, smiling for the camera while sitting … div.testimonials-row > div.testimonial-card > div.testimonial-card-header > img.testimonial-image | www.freecodecamp.org/static/Sarah-04dee53ff6709a3b1c0bbe0023554a46.png | 44.5 KiB | 27.9 KiB |
Shawn Wang, a young-looking Asian man, smiling for a selfie with a snow-capped … div.testimonials-row > div.testimonial-card > div.testimonial-card-header > img.testimonial-image | www.freecodecamp.org/static/Shawn-75f7dad2bfcbae1988440b303b5a465b.png | 44.1 KiB | 27.4 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 |
|---|---|
| freecodecamp.org/ | 355 ms |
| www.freecodecamp.org/ | 0.0 ms |
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.
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 |
|---|---|---|
| /c8f7fe3b0e41be846d5687592cf2018ff6e22687-40d71bcd1644bb1... | 725.4 KiB | 725.0 KiB |
| www.freecodecamp.org/app-84a776ab9ab7915f4ed2.js | 468.3 KiB | 143.0 KiB |
| js.stripe.com/v3 | 221.2 KiB | 142.8 KiB |
| www.freecodecamp.org/7e3b4c62-ba61f723d90acd3f2bee.js | 130.9 KiB | 78.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-SF1BGBDCNS&cx=c>m=4e64e1&bs=ctrl | 155.2 KiB | 65.1 KiB |
| /gtm.js?id=GTM-57R6KJM>m_auth=>m_preview=>m_cookies... | 123.5 KiB | 61.4 KiB |
| www.freecodecamp.org/component---src-pages-index-tsx-982dc98f48aac61a9135.js | 39.6 KiB | 21.1 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 |
|---|---|---|
| .ais-Breadcrumb-list,.ais-CurrentRefinements-list,.ais-Hi... | 70.8 KiB | 65.9 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.
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
A group of people, including a White man, a Black woman, and an Asian woman, ga… div.mx-[-15px] > div.landing-top-right > figure > img.img-loaded | www.freecodecamp.org/static/wide-image-becdb4c281c527b989315b2f7ce20378.png | 850 x 550 (1.55) | 750 x 443 (1.69) |
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