
| email this FAQ to a colleague
Q: Should Option Explicit remain in my pages once they are ready to go live? What impact does it have on performance? A: Option Explicit actually speeds up code execution because the variables will be
accessed by ordinal rather than by name as the subs/functions/classes are
accessed. - David Penton | Articles | | Aug 25, 2005 - Performance Monitoring in SharePoint Portal Server 2003 | | Performance monitoring helps organizations identify performance bottlenecks. The problem is that with so many performance numbers available, how do you know which ones to watch? This article helps you identify which are the critical performance counters in a SharePoint Portal Server environment and explains how to monitor them. By monitoring performance regularly, organizations can recognize performance trends as they develop and prevent problems before they get out of hand. [Read This Article] [Top] |
|
|