diff --git a/build.properties.d/00_default.properties b/build.properties.d/00_default.properties
index 17d3d2fdf979f373073f9f5efb19085b124200a6..6b15cbf2a696d4faa751ea5eb996fe760995ba0c 100644
--- a/build.properties.d/00_default.properties
+++ b/build.properties.d/00_default.properties
@@ -158,6 +158,12 @@ BUILD_MODULE_EXT_TRIGGER_CRAWLER_FORM_TOOLBOX="Tools"
 ##############################################################################
 BUILD_MAX_EDIT_MODE_DROPDOWN_OPTIONS=-1
 
+##############################################################################
+# Toggle lazy-loading of reference dropdowns. ENABLED is especially
+# recommended in case of instances with a lot of entities.
+##############################################################################
+BUILD_EDIT_MODE_LAZY_DROPDOWN_LOADING=ENABLED
+
 ##############################################################################
 # Build a dist file containing all JS code from the files in the
 # MODULE_DEPENDENCIES array.