12/01/2015 at 7:46 pm
#356775
Keymaster
@ Steve
re: Whew! A long explanation for a simple idea. I hope it isn’t confusing.
Nope, not confusing. I know exactly what you are talking about. Unfortunately there is not a way to manually update the entry’s object caches from data changed directly in the db. I use object caches (my term for it) to keep the db queries to a minimum for performance reason. These object caches are only refreshed when adding/editing an entry.
The only solution I can offer is a method to disable the entry object caches when displaying entries. But that has the performance penalty of adding 7 additional db queries per entry.
