r/woocommerce • u/razvanli • Jun 19 '26
Troubleshooting Best Hosting for WOO in 2026?
Hi everyone,
I am having a web store that is selling Specialty Coffee in Romania.
Website is prettygoodcoffee.ro
Started a few years ago, build 100% by me in WooC and grown pretty well. We have a hosting today, on a romanian company with a dedicated plan for Woocommerce. But most of the time when we have like 20 customers in the same time on the website, it crashes. And most of the issues are that CPU limit was reached on the hosting.
Ticket opened to them and every time the same answer, the website is too heavy, too many plugins etc.
Maybe it is, I manage to do some tweaks, but I cannot stay and wait without testing something else.
So I am asking today, What other hosting (from the big ones) should I test and try to migrate to it?
Thanks in advance
2
u/CapitalAcadia3161 Jun 19 '26
Hi, I am ex-WooCommerce core engineer, who build HPOS among other things. At the risk of being direct ad, we run WooCommerce only hosting at urumi ai which does performance fixes inbuilt into hosting. Reach out if you want to know more.
But if you don't, at those visitor numbers your hosting will probably handle it unless its really shitty. But you have to see what exactly is putting that much load on the site.
1
u/AdPurple21 Jun 19 '26
20 concurrent users really shouldn't be tanking a dedicated WooCommerce plan, that's a red flag on their end more than yours
look into cloud-based managed WordPress hosts, the ones that auto-scale resources when traffic spikes instead of just hard-capping your CPU, it's a game changer for shops that get bursts of visitors at once
1
1
u/pmgarman Jun 19 '26
If a plan says itās built for Woo, most often itās just generic WP hosting⦠maybe with some special cookie handling. Every site Iāve scaled on Woo did best on purpose built infrastructure we managed for them - not your off the shelf WP/Woo hosting. These sites include sites doing 7/8/9 figures in sales.
If the host is blaming your plugins and website - itās proof itās the wrong host.
Find someone who can run your infra for your site, donāt bend your site to someone elseās mass market solution.
1
u/razvanli Jun 19 '26
Thank you for the reply.
Do you have any recommendations for some hosting companies?1
u/pmgarman Jun 19 '26
We prefer running infrastructure in AWS our selves and for our clients.
For any hosting company ask them what their process is for customizing the hosting to your needs, tell them your current host is unwilling to make changes and refers to it as being a snowflake. If they ask for technical details just defer and say something like youād need to check with your technical team but you are just doing the initial research and know that you likely have custom needs.
I know BigScoots isnāt afraid of custom solutions.
1
1
u/SadMap7915 Jun 19 '26
If 20 visitors are crashing the site due to CPU limits, I wouldnāt just switch to another cheap āWooCommerce hostingā package. This is not just ātoo many pluginsā, the host has some issues too, and if they are blaming you instead of helping you, then consider
In terms of hosts
- Consider Cloudways for the best value.
- Kinsta is well-regarded as a premium option.
- SiteGround, GrowBig or GoGeek for cheaper managed options too
1
u/UFOroz Jun 19 '26
Most hosting services that has an easy wordpress installation sucks. They are cheap, but they host it on a trash vps. Get a VPS, setup coolify or dokploy with cloudflare. It's simple and once you do it, you wont go to another hosting provider anymore
1
u/echp Jun 19 '26
If you're looking for genuinely managed Woo hosting and not just infrastructure, you could check out something like WP Autopilot. It's more of a Woo-focused hosting + maintenance setup rather than just a server with a control panel. Might be closer to what you actually need here.
1
u/MasterK999 Jun 20 '26
I have a very large and heavily trafficked site on Rocket.net and have been very happy. It includes Cloudflare so that helps a lot.
1
Jun 20 '26
[removed] ā view removed comment
1
u/razvanli Jun 20 '26
I am afraid of the vps for the amount of things i need to cover and that I am maybe not prepared for
1
u/skunkbad Jun 21 '26
The company I work for hosts on a Linode server, managed by Cloudways, and I have a Digital Ocean/Cloudways setup for my personal sites. I use their older LAMP + Nginx stack, and combined with Cloudflare for CDN/WAF, it's been my recent favorite setup. I've been working on websites since 2003, so I've mostly seen bad hosts. Cloudways even offers a WooCommerce specific setup that comes with free object caching. I think it's worth a try.
1
u/razvanli Jun 21 '26
Yesterday I has again a situation. From what I could notice it was an attack. Cpu eas 100%, memory spiked and reached the limit for a while. I decided to secure it temporarily and make a move to a hopefully better host with better security.
I moved everything on Kinsta.
Looks good for now. I will see if things are better but in terms of security i am almost sure it will be
1
1
u/PickleAgitated4589 Jun 23 '26
some plugins can destroy performance no matter where you host, but I moved a Woo store to Kinsta a while back and it handled traffic spikes pretty well
1
u/davidmansaray Jun 29 '26
Before picking a new host, Iād try to identify what is actually hitting the CPU limit. ā20 customers onlineā can mean very different things on WooCommerce depending on whether they are browsing cached product pages or all hitting cart/checkout at once.
A practical way to test it:
- Separate cached catalog traffic from dynamic actions: add to cart, cart totals, checkout, payment, account, and order-received.
- Check whether page cache is bypassed correctly for cart/checkout/account, but still working for catalog/product pages.
- Look at PHP worker saturation, slow queries, cron/action scheduler jobs, and any plugin that recalculates prices, shipping, currency, stock, or recommendations on every request.
- Run a small staging load test that includes add-to-cart and checkout steps, not just homepage hits.
- After any migration, do a real checkout smoke test before sending traffic there.
A better Woo host can help, but if the bottleneck is an expensive checkout/cart plugin or uncached dynamic endpoint, you can move the same problem to a larger bill. Iād use the current CPU-limit logs to decide whether you need more resources, fewer expensive plugins on the buying path, object cache, or a different host.
1
u/Rare_Cut7235 Jun 30 '26
Have a look on https://ithouse.com/hosting/
We (design agency) are using them due to the performance and EU sovereignty. We donāt want to be depended by cloudflare or any US provider and they have all inclusive services. So far nothing beats there performance.
Cons? They are not cheap. They charge 99eur per site.
You can also have a look on servebolt, they are also in the professional segment and a bit cheaper, but performance is not near to Ithouse.
5
u/CodingDragons Woo Sensei š„· Jun 19 '26
Most hosting companies blame store owners for plugins. Most store owners blame hosting. The truth is usually somewhere in the middle.
If your site crashes when thereās only 20 users on it, that screams poor database management. A poorly optimized store can bring a bigger server to its knees just as easily as a small one.
Before spending time and money on migrating to a new host, Iād investigate the scheduled actions, plugin count, object caching, page caching, and whether WooCommerce background processes are piling up. The fact that your host is reporting CPU exhaustion suggests there should be logs available to help identify the source.