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

SHVVAN
asked 7 months ago236 views
1 Answer
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
answered 7 months ago
  • 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…

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions