Skip to content

Commit

Permalink
Merge pull request #3096 from catchpoint/Siddhantshukla814-patch-7
Browse files Browse the repository at this point in the history
Update common.inc
  • Loading branch information
claud-io authored Aug 19, 2024
2 parents a6768f6 + 73a1919 commit 10d42c5
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 @@ -297,7 +297,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 10d42c5

Please sign in to comment.