kaaloo
05/07/2022, 2:50 PMsupbase start
) has really bad latency (order of 20s per request) when my VPN is on. Everything is normal with the VPN off. See for example the following log entries from kong
where the last one took place with the VPN off. You'll see the 20s delay between the OPTIONS and POST requests. Any ideas?
172.18.0.1 - - [07/May/2022:12:50:27 +0000] "OPTIONS /auth/v1/otp HTTP/1.1" 200 0 "http://localhost:3000/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36"
172.18.0.1 - - [07/May/2022:12:50:47 +0000] "POST /auth/v1/otp HTTP/1.1" 200 2 "http://localhost:3000/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36"
172.18.0.1 - - [07/May/2022:13:00:28 +0000] "OPTIONS /auth/v1/otp HTTP/1.1" 200 0 "http://localhost:3000/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36"
172.18.0.1 - - [07/May/2022:13:00:48 +0000] "POST /auth/v1/otp HTTP/1.1" 200 2 "http://localhost:3000/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36"
172.18.0.1 - - [07/May/2022:14:35:52 +0000] "OPTIONS /auth/v1/otp HTTP/1.1" 200 0 "http://localhost:3000/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36"
172.18.0.1 - - [07/May/2022:14:35:52 +0000] "POST /auth/v1/otp HTTP/1.1" 200 2 "http://localhost:3000/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36"
Needle
05/07/2022, 2:50 PMgaryaustin
05/07/2022, 4:32 PMNeedle
05/07/2022, 4:32 PMkaaloo
05/07/2022, 5:05 PM