Hello!
When I connect to the UI (datahub-frontend url), I connect intermittently and slowly. (about 20 s : Loading 000... [ex: Loading tokens...] )
As a result of checking with the developer tool, what is the cause of the delay in the initial connection?
It is currently configured as NLB node port.
In the logs, there is no record of the mentioned part. (kubectl logs {datahub-frontend pod name})
If you need more information, please leave a comment.
please help!
thanks
o
orange-night-91387
05/31/2023, 8:52 PM
This definitely seems like network configuration, all of the time spent is in initial connection, the server response time is comparatively extremely quick.
orange-night-91387
05/31/2023, 8:54 PM
You should try standard network level debugging using tracert, dig, etc. to the url to see if they give more information on where the time is being spent in the network traversal.
w
wide-kilobyte-73035
06/01/2023, 2:56 AM
@orange-night-91387
Thank you for your reply.
Should I check the linux network part and aws network part?
o
orange-night-91387
06/01/2023, 3:57 PM
My guess would be that it's on the AWS configuration part of the network based on it being the initial connection
w
wide-kilobyte-73035
06/07/2023, 3:31 AM
@orange-night-91387
Thank you!!
I'll comment again when it's resolved