E-commerce Speed: How a 100ms Improvement Boosted Amazon's Revenue
Amazon proved that 100ms of latency costs 1% of sales. Learn how speed optimization applies to e-commerce sites of any size.
In 2006, Amazon engineer Greg Linden revealed that every 100 milliseconds of added latency cost Amazon 1% in sales. At Amazon's scale, that's billions of dollars. But the same principle applies to e-commerce sites of any size — speed is money.
The Amazon Data Point
Amazon's internal testing found a clear, linear relationship between latency and revenue:
| Added Latency | Sales Impact |
|---|---|
| 100ms | -1% |
| 500ms | -5% |
| 1 second | -10% |
This wasn't a one-time finding. It's been confirmed repeatedly across the industry.
E-commerce Speed Data from Other Companies
| Company | Finding |
|---|---|
| Walmart | 1s improvement = 2% increase in conversions |
| Mobify | 100ms faster LCP = 1.11% increase in session-based conversion |
| AutoAnything | 50% page load reduction = 12-13% sales increase |
| Mozilla | 2.2s faster = 60 million more Firefox downloads/year |
| Shopzilla | 5s faster = 25% increase in page views, 7-12% revenue increase |
Where Speed Matters Most in E-commerce
Product Listing Pages (PLP)
Users browse and compare. Slow PLPs = fewer products viewed = lower purchase probability.
- Critical metric: LCP (how fast product images appear)
- Target: < 2s LCP with immediate grid layout
Product Detail Pages (PDP)
The decision page. Speed here directly correlates with add-to-cart rate.
- Critical metrics: LCP (main product image), INP (variant selectors, zoom)
- Target: < 2s LCP, < 200ms INP
Cart and Checkout
Abandonment rates are highest here. Every friction point — including speed — costs sales.
- Critical metrics: INP (form interactions), TTFB (dynamic pricing)
- Target: < 1.5s LCP, instant form responsiveness
Search Results
Fast search results = more products discovered = higher revenue per session.
- Critical metric: Time to results display
- Target: < 500ms from query to results
E-commerce-Specific Speed Challenges
High-Quality Product Images
E-commerce needs detailed, zoomable images. This conflicts with performance.
Solutions:
- Use AVIF/WebP with quality 65-75
- Implement progressive loading (blur-up)
- Lazy-load images below the fold
- Use responsive images with
srcset - Implement zoom on interaction (don't preload zoom images)
Dynamic Pricing and Inventory
Real-time price and stock checks require server calls.
Solutions:
- Cache prices for 5-60 seconds
- Use stale-while-revalidate patterns
- Show cached price immediately, update if changed
- Precompute popular product pages
Personalization and Recommendations
"Customers also bought" sections require ML inference.
Solutions:
- Load recommendations after initial render
- Use edge caching for popular recommendation sets
- Implement skeleton screens for recommendation sections
- Prefetch recommendation data on hover
Reviews and User-Generated Content
Hundreds of reviews add DOM weight and require API calls.
Solutions:
- Show first 3-5 reviews, lazy-load the rest
- Paginate reviews instead of infinite scroll
- Use CDN-cached review summaries
The Mobile E-commerce Gap
Mobile e-commerce accounts for 60-70% of traffic but converts at half the rate of desktop. Speed is a major factor:
| Device | Avg Load Time | Avg Conversion Rate |
|---|---|---|
| Desktop | 2.5s | 3.5% |
| Mobile | 4.5s | 1.5% |
Closing the mobile speed gap can dramatically increase mobile conversions.
Quick Win: The "$1 Million" Image Fix
For most e-commerce sites, the single highest-ROI fix is image optimization:
- Convert all product images to AVIF/WebP
- Serve properly sized images (not 3000px images displayed at 300px)
- Lazy-load below-fold images
- Preload the first visible product image
This typically improves LCP by 1-3 seconds and can be done in a day.
Calculating Your Speed ROI
Annual Revenue Impact = Monthly Revenue × (Speed Improvement in seconds × 7%) × 12
Example for a store doing $200K/month with 2s speed improvement:
$200,000 × (2 × 7%) × 12 = $336,000/year
Even conservative estimates show six-figure returns from speed optimization.
Monitor Your Store's Speed
E-commerce sites change constantly — new products, seasonal campaigns, updated themes. Each change can impact speed.
Monitor your e-commerce performance →
Related Reading
Ready to stop wasting ad spend?
Track your landing page performance, monitor Core Web Vitals, and calculate exactly how much slow pages cost you.
Start Free — No Credit Card