
08-28-2007, 03:22 AM
|
| D-Web Analyst | | Join Date: Feb 2007
Posts: 293
| |
Re: Website Performance Tips & Tricks Website Performance Tips: - Reduce the use of global variables.
- Reduce the number of include files used on a page. Also, segment and categorize functions in commonly used include files.
- Be careful of string concatenation as the size of the string grows. As the string grows through concatenation, it is copied to a new location in memory each time.
- Set objects, especially database objects to Nothing when no longer needed
__________________
J.Vijayanand |