diff --git a/modules/facets_summary/src/Plugin/facets_summary/processor/HideWhenNotRenderedProcessor.php b/modules/facets_summary/src/Plugin/facets_summary/processor/HideWhenNotRenderedProcessor.php
index 880026d..2f41f67 100644
--- a/modules/facets_summary/src/Plugin/facets_summary/processor/HideWhenNotRenderedProcessor.php
+++ b/modules/facets_summary/src/Plugin/facets_summary/processor/HideWhenNotRenderedProcessor.php
@@ -15,7 +15,7 @@ use Drupal\facets_summary\Processor\ProcessorPluginBase;
  *   description = @Translation("When checked, this facet will only be rendered when the facet source is rendered. If you want to show facets on other pages too, you need to uncheck this setting."),
  *   default_enabled = TRUE,
  *   stages = {
- *     "build" = 10
+ *     "build" = 45
  *   }
  * )
  */
diff --git a/modules/facets_summary/src/Plugin/facets_summary/processor/ResetFacetsProcessor.php b/modules/facets_summary/src/Plugin/facets_summary/processor/ResetFacetsProcessor.php
index 0752b76..4d9f057 100644
--- a/modules/facets_summary/src/Plugin/facets_summary/processor/ResetFacetsProcessor.php
+++ b/modules/facets_summary/src/Plugin/facets_summary/processor/ResetFacetsProcessor.php
@@ -17,7 +17,7 @@ use Drupal\facets_summary\Processor\ProcessorPluginBase;
  *   label = @Translation("Adds reset facets link."),
  *   description = @Translation("When checked, this facet will add a link to reset enabled facets."),
  *   stages = {
- *     "build" = 50
+ *     "build" = 30
  *   }
  * )
  */
diff --git a/modules/facets_summary/src/Plugin/facets_summary/processor/ShowCountProcessor.php b/modules/facets_summary/src/Plugin/facets_summary/processor/ShowCountProcessor.php
index 5da385b..2fc9427 100644
--- a/modules/facets_summary/src/Plugin/facets_summary/processor/ShowCountProcessor.php
+++ b/modules/facets_summary/src/Plugin/facets_summary/processor/ShowCountProcessor.php
@@ -14,7 +14,7 @@ use Drupal\facets_summary\Processor\ProcessorPluginBase;
  *   label = @Translation("Show a summary of how many results were found"),
  *   description = @Translation("When checked, this will show the amount of results found."),
  *   stages = {
- *     "build" = 50
+ *     "build" = 5
  *   }
  * )
  */
diff --git a/modules/facets_summary/src/Plugin/facets_summary/processor/ShowSummaryProcessor.php b/modules/facets_summary/src/Plugin/facets_summary/processor/ShowSummaryProcessor.php
index eb17ccb..83313a5 100644
--- a/modules/facets_summary/src/Plugin/facets_summary/processor/ShowSummaryProcessor.php
+++ b/modules/facets_summary/src/Plugin/facets_summary/processor/ShowSummaryProcessor.php
@@ -14,7 +14,7 @@ use Drupal\facets_summary\Processor\ProcessorPluginBase;
  *   label = @Translation("Show a summary of all selected facets"),
  *   description = @Translation("When checked, this facet will show an imploded list of all selected facets."),
  *   stages = {
- *     "build" = 50
+ *     "build" = 20
  *   }
  * )
  */
diff --git a/modules/facets_summary/src/Plugin/facets_summary/processor/ShowTextWhenEmptyProcessor.php b/modules/facets_summary/src/Plugin/facets_summary/processor/ShowTextWhenEmptyProcessor.php
index fe23d39..0c4f1f7 100644
--- a/modules/facets_summary/src/Plugin/facets_summary/processor/ShowTextWhenEmptyProcessor.php
+++ b/modules/facets_summary/src/Plugin/facets_summary/processor/ShowTextWhenEmptyProcessor.php
@@ -16,7 +16,7 @@ use Drupal\facets_summary\Processor\ProcessorPluginBase;
  *   description = @Translation("Show a text when there are no results, otherwise it will hide the block."),
  *   default_enabled = TRUE,
  *   stages = {
- *     "build" = 30
+ *     "build" = 10
  *   }
  * )
  */
