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
* @description Warning that the host device where Lighthouse is running appears to have a slower
16
+
* CPU than the expected Lighthouse baseline.
17
+
*/
18
+
warningSlowHostCpu: 'The tested device appears to have a slower CPU than '+
19
+
'Lighthouse expects. This can negatively affect your performance score. Learn more about '+
20
+
'[calibrating an appropriate CPU slowdown multiplier](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling).',
21
+
};
22
+
23
+
/**
24
+
* We want to warn when the CPU seemed to be at least ~2x weaker than our regular target device.
25
+
* We're starting with a more conservative value that will increase over time to our true target threshold.
// Only warn if the device didn't meet the threshold.
83
+
// See https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling
* @example {https://example.com/final/resolved/page} final
30
-
*/
31
-
warningRedirected: 'The page may not be loading as expected because your test URL '+
32
-
`({requested}) was redirected to {final}. `+
33
-
'Try testing the second URL directly.',
34
-
/**
35
-
* @description Warning that Lighthouse timed out while waiting for the page to load.
36
-
*/
37
-
warningTimeout: 'The page loaded too slowly to finish within the time limit. '+
38
-
'Results may be incomplete.',
39
-
/**
40
-
* @description Warning that the host device where Lighthouse is running appears to have a slower
41
-
* CPU than the expected Lighthouse baseline.
42
-
*/
43
-
warningSlowHostCpu: 'The tested device appears to have a slower CPU than '+
44
-
'Lighthouse expects. This can negatively affect your performance score. Learn more about '+
45
-
'[calibrating an appropriate CPU slowdown multiplier](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling).',
46
-
};
47
-
48
-
/**
49
-
* We want to warn when the CPU seemed to be at least ~2x weaker than our regular target device.
50
-
* We're starting with a more conservative value that will increase over time to our true target threshold.
// Only warn if the device didn't meet the threshold.
247
-
// See https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#cpu-throttling
0 commit comments