Editing WordPress is slow, what parameter should I set to my server?

Definitely Resource related. SSH in and load TOP and monitor the resource usage while accessing the wordpress dashboard.

What do you mean by TOP?

top is a command utility to view processes.

You can also use htop, it is a bit more visual, you can scroll vertically and horizontally, etc. (sudo apt install htop -y):

2 Likes

htop is better :grinning::money_mouth_face::+1:

1 Like

Thanks!
I will try to use this command to check.

1 Like

In hestiacp you can see the server stats including CPU load

You can also use the uptime command in the CLI that displays the load average for the last minute, 5 minutes and 10 minutes

1 Like

Which tab in Hestia can let me check the server stats including CPU load?

Server settings -> Task Monitor

1 Like

Thanks!