Server Performance Tweaks
Is anyone using any server performance tweaks with Sitefinity with large amounts of traffic? I have seen some articles about tweaking the MaxConcurrentRequestPerCPU settings and others such as below:
You're not running in debug mode, and service debug tracing is turned off on Live?
...and you have caching and gzip enabled for the clientside?
I have not turned on Debugging or service tracing. Where in the settings can I double check those two?
I have caching set in Sitefinity for the clientside, but do not have any Output Caching rules in IIS.
In my web.config folder compilation debug is set to false.
There are also the following entries I am not sure about, the first is set to true:
01.
<
serviceBehaviors
>
02.
<
behavior
>
03.
<
serviceMetadata
httpGetEnabled
=
"true"
/>
04.
<
serviceDebug
includeExceptionDetailInFaults
=
"true"
/>
05.
<!--<openAccessWorkflowTracking applicationName="/workflow" />-->
06.
</
behavior
>
07.
<
behavior
name
=
"Telerik.Sitefinity.Analytics.Infrastructure.Services.AnalyticsPermissionsServiceBehavior"
>
08.
<
serviceMetadata
httpGetEnabled
=
"true"
/>
09.
<
serviceDebug
includeExceptionDetailInFaults
=
"false"
/>
10.
</
behavior
>
11.
<
behavior
name
=
"Telerik.Sitefinity.Analytics.Server.GoogleAnalyticsPlugin.Services.AccountsServiceBehavior"
>
12.
<
serviceMetadata
httpGetEnabled
=
"true"
/>
13.
<
serviceDebug
includeExceptionDetailInFaults
=
"false"
/>
14.
</
behavior
>
15.
<
behavior
name
=
"Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.DashboardDataBehavior"
>
16.
<
serviceMetadata
httpGetEnabled
=
"true"
/>
17.
<
serviceDebug
includeExceptionDetailInFaults
=
"false"
/>
18.
</
behavior
>
19.
<
behavior
name
=
"Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.MapDataServiceBehavior"
>
20.
<
serviceMetadata
httpGetEnabled
=
"true"
/>
21.
<
serviceDebug
includeExceptionDetailInFaults
=
"false"
/>
22.
</
behavior
>
23.
<
behavior
name
=
"Telerik.Sitefinity.Web.Services.LocalizationBehavior"
></
behavior
>
24.
</
serviceBehaviors
>
I defer to the telerik devs, but It'd turn off the first option
You don't have anything like this in your web.config right?
I do not have a system.diagnostics section in my config.
Thats good, you don't want it :)
Edit
Please disregard this post. This was supposed to be in a support ticket.