# Time to Build

Time to Build represents the average time taken by all the steps of each deployment to complete in the production environment.

By integrating with your CI/CD tool, Typo tracks all your production deployments across repos & workflows as configured by you. Then, the average time to run each step across all production deployments represents the Time to Build for the selected time.

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FdNMVDRrvO6LtzhZTCxbw%2FScreenshot%202025-06-26%20144044.png?alt=media&#x26;token=4dde5c20-8a55-42b8-b5d7-d6305d003ec5" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FiwSgw8DJtiGBYK8jqbky%2FScreenshot%202025-06-26%20144249.png?alt=media&#x26;token=9aafdf6e-63f7-4e76-bd66-a776cdbfd043" alt=""><figcaption></figcaption></figure></div>

### **How does measuring time to build help in improving the Engineering teams' efficiency?**

Measuring time to build contributes to enhancing the efficiency of engineering teams in several ways:

1. **Performance Optimisation:** Tracking time to build helps identify bottlenecks and inefficiencies in the build process, enabling teams to optimize build pipelines and reduce build times.
2. **Streamlining Development Workflow:** Insights from deployment time metrics allow teams to streamline their development workflow by identifying areas where build times can be shortened or dependencies can be optimized.
3. **Enhancing Developer Productivity:** Faster deployment times enable developers to spend more time writing code and less time waiting for builds, leading to increased productivity and satisfaction.
4. **Meeting SLAs:** Monitoring deployment time metrics helps ensure that teams meet service level agreements (SLAs) for deploying changes, maintaining reliability, and meeting customer expectations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://typo.gitbook.io/typo-help-docs/engineering-metrics/deployment-metrics/time-to-build.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
