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

Sped up the time for entering pair research tasks by removing "popular tasks" feature #59

Merged
merged 7 commits into from
Jan 29, 2022

Conversation

youralien
Copy link
Member

Summary: Delays in pair research were observed in #37, and we found that that a feature for showing "popular tasks" as you enter pair research was causing these large delays.

Specifically, this feature subscribes to task history and computes in the client some keywords about what people are working on. This request for data can cause major latency.

To fix this, I commented out the subscriptions to task history, and commented out the feature for computing popular tasks.

Testing: The results are that entering the pool is much faster, and less data is being sent over DDP subscriptions.
Also, we made sure the task history has updated on the DB, despite the subscription to task history being commented out.

kapil1garg and others added 7 commits November 4, 2021 18:00
- remove poetic:materialize-scss and use materialize-css from NPM instead
-removes meteorhacks:ssr, and adds a blaze-based SSR solution for email templates
seems to break if both galaxy and moniti perf monitoring are enabled
Copy link
Contributor

@kapil1garg kapil1garg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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.

2 participants