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