> ## 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.

# Response Times & Uptime

> Monitor your server's response times and uptime performance

Response time monitoring provides critical insights into your server's performance and reliability. LoadForge continuously monitors your host's response times and uptime, helping you identify and resolve performance issues before they impact your users.

## How It Works

LoadForge checks the health of your host **every 5 minutes** and records detailed response time metrics. This data is analyzed to provide both real-time alerts and historical performance trends.

<Frame caption="Response Time Monitoring Dashboard">
  <img src="https://mintcdn.com/loadforge/-JPjrj7GdlQs4xIV/images/host-response-times.png?fit=max&auto=format&n=-JPjrj7GdlQs4xIV&q=85&s=9aac381ebc93ce18daaedef46d72fcf4" alt="Host Response Times" width="2305" height="754" data-path="images/host-response-times.png" />
</Frame>

## Key Metrics

### Response Time

Response time measures how quickly your server responds to requests, directly impacting user experience and satisfaction. LoadForge tracks:

* **Average Response Time**: The mean time it takes for your server to respond to requests
* **Response Time Distribution**: How response times vary across different percentiles
* **Time-of-Day Patterns**: Identifying peak load times that may affect performance

### Uptime

Uptime monitoring tracks the availability of your service, ensuring that your application remains accessible to users. LoadForge provides:

* **Real-Time Status**: Immediate notification if your service becomes unavailable
* **Uptime Percentage**: Historical record of your service's reliability
* **Downtime Analysis**: Insights into patterns or causes of service interruptions

## Response Time Ratings

LoadForge categorizes response times into performance brackets to help you quickly assess your server's performance:

<CardGroup cols={4}>
  <Card title="Excellent" icon="circle-check" color="#4CAF50">
    Under 200ms
  </Card>

  <Card title="Good" icon="circle-check" color="#2196F3">
    200-500ms
  </Card>

  <Card title="Fair" icon="circle-exclamation" color="#FFEB3B">
    500-1000ms
  </Card>

  <Card title="Poor" icon="circle-xmark" color="#F44336">
    Over 1000ms
  </Card>
</CardGroup>

## Percentile Distribution

LoadForge provides two key distribution charts to help you understand your response time patterns:

1. **Performance Brackets**: Shows what percentage of responses fall into each performance category
2. **Time-of-Day Variation**: Identifies peak load times that may be affecting performance

<Frame caption="Response Time Percentile Distribution">
  <img src="https://mintcdn.com/loadforge/-JPjrj7GdlQs4xIV/images/host-percentiles.png?fit=max&auto=format&n=-JPjrj7GdlQs4xIV&q=85&s=27d1c445ecf2c5caa95d14f971ce3a78" alt="Host Percentiles" width="2310" height="540" data-path="images/host-percentiles.png" />
</Frame>

## Alerts & Notifications

<Tip>
  Configure different alert thresholds for different team members. Technical staff might need immediate alerts for minor issues, while management may only need notifications for significant problems.
</Tip>

LoadForge provides real-time alerts when your host:

* Becomes unresponsive
* Experiences a significant performance drop
* Shows a pattern of degrading response times

Alerts can be delivered via:

* Email (default)
* Slack integration
* Zapier webhooks

## Historical Analysis

Historical response time data allows you to:

* Track long-term performance trends
* Identify gradual slowdowns before they become critical
* Compare performance before and after infrastructure changes
* Correlate response time issues with specific events or changes

## Impact on LoadForge Score

Response time metrics account for **30%** of your overall [LoadForge Score](/performance/loadforge-score), making them a critical component of your site's performance rating.

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

  <Card title="Lighthouse" icon="lighthouse" href="/performance/lighthouse">
    Discover technical performance insights
  </Card>
</CardGroup>
