Thursday 19 March 2009

Sitecore Performance

We have noticed some slow performance using Sitecore recently on some of our websites. One of the options discussed on the SDN forum is to disable the performance counters. I've tried this approach and the improvement in performance is noticeable.

So if you are also having performance issue try disabling the performance counters. To disable the performance counters change the following line in the web.config to false:
<setting name="Counters.Enabled" value="true" />

No comments: