Tag Archives: Performance

Performance Monitoring Class

Thought I’d share a class I use for performance monitoring to help identify areas of code that are causing bottlenecks or take a lengthy time to execute. In SharePoint we can use the SPMonitoredScope class to wrap areas of code … Continue reading

Posted in SharePoint | Tagged , | Leave a comment

Slow Query Duration

When working with custom code that manipulates lists that contain a large number of fields, the ULS logs will likely be littered with the following entries: A large block of literal text was sent to sql. This can result in … Continue reading

Posted in SharePoint | Tagged , | Leave a comment