Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lighthouse Audits on Multiple SPA pages with only 1 unique URL #6555

Closed
EnlightenMeee opened this issue Nov 14, 2018 · 3 comments
Closed

Lighthouse Audits on Multiple SPA pages with only 1 unique URL #6555

EnlightenMeee opened this issue Nov 14, 2018 · 3 comments

Comments

@EnlightenMeee
Copy link

4.0.0 alpha

Feature request summary

Lighthouse audits multiple view/pages within Single Page Application with only 1 url

no

What is the motivation or use case for changing this?
SPA auditing

How is this beneficial to Lighthouse?
It will add features and flexibility

@patrickhulce
Copy link
Collaborator

Thanks for filing @EnlightenMeee! Could you expand a little on this feature? Aren't multiple views within an SPA typically handled with unique paths, either fake (#!/path/to/view) or real with server magic (redirecting all requests to index.html)?

Is it mostly interactions you're looking for like the scenarios described in #3837?

@EnlightenMeee
Copy link
Author

EnlightenMeee commented Nov 15, 2018

Our project is SPA using ReactJS is there a way to audit page flows using lighthouse. example, page1 -> page 2-> page N. If I use lighthouse to audit page N, single page going page1 instead of page N.

Thank you for the quick response

@patrickhulce
Copy link
Collaborator

Page flows are going to be covered by #3837. Feel free to add any additional use cases you think are missing over on that issue! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants