From 6963641c53edd77a2856715e7444153a11ca6e00 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 24 Aug 2016 12:16:02 -0700 Subject: [PATCH] Display the total counts first, as its more useful --- inc/class-profile-command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/class-profile-command.php b/inc/class-profile-command.php index 2a63c67..70f116d 100644 --- a/inc/class-profile-command.php +++ b/inc/class-profile-command.php @@ -64,7 +64,7 @@ class Profile_Command { 'hook_time', 'memory_usage', ); - foreach( array( 'bootstrap', 'main_query', 'template', 'total' ) as $scope ) { + foreach( array( 'total', 'bootstrap', 'main_query', 'template' ) as $scope ) { $this->scope_log[ $scope ] = array(); foreach( $scope_fields as $field ) { if ( 'scope' === $field ) {