In a new article over on Builder.com this morning, there are a few little tips that claim to help speed up your site through the flexibility of Javascripting.
JavaScript tips to accelerate a slow Web app aims to help you speed up your website with four simple tips:
- Cache your JavaScript if it is used by multiple pages
- Accumulate HTML in string variables
- Do large array lookups as string searches
- Avoid inefficient commands in recursive code




