Mysql process sleep – wait_timeout
If the DB connections are not closed they can fill your system up with “sleeping” processes.
Then mysql can be slow but to minimize this behavior
Add this line to my.cnf
wait_timeout=60 (1 min)
max_connections = 2000