Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

[Linux] Highlight Active Line, poor performance #6837

Open
jgato opened this issue Feb 11, 2014 · 6 comments
Open

[Linux] Highlight Active Line, poor performance #6837

jgato opened this issue Feb 11, 2014 · 6 comments

Comments

@jgato
Copy link

jgato commented Feb 11, 2014

I know that this feature could impact in the performance of brackets.io. In my case the impact is so huge I have to disable it, it is really a pitty :(

Other Linux users are having such performance impact? In my case I am using

Ubuntu 13.04
Brackets.io sprint 36
Intel Graphic Card
CPU i5
4GB Ram

best regards,

@jnewc
Copy link

jnewc commented Feb 13, 2014

Also noticing this on Mac and Linux. Highlighting in general causes lag, and stability is poor in general.

On Mint 16, Brackets occasionally locks up entirely (UI freezes and I have to pkill it). Sprint 34 & 35 were far more stable for me.

@david0178418
Copy link

I'm also experiencing the lag and freezing. Using the keyboard to move the cursor up or down the page is a bit laggy with or without "highlight active" enabled, but it's considerably worse in the latter.

Profiling reveals that it is spending significantly more time in each "operation" function callstack when highlighting is enabled (the codemirror operation function commented "Wraps a function in an operation. Returns the wrapped function." Possibly a codemirror performance issue then?).

ArchBang
Brackets 0.36.0-0
Intel i7-4900MQ CPU
16GB Ram

Thanks for the great work.

@david0178418
Copy link

Scratch the above. I violated the sacred rule of development and didn't test the app in safe mode. I had forgotten that I had the smooth scroll and code map plugins installed. Removing these restores performance.

@njx
Copy link
Contributor

njx commented Feb 27, 2014

@david0178418 - ah, good to hear. Thanks for checking that!

@njx
Copy link
Contributor

njx commented Feb 27, 2014

@jnewc - would you mind filing a separate bug on the stability issues you're seeing? Please note whether you're seeing the crashes on Mac or Linux (or both). Thanks.

@jnewc
Copy link

jnewc commented Mar 1, 2014

No freezes on Mac. Mint's on my work machine so I'll get back next week if I have the opportunity.

Is their a preferred process for profiling Brackets?

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

No branches or pull requests

5 participants