What is the WordPress `wpdb::$num_queries` property and how does it assist in identifying performance bottlenecks?

WordPress Expert Hard

WordPress Expert — Hard

What is the WordPress `wpdb::$num_queries` property and how does it assist in identifying performance bottlenecks?

Key points

  • `wpdb::$num_queries` counts total SQL queries
  • SAVEQUERIES enables query logging in `wpdb::$queries`
  • Helps identify performance bottlenecks caused by excessive queries

Ready to go further?

Related questions