You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/networking/index.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ direct.
77
77
In general,[port forwarded](./port-forwarding.md) web apps are faster than
78
78
dashboard-accessed web apps.
79
79
80
-
##Latency
80
+
##Measure and improve latency
81
81
82
82
Coder measures and reports several types of latency, providing insights into the performance of your deployment. Understanding these metrics can help you diagnose issues and optimize the user experience.
83
83
@@ -95,7 +95,7 @@ There are three main types of latency metrics for your Coder deployment:
95
95
96
96
This metric is displayed in milliseconds on the workspace dashboard and specifically shows the agent-to-relay latency, not direct P2P connections.
97
97
98
-
Total end-to-end latency experienced by a userwould be a combination of dashboard-to-server latency plus this agent-to-relay latency.
98
+
Total end-to-end latency experienced by a useris a combination of dashboard-to-server latency plus this agent-to-relay latency.
99
99
100
100
- Database latency:
101
101
@@ -129,7 +129,7 @@ To improve latency and user experience:
129
129
130
130
-**Deploy workspace proxies**: Place[proxies](./workspace-proxies.md) in regions closer to users, connecting back to your single Coder server deployment.
131
131
-**Use P2P connections**: Ensure network configurations permit direct connections.
132
-
-**Strategic placement**: Deploy yoursingleCoder server in a region where most users work.
132
+
-**Strategic placement**: Deploy your Coder server in a region where most users work.
133
133
-**Network configuration**: Optimize routing between users and workspaces.
134
134
-**Check firewall rules**: Ensure they don't block necessary Coder connections.