in some situations, it takes quite a long time to get the response from my server-side business object. To measure the execution time as starting point for a refactoring, I want to use performance.now() (https://developer.mozilla.org/de/docs/Web/API/Performance/now). However, in the server-side BO, “performance” is not known. How could I use the performance object? Is there another/better way to measure the performance?
Thank you!
Dan
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Hi Dan, thank you for the quick answer. I assumed that moment is rather a heavy weight JS object so I wanted to use a native one, but from a functionality perspective this works 🙂