Improving website loading or response time

0

Im using a website which is for schedule appointments(thats not my website im just using and booking appointments), But when it is open there are a thousands of people on it, so websites response wiil be qite slow. If u write ur info and click to continue then it takes 60 seconds of loading for every step

So whts my solution? How can i book appointments efficiency? Is there any idea? If u have a good idea im gonna buy it!(contact my gmail- Shwansrs@gmail.com )

Note: i have tested ( VPN, VPS, advanced computer… but its still the same

The website👇

https://www.vfsglobalservices-germany.com/Global-Appointment/?q=shSA0YnE4pLF9Xzwon%2Fx%2FMT9HUQdfl5baCL%2Bjuv4S0vrAdD6NrjKcpPFuzFtqj%2B9uSVGm1RhRwvKK76Gsn%2FdrHj2sVmAO3GmDmGSD%2BThAb9gc%2F55rBW13boNMu%2BkPaTK

1개 답변
0

You can improve your website performance with Amazon CloudFront. For web applications, you can leverage a combination of CloudFront and your users browsers to cache content closer to your users. The standard way of controlling these caches is through the Cache-Control HTTP header that is sent by your origin, where you can define how long an object is cached by setting a time to live (TTL).

CloudFront also allows you to configure two timeouts to optimize the connection to your origin. The read timeout specifies the amount of time CloudFront waits for a response from your custom origin. The default value is 30 seconds, but if you have certain actions on your website that take longer for processing on the backend, you should configure a higher read timeout so that your users are able to complete their transaction successfully in one request. The keep-alive idle timeout specifies the maximum amount of time that CloudFront will maintain an idle connection with your origin server before closing the connection. The default keep-alive idle timeout is 5 seconds, but you can configure a higher value up to 60 seconds, if your origin servers also support it. This is particularly useful when serving dynamic content over CloudFront because even though every request is forwarded to the origin, you can avoid creating a new connection every time.

[Reference]

[1] Improve your website performance with Amazon CloudFront

[2] Configure Read Timeout and Keep-Alive Timeout values

profile pictureAWS
답변함 8달 전
  • But sir Im third-party website! Im just a user! Im not the websites owner….I just wanna book appointments sooner than the others! And if it takes money I have no problem, bcoz its really an important thing to me…

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

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

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

관련 콘텐츠