TEC Causing High RAM Usage?
-
We recently had a spike in our server RAM usage (twice the usual amount) and it seems to be related to the below slow query. Any idea why this is using so much RAM?
Given the mention of ‘tribe-ea’ we assume it has to do with TEC Event Aggregator, however it also mentions ‘popup_theme’ which might be related to the Popup-Maker Plugin, too? We can’t see why there would be a query for both of those things given that they aren’t related at all?
# Time: 2023-05-05T08:40:26.556320Z # User@Host: redacted[redacted] @ localhost [redacted] Id: 693725 # Schema: redacted Last_errno: 0 Killed: 0 # Query_time: 2.101115 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0 Rows_affected: 0 Bytes_sent: 2110 use redacted; SET timestamp=1683276026; SELECT une_posts.* FROM une_posts WHERE 1=1 AND ((une_posts.post_type = 'popup_theme' AND (une_posts.post_status = 'publish' OR une_posts.post_status = 'tribe-ea-success' OR une_posts.post_status = 'tribe-ea-failed' OR une_posts.post_status = 'tribe-ea-schedule' OR une_posts.post_status = 'tribe-ea-pending' OR une_posts.post_status = 'tribe-ea-draft'))) ORDER BY une_posts.post_modified DESC;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘TEC Causing High RAM Usage?’ is closed to new replies.