You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When I work with projects, I usually have 1 .git folder, in which I may have 2 or 3 main folders. I use 1 atom window per folder. In this case, when this extension is enabled, the 1st window becomes horribly slow.
Steps to Reproduce
Have a project git in a folder I will name root with 2 folders, root/folder1 and root/folder2.
cd root/folder1 && atom . -> you can use it, atom is normal
cd root/folder2 && atom . -> if the other atom window is still opened, she became horribly slow.
Your window root/folder2 must have 0 files opened, in order that this plugin show the messages.
Expected behavior: [What you expect to happen]
Atom shouldn't be slown.
Actual behavior: [What actually happens]
Atom first window is slown at a point that it is not usable.
Reproduces how often: [What percentage of the time does it reproduce?]
100%.
If I disable this package, I do not have any problem. If i re-enable it, I do have those problems.
The project on which I do have there problems has about 450 PHP files (45M) in the root/folder1, and the 2nd folder is a Symfony3 application with easily 100-200 php classes. The .git repository's size is 46Mo. The bug may happen when each folder has enough files.
I restarted from an empty .atom, disabled all the core packages, and re-enabled then 1 per 1 in order to figure out which package cause the bug. This is systematic, each time the package is re-enabled, window root/folder1 is slown down alot, and when disabled, atom is super-fast as it should always be.
It doesn't affect only file edition, when in the settings view, the scroll is 'blocked' during 2-3 secs each 7-8 secs. I had the same kind of lags when the window state of my atom was corrupted.
The text was updated successfully, but these errors were encountered:
Only somewhat related: When trying out sticky root projects I noticed a lag in scrolling performance, but with further testing, it seems to be related to the background tips animating at the same time.
Since performance in Atom is quite critical, I wonder if the background tips should be static? Like just have a few tips rendered once when opened, and not keep switching them forever. I'll see if I can propose a new design. There is also an opportunity to add some buttons like open/add project/file or so.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Prerequisites
Description
When I work with projects, I usually have 1 .git folder, in which I may have 2 or 3 main folders. I use 1 atom window per folder. In this case, when this extension is enabled, the 1st window becomes horribly slow.
Steps to Reproduce
root
with 2 folders,root/folder1
androot/folder2
.cd root/folder1 && atom .
-> you can use it, atom is normalcd root/folder2 && atom .
-> if the other atom window is still opened, she became horribly slow.root/folder2
must have 0 files opened, in order that this plugin show the messages.Expected behavior: [What you expect to happen]
Atom shouldn't be slown.
Actual behavior: [What actually happens]
Atom first window is slown at a point that it is not usable.
Reproduces how often: [What percentage of the time does it reproduce?]
100%.
If I disable this package, I do not have any problem. If i re-enable it, I do have those problems.
Versions
Additional Information
The project on which I do have there problems has about 450 PHP files (45M) in the
root/folder1
, and the 2nd folder is a Symfony3 application with easily 100-200 php classes. The .git repository's size is 46Mo. The bug may happen when each folder has enough files.I restarted from an empty .atom, disabled all the core packages, and re-enabled then 1 per 1 in order to figure out which package cause the bug. This is systematic, each time the package is re-enabled, window
root/folder1
is slown down alot, and when disabled, atom is super-fast as it should always be.It doesn't affect only file edition, when in the
settings
view, the scroll is 'blocked' during 2-3 secs each 7-8 secs. I had the same kind of lags when thewindow state
of my atom was corrupted.The text was updated successfully, but these errors were encountered: