< Does Woo-commerce slow down your website?! >

Ankith K Shetty

Regular Member
Joined
Apr 25, 2019
Messages
476
Reaction score
214
Hi,

I am developing a website. My doubt is - will woo-commerce increase page speed of the website? I am planning to build a website that loads in below 4 seconds.
 
TS560x560
 
Notice that too....after the last update of woocommerce.....solved via cloudflare minify....page load speed avg. 2.2 sec.
 
Hi,

I am developing a website. My doubt is - will woo-commerce increase page speed of the website? I am planning to build a website that loads in below 4 seconds.
It will be very difficult to achieve such loading speed.
 
It will be very difficult to achieve such loading speed.
I have never developed a WP site with loading speed which is greater than 2 seconds.
If configured properly, it can load very fast.
 
I have never developed a WP site with loading speed which is greater than 2 seconds.
If configured properly, it can load very fast.
Awesome, even with woocommerce plugin?
 
It's doable. I have one ecommerce site that loads in 4.4s, but I never optimized for speed. I have another that loads in 7s, but that one converts better than the first.

There's a thread here with some great tips on how to lower Wordpress page speed. I can't remember the name, but if you search, you'll find it.
 
It's doable. I have one ecommerce site that loads in 4.4s, but I never optimized for speed. I have another that loads in 7s, but that one converts better than the first.

There's a thread here with some great tips on how to lower Wordpress page speed. I can't remember the name, but if you search, you'll find it.

I think you are talking about this thread - https://www.blackhatworld.com/seo/wordpress-optimization-guide-from-3-to-1-second-load-time.1230324/
 
Under 4 seconds? The only thing that would slow down your site that much is loading external sources like ads.
 
Wp by itself is very fast. You will slow it down with ads, api calls, or other 3rd party code.
I use woocommerce with tens of thousands of customers and it does work fast.
Consider local caching or some sort of CDN. Cloudflare is free, but for 20$ per month it offers much more. Check their pro plan.

4 seconds load time is something I already consider annoying and non-professionally built.
 
Under 4 seconds? The only thing that would slow down your site that much is loading external sources like ads.
No, the main reason are plugins and themes. Some plugins add an insane amount of scripts, styles and requests. A lot of themes come with a bunch of useless code at all, especially those that are made with frameworks.
Unnecessary markup is also a big issue - all builders like WP Bakery add tons of useless markup.
 
No, the main reason are plugins and themes. Some plugins add an insane amount of scripts, styles and requests. A lot of themes come with a bunch of useless code at all, especially those that are made with frameworks.
Unnecessary markup is also a big issue - all builders like WP Bakery add tons of useless markup.
Agree, but you can effectively solve css, scripts and styles with caching or CDN.
But you can't cache external code calls or API calls. So include as little as possible. Woocommerce is local, at least to my knowledge, so it can be cached efficiently. Unless you use stripe or some other external services.
 
Be sure to manage things like cart fragments where you dont need them. Disabling it will speed the pages a lot.
 
Back
Top