So, Firebug has a JavaScript performance profiler that I never managed to notice before…
Now I'd like to use it to troubleshoot page load performance issues, but I can't quite hit the button quick enough! Surely there's a way to profile a page from the very start of execution?
Firebug wiki says you can do this with simple javascript console.profile
So in your html page you can do it like this:
console.profile("Your new profiler");
alert('Open firebug profiles tab to see result');
console.profileEnd();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With