How much faster is a tax query than a meta query?
I’m not sure that one can be called categorically faster than the other. And, in any case, it’s only really going to emerge when you start to scale up to many, many objects. The issue is this: The postmeta table is a key-value table that is not indexed. If you have a certain number of … Read more