page-lab
page-lab copied to clipboard
PageLab enables web performance, accessibility, SEO, etc testing at scale.
Enable a "default" checkbox in test config profile model so only one is marked as the default config to use, and is what is used for each URL run unless...
On the URL report detail page, in `Run history` table at the bottom, add a column for "Invalid run" and use red icononly "close" icon to denote that run was...
URLs have a flag for "inactive". Inactive URLs do not get included in the automated test run queue. Use case: A user might want to test and track a URL...
Create an admin page that shows # of workers currently running, and # of tests running per minute.
Need an API on node server that provides insights into the Redis URL test queue.. - Num of items - Num of items processed - Num of items left ?...
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...
At bottom of dashboard? nerd out and show some stats like: - Num of URLs - Num of LighthouseRuns - Num of invalid/valid runs - Num of user-timing measures -...
A job is a named set of urls run together in a queue. The job should have a description and an owner and other 'meta' data.
The scenario is that a URL might be submitted for tracking, but is actually not the final destination URL (AKA; it's a redirect). Other case is that a page might...
Referencing dependency of #38 and related #21 . Think of a way to gracefully show the "final URL" in the report historical data table view for each run. Thoughts: -...