Saturday, 15 May 2010

document ready - How do I find out what is being executed when DOMContentLoaded is fired in Javascript? -



document ready - How do I find out what is being executed when DOMContentLoaded is fired in Javascript? -

is there way of code executed when domcontentloaded fired, or jquery's $(document).ready() function.

i trying optimize site , through speed test, found 2 seconds of page's load time spent handling events when domcontentloaded fired.

i highly recommend chrome profiler task:

http://www.youtube.com/watch?v=oxw1dcjoste

javascript document-ready domcontentloaded

No comments:

Post a Comment