I have several simple pages that query a SQL database and output some data. When I load the page, the data shows nearly immidiately, but the firefox and IE status bars still show "transferring data from page" for about 5 extra seconds every time. I am trying to figure out what the delay is because it is making working with AJAX nearly impossible since i have to wait 5 seconds for every update.
There are no problems with my query, it executes immidiately and the result sets are very small, plus like I said the data is displayed immidiately. I am just trying to find out what might be loading to cause the 5 second delay.
Anyone have any ideas ?