Files
NodeBB/src
barisusakli c3a9767bf6 late night optimizations
-isMemberOfSets returns true/false instead of 1/0
-when loading the posts of a topic only get the userdata for each user
once, before this commit if a topic had 10 posts from 2 different users
we were getting the user data for each user 5 times (drunk)
-getVoteStatusByPostIDs and getFavouritesByPostIDs no longer make
pids.length calls to the db, they use isMemberOfSets now
-getUserInfoForPost renamed to getUserInfoForPosts and doesnt make
uids.length calls to db, uses getMultipleUserFields instead
2014-06-28 01:03:26 -04:00
..
2014-06-24 21:57:33 -04:00
2014-06-28 01:03:26 -04:00
2014-06-27 15:35:58 -04:00
2014-06-21 22:37:46 -04:00
2014-06-24 13:27:37 -04:00
2014-06-26 22:11:16 -04:00
2014-06-27 15:35:58 -04:00
2014-06-28 01:03:26 -04:00
2014-06-26 13:44:02 -04:00
2014-06-17 13:11:13 -04:00
2014-06-27 14:52:30 -04:00
2014-06-04 15:57:08 -04:00
2014-06-28 01:03:26 -04:00
2014-04-17 13:22:03 -04:00
2014-06-28 01:03:26 -04:00
2014-05-10 23:56:45 -04:00
2014-03-15 16:08:31 -04:00
2014-05-12 18:42:13 -04:00
2014-06-26 12:53:40 -04:00
2014-05-27 09:52:27 -04:00
2014-06-28 01:03:26 -04:00
2014-06-23 18:06:59 -04:00
2014-05-15 10:38:02 -04:00
2014-05-12 12:59:34 -04:00
2014-06-03 13:02:44 -04:00
2014-06-21 22:11:44 -04:00
2014-06-28 01:03:26 -04:00
2014-06-24 09:53:19 -04:00
2014-06-02 17:40:08 -04:00
2014-06-25 18:55:42 -04:00