Estimate revenue lost from slow page load times. See how each extra second of load time reduces conversion rate by ~4.42% and costs your store money.
Every extra second your pages take to load costs you money. Research shows that e-commerce conversion rates drop by approximately 4.42% for each additional second of load time. For a high-traffic store, that translates to thousands or even tens of thousands of dollars in lost revenue every month.
This calculator quantifies the financial impact of page load speed on your store. Enter your current traffic, conversion rate, AOV, and load time to see your baseline. Then model what happens when you shave off seconds through performance optimization — CDN deployment, image compression, code splitting, and lazy loading.
Page speed also affects SEO through Core Web Vitals, bounce rates, and user engagement. Google uses page experience as a ranking factor, meaning faster stores get more organic traffic in addition to converting better. Whether you are a beginner or experienced professional, this free online tool provides instant, reliable results without manual computation.
Page speed optimization requires engineering investment. This calculator helps you quantify the ROI before spending a dollar, making it easier to justify performance budgets to stakeholders. When you can show that a 1-second improvement generates $X,000 per month, the business case writes itself. Having a precise figure at your fingertips empowers better planning and more confident decisions.
CR Drop per Second ≈ 4.42% of baseline CR Adjusted CR = Baseline CR × (1 − 0.0442 × Extra Seconds) Revenue Loss per Second = Sessions × (CR Drop) × AOV Revenue Gain = Sessions × (Improved CR − Current CR) × AOV
Result: $23,868 estimated monthly revenue gain
At 5 seconds load time, CR suffers a 3-second penalty: 2.5% × (1 − 0.0442 × 3) = 2.5% × 0.8674 = 2.17%. Improving to 2 seconds removes that penalty. The CR improvement from 2.17% to 2.5% on 80,000 sessions at $90 AOV yields roughly (80,000 × 0.0033 × 90) = $23,868 more per month.
Page speed and revenue have a near-linear relationship in the 1–5 second range. Below 1 second, diminishing returns set in. Above 5 seconds, most potential customers have already left. The sweet spot for optimization ROI is moving from 4–5 seconds down to 2–3 seconds.
Mobile users face slower networks and smaller caches. A page that loads in 2 seconds on desktop Wi-Fi may take 5+ seconds on a 4G mobile connection. Since mobile traffic often exceeds 60% of e-commerce sessions, mobile speed optimization delivers the largest revenue impact.
One-time speed fixes erode over time as new features add JavaScript and images. Sustainable speed requires performance budgets, automated monitoring (Lighthouse CI, SpeedCurve), and a team culture where performance is a feature priority alongside functionality.
This figure comes from a widely-cited Portent study analyzing millions of e-commerce sessions. The exact rate varies by industry and audience, but 4–5% per second is a reliable planning estimate. Some studies show even steeper drops for mobile users.
Under 2 seconds is considered excellent. Under 3 seconds is acceptable. Above 4 seconds, you are losing meaningful revenue. Google recommends a Largest Contentful Paint (LCP) under 2.5 seconds as part of Core Web Vitals.
Yes. Google uses Core Web Vitals (LCP, FID/INP, CLS) as ranking signals. While content relevance remains the primary factor, page speed serves as a tiebreaker between otherwise equal pages. Faster sites also earn more crawl budget.
Image optimization is almost always the highest-impact, lowest-cost fix. Converting images to modern formats and serving responsive sizes can cut page weight by 40–60%. Using a CDN is the second-best investment, often available for free or low cost.
Use Google PageSpeed Insights for lab data and Chrome User Experience Report (CrUX) for real-user field data. Tools like WebPageTest provide waterfall charts that show exactly what is slowing your page down.
SSR can improve perceived load time (Time to First Byte and First Contentful Paint) by sending rendered HTML instead of requiring client-side JavaScript execution. However, it adds server cost. Static site generation (SSG) offers the best of both worlds for pages that do not change frequently.