Skip to content

Commit 73a1919

Browse files
Update common.inc
FCP check should be 3000 not 3
1 parent e8e62e2 commit 73a1919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/experiments/common.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ foreach ($assessment as $key => $cat) {
299299
} elseif (
300300
$numRecommended > 2
301301
// and it's the quickness category and fcp is reasonably slow
302-
&& ($key !== "Quick" || $key === "Quick" && $fcpCheck > 3 )
302+
&& ($key !== "Quick" || $key === "Quick" && $fcpCheck > 3000 )
303303
&& ($key !== "Resilient" || $key === "Resilient" && $blocking3pReqs > 0 )
304304
&& ($key !== "Usable" || $key === "Usable" && ((isset($cls) && $cls > 0) || (isset($tbtCheck) && $tbtCheck > 2)) )
305305
) {

0 commit comments

Comments
 (0)