My agile team will be adding new features to the existing Realty website. As we add features, we want to have a better handle on the performance of particular pages as well as overall performance of the site.
I want to automate the collection of performance metrics based on the request / response for each page ( for example, what sub-requests are sent by the browser, how many , How much data is transferred, and when each request is completed )
Firebug currently captures this information in its net panel , However, let me program This information is not found a way to pull out.
Does anyone know a way to pull this information after a page is loaded?
We currently examine user acceptance with our Selenium and I have considered adding this feature to the Selenium interface so that our testing can be done by any other Run and collect data without starting the service.
All tips are welcome, which include those who take advantage of other tools / methods for collecting performance metrics.
Thank you.
This should also be useful in the case of functionality, where the firebug extensions want to store network activity, send it back to the server for information or further analysis in a local database (about the performance data I'm thinking). "
Comments
Post a Comment