Difference between revisions of "Slow Web Edition Troubleshooting"

(Disabling Active Directory User Lookups: corrected internal link)
m (Text replacement - "XLCubed" to "FluenceXL")
 
Line 1: Line 1:
XLCubed Web Edition's startup performance can be affected by several factors.
+
FluenceXL Web Edition's startup performance can be affected by several factors.
  
 
==Disabling Active Directory User Lookups==
 
==Disabling Active Directory User Lookups==
The {{Code|QueryActiveDirectory}} web.config setting can be set to {{Code|false}} in order to skip querying the Active Directory domain controller to resolve the user name. Please see [[XLCubed Web Edition Installation Guide#Behavioural Configuration|this article]] for information.
+
The {{Code|QueryActiveDirectory}} web.config setting can be set to {{Code|false}} in order to skip querying the Active Directory domain controller to resolve the user name. Please see [[FluenceXL Web Edition Installation Guide#Behavioural Configuration|this article]] for information.
  
 
==Disabling Certificate Revocation List Checks==
 
==Disabling Certificate Revocation List Checks==
On startup, signed assemblies that are used by XLCubed Web Edition are verified. In order to do this, Windows first checks for invalid certificates. If the server doesn't have sufficient internet access, then this will time out. You can disable this check by disabling the 'Check for publisher's certificate revocation' option in Internet Options. Please see the following pages for more information about Certificate Revocation Lists:
+
On startup, signed assemblies that are used by FluenceXL Web Edition are verified. In order to do this, Windows first checks for invalid certificates. If the server doesn't have sufficient internet access, then this will time out. You can disable this check by disabling the 'Check for publisher's certificate revocation' option in Internet Options. Please see the following pages for more information about Certificate Revocation Lists:
 
* [http://blogs.msdn.com/b/ieinternals/archive/2011/04/07/enabling-certificate-revocation-check-failure-warnings-in-internet-explorer.aspx Understanding Certificate Revocation Checks]
 
* [http://blogs.msdn.com/b/ieinternals/archive/2011/04/07/enabling-certificate-revocation-check-failure-warnings-in-internet-explorer.aspx Understanding Certificate Revocation Checks]
 
* [http://technet.microsoft.com/en-us/library/cc738754(v=ws.10).aspx Turn CRL checking on or off]
 
* [http://technet.microsoft.com/en-us/library/cc738754(v=ws.10).aspx Turn CRL checking on or off]

Latest revision as of 09:34, 4 July 2023

FluenceXL Web Edition's startup performance can be affected by several factors.

Disabling Active Directory User Lookups

The QueryActiveDirectory web.config setting can be set to false in order to skip querying the Active Directory domain controller to resolve the user name. Please see this article for information.

Disabling Certificate Revocation List Checks

On startup, signed assemblies that are used by FluenceXL Web Edition are verified. In order to do this, Windows first checks for invalid certificates. If the server doesn't have sufficient internet access, then this will time out. You can disable this check by disabling the 'Check for publisher's certificate revocation' option in Internet Options. Please see the following pages for more information about Certificate Revocation Lists: