View Single Post
  #96 (permalink)  
Old 08-28-2007, 03:46 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
  • Keep blocks of scripts together. Each switch between scripts and HTML causes the compiler to stop and start processing.
  • Don't use script commenting: which is compiled each time the page is loaded. Instead, use HTML commenting or no commenting at all.
  • Utilize background processing to help with long running tasks. Create multi-threaded operations when possible and feasible.
__________________

J.Vijayanand
Reply With Quote