page-lab icon indicating copy to clipboard operation
page-lab copied to clipboard

Omitting audits/test report content: Are there properties not needed?

Open ecumike opened this issue 6 years ago • 0 comments

There is a lot of content, descriptions, etc in the Lighthouse reports. This translates into a lot of duplicated content. At scale, with 10s of thousands of URL test reports stored per day, the database grows large quickly.

Take a look at the content stored in each report data and see if there is any data objects that can be omitted to help reduce the size stored in the DB.

Google Lighthouse config options for reference:

https://github.com/GoogleChrome/lighthouse/blob/master/docs/configuration.md

ecumike avatar Nov 02 '18 03:11 ecumike