Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 381063

Summary: Initial login to Orion takes way too long
Product: [ECD] Orion Reporter: Anton McConville <antonm>
Component: ClientAssignee: Simon Kaegi <simon_kaegi>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ken_walker, malgorzata.tomczyk, simon_kaegi
Version: 0.5   
Target Milestone: 1.0   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Anton McConville CLA 2012-05-30 11:20:14 EDT
In tests from home last night it took 24 human perceived seconds to get from login to the Navigator. At work this morning it took 36 seconds using my iPad.

It took 6 seconds just for the login screen to load.
Comment 1 Malgorzata Janczarska CLA 2012-05-30 11:59:03 EDT
Note that login page does not load directly but you are redirected to it, so the loading time is in fact = (time of the current site to load) + (checking if you are logged in) +(build the redirection URL) + (load the login page).
So when you start from navigator this is usually loading navigator once, then loading the login page and then loading the navigator for the second time, when you log in. Increasing the login page performance is good, but this is only 6 seconds out of 36.
Comment 2 Ken Walker CLA 2012-06-04 12:41:56 EDT
With recent work have you found this to be improved?  I was working from home this weekend and login seemed fine.
Comment 3 Simon Kaegi CLA 2012-06-08 16:24:21 EDT
We've come a long way but we should see what we can do in 1.0 to make that first time login better.