I have a two column UI where the both columns are filled with news from two different ajax calls using JQuery. There are also other ajax calls for other things on the page.
Both services are cached on the server side, I can see that they both execute in less than 0.01 sec each. Yet, firebug tells me that the load time for them are 0.4 - 1 sec. , it is also apparent that the loadtime is too long just by looking at it.
Also note that there is not that much data beeing sent, so it is not transfer time.
Any ideas what can cause this?
Is it a problem caused by ajax? Will JQuery queueing up requests in some way?
[Edit]
Added screenshot of firebug net tab
The cached calls are ProjectTodo.aspx and GetHappenings.aspx Both execute sub 0.01 sec on server side.. and not that heavy result either