website optimization

WebSiteOptimization.com

Higher traffic and speed guaranteed.™

   
   
Home Sitemap Publications Services About Contact
Newsletter:  

By Year

Syndicate this site

RSS 1.0 RSS 2.0 Atom
home > speed > tweak > javascript-optimization

Use Delta Encoding to Compress RSS newsfeeds

Learn how to use delta encoding to compress your RSS XML newsfeeds. Save bandwidth by using delta compression for your RSS files. more »

Suture CSS or JavaScript Files to Reduce HTTP Requests

Learn how to "suture" CSS or JavaScript files together before delivery from the server to save HTTP requests. You'll have your organization and eat it too with this server-side approach to merging files. more »

Refactor to Improve Code Design

Refactoring restructures your code into a more simplified or efficient form in a disciplined way. Refactoring software code improves its internal structure without changing external functionality for more efficient execution, faster download speed, and easier updates. more »

Use an Optimization Tool

Web page analysis and optimization tools can help locate and minimize performance bottlenecks. They can improve accessibility, spelling, XHTML markup, and even search engine visibility. We survey the webpage optimization tool landscape. more »

CSS: Substitute CSS2 Menus

Substituting CSS2-styled lists for graphic menus and JavaScript can streamline your pages and make them more accessible. more »

JavaScript: Defer Execution

Defer execution of your JavaScripts with the defer attribute to speed initial content display. more »

JavaScript: Delay Loading

Delay loading your JavaScripts to speed up your content display. By redefining empty stub functions with scripts loaded late in your page, you can ensure that your content displays quickly. more »