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)
Wed, Jan 22, 12:50 PM
Unknown Object (File)
Tue, Jan 21, 10:24 AM
Unknown Object (File)
Thu, Jan 16, 9:14 PM
Unknown Object (File)
Mon, Jan 13, 10:54 PM
Unknown Object (File)
Thu, Jan 9, 2:30 PM
Unknown Object (File)
Tue, Jan 7, 11:01 PM
Unknown Object (File)
Thu, Dec 26, 7:48 PM
Unknown Object (File)
Dec 22 2024, 1:42 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.