Replies: 1 comment 3 replies
-
I don't think it's possible to do what you want with the config. Can you describe the use case a little more? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The change from version 11.2.0 to version 11.3.0 changed f.e. the scoreDisplayMode of the server-response-time.js audit result from METRIC_SAVINGS to INFORMATIVE
See changes made in #15447 to server-response-time.js
This change nullifies the audits score.
audit.js line 324 - 328
Currently, there seems to be no way to set the scoreDisplayMode back to METRIC_SAVINGS using the default-config.js because the code doesn't use a configurable variable but instead uses constants hardcoded into the audits return.
server-response-time.js line 95
Am I missing something or is this functionality currently missing?
Beta Was this translation helpful? Give feedback.
All reactions