Answer the question
In order to leave comments, you need to log in
How to find out why php-fpm: pool www is completely loading the processor?
Good afternoon! I have a store on Opencart and after installing a module from respected developers, the site stops opening, it throws out a 504 error, increasing the server response time leads to a 500 error. The logs report that one, then the second process lacks max_execution_time. Increasing these parameters to huge values, I still fall out the limits. I enabled slow log in php-fpm, but nothing gets there because of what is needed. In general, it is clear that the matter is in the module and its code, but how to find the cause?
Answer the question
In order to leave comments, you need to log in
after installing the module from respected developers, the site stops openingrespected developers are those who support their developments. Accordingly, either you have something set up wrong (read the dock to the module), or write to the developers in the support.
Turn on error display and use die(). Go into the plugin code, first add die() to the beginning, then lower, lower and lower. Until the error occurs again. Thus, you will clearly find the line in which, most likely, a loop occurs. You'll figure it out there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question