SaltyCrane Blog — Notes on JavaScript and web development

Debugging web servers

Narrow down by hardware layer

  1. Bypass Nginx. If Nginx is the problem:
    1. Check if a specific Nginx server is the problem.
    If Nginx is not the problem:
    1. Check if a specific Apache server is the problem.

Narrow down by resource

  1. Check the Firebug "Net" tab to see which resource is the problem.

Narrow down by client

Comments