https traffic slower in Western Australia compared to Queensland

0

Hi all, we have recently opened an office in Western Australia, we have EC2 instances in Sydney region, our Head office is located in Queensland.

Our application speed is significantly slower in Western Australia compared to our QLD office. i have done a tracert and both appears good, actually WA had less MS responses compared to our QLD office.

No VPN connection involved. it is just HTTPS traffic.

any ideas as to where to go from here, and has anyone else experienced this?

2개 답변
0

Is there a problem with the network environment from which you are accessing the site?

Not sure what kind of application, but how about checking the response time from access logs, etc.?
If you can configure the web server access log to record response time, you can check it.
If these results were similar for WA and QLD, I thought it was safe to assume that there was a problem with the access source.

Also, depending on the application, it may be possible to have CloudFront cache the data to speed up the response time.

profile picture
전문가
답변함 일 년 전
0

Here I'd normally say the answer is latency - I'm extremely surprised that you're seeing lower latency in WA than in QLD. WA should be around 45-50 ms; QLD significantly less. Every round trip packet or transaction (at an application level) is greatly affected by the latency.

My rule of thumb is that for every additional millisecond of latency it takes an additional second to transfer one megabyte of data. That sounds over the top and for optimised protocols (like the AWS SDK communicating with S3) it's excessive; but for "chattier" protocols it is a pretty good measure. HTTP is normally ok but it can be offset by many connections to download small components - it takes time to establish each session; then to negotiate TLS; then to download.

As Riku mentioned: If you can use CloudFront and the content can be cached then it will absolutely help the WA users (there is a CloudFront point of present in Perth).

Another alternative is to put some of the application components in the Perth Local Zone. I've had customers see very low latency when using it; but it entirely depends on application architecture and whether it is easy to split up the components and run them in both Sydney (for the QLD users) and Perth (for the WA users).

We have AWS teams in both locations - reach out to them and also to the support team to help troubleshoot.

profile pictureAWS
전문가
답변함 일 년 전

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

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

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

관련 콘텐츠