How can I count time browser render (re-render) my aspx page after page load?
(I have a lot of components on the page,so I need to compare perfomance of different approachs)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use a browser extension such as FireBug for Firefox.
Using the Net panel, you can see a ‘timeline’ like a Gantt chart of how long each element takes to load, render etc.