We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to evaluate a list of URLs from either a custom sitemap.xml or CSV file.
Crawling is great, but there are times you want to actually be able to compare the same URLs you evaluated 6 months ago, with what you have now.
I know this is possible in Unlighthouse, and am a bit surprised it isn't in the documentation. I can't find it in the code either.
The text was updated successfully, but these errors were encountered:
Hi @mgifford you can run your test with a text file with each URL on a new row. I can make that more visible in the documentation.
urls.txt
https://www.sitespeed.io https://www.sitespeed.io/documentation/
And run like this:
sitespeed.io urls.txt
Collecting from a sitemap maybe, but for now I would use some tool to parse a sitemap to a text file.
Sorry, something went wrong.
No branches or pull requests
Feature/improvement
Is it possible to evaluate a list of URLs from either a custom sitemap.xml or CSV file.
Crawling is great, but there are times you want to actually be able to compare the same URLs you evaluated 6 months ago, with what you have now.
I know this is possible in Unlighthouse, and am a bit surprised it isn't in the documentation. I can't find it in the code either.
The text was updated successfully, but these errors were encountered: