Auto-Refresh Configuration
Control how often your status page updates with fresh data.Refresh Interval
Choose how frequently the status page checks for updates:| Interval | Use Case |
|---|---|
| 30 seconds | Critical services, frequent changes |
| 1 minute | Default, good balance |
| 5 minutes | Stable services, low traffic |
| 10 minutes | Very stable, reduce server load |
| Never | Manual refresh only |
- Page automatically fetches new data via AJAX
- No full page reload (seamless for visitors)
- Updates status indicators, metrics, and incidents
- Visitor’s browser makes background requests
Choosing the Right Interval
30 seconds - High Frequency
30 seconds - High Frequency
Best for:
- Real-time critical services
- Active incident monitoring
- High-traffic status pages
- Frequent status changes
- Increased server load
- More bandwidth usage
- Better user experience during incidents
1 minute - Balanced (Default)
1 minute - Balanced (Default)
Best for:
- Most use cases
- Standard monitoring
- Reasonable responsiveness
- Moderate traffic
- Good balance of freshness and load
- Recommended for most status pages
5-10 minutes - Conservative
5-10 minutes - Conservative
Best for:
- Very stable services
- Low-traffic status pages
- Reduce server costs
- Infrequent changes
- Lower server load
- Delayed incident visibility
- Less bandwidth usage
Never - Manual Only
Never - Manual Only
Best for:
- Static status pages
- Embedded iframes (parent controls refresh)
- Testing environments
- Minimal server load
- Visitors must manually refresh
- No real-time updates
- Lowest server impact
Response Time Charts
Display visual graphs showing service performance over time.Enable Charts
- Global Setting
- Per-Item Setting
Enable for all items:Toggle “Show Response Time Charts” to display graphs for all monitored items.What’s shown:
- Line chart
- Last 24 hours of data
- Hourly average response times
- Hover tooltips with exact values
Chart Configuration
Chart Type: Line chart (default and only option currently) Data Points:- Time Range: Last 24 hours
- Interval: Hourly averages
- Resolution: 24 data points per chart
Website Items
Response Time:
- HTTP request time
- DNS resolution
- Connection time
- TLS handshake
- Total round trip
Server Items
Metric Options:
- CPU usage (%)
- Memory usage (%)
- Disk usage (%)
- Network latency (ms)
Chart Appearance
Design:- Clean, minimal aesthetic
- Gradient fill under line
- Grid lines for readability
- Responsive (scales on mobile)
- Green: Good performance (< 200ms)
- Yellow: Moderate (200-1000ms)
- Red: Slow (> 1000ms)
- Hover to see exact values
- Additional interaction options may vary by workspace capability
Uptime Display
Show uptime percentage and availability bars for your services.Uptime Period Options
Choose which time period to display:- Last 24 Hours
- Last 7 Days (Default)
- Last 30 Days
- Last 90 Days
Best for:
- Real-time focus
- Recent incident transparency
- High-change environments
- 24 vertical bars (1 per hour)
- Green = up, Red = down
- Percentage: e.g., 99.5%
Uptime Calculation
Formula:- Total time: 24 hours = 1,440 minutes
- Down time: 10 minutes
- Up time: 1,430 minutes
- Uptime: (1,430 / 1,440) × 100 = 99.31%
Uptime Bar Visualization
Bar Colors:Green
Up / OperationalAll checks passed
Red
Down / OfflineChecks failed
Yellow
DegradedPartial failures
Gray
MaintenanceScheduled downtime
- Hover to see exact timestamp
- Click to view incident details
- Responsive on mobile (fewer bars)
Additional Display Options
Incident History
Show timeline of past incidents and resolutions. Toggle: Enable/Disable incident history section When enabled:- Lists recent incidents in reverse chronological order
- Shows incident status, duration, and updates
- Includes resolution notes
- Filterability can depend on the current status page feature set available to your workspace
Maintenance Schedules
Display upcoming planned maintenance windows. Toggle: Show/Hide maintenance schedules When enabled:- Shows future scheduled maintenance
- Countdown to next maintenance
- Affected services highlighted
- Subscribe to reminders
Response Time Metrics
Show detailed performance statistics for each service. Toggle: Enable/Disable metrics display Metrics shown:- Website Items
- Server Items
- Average Response Time: Last 24h average
- Fastest Response: Best response time
- Slowest Response: Worst response time
- P95: 95th percentile response time
- P99: 99th percentile response time (Stack)
Custom Header/Footer Text
Add custom messages to the top or bottom of your status page. Header Text:- Appears at top of page
- Supports basic HTML
- Max 500 characters
- Good for: Announcements, service descriptions
- Appears at bottom of page
- Supports basic HTML
- Max 500 characters
- Good for: Contact info, legal notices
- Links:
<a href="..."> - Bold:
<strong>,<b> - Italic:
<em>,<i> - Line breaks:
<br>
- JavaScript
- Style tags
- Images
- Forms
Save & Apply
How Changes Take Effect
No downtime: Changes apply without interrupting service.
Optimization Tips
Performance Considerations
Refresh Interval vs Server Load
Refresh Interval vs Server Load
Impact:
- 30s interval: 120 requests/hour/visitor
- 1m interval: 60 requests/hour/visitor
- 5m interval: 12 requests/hour/visitor
- Small traffic (< 100 visitors/day): 30s okay
- Medium traffic (100-1000): 1m recommended
- High traffic (> 1000): 5m or longer
Charts Impact Page Load
Charts Impact Page Load
Consideration:
Response time charts add ~50KB per item to page load.Optimization:
- Enable charts only for critical services
- Use per-item toggle instead of global
- Consider disabling on mobile (automatic)
Uptime Period and Data Size
Uptime Period and Data Size
Data transfer:
- 24h uptime: ~2KB
- 7d uptime: ~10KB
- 30d uptime: ~30KB
- 90d uptime: ~90KB
Mobile Optimization
Status pages automatically optimize for mobile: Auto-adjustments:- Fewer uptime bars (24 instead of 168 for 7d view)
- Simplified charts (no hover tooltips)
- Stacked layout (single column)
- Larger touch targets
- Reduced animations
- Use shorter custom header/footer text
- Limit number of visible items
- Consider longer refresh intervals (save battery)
Troubleshooting
Auto-refresh not working
Auto-refresh not working
Issue: Status page doesn’t update automatically.Possible causes:
- Refresh set to “Never”
- Browser blocking background requests
- Ad blocker interfering
- Page in background tab (intentional throttling)
- Check refresh interval setting
- Disable browser extensions temporarily
- Keep tab active/focused
- Try incognito mode
Charts not displaying
Charts not displaying
Issue: Response time charts don’t appear.Possible causes:
- Charts disabled globally or per-item
- No data available yet (< 1 hour of monitoring)
- Chart data still loading
- Item type doesn’t support charts (Groups)
- Verify charts enabled in settings
- Wait for monitoring data accumulation
- Refresh page to reload chart data
- Check item type (only Website/Server show charts)
Uptime percentage seems wrong
Uptime percentage seems wrong
Issue: Uptime calculation doesn’t match expectations.Explanation:
Uptime is calculated from actual check intervals:
- Free/Solo: 5-minute checks
- Team: 1-minute checks
- Stack: 30-second checks
- Brief outages (< check interval) may be missed
- Maintenance periods can be excluded
- Degraded states count as partial downtime
Custom text not showing HTML
Custom text not showing HTML
Issue: HTML tags appear as text instead of formatting.Possible causes:
- Unsupported HTML tags used
- HTML not properly formatted
- Security filtering stripped tags
- Use only supported tags:
<a>,<strong>,<em>,<br> - Verify proper tag closing
- Remove any JavaScript or inline styles
Best Practices
Start Conservative
Begin with 5-minute refresh, decrease if needed
Enable Charts Selectively
Show charts only for customer-facing services
7-Day Uptime Default
Best balance of detail and context
Show Recent Incidents
Transparency builds trust
Brief Custom Text
Keep header/footer concise and relevant
Test on Mobile
Verify appearance on small screens
Next Steps
Custom Domain
Host your status page on your own domain
Advanced Settings
Multiple pages, API access, and more
