
Welcome. Its time to take a closer look at the website. Its very important to customize your website with content thats relavent to target audience.
It would be a good idea to check out the WordPress admin and add some "widgets" to your sidebar. You can find these widgets in the "Appearance" menu.
© Copyright 2026 Sethmatics Websites All Rights Reserved.

Seth, Thanks for this. I’ve recently been doing some time trials using a plugin called P3 and have discovered that WP Jetpack is a slug. So I don’t use it anymore. (although I understand there is a lite version/or beta). It makes sense then that loading all plugins needed for a variety of sites will possibly have some overlapping. I didn’t know but hoped the folk at WordPress would engineer around this but from what you are saying that is not the case.
I have had a play with multisites and really liked it from an Admin point of view. ie: one place to go when updating themes and plugins. But InfiniteWP handles that task quite well for me and I also like the fact that if I have to migrate one of my sites to another host its easier to do whereas it would be harder if it was part of a larger multisite.
Your article has settled it for me. A good hosting service and an individual WP install for each client.
Cheers,
John.
Performance and DB Performance:
Company A with 30 sites, on WP x 30. Company B with identical 30 sites, on WPMultiSite.
Each has 29 sites load once and 1 site load 500 times.
Cost to the hosting account for Company A: 529 page loads.
Cost to the hosting account for Company B: 529 page loads.
MySQL use for each company: almost identical, see below.
WordPress core file requests for each company: identical.
WordPress theme file requests for each company, if use the Company Theme: identical.
WordPress theme file requests for each company, if each site uses a different theme: identical.
WordPress plugin file requests for each company: almost identical, see below.
It doesn’t matter at all whether using WP or WPMultiSite, it is the same core code, the same theme code, the same plugin code, the same database use. Each page is different, each site is different, but the account use is the same.
Server usage: The WPMultiSite files are identical (1 installation), the WP files are copies (30 installations). Server caching is slightly more likely to serve cached files for WPMultiSite.
If the company uses the same theme for all its sites, on WPMultiSite the theme files are more likely to be cached; if different theme for each site, cache use is identical. Ditto for the collection of plugins.
Database use: Database usage is identical, except that on WPMultiSite, each site has a unique ID, which takes one extra database query per page load. (Each WordPress page takes dozens to hundreds of database queries.)
WordPress uses record locking (changes tie up one record, not the entire table), and each site has its own set of database tables. MySQL has virtually identical performance whether using 30 databases or 1 database with 30 times as many tables.
Plugin use: Identical except that on WPMultiSite, mapping of somedomain.com to site ID 27, would be done using the Domain Mapping plugin. Only plugins that are Network Enabled are loaded for every site on the network.
Conclusion: Negligible difference in page load time, database use, memory use, disk use. Disk storage for MultiSite is lower, since only one copy of WordPress core files (about 70MB per installation, also negligible for most hosting accounts).
Note: WPMU is an obsolete product, discontinued with the release of WordPress 3.0. Now there is only WordPress, configured in single-site mode or multi-site mode.