> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loadforge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LoadForge Score

> Understanding the comprehensive LoadForge performance rating system

The LoadForge Score provides a comprehensive assessment of your website's performance across multiple dimensions. This unified scoring system helps you quickly understand your site's overall health and identify areas for improvement.

## How It Works

The LoadForge Score combines data from multiple performance metrics to generate a single, easy-to-understand letter grade (A-F) that represents your site's overall performance.

### Weighted Scoring Components

<Frame caption="LoadForge Score Components">
  <img src="https://mintcdn.com/loadforge/-JPjrj7GdlQs4xIV/images/loadforge-score-components.png?fit=max&auto=format&n=-JPjrj7GdlQs4xIV&q=85&s=6e6ee40ada19e1d141e2c202806aa190" alt="LoadForge Score Components" width="2854" height="1842" data-path="images/loadforge-score-components.png" />
</Frame>

Your overall score is calculated based on a weighted average of three key performance areas:

* **40% Core Web Vitals** - Real user experience metrics from CrUX data:
  * Time to First Byte (TTFB)
  * First Contentful Paint (FCP)
  * Largest Contentful Paint (LCP)
  * Cumulative Layout Shift (CLS)
  * Interaction to Next Paint (INP)

* **30% Response Time** - Server performance metrics:
  * Average response time
  * Response time consistency
  * Uptime percentage

* **30% Lighthouse Performance** - Technical performance metrics:
  * Overall performance score
  * Accessibility score
  * Best practices score
  * SEO score

## Rating Scale

<CardGroup cols={5}>
  <Card title="A" icon="circle-check" color="#4CAF50">
    90-100%: Excellent performance across all metrics
  </Card>

  <Card title="B" icon="circle-check" color="#2196F3">
    80-89%: Good performance with minor improvements needed
  </Card>

  <Card title="C" icon="circle-exclamation" color="#FFEB3B">
    70-79%: Fair performance with several areas for improvement
  </Card>

  <Card title="D" icon="circle-exclamation" color="#FF9800">
    60-69%: Poor performance requiring significant optimization
  </Card>

  <Card title="F" icon="circle-xmark" color="#F44336">
    0-59%: Very poor performance requiring urgent attention
  </Card>
</CardGroup>

<Note>
  If your site has insufficient data in any category, you'll see a gray "N/A" badge. Continue monitoring to generate enough data for a complete score.
</Note>

## Why It Matters

The LoadForge Score is more than just a number—it directly correlates with user experience and business metrics:

* **User Retention**: Sites with A or B scores typically have 25% higher user retention rates
* **Conversion Rates**: Each letter grade improvement correlates with a 7-12% increase in conversion rates
* **SEO Rankings**: Higher scores often translate to better search engine visibility
* **Bounce Rate**: Lower-scoring sites experience bounce rates up to 40% higher than high-scoring sites

## Improving Your Score

To improve your LoadForge Score, focus on the specific components where your site is underperforming:

<CardGroup cols={3}>
  <Card title="Core Web Vitals" icon="gauge-high" href="/performance/crux-metrics">
    Optimize real user experience metrics
  </Card>

  <Card title="Response Times" icon="bolt" href="/performance/response-times">
    Improve server response and reliability
  </Card>

  <Card title="Lighthouse" icon="lighthouse" href="/performance/lighthouse">
    Enhance technical performance aspects
  </Card>
</CardGroup>
