Hello,
I do not understand why is it useful to make this :
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" onload="EPISODES.measure('jQuery done')"></script>
I can not see somewhere a EPISODES.mark('jQuery done'), so how can we have an representative value? We only know the milestones between the load of jquery and Episode.js (negative valuein this exemple)
If i understood well, if we want to know the real time taking by jQuery to load, i have to add a EPISODES.mark('jQuery done') at the start of the jquery library. Right?
Thank you