Yes,
Basically users/profile/1 requires several DOM elements to exist in the window before loading the actual profile template, but those elements are loaded by users/dashboard/1 which is not called when requesting users/profile/1.
I was wondering if there is already a technique or feature in the framework to do it, instead of manually prepare the users/dashboard/1 controller when loading /users/profile/1