The final resolution to #1100198: Context caching causes clearing problems was, essentially, "don't cache anything except the actual requested item". That solved the problem of caching data at the wrong level and therefore returning buggy data.

However, the net result is also that we now are far less aggressive in our caching, so intermediary values that could be cached safely are not. Oopsies. :-) This is a performance question.

We should try and figure out a way to cache those intermediary values.

Comments

pounard’s picture

While I agree with the concern, I'm not sure this worth to be fixed. We should proceed to measures first on a real scale usage to see how it behaves.

webchick’s picture

Project: WSCCI » Drupal core
Version: » 8.x-dev
Component: Code » wscci

Per catch, and blessed by Larry, moving this and all other WSCCI issues to the Drupal core queue.

Crell’s picture

Status: Active » Closed (won't fix)

No longer relevant.