[ad_1]
The “Time” column on that table is the cumulative time for the duplicate queries in that row. So your screenshot is showing 34 duplicate queries from WP_Post::get_instance and the total time is 0.0034 seconds (they’re fast queries because it fetches the result by the primary key). You can click the link on WP_Post::get_instance and it will take you to the Database Queries table filtered by that caller.
