You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been enjoying getting this running in our project and really enjoy the functionality we have.
One thing we were looking to have was the ability to turn the cProfiler on/off per request, similar to how we can turn the intercept on/off functionally using the request object. There's a number of times where we still care about getting response times and tracking them, but don't want to slow down the requests too heavily with the profiler.
The text was updated successfully, but these errors were encountered:
Hey!
Been enjoying getting this running in our project and really enjoy the functionality we have.
One thing we were looking to have was the ability to turn the cProfiler on/off per request, similar to how we can turn the intercept on/off functionally using the request object. There's a number of times where we still care about getting response times and tracking them, but don't want to slow down the requests too heavily with the profiler.
The text was updated successfully, but these errors were encountered: