Slow queries
-
The plugin is taking long time for queries and making the website very slow, almost the website died, is there any solution for the query?Below are the details
SELECT tr.object_id AS objectId, tt.term_id AS parentId, p.post_type AS type
FROM wp_term_relationships AS tr
LEFT JOIN wp_posts AS p
ON (tr.object_id = p.ID)
LEFT JOIN wp_term_taxonomy AS tt
ON (tr.term_taxonomy_id = tt.term_taxonomy_id)UserAccessManager\Database\Database->getResults()The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Slow queries’ is closed to new replies.