Server Performance Tweaks

Posted by Community Admin on 03-Aug-2018 16:31

Server Performance Tweaks

All Replies

Posted by Community Admin on 03-Oct-2011 00:00

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: 


blogs.x2line.com/.../3718.aspx

I have set compression and HTTP Response headers and things of that sort and wondering what else I can do to make the server run more efficient.  The server handles the traffic fine, it is the editing that is causing the server to max out the CPU and become unresponsive.

Anthony

Posted by Community Admin on 03-Oct-2011 00:00

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?

Posted by Community Admin on 03-Oct-2011 00:00

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>
 

Thanks.

Anthony

Posted by Community Admin on 03-Oct-2011 00:00

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?

Posted by Community Admin on 03-Oct-2011 00:00

I do not have a system.diagnostics section in my config.

Posted by Community Admin on 03-Oct-2011 00:00

Thats good, you don't want it :)

Posted by Community Admin on 03-Oct-2011 00:00


Edit
Please disregard this post.  This was supposed to be in a support ticket.

This thread is closed