Runbook

High Nginx Request Time to First Byte (TTFB) Incident.

Back to Runbooks

Overview

This incident type refers to a situation where the time taken by Nginx server to send the first byte of the response to the client is high. This results in a slow loading website or application. It could be caused by various factors such as network latency, server overload, improper configuration, or other issues with the server. This incident type requires immediate attention to reduce the TTFB and improve the overall website or application performance.

Parameters

Debug

Check the Nginx status

Check the Nginx error log for any errors

Check the Nginx access log for the request processing time

Check the network latency between the client and server

Check the server CPU and memory usage

Check the disk usage on the server

Check the network usage on the server

Check the server DNS resolution

Check server response time for a specific URL

Repair

Review and make changes to the Nginx configuration file to ensure it is optimized for performance.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.