View Single Post
  #95 (permalink)  
Old 08-28-2007, 03:22 AM
vijayanand vijayanand is offline
D-Web Analyst
 
Join Date: Feb 2007
Posts: 293
vijayanand is on a distinguished road
Default 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
Reply With Quote