I have wordpress site installed over dedicated server in a separate cpanel account. From couple of days this account experiencing high memory usage, high loadtime and freezing frequently. so I have made certain tests to find the culprit
I checked plugin impact through p3 plugin profiler but impact was normal around 25 %
Then I run the top command and sorted the results by Memory. I found many php processes running for this account and consuming memory:
- Then I checked which scripts or files these processes are accessing through 'ps -ef | grep career99' command, I found they all were index.php files:
How can I debug this, which is causing this issue?
How I can solve this issue?