There are a few things that can be adjust:
You need to click on System → performance
and then on the right tab to adjust an item.
Here you can tweak the web server settings, this is also important when the system is put under load with many portal redirects. If the system becomes too slow it may be needed to set the max server processes to a lower value, this means the web server will accept fewer connections. But setting it too low may cause the web server to respond slowly because all connections are used up but the server could not be under load at all. Important to check the CPU load before changing this setting (system ⇒ task manager). The keep alive setting also has a big impact on the system and also on the max server process setting. Keep alive means that a connection is kept open to transfer multiple files quicker rather than opening a new connection for each file. When there is no load, keep alive can speed up portal display. Just make sure that you also increase the max server processes because much more connections will be open all the time. When the system is under a lot of load by many pending users, it is recommended to disable the keep alive because almost 90% of the redirects are background services, they will use up all the available connections because they are kept open for as long as the keep alive timeout.
You can tweak the memory consumption and the amount of connections that can be setup to the database. Giving the database more resources can be interesting when the user database is very big. It is possible to verify memory usage of the system via the health widget in the home screen. Based on this information it is possible to give the database more memory. Do this only when the system becomes slow.
Here you can tweak settings related to TCP/IP handling. Only change these values when you know what they mean or when instructed by support. When using multiple public ip's is it needed to increase the nf_conntrack_max value to 64000 * the amount of public ip's. At least when these public ip's are used for natting. You can always check the nf_conntrack documentation for more info.
You can adjust the content filter (if licensed). It's best to increase the amount of maxchildren to the amount of licensed subscribers. Maintain roughly the same ratio between the values as they had with their default values.
The DNS resolver only has two settings to tweak. The first setting Max cache entries
is the number of cached DNS queries. Set to zero to disable caching and has a maximum value of 10000. The second parameter is Max simultaneous requests
which limits the amount of generated DNS queries towards upstream servers to maximum this value simultaneously.