-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Performance in transitions #3912
Comments
I found a hacky way to improve performance if you don't need an css autoprefixer. e.g.
|
@appetizermonster thanks appetizer -- we have several issues open that are related to performance and styling. This is going to be addressed soon. |
Hi @appetizermonster, thanks for the hack, I'll dig into it. |
@tomascharad some of these are related: https://github.com/callemall/material-ui/issues?q=is%3Aopen+is%3Aissue+label%3APerformance Lots of the performance issues come down to recalculating styles and re-renders. Style related perf issues are a goal to fix in |
@tomascharad I don't see a specific issue for all of it, the styles issue is scattered around other issues (including perf) -- but we will have an umbrella styles issue that covers it all. |
Many thanks for the information @nathanmarks . |
Problem Description
Hi guys,
I have been having performance issues that might be related to transition.js dependencies of material-ui.
I have a medium size SPA using redux.
I believe that one of the most CPU consuming process of my app are the ones related with material-ui components.
I don't know if this is a fixable issue, but I'm attaching a snapshot of my chrome cpu profile.
Versions
The text was updated successfully, but these errors were encountered: