Visualize Deployment Step Times with a Graph
Right now, during a deployment, we can see the Start Time and End Time of a deployment step, but we need to go through with a calculator to get the duration. Then we need to figure out exactly what duration each step took, then we can decide which steps are taking longer than others.
I need to be able to performance optimize our deployments (they're taking roughly 10 minutes). And a huge help would be to have a graph showing the total duration of each step.
Since the details on that are already stored, I am fairly confident that adding a graph to visualize that data should be fairly trivial.
I'd hope to see something like this on the task summary page.

-
john commented
This will be good when we want to get the deployment KPIs.