Changes

Jump to navigation Jump to search
2,042 bytes removed ,  07:48, 20 September 2008
Line 35: Line 35:     
=== TODO ===
 
=== TODO ===
  −
* Improve startup time and base memory usage of the sugar shell and related services. This will involve dropping unnecessary dependencies and reducing the number of processes by merging the Journal and shell service inside the shell process. '''(tomeu)'''
  −
  −
* Improve activity startup time. We might be to rationalize dependencies a bit. Ensure that the startup animation is not slowing us down. Preload more modules inside rainbow. Import modules lazily where it make sense. '''(marco)'''
  −
  −
* The control panel should startup instantaneously. '''(erikos)'''
  −
  −
* We are using icons very extensively in the UI and we need a very efficient caching strategy. There are different possible approaches including caching on disk and in the video memory. It should not be hard to do better than we are currently doing, anyway. Drawing and animations performance should benefit a lot. '''(marco)'''
  −
  −
* We are very often saving to the datastore unnecessarily and some times in concurrence with other heavy tasks (like switching activities). This is particularly bad on the XO given the compressed file system. '''(marco)'''
  −
  −
* Switching between zoom views causes a lot of unnecessary redrawing and flickering. Should be reasonably easy to fix. '''(marco)'''
      
* Write a clear check list about things you need to do to ensure you are not leaking pygtk widgets. '''(tomeu)'''
 
* Write a clear check list about things you need to do to ensure you are not leaking pygtk widgets. '''(tomeu)'''
Line 56: Line 44:  
==== Unassigned ====
 
==== Unassigned ====
   −
* We need some way to constantly monitor memory and startup time.
+
* We need some way to constantly monitor memory usage.
 
  −
* Composition would help activity switching and the frame animation a lot. We cannot turn it on for all the windows for memory reason but it might be reasonable to composite the current active activity and the frame. It has a cost anyway, so we should see if we can improve drawing efficiency instead.
  −
 
  −
* The current implementation of thumbnailing requires to take several screenshots of the activity window synchronously on basically every window stack change. Short term solution is to compromise on the accuracy of the screenshots to take them less often and improve performance. Long term we should look into using composition or gtk off-screen rendering to be able to take a screenshot even when the window is hidden/idle.
      
=== Status ===
 
=== Status ===
Line 66: Line 50:  
* Several heavy shell dependency has been dropped.
 
* Several heavy shell dependency has been dropped.
 
* Merge of the journal and of the shell service into the shell is in progress.
 
* Merge of the journal and of the shell service into the shell is in progress.
* Patches to take screenshots less often are available.
 
607

edits

Navigation menu