I just realized the minimum latency for serving one JSON file is ~30ms on localhost and it should not be this big. The disk read for the file barely takes a millisecond, it's all in our handling logic and negotiating a localhost connection.
I just realized the minimum latency for serving one JSON file is ~30ms on localhost and it should not be this big.
The disk read for the file barely takes a millisecond, it's all in our handling logic and negotiating a localhost connection.