I’m trying to setup a private network for development and testing, but it seems rather slow. I have 2 apps running, each with a single machine.
The first app has a public ipv4 and ipv6. The second app has only a private ipv6.
Here is what I’m seeing when I curl them:
Sometimes I’m seeing it take a second for a simple request. They’re both running sqlite, so they’re not reaching out to anyone during the request.
Is this normal?