2. Log in to Plesk and go to Tools & Settings > Database servers > click on the number of databases.
3. Identify the subscription associated with the database from step 1
4. Kill the slow queries by their ID from step 1:
# plesk db "kill ID"
5. Suspend the subscription where the identified database is registered to decrease CPU load.
6. Contact website developers to review slow SQL queries and fix the issue.