-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] [Dark Shell] Win: Slow menu drawing at startup #4844
Comments
Comment by gruehle Medium priority for now. I'm running in a VM, which could be contributing to the slowdown. Someone who isn't running a VM should check the performance differences between Sprint 30 and Sprint 31. Also, this could be a CEF issue instead of a Dark Shell issue, since we pulled in a new CEF for Sprint 31. |
Comment by redmunds I am seeing this on Native Windows 7 on my Lenovo W510. It's not always noticeable, so it may be dependent on what else is running on my computer. |
Comment by RaymondLim I'm seeing it on my Win 7 (Lenovo W510), not only for secondary windows, but also for the main window. |
Comment by redmunds I meant to say I'm seeing it on main window. |
Comment by peterflynn I see it on the main window as well -- changing title to reflect that |
Comment by peterflynn Do we know if this slows down startup overall? I can't imagine that the code in DefaultMenus normally takes that long to run. Is it just the native painting side that's slow, but it's parallelized with other startups tasks continuing on the JS side? Or does the JS side actually get stuck waiting between each call in DefaultMenus? |
Comment by peterflynn Nominating for Sprint 34 to at least investigate a bit |
Comment by redmunds I'm seeing a general slowdown during startup on Windows. Slow menu drawing maybe just be a symptom. |
Comment by redmunds FBNC back to |
Comment by gruehle The menu drawing is definitely better, but startup time is still pretty slow. Should we have a new bug on the slow startup time? |
Comment by JeffryBooher
|
Comment by JeffryBooher
|
Comment by dangoor
|
Issue by gruehle
Thursday Sep 19, 2013 at 18:11 GMT
Originally opened as adobe/brackets#5266
Steps to repro
Results
When the second window opens, you can clearly see the menus being drawn one at a time.
The text was updated successfully, but these errors were encountered: