UNPKG

lighthouse

Version:

Automated auditing, performance metrics, and best practices for the web.

17 lines (14 loc) 289 B
/** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** @type {LH.Config} */ const perfConfig = { extends: 'lighthouse:default', settings: { throttlingMethod: 'devtools', onlyCategories: ['performance'], }, }; export default perfConfig;