diff --git a/site.conf b/site.conf
index 08f85c1d2a17e41024fd2ed7262ddae574233c27..f280086aa8143bf0a78e0424ba864ddb13cf1461 100644
--- a/site.conf
+++ b/site.conf
@@ -178,8 +178,9 @@
     mtu = 1280,
     
     fastd = {
-      methods = {'salsa2012+umac','none'},
-      configurable = true
+      --  optional add ``null`` to the ``mesh_vpn.fastd.methods`` table if you want "Performance mode" as default
+      methods = {'salsa2012+umac'},
+      configurable = true,
       -- syslog_level = 'warn',
       groups = {
         backbone = {
diff --git a/site.mk b/site.mk
index aef7229f506ecc3800c61b6fa3237ee8aa285e12..9c9a87291caf78ce0f1910da172fc6fcc6e2318c 100644
--- a/site.mk
+++ b/site.mk
@@ -11,6 +11,7 @@ GLUON_FEATURES := \
 	mesh-vpn-fastd \
 	radvd \
 	respondd \
+	web-mesh-vpn-fastd \
 	status-page \
 	web-advanced \
 	web-wizard \