Skip to content

Commit a7f22be

Browse files
committed
fmt
1 parent 122035d commit a7f22be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/admin/templates/troubleshooting.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,12 @@ the top of the script to exit on error.
159159

160160
If your workspaces are taking longer to start than expected, or longer than
161161
desired, you can diagnose which steps have the highest impact in the workspace
162-
build timings UI (available in v2.17 and beyond). Admins can can programmatically pull startup times for individual workspace builds using our
162+
build timings UI (available in v2.17 and beyond). Admins can can
163+
programmatically pull startup times for individual workspace builds using our
163164
[build timings API endpoint](../../reference/api/builds.md#get-workspace-build-timings-by-id).
164165

165-
166166
See our
167167
[guide on optimizing workspace build times](../../tutorials/best-practices/speed-up-templates.md)
168168
to optimize your templates based on this data.
169169

170170
![Workspace build timings UI](../../images/admin/templates/troubleshooting/workspace-build-timings-ui.png)
171-

docs/user-guides/workspace-lifecycle.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ workspace startup scripts.
111111

112112
## Workspace build times
113113

114-
After a successful build, you can see a timing breakdown
115-
of the workspace startup process from the dashboard (starting in v2.17). We capture and display both time taken to
116-
provision the workspace's compute and agent startup steps. These include any
114+
After a successful build, you can see a timing breakdown of the workspace
115+
startup process from the dashboard (starting in v2.17). We capture and display
116+
both time taken to provision the workspace's compute and agent startup steps.
117+
These include any
117118
[`coder_script`](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script)s
118119
such as [dotfiles](./workspace-dotfiles.md) or
119120
[`coder_app`](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app)

0 commit comments

Comments
 (0)