Indicator for Server-Side Processing Time

Dear Support-Team,

i'd like to get a rough idea of ​​the processing time of server calls.

My idea: I'm using the logging middleware with the FormatString := ':method :url :statuscode - :responsetime ms :res[content-length]';

Is this a good idea, or are many things happening outside the measurement interval?

I don't need extreme accuracy, but an indicator of which methods to analyze for better performance.

Many Thanks

Yes, if you don't need extreme accuracy but just an idea of which endpoints are slower, than it's a good approach.