diff --git a/server.js b/server.js index 48483110..567965e2 100755 --- a/server.js +++ b/server.js @@ -31,7 +31,7 @@ var shortcuts = { shortcuts.odev = shortcuts.onlinedev; // For backwards compatibility, if you see this in 2016 remove this line var delayLoadConfigs = [ // Services that are usually not immediately needed - "preview", "user-content", "api", "apps-proxy", "worker", + "preview", "user-content", "apps-proxy", "worker", "homepage", // Services that are very slow to load, blocking others "profile", ];