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 |