IBM / page-lab

PageLab enables web performance, accessibility, SEO, etc testing at scale.
Apache License 2.0
19 stars 10 forks source link

Add Lighthouse localStorage length 'collector' #12

Open ecumike opened 5 years ago

ecumike commented 5 years ago

Add collector for localstorage length at the end of each run. This allows to report on what pages and how much data is getting stored in LS (poor perf for large data, not an async function). This allows for visibility to which pages might be better off using IndexedDB.