Hi All,
SharePoint has wonderful feature that with the help of SharePoint Designer we can customize the pages & site. But As per my knowledge customization attract performance issues too. As customization would be in content db and content db is shared amount
multiple front end web server so I suppose when load on site will increase, customized pages might have performance problem. We don’t have luxury to add additional content db to improve the performance as it should be single shared between the front
end server. So we can assume that if our site has heavy customization then content db may be become bottleneck in load increase.
Contrary if we use application page instead of customized pages then performance wise it will help as in case if load will increase we have a luxury to add additional front end web server. As application would be on web frond end server so it will work very
well.
Can anyone please provide views on this?
Regards
Amit Kumar