Improvements to WP_Query performance in 6.1

Adding caching to database queries in WP_Query WordPress 6.1 includes an improvement to how database queries are performed in the WP_Query class, resulting in database queries will be cached. This means that if the same database query is run more than once, the result will be loaded from cache. For those using persistent object caching, … Continue reading Improvements to WP_Query performance in 6.1