Hello! When I connect to the UI (datahub-frontend ...
# all-things-deployment
w
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
This definitely seems like network configuration, all of the time spent is in initial connection, the server response time is comparatively extremely quick.
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
@orange-night-91387 Thank you for your reply. Should I check the linux network part and aws network part?
o
My guess would be that it's on the AWS configuration part of the network based on it being the initial connection
w
@orange-night-91387 Thank you!! I'll comment again when it's resolved