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
it would be cool if we could choose the Data collected
typically, i'm using performance.mark and performance.measure to track key execution time in my app
those measure are reported in lighthouse report as "User Timing marks and measures" in the performance part
for e.g :
Name | Type | Start Time | Duration
ui:init | Measure | 848.8 ms | 214.87 ms
i'd like to include them in Garie dashboards
The text was updated successfully, but these errors were encountered:
after taking a look at the code, it seems collected audits are hardcoded const auditData = ['errors-in-console', 'time-to-first-byte', 'interactive', 'redirects'];
the audit i want to collect is user-timings i think
Hello, thanks for this great project
it would be cool if we could choose the Data collected
typically, i'm using performance.mark and performance.measure to track key execution time in my app
those measure are reported in lighthouse report as "User Timing marks and measures" in the performance part
for e.g :
Name | Type | Start Time | Duration
ui:init | Measure | 848.8 ms | 214.87 ms
i'd like to include them in Garie dashboards
The text was updated successfully, but these errors were encountered: