[thelist] responsiveness from "the coffee shop"

L. M. Arun 437341 at gmail.com
Thu Nov 4 00:50:19 CDT 2010


>> "Boomerang is a piece of Javascript that you add to your web pages, where it
>> measures the performance of your website from your end user's point of view.
>> It has the ability to send this data back to your server for further
>> analysis. With Boomerang, you find out exactly how fast your users think
>> your site is."
>> http://www.readwriteweb.com/archives/yahoo_lets_loose_with_a_boomerang_-_automatic_webs.php
>This sounds really great, but what does it take to set this up, to get
>the code to add to a page?  I've never worked with APIs like this.

its Javascript. There is an API available for advanced users, but you dont
have to tinker with it if you dont want to. Simply download the code
from github,
and add the javascript to your pages. If you have experience adding something
like google analytics to your pages you know how already.

"All you have to do is stick it into the bottom of your web pages and
call the init() method."

https://github.com/yahoo/boomerang

~~~
Google Code blog published this yesterday
http://googlecode.blogspot.com/2010/11/make-your-websites-run-faster.html

"We’re starting with more than 15 on-the-fly optimizations that
address various aspects of web performance, including optimizing
caching, minimizing client-server round trips and minimizing payload
size. We’ve seen mod_pagespeed reduce page load times by up to 50% --
in other words, essentially speeding up websites by about 2x, and
sometimes even faster."

You can ask your web host to install this Apache module in their servers.

Mohan Arun L.


More information about the thelist mailing list