Opened 9 years ago
Closed 9 years ago
#36762 closed defect (bug) (duplicate)
Slow queries
Reported by: | patzo | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Query | Keywords: | |
Focuses: | Cc: |
Description
hi guys,
since our update, our website has been running very slow, so we disabled all the plugins and activated the twenty fifteen theme.
we checked through query mentor and notched we have a very slow query in the includes/template.php 613 file
the slow query is as follows;
SELECT DISTINCT meta_key
FROM wphq_postmeta
WHERE meta_key NOT BETWEEN '_'
AND '_z'
HAVING meta_key NOT LIKE '
_%'
ORDER BY meta_key
LIMIT 30
our site was running fine and we only updated the wordpress core and we had issues. your advice would be great.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
query monitor results with no plugins.