16
Support / Re: PHP High CPU
« on: September 08, 2022, 03:00:50 AM »
just install xdebug php-ext and create profile.
See https://xdebug.org/docs/profiler for details.
Then open profile in the KCachegrind or some other profile analizer(for example phpstorm) and check what part of code run slow.
I don't see any other way to check.
See https://xdebug.org/docs/profiler for details.
Then open profile in the KCachegrind or some other profile analizer(for example phpstorm) and check what part of code run slow.
I don't see any other way to check.