Tag Archives: apache load php

How to Find Which Script Causes Most Apache Load

It is often hard to tell which process causes most Apache load. top and ps -aux commands don’t give us anything usable; they only allow us to see that Apache causes server load. We need to identify which scripts are not so good for server load and fix them. The first advice is to view Apache server status.… Read More »