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

Find a workaround to minimize the performance drop caused by frequently repaint + reflow #10

Open
normanzb opened this issue Jan 29, 2013 · 2 comments

Comments

@normanzb
Copy link
Contributor

No description provided.

@kates
Copy link
Member

kates commented Feb 7, 2013

Have you tried underscore's throttle function? http://documentcloud.github.com/underscore/#throttle

@mikaelkaron
Copy link
Member

So what I think we want to do is to render into a DOMFragment and attach to the DOM once the promise returned from .weave is fulfilled. As long as the initial rendering is done in sig/start we should only get one DOM insertion even if there are multiple child widgets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants