| By RIA News Desk | Article Rating: |
|
| September 19, 2008 04:15 PM EDT | Reads: |
2,172 |
Those of us in the business of writing rich Internet applications have seen the focus swing from how to add richness to how to manage richness and the resources it demands in the browser. Steve Souders's recent volume from O'Reilly, High Performance Web Sites, and the canonical performance rules Steve pioneered with the Exceptional Performance Team at Yahoo in recent years have helped bring data-driven order to the lore that surrounds browser performance.
Once you've followed the rules, though, there remain a number of steps you can take to improve the way your application feels for the end user:
1. You can be lazy, enriching your application on-demand in response to the user's actions;
2. You can be smart, using predictive triggers to load specific pieces of data or functionality;
3. You can be courteous, yielding control of the browser's JavaScript thread while performing long, complicated operations;
4. You can be environmentally astute, reducing the number of JavaScript and DOM objects by reusing them where ever possible;
5. You can be cost-conscious, always analyzing the real price you're paying on the performance side and recirculating that information into the design process.
In this session, we'll look at all five of these practical strategies and how to enact them on your project. You'll walk away with ideas for how you can make your project more responsive immediately — including code snippets, where appropriate.
Submit Your Paper to Present a Session
Sponsor AJAXWorld RIA Conference & Expo
Published September 19, 2008 Reads 2,172
Copyright © 2008 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By RIA News Desk
Ever since Google popularized a smarter, more responsive and interactive Web experience by using AJAX (Asynchronous JavaScript + XML) for its Google Maps & Gmail applications, SYS-CON's RIA News Desk has been covering every aspect of Rich Internet Applications and those creating and deploying them. If you have breaking RIA news, please send it to RIA@sys-con.com to share your product and company news coverage with AJAXWorld readers.
- Practical Approaches for Optimizing Website Performance
- SQL Anywhere Server and AJAX
- The Difference Between Web Hosting and Cloud Computing
- Ajax in RichFaces 3.3, JSF 2 and RichFaces 4
- Cloud Computing on Gartner's Top 10 List and SYS-CON Events' 2010 Calendar
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- US Post Office Hops a Ride on NetSuite’s Cloud
- Gang of Four Creates Cloud BI Stack
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Confessions of a Ulitzer Addict
- AJAX World RIA Conference & Expo Kicks Off in New York City
- An Introduction to Abbot
- What is Web 3.0?
- AJAXWorld RIA Conference & Expo 2009 West: Call for Papers
- Interviewing Java Developers With Tears in My Eyes
- Adobe Enters Cloud Computing with LiveCycle
- REA Is Where RIA Becomes the Norm
- RIAs for Web 3.0 Using the Microsoft Platform
- Practical Approaches for Optimizing Website Performance
- Social Media Terrorists
- Building a Drag-and-Drop Shopping Cart with AJAX
- What Is AJAX?
- Google Maps! AJAX-Style Web Development Using ASP.NET
- Flashback to January 2006: Exclusive SYS-CON.TV Interviews on "OpenAjax Alliance" Announcement
- AJAXWorld Conference & Expo to Take Place October 2-4, 2006, at the Santa Clara Convention Center, California
- AJAX Sponsor Webcasts Are Now Available at AJAXWorld Website
- How and Why AJAX, Not Java, Became the Favored Technology for Rich Internet Applications
- "Real-World AJAX" One-Day Seminar Arrives in Silicon Valley
- AJAXWorld University Announces AJAX Developer Bootcamp
- AJAX Support In JadeLiquid WebRenderer v3.1

































