Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30044, comment 9


Ignore:
Timestamp:
09/01/2016 10:23:39 AM (10 years ago)
Author:
haydenkshaw

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30044, comment 9

    initial v1  
    33I found that my page response time would jump from a couple seconds to 3 minutes once I had 9 seperate Meta_Query keys that were compared in the following way:
    44{{{
    5 OR(key1, AND(key2, key3), AND(key4,key5), AND(key6, key7), AND(key8, key9))
     5OR(OR(key1,AND(key2,key3)), OR(key4,AND(key5,key6)), OR(key7,AND(key8,key9)))
    66}}}