Monitoring my web application performance from the client browser
        Posted  
        
            by The Machine
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by The Machine
        
        
        
        Published on 2010-03-09T07:14:51Z
        Indexed on 
            2010/03/09
            7:21 UTC
        
        
        Read the original article
        Hit count: 319
        
Hi, I want to be able to monitor the performance(load time of the entire page, load times of individually downloaded js/cs files , amount of memory used by the browser for the page,etc) of my web application from the perspective of the user(i.e the browser client). Is there any tool/plugin , that can help me monitor all of these?
© Stack Overflow or respective owner