Overview
Page speed directly impacts user experience, conversion rates, and search rankings. SEO Crawler tracks response times for every URL discovered during crawls, helping you identify and fix performance bottlenecks.Available on: All plans (basic metrics), Pro/Agency (trend analysis)
What We Measure
Time to First Byte (TTFB)
The time between our crawler sending a request and receiving the first byte of the response. This measures server-side performance:- Database queries
- Server processing
- Network latency
Total Response Time
The time to download the complete response body. This includes TTFB plus:- Content transfer time
- Network throughput
Performance Thresholds
We categorize response times into three levels:| Rating | TTFB | Total Time | Impact |
|---|---|---|---|
| ๐ข Fast | < 200ms | < 1s | Excellent user experience |
| ๐ก Moderate | 200-600ms | 1-3s | Acceptable but room for improvement |
| ๐ด Slow | > 600ms | > 3s | Negatively impacts users and SEO |
Why Response Time Matters
User Experience
Studies show clear correlations between speed and user behavior:| Delay | Impact |
|---|---|
| +1 second | 7% reduction in conversions |
| +2 seconds | 40% of users abandon the page |
| +3 seconds | 53% of mobile users leave |
SEO Impact
- Core Web Vitals: Google measures Largest Contentful Paint, which correlates with TTFB
- Crawl Efficiency: Slow pages consume more of Googleโs crawl budget
- Mobile-First Indexing: Mobile users on slower connections are particularly affected
Using Response Time Data
Dashboard View
The Response Time section shows:- Average TTFB: Mean response time across all pages
- Slowest Pages: Top 10 pages by response time
- Distribution Chart: Histogram of response times
- Trend Graph: Performance changes over time (Pro/Agency)
Identifying Slow Pages
Click any slow page to see:| Field | Description |
|---|---|
| URL | The slow page URL |
| TTFB | Time to first byte |
| Total Time | Complete response time |
| Response Size | Total bytes downloaded |
| History | Performance trend across crawls |
Common Performance Issues
Server-Side Problems
Slow Database Queries
Slow Database Queries
Symptoms: High TTFB, especially on dynamic pagesSolutions:
- Add database indexes
- Optimize queries (avoid N+1 problems)
- Implement query caching
- Use database connection pooling
No Page Caching
No Page Caching
Symptoms: Consistently high TTFB on repeat visitsSolutions:
- Enable server-side page caching
- Use a CDN for static assets
- Implement edge caching for dynamic content
- Add proper cache headers
Slow Third-Party APIs
Slow Third-Party APIs
Symptoms: High TTFB on pages that fetch external dataSolutions:
- Cache API responses
- Make API calls asynchronous
- Implement circuit breakers
- Add timeout limits
Content Problems
Large Page Size
Large Page Size
Symptoms: Low TTFB but high total timeSolutions:
- Compress images
- Enable gzip/brotli compression
- Minify HTML, CSS, JavaScript
- Remove unused code
Too Many Resources
Too Many Resources
Symptoms: High number of requests in waterfallSolutions:
- Bundle JavaScript files
- Use CSS sprites
- Inline critical CSS
- Lazy load non-critical resources
Response Trends (Pro/Agency)
Response Trends requires the Response Trends scan option to be enabled.
- Detect Regressions: Spot when deployments slow down your site
- Measure Improvements: Verify optimization efforts are working
- Identify Patterns: Find time-based performance issues (peak traffic)
Trend Analysis
The trend view shows:Optimization Checklist
Check High-Traffic Pages
Cross-reference with analytics to prioritize pages that affect the most users.
Filtering Options
| Filter | Description |
|---|---|
| Speed Rating | Fast, Moderate, Slow |
| Page Type | HTML, Images, CSS, JavaScript |
| URL Pattern | Filter by URL contains/starts with |
| Time Range | Compare different crawl periods |
Integration with Other Features
Response time data enhances other analyses:- Broken Link Detection: Timeouts are tracked with response data
- SEO Analysis: Slow pages flagged as SEO issues
- AI Review: Performance incorporated into health scores