-
Notifications
You must be signed in to change notification settings - Fork 947
10 second delay between zsh prompt displays after command completes(yes TEN) #964
Comments
Yes, I'm suffering from the same behavior. Seem that it's so bloated. |
Same here, unfortunately. |
@truongnmt @crsantos @bhilburn I got frustrated enough to dive deep. Turned on zprof and tracing and started debugging. Here's what I found, there are two main culprites and a few suboptimal coding implementations that can be fine-tuned:
I'm going to do implementations of all of these changes and, if @bhilburn doesn't mind, submit them for a pull request. Hope this helps you all |
@fryjustinc - Thank you so much for taking the time to deep-dive on this and look at things further! I really do appreciate you investigating things and providing insight & suggestions :)
PRs would be fantastic! If you want to submit PRs for the items in #1, that would be excellent! I'll handle #2 myself. What are your thoughts on #3 and #4? Also, would be good to get @dritter's and @onaforeignshore's thoughts, here. Edit: Handled #2, now pushed to |
@bhilburn ill put in a quick pull request for #1 later today. What I'm probably going to do is simply switch all the |
@fryjustinc - Yeah, compilation isn't really a good option for us unless it's auto-invoked by p9k and the dependencies are exceedingly simple. More efficient data structures would be excellent, though. The codebase is about to undergo a titanic shift (i.e., a shift to a complete rewrite, that's already waiting & ready to go). Chatting on the phone or by VC would be great. Feel free to email me (bhilburn gmail) and we can go from there =) |
|
Hey @fryjustinc , I just wanted to drop by and ask you if you could check our |
Hi Dominik,
I'll take a look at the branch. Thanks!
…On Nov 16, 2018, 2:48 PM -0600, Dominik Ritter ***@***.***>, wrote:
Hey @fryjustinc ,
I just wanted to drop by and ask you if you could check our next branch, cause we did some massive performance improvements there. Thx.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@fryjustinc - Thanks! Please let us know what you find with the VCS performance on |
@fryjustinc If you are still using Powerlevel9k, could you check if performance issues can be reproduced with Powerlevel10k? |
I am on a issue-cleaning spree. This issue hasn't had motion in quite some time, and so I am closing it out due to inactivity. If anyone would like to re-open it because they feel it is un-resolved and is something they care about, please feel free to re-raise the discussion! |
I didn't believe that powerlevel 9k could really be what is causing this but after individually commenting out every single line in my zshrc, totally replacing my zplug install, and switching my powerlevel9k config to default, the only thing that fixed the crazy lag in between prompts was commenting out powerlvl9k loading in my .zshrc (remember this is with DEFAULT config too). I posted a picture for your amusement at my suffering. (check out the timestamps on the right) I definitely could use some help disecting this one. (and no my home dir isn't tracked but I do have about 300 or so tracked projects throughout my drive, although they're not in path.
The text was updated successfully, but these errors were encountered: