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

Noticeably slower demos on gh-pages. #20

Closed
jzjzjzj opened this issue Mar 12, 2015 · 2 comments
Closed

Noticeably slower demos on gh-pages. #20

jzjzjzj opened this issue Mar 12, 2015 · 2 comments

Comments

@jzjzjzj
Copy link
Contributor

jzjzjzj commented Mar 12, 2015

I presume you have explored options to couple requestAnimationFrame with AngularJS. Can you share your conclusion on this matter?

@cazala
Copy link
Owner

cazala commented Mar 12, 2015

@jzjzjzj i don't notice the demos so much slower, I just pushed an update for demos 3 and 4 (image filters & paint an image) because on every iteration a new angular $digest cycle was being triggered (which was unnecessary and slowed down performance) . Do still see them running slow? If so I will make separate static pages and get rid of angular (it's not actually that needed, it was just faster to code it as a SPA using yeoman)

@jzjzjzj
Copy link
Contributor Author

jzjzjzj commented Mar 12, 2015

It seems to run faster now. I think it's OK to leave it as is.

@jzjzjzj jzjzjzj closed this as completed Mar 12, 2015
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

2 participants