Closed this issue 4 years ago · 3 comments
Hi - I can't figure out why the round trip to the server takes more than a second:
Is this intentional or have I overlooked something?
This is running in prod, Chrome and everything is local to my machine.
Thanks!
Ignore me - I reset the project to remove my changes and that fixed it. It is still much higher than I thought it would be (~60ms) but I can work with that :-).
Haha, the 60ms is probably because of this:
https://github.com/keynmol/http4s-laminar-stack/blob/master/modules/backend/src/main/scala/example/backend/Routes.scala#L28-L30
:)
Doh! Of course it is - thanks :-).