Tag: multisite
-

Making user queries in WordPress scale
As one of the maintainers of the users component in WordPress core, the question of how well sites with lots of registered users scale, is an important one to me. The idea of sites with hundreds of thousands of register user is make more complex when you add multisite into the mix. So for a…
-

Development improvements in WordPress 5.1
This post is extremely late to publish, but I thought I would see publish it anyone, as someone might find it useful. Here are a list of important tickets in the WordPress 5.1 release. Multisite Introduce shared wp_blogmeta database table Improve site creation in multisite Implement `wp_initialize_site()` and wp_uninitialize_site() Introduce `ms-site.php` and `ms-network.php` files Use…
-

The state of fields API and Meta in core.
So this is a post that I have been meaning to write for a long time. I think that the fields API and how core handles meta is without doubt the most important problem that is facing the WordPress project. But looking the work done to date on the fields api, it can get a…
