Table of Contents
According to your configuration, some features can slow down the usage of Kanboard. By default, all operations are synchronous and performed in the same thread as the HTTP request. This is a PHP limitation. However, it’s possible to improve that.
Depending on the plugins you install, communicating to external services can take hundred of milliseconds or even seconds. To avoid blocking the main thread, it’s possible to delegate these operations to a pool of background workers. This setup require that you install additional software in your infrastructure.
Using the SMTP method with an external server can be very slow.
Possible solutions:
Possible solutions: