Critical path analysis

I’m trying to use CircleCI’s Insights to reduce the mean time to deployment (mean time to completion) of our CircleCI pipeline.

What would be useful would be for the critical path to be reported as an Insight.

By critical path, this is the sequence of jobs which caused the maximum/total duration. If I know the critical path I can focus my efforts on reducing the number of jobs in that path, or reducing the time of any of the jobs, and it will be reflected in a reduction in the total duration for the pipeline.

Thanks