-
Performance monitoring for Ajax applications (4 messages)
- Posted by: Lance Lu
- Posted on: January 05 2010 08:36 EST
Performance is a critical factor in Ajax applications; however, due to the technological constraints, performance monitoring has not been a common practice among web application developers. ZK's performance meter utility provides developers with the means to determine execution times in different stages of an Ajax request and response cycle. Sam Chuang illustrates his implementation of a ZK performance monitor here: http://docs.zkoss.org/wiki/A_ZK_Performance_Monitor. The source code is available at: https://sourceforge.net/projects/zkforge/files/Small%20Talks/Performance%20Meter%20Tool/monitor.war/downloadThreaded Messages (4)
- Re: Performance monitoring for Ajax applications by MIKE JASNOWSKI on January 05 2010 10:02 EST
- Re: Performance monitoring for Ajax applications by AD aa on January 05 2010 12:18 EST
- Re: Performance monitoring for Ajax applications by Sateesh Narahari on January 05 2010 12:41 EST
- Re: Performance monitoring for Ajax applications by AD aa on January 05 2010 12:18 EST
- Re: Performance monitoring for Ajax applications by Cédrik LIME on January 05 2010 13:42 EST
-
Re: Performance monitoring for Ajax applications[ Go to top ]
- Posted by: MIKE JASNOWSKI
- Posted on: January 05 2010 10:02 EST
- in response to Lance Lu
Queue response from William Louth... -
Re: Performance monitoring for Ajax applications[ Go to top ]
- Posted by: AD aa
- Posted on: January 05 2010 12:18 EST
- in response to MIKE JASNOWSKI
Queue response from William Louth...
That was really funny ... -
Re: Performance monitoring for Ajax applications[ Go to top ]
- Posted by: Sateesh Narahari
- Posted on: January 05 2010 12:41 EST
- in response to AD aa
Nice demo and good explanation - product looks cool too. Congrats guys. -
Re: Performance monitoring for Ajax applications[ Go to top ]
- Posted by: Cédrik LIME
- Posted on: January 05 2010 13:42 EST
- in response to Lance Lu
Congratulations on this release! Monitoring is a very important aspect of production. You may want to check my own monitoring utility for an advanced server-independent solution.