cloudfour / lighthouse-parade

A Node.js command line tool that crawls a domain and gathers lighthouse performance data for every page.
MIT License
357 stars 14 forks source link

Encode date & site in filename #108

Open mgifford opened 2 years ago

mgifford commented 2 years ago

Rather than aggregatedMobileReport.csv (This is an aggregated report, but is it mobile?)

Could the filename be something like: cloudfour.com-31-12-2022-lighthouse-parade.csv

If a consistent filename was important, just create a symbolic link to that file, with a generic but meaningful name (maybe something like aggregatedPerformanceReport.csv).

This would make it easier to know I'm pulling the right file into the spreadsheet if I've scanned a few domains.