You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en.json
+2
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@
65
65
"Metrics_Tooltip_OutOfRange": "%s%s is out of range of all classification groups.",
66
66
"Settings_IsEnabled_Title": "Perform performance audit for this site",
67
67
"Settings_IsEnabled_Help": "You can decide on a per-website basis if website performance audits are performed after all.",
68
+
"Settings_HasExtendedTimeout_Title": "Increase timeout for performance audits",
69
+
"Settings_HasExtendedTimeout_Help": "You can decide on a per-website basis if website performance audit timeouts should be extended to 5 minutes instead of the default 1 minute. Extending the timeout is only recommended if you encounter regular timeouts, e.g. if your server is not fast enough to perform the audits within 1 minute.",
68
70
"Settings_RunCount_Title": "Number of performance audit iterations",
69
71
"Settings_RunCount_Help": "Set how many times the audit should be performed on each page for stable results. Any number between 1 and 5 is possible. 5 iterations are twice as stable, but prolongs the processing time the most. Just use such high values like 5 iterations only if enough server resources are generally available. 3 iterations are usually the best balance between reproducibility and resource consumption.",
Copy file name to clipboardExpand all lines: vendor/symfony/process/PhpProcess.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ public static function fromShellCommandline(string $command, string $cwd = null,
65
65
*/
66
66
publicfunctionsetPhpBinary($php)
67
67
{
68
-
@trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.2, use the $php argument of the constructor instead.', __METHOD__), E_USER_DEPRECATED);
68
+
@trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.2, use the $php argument of the constructor instead.', __METHOD__), \E_USER_DEPRECATED);
0 commit comments