Benchmark Wappler steps (Server Action)

Hi,

I want to benchmark Wappler steps in Server Action, know how long each step takes. Useful when using API Action and database queries, to see how long they take.

Any tips?

What about adding a setvalue(NOW) after each step?

1 Like
1 Like

Do you want it as debugging information in the console or have it as output in the server action response?

Output in the server action response

I don’t know if I’m on the right direction but this can be extended and more detailed using an ArrayList with schema:

  • s_description:Text // set the step name
  • s_starttime: Text // before the step, set the strating datetime of step = {{NOW}}
  • s_finishtime: Text // after the step, set the finishing datetime of step = {{NOW}}