From TFA:
> Also HTTPS requires two additional round trips before it can do the first one — which gets us up to 1836ms!
> Also HTTPS requires two additional round trips before it can do the first one — which gets us up to 1836ms!
0-RTT works after the first handshake, but enabling it allows for some forms of replay attacks so that may not be something you want to use for anything hosting an API unless you've designed your API around it.