Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-27 | make /context lazyload & filter aware (#3567) | Matthew Hodgson | 5 | -7/+43 | |
make /context lazyload & filter aware. | |||||
2018-07-26 | Deduplicate redundant lazy-loaded members (#3331) | Matthew Hodgson | 3 | -25/+72 | |
* attempt at deduplicating lazy-loaded members as per the proposal; we can deduplicate redundant lazy-loaded members which are sent in the same sync sequence. we do this heuristically rather than requiring the client to somehow tell us which members it has chosen to cache, by instead caching the last N members sent to a clien |