Published on 2006-11-01 21:46:10

Aaron Hopkins, Google Software Engineer, have an interesting article on Optimizing Page Load Time. In the article Aaron shared his work on optimizing page load times for a high-profile AJAX application, and investigation on reducing latency due to external objects.

ebps_1500k_100ms.png


It is widely accepted that fast-loading pages improve the user experience. In recent years, many sites have started using AJAX techniques to reduce latency. Rather than round-trip through the server retrieving a completely new page with every click, often the browser can either alter the layout of the page instantly or fetch a small amount of HTML, XML, or javascript from the server and alter the existing page. In either case, this significantly decreases the amount of time between a user click and the browser finishing rendering the new content.


He found many interesting results :

Read More


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved