We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e62e2 commit 73a1919Copy full SHA for 73a1919
1 file changed
www/experiments/common.inc
@@ -299,7 +299,7 @@ foreach ($assessment as $key => $cat) {
299
} elseif (
300
$numRecommended > 2
301
// and it's the quickness category and fcp is reasonably slow
302
- && ($key !== "Quick" || $key === "Quick" && $fcpCheck > 3 )
+ && ($key !== "Quick" || $key === "Quick" && $fcpCheck > 3000 )
303
&& ($key !== "Resilient" || $key === "Resilient" && $blocking3pReqs > 0 )
304
&& ($key !== "Usable" || $key === "Usable" && ((isset($cls) && $cls > 0) || (isset($tbtCheck) && $tbtCheck > 2)) )
305
) {
0 commit comments