[Erlangweb-users] cool app from google to profile a web page
Brought to you by:
etcerlangweb,
paulgray
|
From: Michal Z. <mic...@er...> - 2009-06-06 15:33:31
|
check out this firefox/firebug extension (it went open-source yesterday) http://code.google.com/intl/pl/speed/page-speed/download.html It aggregates performance data and explicitly prints out improvements. Also finds JS and CSS bugs. quote from doc: * Optimizing caching — keeping your application's data and logic off the network altogether * Minimizing round-trip times — reducing the number of serial request-response cycles * Minimizing request size — reducing upload size * Minimizing payload size — reducing the size of responses, downloads, and cached pages * Optimizing browser rendering — improving the browser's layout of a page -- Michal Zajda Erlang Training and Consulting Ltd http://www.erlang-consulting.com |