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

https://github.com/IBM/page-lab/blob/dab2a0748f6fdf83c3e19050549330e26404dd87/admin/pageaudit/report/import_csv.py#L23 Variables declared but not used, or reassigned before they are used, can be the result of programmer negligence, which often means that there is a bug in the program.

https://github.com/IBM/page-lab/blob/dab2a0748f6fdf83c3e19050549330e26404dd87/admin/pageaudit/report/views.py#L197 https://github.com/IBM/page-lab/blob/dab2a0748f6fdf83c3e19050549330e26404dd87/admin/pageaudit/report/views.py#L217 Sending unvalidated data to a web browser can result in the browser executing malicious code.

A proposed extension to `UrlFilter` model, based on one idea from [issue 33](https://github.com/IBM/page-lab/issues/33#issuecomment-442860685).

We need to be able to see how different sets of pages are performing over time. Currently, when Page Lab shows the average data for a specific web page, it's...

enhancement
help wanted
research needed

DO NOT MERGE YET testing this in production and in dev envs

[Research] It would be very interesting to be able to run the Lighthouse tests via serverless infrastructure like IBM Cloud Functions, Google Cloud Functions See: https://github.com/alixaxel/chrome-aws-lambda I thought IBM Cloud...

enhancement
help wanted
good first issue

I'd like to be able to send a link to a lighthouse viewer/report to someone to investigate and make improvements on the page based on the report. Can you add...

enhancement
design/UI

We should write a script that completely automates the Django setup by: - [ ] checking for virtualenv and installing if need be - [ ] create a virtualenv in...

enhancement
help wanted
good first issue

We'll need to automate the node.js setup - [ ] install `nvm` && `nvm install 10` - [ ] `npm install` - [ ] `pm2 install && pm2 start pagelab`...

enhancement
help wanted
good first issue

On the URL report detail, add an icon link to show the redirect hops/paths in an overlay, so the user can see what they are.

enhancement
design/UI
report page