Bugzilla – Bug 14276
Reduce Clock SS startup time
Last modified: 2009-10-13 16:32:34 UTC
now that the clock has become the default SS, its startup time is more of a glaring problem. It takes almost 2 seconds for it to start up. One low hanging fruit optimization idea is to not generate two windows (for transition), but instead do the snapshot technique that NowPlaying uses for fading between states.
== Auto-comment from SVN commit #7793 to the jive repo by tom == == https://svn.slimdevices.com/jive?view=revision&revision=7793 == Fixed Bug: 14276 Description: - no longer swap between two windows - cache images on first use - cache each clock's skin on first use.
Verified fixed in r7847