Mobile app version of vmapp.org
Login or Join
Jamie184

: How to Determine VPS Hosting Resources Needs for my upcoming Wordpress blog? How much resources should i purchase? Possible Duplicate: How to find web hosting that meets my requirements?

@Jamie184

Posted in: #Wordpress

Possible Duplicate:
How to find web hosting that meets my requirements?




Decided to purchase VPS hosting but Getting confused on amount of Resources i need?
Wordpress will be used as platform, The blog i want to setup is assumed to have a traffic between 20k - 25k Visits per day with a rate of 5 pageviews per visit... there is No Download Facility provided...the content of the blog will be Text, Images & videos (will be used rarely)...

The main question is?
For the above requirement:
How much RAM will be enough?
How much CPU usage i will need?
How much Bandwidth will be enough?
How much Disk Space?
Any other Requirement?

Thanx in Advance..

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

3 Comments

Sorted by latest first Latest Oldest Best

 

@XinRu657

To run WordPress you need the following:

PHP version 5.2.4 or greater
MySQL version 5.0 or greater


Make sure you server has enough resources to comfortably run those. The main bottleneck you're going to run into is MySQL queries. If you have 20K+ visitors, try to limit the number of times those visitors will trigger a database query. There are many approaches to doing that. Just search around for WordPress performance or optimization. For example: elliottback.com/wp/why-my-wordpress-site-is-so-much-faster-than-yours/
The amount of RAM required is contingent on how many applications and services are going to be running at once. A good place to start might be 512MB, but you might want 1GB. Thankfully RAM is cheap and even hosting companies are beginning to pass on the savings. You may want even more, but again, this all depends on what you'll be running. Here's a good discussion about server RAM: webmasterformat.com/blog/how-much-ram
It's optimistic to think you'll have that many visitors right away. It takes time to build up an audience that size. But with that in mind, try to get a hosting company that doesn't care about bandwidth that much. Most are content to give you a relatively "fat pipe" and have no monthly limit (within reason). During this time, you'll learn how much bandwidth your site requires to serve up and when your site finally breaks through to the big time and the ISP comes a knockin' to renegotiate your monthly bandwidth, now you'll know how much to buy.

It's also important to learn how to save bandwidth whenever possible. This has two advantages: one, you'll save money, and two, you'll increase performance. There are tons of articles out there on how to fine-tune your web site's performance. Check out Yahoo's "Best Practices for Speeding Up Your Web Site"

Also, seriously consider using a content delivery network (CDN) such as Amazon S3/CloudFront for serving up your static resources (stuff that isn't going to change that often) like logo graphics, style sheets, image sprites, javascript files. This also increases your site's load times considerable, effectively doubling (or more) the number of visitors your server can handle in a day.

As far as disk space goes, you need enough to run the OS, the installed programs, you need room for log files (depending on your server/OS, try to make sure these are automatically compressed, otherwise in no time you'll run out of hard drive space), and finally how big is your blog going to be? How many entries will there be in the database? How many and how big are the images going to be? If you've already designed the blog, you should know how big the base site is already. But how much stuff are you going to upload each month? Make sure you have enough room for all of it. Also, like I already said, consider offloading many of the site's static resources off to a CDN. Also, use other services for your video hosting like YouTube or Vimeo. I run a VPS that has a 40GB hard drive and it's plenty.

10% popularity Vote Up Vote Down


 

@Cugini213

It all depends on how complex the blog is. I am running a blog with similar stats on a quad core, with 8GB of ram, 300GB HDD, and 1TB Bandwidth. This has been a very nice amount of space and power for the time when the site get really busy but in the past I have ran this site with half of all of this.

the following article has some really good information on how to run a high traffic blog: wp.smashingmagazine.com/2012/09/12/secrets-high-traffic-wordpress-blogs/

10% popularity Vote Up Vote Down


 

@Nimeshi995

I would prefer to have 10GB bandwidth with 1GB RAM and have a disk space of 40GB.

There are some sites that gives you unmetered bandwidth.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme