How to Read and Understand WordPress Hosting Benchmark Results
Learn how WordPress hosting benchmarks work, what to look out for, and which factors can have the most significant impact on performance.

If you are responsible for updating multiple websites, the last thing you want to do is hop from one WordPress account to another — logging on and off repeatedly. You want to be able to run all of your sites from one location and WordPress installation. Fortunately, you can with WordPress multisite hosting.
In this post, you’ll learn:
WordPress multisite lets you run a network of websites from a single instance of WordPress. This means you can access, tweak, and edit multiple websites through one WordPress dashboard.
It also lets you create an extensive network of directories and subdomains, control user accessibility across all your sites, add and delete plugins and themes, and customize each of the sites to better fit your target market’s needs.
Many brands, companies, and developers use this type of setup for simplicity in managing their sites. For example, a university might use multisite to give individual schools or departments control of their site and content while maintaining technical and security control of all sites on the backend. This way, departments can update content like photos or words on their sites without changing the overall brand identity of the site, which is unified for the entire organization.
Before setting up a multisite network, you’ll need admin access to your WordPress install and access to your server’s file system. Activating multisite requires editing some files directly instead of through the WordPress interface.
Your server needs to support more complex .htaccess, nginz.conf, or web.config rules required by multisite.
Multisite requires:
Multisite hosting is set up a little differently than single WordPress websites. You’ll notice differences in how site URLs are set up, the file structure, and database configuration.
WordPress multisite allows you to pick between a subdomain and subdirectory structure. With a subdomain structure, each site will have a different subdomain, such as site1.mynetwork.com and site2.mynetwork.com.
The subdirectory format uses different URLs and places each site in its own directory on the main URL, such as mynetwork.com/site1 and mynetwork.com/site2.
Pressable only supports multisite networks with subdirectory formats. We do that because some search engines treat subdomains as separate websites. You might have to submit each site on the network separately. It’s more time-consuming and can lead to worse search rankings.
Subdirectories look like they’re all a part of the same website, and search engines index them faster.
Subdomains also can present some challenges with SSL support and may require using a more expensive wildcard SSL certificate.
So, Pressable only supports the subdirectory format because search engines better recognize sites using this functioning and they’re more secure. That’s why we think subdirectories are the best WordPress multisite structure and choose to support that approach.
If you’re going to run your multisite network using different domain names for each site, you’ll want to check with your hosting provider to see if they support domain mapping. Pressable doesn’t allow different domain names for subsites with WordPress multisite hosting.
When you create each new site on the network, the site is automatically assigned an ID number. The only difference you’ll see in the site’s file structure is in the wp-uploads folder. That folder will now have new subfolders identified with the site’s number and name.
For the database structure, WordPress views the entire network as one site. So you’ll see the prefix wp_site apply to tables throughout the entire database.
Each subsite on the network is classified as a blog. When you create a new site, it will create an entry in the wp_blogs table.
Remember the ID number we talked about for file structure? It’s the variable blog_id. That ID will appear in the prefix for all the database tables for that subsite.
For example, if the subsite has an ID of two, you’d see these tables for that site:
You may wonder where the wp_user and wp_usermeta tables are. The user database is the same for the entire network. It’s not site-specific.
Setting up WordPress multisite hosting is not too difficult. And once you’re done, you manage it using the same WordPress interface used for single sites, with just a couple of extra features.
It’s best to start from a fresh install, but the same steps work for existing sites. If you’re converting an existing site to a multisite network, be sure to back up your site before you start.
Edit your wp-config.php file to unlock the multisite options. Use your web server file browser or ftp access to edit the wp-config.php file.
Find the section where it says: /* That’s all, stop editing! Happy blogging. */.
Add these lines right before that:
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
Save your file. Then refresh your browser and log in to WordPress.
After completing Step 1, you’ll be able to see the multisite options from your WordPress dashboard.
Click on Tools in the sidebar after logging in. You should see an option for Network Setup now.
This menu is where you choose between a subdomain or subdirectory structure. After setting all your options, click the Install button.
After clicking Install, the installer will run. Once complete, you’ll see instructions on how to finalize the installation. These instructions will be unique to your network. They often include additions you’ll need to make to your wp-config.php and .htaccess files.
Like we did in Step 1, you’ll edit these files via FTP or using your sever’s file browser. It’s always a good idea to save a backup copy of these two files before making any changes.
Once your network is configured, you’ll have access to a new admin screen. Here’s what the menu or dashboard looks like for multisite network administrators:

You can start adding sites to the network by going to My Sites and clicking Network Admin.
Click Sites and Add New. Then give the site address. This new address is the subdirectory for the site installation. You’ll also set the email address for the site administrator before clicking the Add Site button.
You can enable themes and plugins network-wide or for select sites when using WordPress multisite.
Yes, each site on your network can use a different theme. One of the advantages of multisite is that the theme is only stored once. You can choose if you want to make a theme available to every site or only a select few.
To install a theme from your Network admin screen, go to Themes and click Add New. Install the theme like you would for a standalone WordPress site. During the installation, you’ll see an option for Network Enable. Click that link.
Don’t click the Network Enable link if you want to limit where you use a theme. Instead, after installing the theme, follow these steps:
Plugins follow a similar process as themes. You can opt to activate a plugin for the entire network or on a site-by-site basis.
Follow these steps for network-wide activation:
This option installs and activates the plugin for every site on the network. Individual site admins will not be able to disable the plugin.
If you don’t want the plugin running on all of your sites, follow this process instead:
Read this guide on multisite network administration for more in-depth information on how themes and plugins work for multisite configurations.
So, when should you use WordPress multisite hosting? It’s best to use it when you have multiple sites that share similar functions or that you want to run in about the same way. The configuration also saves you time and server space when you need to run multiple sites.
Efficiency is the most significant advantage of multisite. No matter how many sites in the network use a plugin or theme, you only install it once. This single installation means you’ll use less storage. It also means you’ll save time keeping your sites up to date. You’ll only need to update your WordPress core software, plugins, and theme files once for the entire network instead of going site by site.
Also, when it comes to efficiency, it lets you develop more sites faster. This advantage is most useful when applying custom themes to your websites. You can install a particular WordPress theme that will serve as the parent theme for your network. But even if they may share the same layout and design, multisite allows you to differentiate each one of them by applying unique “child” themes.
Multisite may also save you money. You’ll only need one copy of each plugin or theme for your various websites. You’ll also only need a single hosting account.
While multisite certainly has its advantages, there are situations when you should think twice before using it.
Avoid using WordPress Multisite if:
If you’re a WordPress freelancer or agency that designs sites for multiple clients, you may be tempted to use multisite for all your client sites. We’d caution against that for a couple of reasons.
First, if a client wants to move to their own hosting, removing a site from a network to a single installation is possible, but it’s more difficult than transferring a regular site. Second, you increase your security risks because an attack on one site affects all your clients.
If you’re looking for a way to host clients’ sites more efficiently, we recommend using Pressable’s intuitive dashboard. With our hosting service, you can manage multiple websites from one dashboard, but they each have their own WordPress instance.
Our innovative WordPress hosting plans provide top speeds and state-of-the-art security. You’ll never have to worry about your site slowing down. We also enable automated updates so your sites run smoothly on the latest version of WordPress.
Learn how WordPress hosting benchmarks work, what to look out for, and which factors can have the most significant impact on performance.
WordPress community members in the know might have heard the term WP Cloud floating around over the last few years, and it has gained strength in the last few months. The promising platform is catching […]
Choosing the right type of hosting for your WordPress site is a critical decision, but it can be confusing. This article will run through the features, advantages, and limitations of shared and dedicated hosting – […]