Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Dyuta

macrumors member
Original poster
Apr 23, 2006
47
0
When I boot up my computer or wake it from sleep, the first time I open Dashboard, it lags for a few seconds as everything loads... the only widgets I have are a few Stickies, iStat nano, Calculator, Dictionary, Clock, Calendar, Weather, Translator, PeerGuardian and Lightsaber... this shouldn't be so heavy a load that my 17" lags just to open Dashboard, should it?

Edit: This is a 2.16Ghz Core Duo with 2GB RAM.
 
For my 1GHz 12" PB, that is just the way it is. It takes it a while to load and make the applets active after a reboot or after sleeping.

It is quite a bit to load.
 
On reboot the Dashboard has to complete reload itself. It doesn't until you bring it down for the first time. I don't have that issue when waking from sleep though.
 
There is a nifty freeware application that might make this less painful:

Dashboard Kick Start

While this won't alleviate the load of the dashboard, it does it every time you start up/wake and hides the load in the background. So when you hit the dock, it should be preloaded.
 
Dashboard KickStart is pretty much the same as the following code:
Code:
tell application "System Events"
	key code 111
	delay 0.5
	key code 111
end tell
Apart from this it also messes about with some system stuff, which is why I just use the code above. Paste the code into Script Editor - spotlight it. Save the code as an app, and place it into your login items. Works like a charm for me. ;)
 
My Dashboard lags a bit on initial load and sometimes upon waking up from sleep. I attributed it to the fact that a good number of my widgets are web-based, and if it's in the process of reconnecting the wireless it takes a second to initialize them.
 
From what I can tell, based on system resources, seems to let the running copy of a widget de-instantiate and reloads it when it has not been used for some time. This happens on my iBook and occasionally on my iMac (which has much more memory), but far less often on the iMac than the iBook.
 
I'm using a MBP and dashboard lags for a couple of secs when I first turn it on. After it has been brought up once or twice though it is fine although I probably never use dashboard so I guess it doesn't matter either way.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.