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
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
I have found it useful for debug testing to include the elapsed time in the response headers.
Not knowing everything about the Roxy codebase, I have changed the query-router and update-router to return the following.
(
router:route()
,
xdmp:add-response-header("execution-time", fn:string(xdmp:elapsed-time()))
)
The text was updated successfully, but these errors were encountered: