WordPress queries hang writing to net
-
Hi, I’ve been having this issue since 2 days (6.0.2 update is causing this i presume)
Running php7.3, ubuntu 20.04, mariadb
Visiting most pages on the blog causes the loading to stall. The DB shows the process being stuck writing to net.
MariaDB [(none)]> show processlist;
+—-+————-+—————-+————-+———+——+—————-+—————————————————————————————————-+———-+
| Id | User | Host | db | Command | Time | State | Info | Progress |
+—-+————-+—————-+————-+———+——+—————-+—————————————————————————————————-+———-+
| 54 | admin_wp423 | localhost:1974 | admin_wp423 | Query | 72 | Writing to net | SELECT user_id, meta_key, meta_value FROM wpwo_usermeta WHERE user_id IN (1) ORDER BY umeta_id ASC | 0.000 |
| 56 | root | localhost | NULL | Query | 0 | starting | show processlist | 0.000 |
+—-+————-+—————-+————-+———+——+—————-+—————————————————————————————————-+———-+
I have disabled all plugins by renaming the folder, but that did not yield any results. Could anyone point me in the right direction?
The page I need help with: [log in to see the link]
- The topic ‘WordPress queries hang writing to net’ is closed to new replies.