Network Management
The SolarWinds Platform Web Console is loading slowly
The SolarWinds Platform Web Console may load slowly when your IIS server is processing excessive connections to external websites.
First published date
Last published date
Overview
Websites in IIS, like the SolarWinds Platform Web Console, may load slowly if your IIS server is processing excessive connections to external websites.
Product section
Cause
Use the WinHTTP Proxy Configuration Utility to confirm that all proxy servers, if used, are configured correctly for IIS.
Resolution
To diagnose and fix connections your IIS server is making externally:
- Download Process Monitor, a Windows process monitoring tool from Windows Sysinternals.
- Run Process Monitor while you are completing an installation of your SolarWinds product.
- Search the Process Monitor trace for any
TCP Reconnectsor other indications of attempted connections to external websites (e.g.crl.verisign.het:http).
Note:w3wp.exeis one process that might attempt TCP connections. - If you find any attempted connections to an external website, you have the following options to resolve the excessive connections issue:
- Use the WinHTTP Proxy Configuration Utility to confirm that all proxy servers, if any are used, are configured correctly for IIS. For more information, see "Using the WinHTTP Proxy Configuration Utility".
- Disable Certificate Revocation Checking, as follows:
- Click Start > Control Panel.
- Click Internet Options.
- On the Advanced tab, in the Security group, clear Check for server certificate revocation, and then click OK.
Note: You may need to restart your web browser.
- If it is not already in the hosts file of your IIS server, add the website to which your IIS server is atteptimg to connect to the hosts
- Edit the
web.configfile, as follows:- Open <InstallDrive>:\Program Files\SolarWinds\Orion\Web\web.config in a text editor.
- In the
<runtime/>tags, add the following:<generatepublisherevidence enabled="false"/>
- Confirm that any and all firewalls allow connections to the indicated external website.
You may also need to re-add the server to the domain. The SolarWinds Platform server may have been improperly registered on the domain controller, or the entry may be corrupted. This causes the Web Console to slow down because the server has to establish a connection from the Web Console to other SolarWinds services using Windows Security Infrastructure.
This article applies to all SolarWinds products that use the SolarWinds Platform Web Console.