Mobile app version of vmapp.org
Login or Join
Phylliss660

: How can I host a large number of Wordpress sites that perform well and are easy to maintain? My company a large number of small Wordpress sites. Currently we have about 10, but that number

@Phylliss660

Posted in: #WebHosting #Wordpress

My company a large number of small Wordpress sites. Currently we have about 10, but that number will eventually grow into the range of 50-70. We currently have a Linode for all of our sites, but it is starting to get unwieldy installing Wordpress and configuring it for every new site.

Anyone have any recommendations for hosting lots and lots of Wordpress sites in as simple a way as possible? Preferably we'd like the performance of a Linode with the ease of a shared host with a one-click install.

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

3 Comments

Sorted by latest first Latest Oldest Best

 

@Radia820

danlefree offered some excellent options. What's particularly nice about WP Multisite is that it's designed for exactly the situation you pose: Multiple WordPress sites that need to have some consistency (because they have the same/similar origins), but can offer users some individuality too, if that's the admin's preference.

Before being integrated into WordPress Core, Multisite (then called WordPress Multi-User) was developed as a set of plugins that formed the basis of WordPress.com.

Admins can choose what features are uniform across the site network, and what users can fiddle with. The Network Admin dashboard looks very similar to the standard WP dashboard, and has many of the same controls.

10% popularity Vote Up Vote Down


 

@Cody1181609

Assuming that all of your WordPress sites are running under a single Linode VPS (it would definitely not make sense to put each site on its own VPS if you are concerned with ease of maintenance and performance) here are a handful of recommendations:


Install and configure Alternative PHP Cache (conveniently available with aptitude or yum)
Activate WordPress Multisite instead of creating separate WordPress installations
Install and configure W3 Total Cache for all installations
Refer to the Apache Performance Tuning document as a basis for tuning your VPS (MySQL tuning is useful but less important if you are using W3 Total Cache)


There are additional operating system-level optimizations which you may want to examine (particularly noatime to reduce disk I/O for files in your web root - disk I/O is a very common VPS bottleneck after CPU time) but it will ultimately probably be cheaper to switch to a dedicated hosting environment rather than try to squeeze additional performance out of a VPS once you get to the point at which additional optimizations would make a big difference - the fact that you are sharing resources with your VPS neighbors is likely to have a greater impact on performance.

10% popularity Vote Up Vote Down


 

@RJPawlick198

You should find a hosting where you can create an image of a clean installed machine (/ VPS) if Linode doesn't support it.

And just use that image for every new install.

You cannot get it any easier IMHO. :)

Update

I think Linode does support it and it is called cloning.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme