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
First I would like to say this extension is really great, it is very convenient for us to be able to run lighthouse tests together with sitespeed.io test, and having the possibility to consult them in just one panel (html reports or grafana).
Actually only two profiles can be extended: default-config.js and full-config.js.
This issue is to sugger to add two more: lr-mobile-config.js and lr-desktop-config.js
So we can set like:
--lighthouse.extends lr-mobile
--lighthouse.extends lr-desktop
This way in combination with the --lighthouse.settings.emulatedFormFactor difference between desktop/mobile are best reflected.
I hope it makes sense.
Thanks!
Best regards
The text was updated successfully, but these errors were encountered:
After some further test (please see: #48), adding the possibility to use those 2 new profiles will be a really great things to achieve better result in same line of the results of Google Page Speed Insight.
Hello,
First I would like to say this extension is really great, it is very convenient for us to be able to run lighthouse tests together with sitespeed.io test, and having the possibility to consult them in just one panel (html reports or grafana).
Actually only two profiles can be extended: default-config.js and full-config.js.
This issue is to sugger to add two more:
lr-mobile-config.js
andlr-desktop-config.js
So we can set like:
--lighthouse.extends lr-mobile
--lighthouse.extends lr-desktop
This way in combination with the
--lighthouse.settings.emulatedFormFactor
difference between desktop/mobile are best reflected.I hope it makes sense.
Thanks!
Best regards
The text was updated successfully, but these errors were encountered: