Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#36762 closed defect (bug) (duplicate)

Slow queries

Reported by: patzo's profile 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)

Screenshot_5_05_2016__7_52_PM.jpg (603.9 KB) - added by patzo 10 years ago.
query monitor results with no plugins.

Download all attachments as: .zip

Change History (2)

@patzo
10 years ago

query monitor results with no plugins.

#1 @ocean90
10 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
  • Version 4.5.1 deleted

Hello @patzo, welcome to Trac!

Thanks for your report, we're already tracking this issue in #33885.

Note: See TracTickets for help on using tickets.