I have a personal DA License installed on a 6CPU 8GB RAM VPS, and it has been working great. Today I received a bunch of "The system load avg is 10+" emails.
When I checked the running processes using htop, I got a lot of these
MySQL CPU usage is also very high with tons of same query
It's a Ubuntu 20.04 LTS Server with DirectAdmin Latest version (personal license)
Openlitespeed + lsphp 7.4
The server only has 2 simple WordPress sites without woocommerce. LSCache plugin installed and configured in both sites.
When I checked the running processes using htop, I got a lot of these
Code:
lsphp:ains/mydomain.tld/private_html/index.phto_avoid_overwrite_important_env
MySQL CPU usage is also very high with tons of same query
Code:
SELECT post_id FROM wp_postmeta WHERE meta_key='_wp_attached_file' AND meta_value LIKE '%same-file-name-1.png%'
It's a Ubuntu 20.04 LTS Server with DirectAdmin Latest version (personal license)
Openlitespeed + lsphp 7.4
The server only has 2 simple WordPress sites without woocommerce. LSCache plugin installed and configured in both sites.