Client VPN slowness

0

I have Client VPN set up on AWS, which connects to a business web app on EC2. I access it from a Windows 10 computer using OpenVpn GUI. The web app runs very slowly at times, where a page takes 5-10 seconds to load. Previously, when it was accessed directly and not through the VPN, the web app loaded pages in under 1 second. Is there any way to improve the speed of Client VPN?

已提问 2 年前949 查看次数
2 回答
0

It may due to the internet connectivity speed and latency between your Windows PC and the Web EC2 if there is large among of data to be transferred in order to be load up a page. You can consider trying with another internet connection.

There is also another option that you can consider is running AWS workspaces (https://aws.amazon.com/workspaces/) such that your desktop client is close enough to the Web EC2 and you just send the screen output instead of the page content to your Windows client.

AWS
已回答 2 年前
0

The number of seconds are unlikely caused by latency, even with very sub-optimal routing. This looks more like a timeout issue on some of the resources. I recommend that you look into the developer tools of your browser. Many have support for recording the network traffic. Check what is happening during the 5-10 seconds and look at the destination URLs. Maybe your web application is loading fonts or JavaScript from other web pages. Check the reachability of that URLs with and without ClientVPN. I guess you will find an indication here to decide on the next steps.

专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则