Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33885


Ignore:
Timestamp:
09/15/2015 06:27:55 PM (9 years ago)
Author:
kirasong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33885 – Description

    initial v1  
    1 This is a follow-up to #24498 and the research that @tollmanz did on the query used in meta_form.  To summerize:
     1This is a follow-up to #24498 and the research that @tollmanz did on the query used in meta_form.  To summarize:
    22
    33The query in meta_form can be incredibly slow on sites with a lot of post meta.
    44
    5 The solution to me seems to be to cache the query and update the cache of meta to use everytime a new piece of post_meta is saved. This will prevent the query from needing to be run on sites with a persistant cache.
     5The solution to me seems to be to cache the query and update the cache of meta to use every time a new piece of post_meta is saved. This will prevent the query from needing to be run on sites with a persistent cache.