Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/books/nvchad/nvchad_ui/plugins_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ In writing the plugin, special attention was paid to performance and code effici

![Lazy Profiler](../images/lazy_profile.png)

Here we can see the loading times of the various plugins that can be sorted with the key combination ++ctrl++ + ++"s"++ by entry in the configuration or by loading time. We also have the possibility to perform searches on the loading time of plugins by setting a minimum threshold in milliseconds with the combination ++ctrl++ + ++"f"++.
Here, we can see the loading times of the various plugins that can be sorted with the key combination ++ctrl++ + ++"s"++ by entry in the configuration or by loading time. We can also perform searches on plugins' loading time by setting a minimum threshold in milliseconds with the combination ++ctrl++ + ++"f"++.

This information can be useful in troubleshooting if the editor slows down abnormally.

Expand Down