show/hide this revision's text 3 Made cwiki; [made Community Wiki]

show/hide this revision's text 2 Clarified question

After reading

This is a potential interview question on a discussion board recently, I was wondering what thoughts people have on about performance testing specific to SharePoint web parts and controls (although standard ASP.NET methods would be applicable as well). What I'm wondering what are some good techniques, considering factors such as:

  • caching (what and when should you cache?)
  • load balanced servers (storing state)
  • interaction with other parts of the page (e.g. multiple JavaScript execution)
  • measuring CPU

Again, looking usage for good answers in the context of SharePoint.a particular control

  • rendered page size
  • show/hide this revision's text 1

    What are some good techniques for performance testing SharePoint web parts and controls?

    After reading a potential interview question on a discussion board recently, I was wondering what thoughts people have on performance testing specific to SharePoint web parts and controls. What are some good techniques, considering factors such as:

    • caching
    • load balanced servers
    • interaction with other parts of the page
    • measuring CPU

    Again, looking for good answers in the context of SharePoint.