Server-side development performance tips
Server side performance in Sitefinity is primarily related to working with the data layer and Sitefinity API. Although standard .NET performance practices apply, here we want to mention cases of degraded performance, which we commonly see and ideas on how to avoid and fix them.
Make use of LINQ deferred execution
Use paging and filtering where applicable