If I take out my database access code my webpages are dealt with in a few ms. When the database access code is added then the requests go up to 400ms+.
Is it possible to send the top of the page to the browser whilst waiting on the database to return?
Just to prove this is possible...