Optimize load order for onlinedev

This commit is contained in:
Lennart Kats 2015-12-09 09:31:53 +00:00
parent 0133578310
commit 683170501b

View File

@ -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",
];