Another reason the updater takes a while to "load" is that the downloads are done on the main UI thread, and they start when the program loads, rather then after the program has loaded. The updater is downloading while it is loading, you just can't see it for a while.
|