Skip to content

Commit

Permalink
Update common.inc
Browse files Browse the repository at this point in the history
FCP check should be 3000 not 3
  • Loading branch information
Siddhantshukla814 authored Aug 9, 2024
1 parent e8e62e2 commit 73a1919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/experiments/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ foreach ($assessment as $key => $cat) {
} elseif (
$numRecommended > 2
// and it's the quickness category and fcp is reasonably slow
&& ($key !== "Quick" || $key === "Quick" && $fcpCheck > 3 )
&& ($key !== "Quick" || $key === "Quick" && $fcpCheck > 3000 )
&& ($key !== "Resilient" || $key === "Resilient" && $blocking3pReqs > 0 )
&& ($key !== "Usable" || $key === "Usable" && ((isset($cls) && $cls > 0) || (isset($tbtCheck) && $tbtCheck > 2)) )
) {
Expand Down

0 comments on commit 73a1919

Please sign in to comment.