diff --git a/doc/html/highload.html b/doc/html/highload.html
index ee3e0d5..ded8e11 100644
--- a/doc/html/highload.html
+++ b/doc/html/highload.html
@@ -171,6 +171,11 @@ RADIUS is a new beta feature, test it before using in production.
Every configuration reload requires additional resources. Do not do frequent
changes, like users addition/deletaion via connfiguration, use alternative
authentication methods instead, like RADIUS.
+
Consider using 'noforce'
+'force' behaviour (default) re-authenticates all connections after
+configuration reload, it may be resource consuming on large number of
+connections. Consider adding 'noforce' command before services started
+to prevent connections reauthentication.
Do not monitor configuration files directly
Using configuration file directly in 'monitor' can lead to race condition where
configuration is reloaded while file is being written.