diff --git a/topics/basics/plugin_user_experience.md b/topics/basics/plugin_user_experience.md index 12a903659..5ca7675f9 100644 --- a/topics/basics/plugin_user_experience.md +++ b/topics/basics/plugin_user_experience.md @@ -1,4 +1,4 @@ - + # 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.