Server down time
Category: On-site Value
Importance Level: 4/5
Best Practice: It is important to check server down time. There are many tools to check for server down time. Lesser is the down time, the better. Some of the best tools to check server downtime are-
Server response time is the time it takes for a server to return the initial HTML. This time should be kept at a minimum - ideally within 200 milliseconds, and preferably even less! There are dozens of potential factors which may affect a slow down of response time of your server:
- Slow application logic,
- Slow database queries,
- Slow routing,
- Frameworks,
- Libraries,
- Resource CPU starvation, or
- Memory starvation.
You need to consider all of these factors to improve your server's response time & measure, analyze and fix the causes and re-measure to keep it below the 200ms mark.