Changes between Initial Version and Version 1 of Ticket #33885
- Timestamp:
- 09/15/2015 06:27:55 PM (9 years ago)
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 summ erize:1 This is a follow-up to #24498 and the research that @tollmanz did on the query used in meta_form. To summarize: 2 2 3 3 The query in meta_form can be incredibly slow on sites with a lot of post meta. 4 4 5 The 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 persistant cache.5 The 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.