I force SSL because of the limitations in PHP sessions because I have AJAX logins (http and https don't keep the same session id on the same site).
Chrome network reports ~150ms in waiting for all resources.
I was able to reduce by 100ms to 150ms from 250ms by enabling keep-alive which was massive.
Are there any other tricks like that that can bring it down further?
Many thanks in advance!