Page MenuHomePhabricator

Cache application visibility in the request cache
ClosedPublic

Authored by epriestley on Jun 17 2015, 1:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 2, 5:52 PM
Unknown Object (File)
Dec 5 2024, 8:37 AM
Unknown Object (File)
Nov 27 2024, 2:03 AM
Unknown Object (File)
Nov 26 2024, 1:55 PM
Unknown Object (File)
Nov 19 2024, 5:41 PM
Unknown Object (File)
Nov 17 2024, 12:55 PM
Unknown Object (File)
Oct 28 2024, 7:05 PM
Unknown Object (File)
Oct 26 2024, 12:43 PM
Subscribers

Details

Summary

Ref T8575. We check if users can see applications frequently, and caching on the Query isn't especially effective. Use the new Request cache instead.

Test Plan
  • Saw /feed/ drop 7% (from ~830ms to ~770ms) on profiles.

Diff Detail

Repository
rP Phabricator
Branch
perf1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6820
Build 6842: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Cache application visibility in the request cache.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
avivey added a reviewer: avivey.
avivey added a subscriber: avivey.

+1lgtm

This revision is now accepted and ready to land.Jun 17 2015, 2:17 AM
This revision was automatically updated to reflect the committed changes.