Optimiser les wp-query
One of the most important tools in the WordPress toolkit is WP_Query. This class enables developers to retrieve posts or pages from the WordPress database based on specific criteria. By using WP_Query developers can create custom templates, display posts in a specific order, or even create custom queries for use in widgets or plugins.
La suite : https://wpvip.com/blog/wp-query-performance/