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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인