WooCommerce is very slow

Kevin_Deng

Junior Member
Joined
Sep 29, 2021
Messages
105
Reaction score
34
I've heard so many people rave about WooCommerce, but I'm really struggling with it.

I’m on a 2-core, 4GB VPS from Linode, and after installing WordPress, the site loads way faster than my previous 1-core, 4GB VPS. But once I added WooCommerce, the loading speed dropped significantly. It takes 3-5 seconds just to open a menu in the WordPress admin, and it’s really affecting my experience.

I also rcvd a message from linode:
Your Linode, ubuntu-us-lax-4G, has exceeded the notification threshold (180) for CPU Usage by averaging 231.1% for the last 2 hours.

Has anyone else faced this issue?

Also, my 2-core, 4GB VPS costs $24 a month, while Shopify is only $39.
At this point, I'm not sure what the real benefits of WooCommerce are.
Any thoughts?
 
There might be some coding issues. How many products you have in your WooCommerce site?

It should load faster on your cloud, if not there is some issue.

Some plugins might be using the CPU extensively. Bring it down. Reboot your server, it should solve the issue.
 
You just add a fresh version of WooCommerce and your start become very slow?
I suspect a site conflict (theme < plugin or plugin < plugin).

Have you tried to deactivate WooCommerce? Same result?
 
You just add a fresh version of WooCommerce and your start become very slow?
I suspect a site conflict (theme < plugin or plugin < plugin).

Have you tried to deactivate WooCommerce? Same result?
No.
I bought a theme from themeforest,
when i install the theme, WooCommerce was installed automatically.
 
No.
I bought a theme from themeforest,
when i install the theme, WooCommerce was installed automatically.

If you feel comfortable, share the url via dm. I will try to help you for free, but in the next 1h or so.

Cheers!
M
 
Have you tried clearing the cache? It used to happen to me and sometimes it was solved with that
 
Glad that you solved your problem, because Woocommerce itself can be pretty fast...or pretty slow, it will depend on external factors, like your theme (in this case) or plugins
 
I use woocommerce and have been since 2011. It IS slow. Unless you have the right resources.

You need page caching, php caching, sql database caching and truly, you need a dedicated server to run woocommerce, and any open source ecom software efficiently.

Most of all Woocommerce is database heavy. It can make many requests to the database for one product view. If your database isn’t cached then it is slow.

Here’s my set up for Wordpress + woocommerce + elementor that results in under 1 second page loads:

Dedicated server, Wordops, flying press plugin, redis database caching opcache.php php caching

All of this is FREE except the dedicated server, and flying press plugin.

If you don’t want to learn how to use Linux and optimize your websites, then pay for an e-commerce solution like Shopify. Or hire a Linux system administrator. There is no reason to whine and cry about your lack of skills :)
 
Based on my experience, the best performance cache is LS cache(if you use LSWS/OLSWS as webserver), the second is W3 Total cache(nginx or apache).
Is your experience from 2014?

You’d use this for woocommerce?

Only if you want your customers to have issues checking out. This solution is not optimized for woocommerce.

Woocommerce relies on individual cookies and sessions for cart and checkout. These solutions will freeze everyone by caching session cookies and pages as one.
 
I've heard so many people rave about WooCommerce, but I'm really struggling with it.

I’m on a 2-core, 4GB VPS from Linode, and after installing WordPress, the site loads way faster than my previous 1-core, 4GB VPS. But once I added WooCommerce, the loading speed dropped significantly. It takes 3-5 seconds just to open a menu in the WordPress admin, and it’s really affecting my experience.

I also rcvd a message from linode:


Has anyone else faced this issue?

Also, my 2-core, 4GB VPS costs $24 a month, while Shopify is only $39.
At this point, I'm not sure what the real benefits of WooCommerce are.
Any thoughts?
Go and use Shopify, I recommend only if you know and understand how to navigate through
 
Is your experience from 2014?

You’d use this for woocommerce?

Only if you want your customers to have issues checking out. This solution is not optimized for woocommerce.

Woocommerce relies on individual cookies and sessions for cart and checkout. These solutions will freeze everyone by caching session cookies and pages as one.

do you know private cache or you can also setup cache expct cart sessions and checkout? it can fix cart and checkout issues.
I'm working on woocomerce/magento 2012. our customer has millions pv per month, bro.
 
do you know private cache or you can also setup cache expct cart sessions and checkout? it can fix cart and checkout issues.
I'm working on woocomerce/magento 2012. our customer has millions pv per month, bro.
I sell my own products so we require modern solutions js

Have fun with all that fixing cart and checkout issues every other update

Also weird to bring up magento when these solutions you mentioned don’t exist for magento. Also outdated for community version. Very poor CMS for ecom. Surprised you make money at all. So slow. Unless you pay a lot of money for the managed and updated version.

OH RIGHT from 2012. Lmao
 
Back
Top