On Oct 27, 10:52 am, Aaron Newton <[email protected]> wrote: > how big is the JSON response? what if you profile a simple page with the > contents of that response being run through JSON.decode? Do you see a delay > there?
The Json response is small and consists of 5 numbers which are simply echoed back from the request. My test code is now posted in this thread. I've tried it using an html request as well. Same problem but as I mentioned in a recent post, changing servers fixes the problem though I don't understand why given the delay seems to occur after the server has already responded and before my onComplete even is triggered.
