New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Recommend me a host with generous resources
I have web hosting from several providers but most packages include 20 concurrent connections. I don't know if it's a standard limit that cPanel comes with, but I rarely find providers that deviate from this rule.
I want to prepare my sites for some possible spikes in traffic and was wondering if there are any web hosts (preferably managed) that have more generous resources. I'm using Wordpress and a host with LiteSpeed Cache would also help me a lot.
So, can you recommend such a host, possibly to which I can scale quickly if I reach the available resources in a package?
Or maybe you have another recommendation for this situation?
Many thanks!

Comments
What are your requirements for disk space and bandwidth? And how many cpanel accounts do you need?
EthernetServers cPanel plans have 200 entry processes and 300 total processes.
20 concurrent connections are very low.
Thanks for the mention
Most companies I now have hosting packages with say they offer "unlimited traffic". I think I could do with less.
For disk space, I'd be happy with 5GB to start.
Hello, dear @inocentuc
We have LiteSpeed Packages, please take a look:
https://alexhost.com/litespeed/
The RAM you can find if you scroll down.
Anything just contact us!
Alexhost
It is recommended to purchase a vps and install Cyberpanel.
Hi.
We can for sure offer that for you, with cheapest price and LiteSpeed Hosting
https://ava.hosting/litespeed/
Take a look in our Cheap LiteSpeed Shared Plans
We don't have any limits on concurrent connections, but there are limits on entry processes/total processes. We also don't have any i/o or iops limits to slow things down.
If you can clarify what type you're hosting I could try to make some suggestions - like if it's WooCommerce/etc vs just a standard blog.
Here are our cPanel shared plans: https://namecrane.com/store/shared-hosting
And here are the LVE resource limits for those plans: https://namecrane.com/knowledgebase/3/System-Resource-Limits---cPanel-Shared-Hosting.html
99% of the time I see customers hit the CPU caps before any of the process/etc limits, especially on very high trafficked sites. Good LSCache implementation with our Redis object caching and your site's basically being served instantly with no visitor limits/etc.
How does RackNerd's shared hosting compare here?
l personally use wpengine and voltwp both are strong and secure
Almost sounds like you're saying CPU can be more limiting than bandwidth.
Which is true, there's a lot of really terrible code out there, or people missing very obvious indexes on MySQL. Infact I just fixed someones site that was dogging MySQL (they were slapping 100%+ of a core on their own) and the whole thing was related to a single INDEX missing on a single column.
Their query went from 1.5s to run (table scan against ~400,000 rows) to < 0.1s. Not CPU spikes in sight.
As for bandwidth. I'm not even sure if downloading a file directly (and not pushed through PHP or something) counts against the users CPU. It'd likely use
sendfileanyway. The only limits a user would hit then would be IO, and we set both IO & IOPS to 'unlimited'.Francisco