Latency Optimization – Tips for Optimal Performance
What is latency?
Latency defines the time that is takes for a request to travel from the sender to the receiver and for the receiver to process that request. This is greatly affected by how far away the user is from the server and the quality of the network.
Latency optimization
You can never get rid of latency, but the great news is that there are latency optimization guidelines which you can apply to negate some of the delays that occur.
Our advice
Create a dedicated version for production
Enable Cache-Control max-age
Last updated