This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 947
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1187 from dritter/merge_067
Merge master into next
- Loading branch information
Showing
57 changed files
with
802 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Performance Issue | ||
about: For performance Issues | ||
title: "[Performance]" | ||
labels: performance | ||
assignees: '' | ||
|
||
--- | ||
|
||
Sorry to hear that the performance of P9K is not adequate. To fix this, please provide us with some hints. | ||
|
||
### Your Hardware | ||
|
||
Disk I/O is critical for P9K, so do you use a spinning disk, or a SSD? | ||
|
||
### Virtualization | ||
|
||
Do you use P9K in some sort of virtualization? This is also the case, if you use WSL on Windows.. | ||
|
||
### How Fast is Fast | ||
|
||
Could you quantify how fast the specific segment is, that you think is slow? | ||
For example, if you think the `vcs` segment is slow, could you execute this command in the directory, where the segment is slow: | ||
|
||
```zsh | ||
time (repeat 10; do; prompt_vcs left 1 false >/dev/null; done;) | ||
``` | ||
|
||
Also, please provide us with some context around the segment. In the `vcs` example: | ||
|
||
- How big is the repo? | ||
- Does it contain a lot of untracked files? | ||
- Does it contain a lot of git submodules? | ||
- Does it contain a lot of files in general? | ||
|
||
Additionally, you could install [zsh-prompt-benchmark](https://github.com/romkatv/zsh-prompt-benchmark), to benchmark the general performance of ZSH and P9K. | ||
|
||
If you don't know which segment is slow, could you remove one by one, and spot the one that made the greatest impact? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.