Estimate your page load time based on page size, HTTP requests, and connection speed. Get insights on optimizing load times for better user experience and SEO.
Page load speed is a critical factor for both user experience and SEO rankings. Google considers load time as a ranking factor, and users expect pages to load within 2-3 seconds. This estimator helps you understand how page size, HTTP requests, and connection speed affect load time, guiding optimization efforts.
Download Time = Page Size × 8 / Connection Speed (seconds) | Estimated Load Time = Download Time + (Requests × 0.05)Download time is calculated by converting page size from MB to megabits (×8) and dividing by connection speed in Mbps. Each HTTP request adds approximately 50ms of overhead for DNS lookup, TCP handshake, and TLS negotiation. The total load time includes both download and request overhead.
| Input | Output |
|---|---|
| 2 MB page, 50 requests, 10 Mbps | Download: 1.60s | Total Load: 4.10s |
| 1 MB page, 30 requests, 10 Mbps | Download: 0.80s | Total Load: 2.30s |
| 5 MB page, 80 requests, 10 Mbps | Download: 4.00s | Total Load: 8.00s — Very slow! |