@@ -124,7 +124,7 @@ |
||
| 124 | 124 | // Compute the largest page load time |
| 125 | 125 | $maxTotalPageLoad = 0; |
| 126 | 126 | foreach ($stats as &$stat) { |
| 127 | - // Determine the stat type |
|
| 127 | + // Determine the stat type |
|
| 128 | 128 | if (!empty($stat['pageLoad']) && !empty($stat['craftTotalMs'])) { |
| 129 | 129 | $stat['type'] = 'both'; |
| 130 | 130 | } |