Tracking overall performance
// main.ts
aurelia.use.plugin('aurelia-store', {
initialState,
measurePerformance: 'all',
});group 'Dispatching: myAction'
debug 'myMiddleware1' took 1.234 ms
debug 'myMiddleware2' took 0.567 ms
debug 'myAction' took 2.345 ms
groupEnd 'Dispatching: myAction'
debug 'Total duration:' 4.146 msLast updated
Was this helpful?