sitespeedio / browsertime

Measure and Optimize Web Performance
https://www.sitespeed.io/documentation/browsertime/
Apache License 2.0
608 stars 137 forks source link

Support SPA navigations that do not do any requests #2001

Open soulgalore opened 1 year ago

soulgalore commented 1 year ago

Today SPA only works if it makes a request in the soft navigation because we try to generate a HAR and that part breaks. Maybe we could do some smart things here to catch that. First step is to find a example that we can use in our tests.