Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.
This repository was archived by the owner on May 31, 2025. It is now read-only.

💡more concise result tables #6

@jbmoelker

Description

@jbmoelker

I love this project. I've worked with different automated Lighthouse tools, but they always lacked the ability to run on multiple URLs. So it's great to see how advanced the configuration options of this project are!

Since running Lighthouse on many URLs generates many results, I'm opening this issue to discuss possibilities for more concise result tables. I'm thinking of combining all results into a single table:


Lighthouse audit for https://deploy-preview-100--spacefinder.netlify.com:

📄📄📄
Pages
⚡ Perf ♿ A11y 🏅 BP 🔎 SEO 📱 PWA
thresholds 82 90 90 85 70
home
/en/
92 (90) ✅⬆️ ... ... ... ...
all buildings
/en/buildings/
85 (87) ✅⬇️ ... ... ... ...
building
/en/buildings/8-arch/
💯(99) ✅⬆️ ... ... ... ...
space
/en/buildings/8-arch/spaces/ssp00001--library/
72 (82) ❌⬇️ ... ... ... ...

Ideas in here:

  • Base URL on top
  • Routes in first column, in this case the relative URL and an alias for the route
  • Columns for each category, followed by their thresholds
  • Each cell would contain current value (92), old value in parenthesis (if possible), what the trend compared to the last value is ⬆️/ ⬇️/ ... and whether it passes ✅ / ❌

Each route could link to the more detailed results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions