You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) seems to have missing [$i] in the lines 707, 708, 715, 716.
Steps to reproduce
The current code end up comparing number ($start and $end) with arrays ($s and $e), which does not seems to make any sense. Some values are never used (only using the first 2 arrays of $times).
Description
The code merging blocking times (
WebPageTest/www/vitals.php
Lines 700 to 724 in 5dcc6b7
[$i]
in the lines 707, 708, 715, 716.Steps to reproduce
The current code end up comparing number ($start and $end) with arrays ($s and $e), which does not seems to make any sense. Some values are never used (only using the first 2 arrays of $times).
In this section https://www.webpagetest.org/vitals.php?test=231103_AiDcHB_86B&run=1#tbt I get 9ms difference with cdn.digiteka.com
Expected result
I guess what is expected is
$times[$i][0]
and$times[$i][1]
Actual result
With overlapping tasks, some domains can get 9ms more blocking time.
Related issues?
Any related issues filed already? Haven't found any
The text was updated successfully, but these errors were encountered: