Recommendation using Client side performance monitoring (boomerang/jiffy/episodes)

Posted by Yasei No Umi on Server Fault See other posts from Server Fault or by Yasei No Umi
Published on 2010-12-22T18:34:54Z Indexed on 2010/12/22 18:56 UTC
Read the original article Hit count: 424

There are a few Client-side JavaScript libraries that check web-site performance on the client side:

  • Jiffy (http://code.google.com/p/jiffy-web/)
  • Episodes (http://stevesouders.com/episodes/) by Steve Sounders
  • Boomerang (http://yahoo.github.com/boomerang/doc/) by Yahoo!

Have you used any of them or a similar too?
What did you use for the server-side? for reporting?
Is this a recommended approach?
If not, how should I monitor my web-site performance from the end-user's view?

© Server Fault or respective owner

Related posts about Performance

Related posts about performance-monitoring