For batch profiling I've seen it built into the infrastructure. You have to log page load times, what links are clicked, browser type, link speed, that sort of thing. Then you can pull all the data from the logs and compare it against norms to see if your pages are slowing down. A red flag during a regression test or too a high percentage of red flags during normal operation would trigger an audit of the page.
re: Profiling WEB applications
For interactive profiling there are tools like Yslow and Load Time Analyzer.
For batch profiling I've seen it built into the infrastructure. You have to log page load times, what links are clicked, browser type, link speed, that sort of thing. Then you can pull all the data from the logs and compare it against norms to see if your pages are slowing down. A red flag during a regression test or too a high percentage of red flags during normal operation would trigger an audit of the page.
Post new comment