slow query
-
Hi, we’ve been getting a lot of queries from Events Manager showing up in the MySQL slow query log. They all look something like this:
“SELECT DISTINCT SQL_CALC_FOUND_ROWS wp_em_events.post_id FROM wp_em_events
LEFT JOIN wp_em_locations ON wp_em_locations.location_id=wp_em_events.location_id
WHERE (event_status
=1) AND (recurrence
!=1 ORrecurrence
IS NULL) A [truncated, 538 bytes total]”It’s a school website, so there are typically a lot of events. I’m hoping someone has suggestions for optimizing this query, as the server frequently gets bogged down with these queries.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘slow query’ is closed to new replies.