I am trying to optimize a script and I'm using firebug profiler to see what functions use most time to start from there.
My problem is that the script uses jQuery and raphaeljs and their functions, events etc are listed as "anonymous". All of them.
As you can see in the image below everything I defined appears with name.
Here's a image of what I see (the image is readable just zoom a bit (ctrl + "+")).
Since I don't plan to modify jQuery or raphael I don't really care what's the name of the function called (tho it would be nice to know) but I'm really interested on where did that function has been called from (to see if I can reduce the number of calls or something). Any idea how to do that?
Thank you for your help.