plugin_user_experience.md: Performance -> Dumb Mode

This commit is contained in:
Yann Cébron 2024-03-12 14:01:49 +01:00
parent 8e2de0a966
commit c2bcf74a42

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Plugin User Experience (UX)
@ -56,6 +56,8 @@ Always try to follow the performance tips described on the topic pages, e.g.:
* [](general_threading_rules.md#avoiding-ui-freezes)
* [](indexing_and_psi_stubs.md#improving-indexing-performance)
Making as much functionality as possible working during [](indexing_and_psi_stubs.md#dumb-mode) can also improve perceived performance.
## Distribution Size
In addition to the plugin execution performance, it is recommended to optimize the size of the plugin distribution that is downloaded by users from JetBrains Marketplace.