Search

FAQ > PHP

Solutions for slow PHP Script execution

If PHP scripts take an unusually long time to execute, this may have several causes:

  • Insufficient memory:
    PHP may not have enough memory available. In this case, increase the memory limit in the PHP configuration.

  • Xdebug causing delays:
    Certain Xdebug modes can significantly slow down execution. Adjust the Xdebug modes or disable them if they are not needed.