You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I would like to request the ability to integrate Sitespeed.io with Lighthouse using a JavaScript script that handles multiple URLs. Currently, it seems that Lighthouse can only be used on individual URLs and not with scripting/multiple pages, which limits the ability to perform comprehensive performance testing on workflows that span multiple pages.
Use Case:
My use case involves running a script (e.g., prueba.js) that navigates through multiple pages of a web application, performs various actions, and measures performance. I would like to include Lighthouse reports for each of the URLs involved in this script to get detailed performance insights.
Steps to Reproduce:
Created a script (prueba.js) to navigate through multiple pages:
Lighthouse can only be used on URLs and not with scripting/multiple pages at the moment
Desired Outcome:
It would be great if there could be an option or plugin to integrate Lighthouse in a way that it can run for multiple URLs specified in a script. This integration would help in automating the performance analysis for workflows involving multiple pages.
Thank you for considering this feature request!
The text was updated successfully, but these errors were encountered:
Hi @Paanmoli the reason it doesn't work today is that the plugin uses the Lighthouse cli, so it uses another Chrome browser session. First all data and the script runs using Browsertime, then the browser is closed and then a new browser (the version that is binded to the Lighthouse release) is opened and the Lighthouse data is collected.
Feature Request
Description:
I would like to request the ability to integrate Sitespeed.io with Lighthouse using a JavaScript script that handles multiple URLs. Currently, it seems that Lighthouse can only be used on individual URLs and not with scripting/multiple pages, which limits the ability to perform comprehensive performance testing on workflows that span multiple pages.
Use Case:
My use case involves running a script (e.g.,
prueba.js
) that navigates through multiple pages of a web application, performs various actions, and measures performance. I would like to include Lighthouse reports for each of the URLs involved in this script to get detailed performance insights.Steps to Reproduce:
Created a script (
prueba.js
) to navigate through multiple pages:Executed the script with the following Docker command:
Received the following message:
Desired Outcome:
It would be great if there could be an option or plugin to integrate Lighthouse in a way that it can run for multiple URLs specified in a script. This integration would help in automating the performance analysis for workflows involving multiple pages.
Thank you for considering this feature request!
The text was updated successfully, but these errors were encountered: