Page MenuHomePhabricator

Put a readthrough cache in front of inline context construction
ClosedPublic

Authored by epriestley on May 20 2020, 5:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 1:55 AM
Unknown Object (File)
Wed, Apr 24, 10:05 PM
Unknown Object (File)
Tue, Apr 23, 3:36 PM
Unknown Object (File)
Sun, Apr 21, 3:10 PM
Unknown Object (File)
Thu, Apr 11, 9:59 AM
Unknown Object (File)
Sun, Mar 31, 3:48 PM
Unknown Object (File)
Mar 24 2024, 8:30 PM
Unknown Object (File)
Mar 13 2024, 7:15 PM
Subscribers
None

Details

Summary

Ref T13513. Inline comment context information is somewhat expensive to construct and can be cached. Add a readthrough cache on top of it.

Test Plan

Loaded a source code changeset with many inline comments, used Darkconsole to inspect query activity. Saw caches get populated. Updated cache key, saw caches regenerate. Browsed Diffusion, nothing looked broken.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 20 2020, 9:28 PM
This revision was automatically updated to reflect the committed changes.