- From: Jake Archibald <jaffathecake@gmail.com>
- Date: Wed, 30 Jul 2014 10:21:13 +0100
- To: Ian Hickson <ian@hixie.ch>
- Cc: public-script-coord <public-script-coord@w3.org>
Received on Wednesday, 30 July 2014 09:21:40 UTC
On 29 July 2014 20:47, Ian Hickson <ian@hixie.ch> wrote: > you can't enforce how long it takes to get > the first byte of actual data back (since it might depend on the network), > and that's all that actually matters. > Yes, but sync network & database calls mean the loading of initial content for page A could be blocked by several pieces of secondary content in other pages. If that's what you want to do, if you have that edge case, you can make it happen with edge-casey code.
Received on Wednesday, 30 July 2014 09:21:40 UTC