diff --git a/src/QUI/Menu/SidebarDropDownMenu.php b/src/QUI/Menu/SidebarDropDownMenu.php
index 661b2849b403f810640de1b317116aab8b8a839e..6b6fa9b537bc856f7b26e1ea816ad466dbd10b3c 100644
--- a/src/QUI/Menu/SidebarDropDownMenu.php
+++ b/src/QUI/Menu/SidebarDropDownMenu.php
@@ -41,6 +41,7 @@ public function __construct($attributes = array())
         parent::__construct($attributes);
 
         $this->setAttribute('class', 'quiqqer-sidebar-dropdown-navigation');
+        $this->setAttribute('cacheable', false);
     }
 
     /**