From ebaccbcccafe9c506ae41d60ee51145003367994 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 28 Aug 2018 23:36:54 +0300 Subject: - Add msavin:userCache. https://forums.meteor.com/t/introducing-a-new-approach-to-meteor-user-this-simple-trick-can-save-you-millions-of-database-requests/45336/7 https://github.com/msavin/userCache Thanks to msavin and xet7 ! Related #1672 --- .meteor/packages | 1 + .meteor/versions | 1 + 2 files changed, 2 insertions(+) diff --git a/.meteor/packages b/.meteor/packages index c525dbbd..ebe35f81 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -87,3 +87,4 @@ momentjs:moment@2.22.2 atoy40:accounts-cas browser-policy-framing mquandalle:moment +msavin:usercache diff --git a/.meteor/versions b/.meteor/versions index c116172a..f1f52d23 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -118,6 +118,7 @@ mquandalle:jquery-ui-drag-drop-sort@0.2.0 mquandalle:moment@1.0.1 mquandalle:mousetrap-bindglobal@0.0.1 mquandalle:perfect-scrollbar@0.6.5_2 +msavin:usercache@1.0.0 npm-bcrypt@0.9.3 npm-mongo@2.2.33 oauth@1.2.1 -- cgit v1.2.3-1-g7c22