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

PageLab enables web performance, accessibility, SEO, etc testing at scale.

Results 43 page-lab issues
Sort by recently updated
recently updated
newest added

Without a point of reference, a user might not understand the donut scores are out of 100. As well, the pie charts with poor/avg/good have no reference as to what...

enhancement
research needed
data model
design/UI

Currently, from the original implementation, there are hardcoded 'realistic' KPI targets in the dashboard view `reports_dashboard`: ``` 'fcp': { 'fast': 1.6, 'slow': 2.4 }, 'fmp': { 'fast': 2, 'slow': 3...

enhancement
data model

Create URL admin page, as typical, where you can: - Add a new URL - Edit a URL - De-activate a URL - Whatever else makes sense related to URL...

enhancement
design/UI
admin

Description: Our stakeholders need to be able to see how different sets of pages are performing over time. With our latest updates, PageLab will show you a report based on...

enhancement
research needed
data model
design/UI
admin

As we discussed in issue 32, we should use a trailing two-week average, instead of an average of values collected for all time, when showing the "Heads-up display" view. For...

Add some metrics and data auditing to admin home page, ex: - Avg \# of runs per URL? - Latest test run URL and timestamp. - \# of URLs that...

enhancement
admin

Instead of a hard-coded Lighthouse run config setting, `rttms / requestLatencyMs / throughputKbps / ...` etc used on all tests, add the ability to for an admin to sign in...

enhancement
data model
admin
node app

We need: * re-fill-queue * all ENV VARS * clear Queue * Fetch queue items from django in paged fashion and re-fill queue from page on empty * debugging /...

enhancement
perf
node app

We need a test suite to test all worker operations and worker / cluster communications: 1. Mock the calls to Django 2. Mock Lighthouse or spin up a test server...

perf
node app

When the Lighthouse cluster server runners POST report data to Django app, if Django encounters an error while saving report data log it using new logger model.

enhancement
data model
perf