TulipTools Internet Business Owners and Online Sellers Community

Full Version: Tools and Techniques for Managing the Performance of Ajax Applications
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:Performance is one of the primary motivations for enhancing applications with Ajax. Ajax can improve response time by communicating with the server without full-page requests. By reducing response time, Ajax can provide a significantly better user experience. However, analyzing and improving the performance of Ajax applications requires a different toolset than traditional Web applications. This article examines these tools and shows how to use them to find performance problems and make corrections.

An Ajax application's performance is based on several aspects of a Web application:

    * Server response time
    * Network transfer time
    * Client JavaScript processing time
...

full article: http://www.ibm.com/developerworks/web/li...FasterAjax