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

Scrum for Trello causes severe performance issues #112

Open
aaronjensen opened this issue Aug 25, 2017 · 0 comments
Open

Scrum for Trello causes severe performance issues #112

aaronjensen opened this issue Aug 25, 2017 · 0 comments

Comments

@aaronjensen
Copy link

Hi there, I work on a Trello Power-Up. At least one of our users was having very poor performance with our Power-Up and we tracked it down to the Scrum for Trello extension. They really like your extension, but the performance hit is pretty severe. To give you an idea of the performance impact, here are two profiles for opening a card from the time that the card is opened to when the Power-Up section for our Power-Up appears.

First without Scrum for Trello

2017-08-25 11-23-15

And with

2017-08-25 11-18-56

Much of the time is spent in jquery in response to timer events. It seems like Scrum for Trello is doing a lot of work, doing it often, and mutating the dom often enough to cause significant churn/paint invalidations ([unattributed] in those charts).

Would it be possible to turn down the frequency of updating and/or not invalidate the layout as often? It would be great for our users to be able to have a snappy Trello experience and get the benefit from both of our add-ons. Thanks!

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

No branches or pull requests

1 participant