Performance Issue
-
We are having periodic spikes in load on the server. It seems like the query to update the API last access time for CC is one of the big offenders. It looks like this query is executed multiple times in rapid succession causing locking issues with mysql. I can see in the logs that it is executed just seconds apart. The query is:
UPDATE
woocommerce_api_keys
SETlast_access
= ‘2021-11-04 00:06:36’ WHEREkey_id
= 19;The entry for 19 is Constant Contact.
Please research and fix.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Performance Issue’ is closed to new replies.