Why it’s may worth to debug requests in WordPress

Published: Leave a comment

Recently, I had to fix a problem where a larger WordPress website couldn’t be accessed, since all PHP workers on the server were already being busy serving requests. That usually means one of two things: either we have many concurrent connections and the server has not enough resources to serve all of them in time, or serving the requests takes an unusual amount of time.

Continue reading Why it’s may worth to debug requests in WordPress