Skip to content

Store http request elapsed time

Romain Courteaud requested to merge romain/surykatka:wip into master

The goal is to detect speed regression of website access.

The elapsed time value is updated in the DB only if an arbitrary threshold is modified (<200ms = fast, <500ms = moderate, >500ms = slow).

I'll experiment on a test bot to see how much it increases the DB size.

Merge request reports