We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Website loading speed! What's YOUR sweet spot?

Website loading speed! What's YOUR sweet spot?

JasonH
Community Manager
334 77 352

The endless spinning circle, that urge to just close the tab. We've all felt it. And sure, everyone preaches speed.

 

But what's actually fast enough for an online store?

 

Is two seconds for a homepage a win, or still too slow for people's attention span? And those PageSpeed scores, are they even real-world?

 

giphy

 

Brag about your speed or simply share a wrong answer that got you where you are 🙂

JasonH | Community Manager

I help coordinate and curate Community content. Reach out if you have content idea!
Replies 7 (7)

Makima10
Visitor
1 0 0

Two seconds for a homepage is generally a good benchmark, but even that can feel slow if users are expecting instant responses. In today’s world, speed isn’t just a bonus — it’s a conversion factor. PageSpeed scores are useful, but they don’t always reflect real-world experience, especially on mobile networks. What really matters is how quickly users can interact with the page. Aim for a good balance between speed, functionality, and design. And yes, we’ve all made “fast-looking” mistakes that slowed things down — it’s part of the learning curve!

Betterave-Nina
Excursionist
67 8 9

You have to achieve both, real good speed AND PageSpeed.

 

The former is because the study shows that a 1 second delay on your page load can cause a 7% reduction in conversions. And you need good PageSpeed because this is what Google uses as one of the ranking factors.

 

Good news is that these two things you need usually correlate, so solving one almost automatically solves another.

➡➡   Easy Embed Code   ⬅⬅ insert CSS/JS/HTML/Liquid code into any store page



Speed Booster App - Improve your store speed in 3 clicks
Need professional help with your Shopify store? DM me, let's talk!
Geeky notes

Lisa_At_Tidio
Excursionist
17 1 4

Hey there — totally feel you 😅

 

So what’s actually “fast enough”?

1. Aiming for under ~2 seconds
A strong benchmark is to get your homepage (and key product pages) fully loaded in under about 2 seconds, roughly matching the expectations for fast sites. Google Lighthouse considers the Largest Contentful Paint “good” if it’s 2.5 s or less, but ecommerce stores often aim for the 2 s mark or lower for maximum impact.
Even going from ~3 s to ~2 s can significantly lift conversions — and a 1 s improvement has been shown to boost mobile conversions by up to 27 %. 

2. PageSpeed scores 
Those PageSpeed or Lighthouse scores (e.g., 80/100) come from simulated tests—they’re useful for debugging, but they’re not the whole picture. Shopify itself warns that a Speed Score is a proxy, not a real-world guarantee. 
What truly matters is how real users experience your pages which is why Shopify offers a Web Performance Dashboard and encourages checking CrUX data or PageSpeed Insights with the “Field Data” tab.

3. Conversion, loyalty, SEO 
Quick load times reduce bounce rates, improve rankings and build shopper trust.

  • Every 1 s speed boost → +27% conversions on mobile 

  • 79% of consumers are less likely to buy again if they had a slow experience

  • Faster sites outrank slower competitors on Google thanks to Core Web Vitals 

4. What we do to speed things up

  • Optimize images: compress and size them correctly—this dramatically affects LCP 

  • Slim down themes & apps: remove unused apps, minimize JS/CSS

  • Use Lighthouse & field data together: debug issues in the lab, monitor living user performance via the dashboard

— Lisa | Ecommerce Support & Automation @ Tidio
Sharing what we learn from 300k+ merchants worldwide

novahayes
New Member
4 0 0

Great question! That spinning circle is the silent killer of conversions 😅

In my experience, under 2 seconds is the sweet spot — especially for eCommerce. Beyond that, bounce rates start creeping up fast. But it's not just about the number; it’s about how usable and interactive the page feels to the user.

And yes — PageSpeed scores are helpful as a baseline, but real-world experience (like Core Web Vitals and actual device testing) matters way more. A 90+ score doesn’t mean much if your site still lags on mobile in real conditions.

Fast is good, but smooth and intuitive? Even better.

vikramS25
Visitor
1 0 0

In my past experience, it should load in under 2 seconds. Ideally, the main content should load within 1–1.5 seconds. It’s one of the key metrics that helps us speed up a website. Faster speeds keep users engaged and improve SEO.

Santhosh_fc
Visitor
2 0 0

 

When it comes to optimizing website loading speed—especially for the banner section—we’ve found that preloading critical assets and isolating banner-specific CSS really improves both load time and Core Web Vitals.

At Fourchain, we implemented this by:

  • Creating a lightweight, standalone CSS file just for the banner, containing only the essential styles like hero image, fonts, button colors, and layout grid.

  • Preloading key banner assets (image, fonts, CSS) directly in the HTML using:

 

html
<link rel="preload" as="image" href="/assets/banner.webp" /> <link rel="preload" as="style" href="/css/banner.css" />


This prioritizes rendering above-the-fold content while keeping unused CSS and assets out of the first paint.

On a recent project, this helped us reduce the LCP to under 1.3s, and Google picked up the banner content almost instantly during crawl.

Curious to know—has anyone experimented with inlining critical CSS vs. loading asynchronously? Always open to swapping optimization tricks.

Ellie-BOGOS
Shopify Partner
467 35 73

Based on real data from our website BOGOS.io, we’ve found that speed plays a significant role in retaining visitors. The bounce rate tends to increase when our site speed goes above 3 seconds. That’s why we’ve focused a lot on optimizing performance.

If my post is helpful, let me know by giving a Like or Accept solution.
Use BOGOS to create powerful promotions on your Shopify stores: free gifts, discounts, bundles, upsells!
Have a nice day ^^