Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Room loading improvements #13471

Merged
merged 1 commit into from
Feb 13, 2019
Merged

Room loading improvements #13471

merged 1 commit into from
Feb 13, 2019

Conversation

rodrigok
Copy link
Member

@rodrigok rodrigok commented Feb 13, 2019

Code to show the amount of finds via console

models = require('meteor/rocketchat:models');
Object.keys(models).forEach((modelName) => {
	if (models[modelName].after) {
		models[modelName].after.find(function(userId, selector) {console.log('find', modelName, selector/*, (new Error).stack*/)});
		models[modelName].after.findOne(function(userId, selector) {console.log('findOne', modelName, selector/*, (new Error).stack*/)});
	}
})

@rodrigok rodrigok merged commit dfa4936 into develop Feb 13, 2019
@rodrigok rodrigok deleted the open-room-improvements branch February 13, 2019 20:29
sampaiodiego pushed a commit that referenced this pull request Feb 14, 2019
@sampaiodiego sampaiodiego mentioned this pull request Feb 14, 2019
moustachu added a commit to moustachu/Rocket.Chat that referenced this pull request Feb 19, 2019
bhardwajaditya pushed a commit to bhardwajaditya/Rocket.Chat that referenced this pull request Mar 17, 2019
wreiske added a commit to wreiske/Rocket.Chat that referenced this pull request Apr 28, 2019
…nto ldap-admin-groups

* 'develop' of https://github.com/RocketChat/Rocket.Chat: (21 commits)
  Regression: Active room was not being marked (RocketChat#14276)
  Rename Cloud to Connectivity Services & split Apps in Apps and Marketplace (RocketChat#14211)
  LingoHub based on develop (RocketChat#14178)
  [IMPROVE] Replace livechat inquiry dialog with preview room (RocketChat#13986)
  Bump version to 0.74.3
  Room loading improvements (RocketChat#13471)
  [FIX] Invalid condition on getting next livechat agent over REST API endpoint (RocketChat#13360)
  [IMPROVE] Open rooms quicker (RocketChat#13417)
  [FIX] "Test Desktop Notifications" not triggering a notification (RocketChat#13457)
  [FIX] Translated and incorrect i18n variables (RocketChat#13463)
  Regression: Remove console.log on email translations (RocketChat#13456)
  [FIX] Properly escape custom emoji names for pattern matching (RocketChat#13408)
  [FIX] Not translated emails (RocketChat#13452)
  Added missing package dependency (RocketChat#13437)
  Update Russian localization (RocketChat#13244)
  [IMPROVE] Allow configure Prometheus port per process via Env Var (RocketChat#13436)
  [IMPROVE] Add API option "permissionsRequired" (RocketChat#13430)
  [FIX] Several Problems on HipChat Importer (RocketChat#13336)
  Add the missing uniqueId to the push notifications (RocketChat#13423)
  [FIX] Notify private settings changes even on public settings changed (RocketChat#13369)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants