0

I'm debugging and optimizing a page and have found that the js profiler in firebug is great, the only problem is that I've found the problem, however it's a call from the ajax class in my jQuery file, i'm wondering how I would backtrace it into my code. I'm super new to debugging/optimizing performance, so I'm sorry if this is an easy answer.

thanks, Brodie

1 Answer 1

2

you can put console.trace() statement into your function code and it will give you the trace of function calls in firebug

Reference:

http://getfirebug.com/wiki/index.php/Console_API

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.