From c2bcf74a4239f9a5401f05c945a4aca881a11b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 12 Mar 2024 14:01:49 +0100 Subject: [PATCH] plugin_user_experience.md: Performance -> Dumb Mode --- topics/basics/plugin_user_experience.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.