File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -159,13 +159,12 @@ the top of the script to exit on error.
159
159
160
160
If your workspaces are taking longer to start than expected, or longer than
161
161
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
163
164
[ build timings API endpoint] ( ../../reference/api/builds.md#get-workspace-build-timings-by-id ) .
164
165
165
-
166
166
See our
167
167
[ guide on optimizing workspace build times] ( ../../tutorials/best-practices/speed-up-templates.md )
168
168
to optimize your templates based on this data.
169
169
170
170
![ Workspace build timings UI] ( ../../images/admin/templates/troubleshooting/workspace-build-timings-ui.png )
171
-
Original file line number Diff line number Diff line change @@ -111,9 +111,10 @@ workspace startup scripts.
111
111
112
112
## Workspace build times
113
113
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
117
118
[ ` coder_script ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script ) s
118
119
such as [ dotfiles] ( ./workspace-dotfiles.md ) or
119
120
[ ` coder_app ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app )
You can’t perform that action at this time.
0 commit comments