On 5/13/09 2:23 PM, "nat" <natasha.d...@gmail.com> wrote:

> I am working on adding asynchronous form submission inside a jquery
> dialog. I am using .ajax().
> Everything is working correctly, but the submission takes longer than
> I would like.
> I am new to jquery and am unsure how to debug/optimize this. How do I
> determine if the lag is in the front or backend?

in safari, the web inspector will show you timings.

and you could add code to your backend script to time its execution.

then you can figure if the delays are frontend, network or backend.

but i'd be surprised if it was frontend unless you're doing something odd in
the client script.


Reply via email to