On Friday 28 June 2002 11:35 am, Andre Poenitz wrote: > > There is no load up penalty with the graphics inset as I understand it > > because we don't startLoading() until a draw request is received. > > Which I believe is to late. It should be done lazily (i.e the first > screenfull of text should come up really fast) but not too lazy.
Vapourware, vapourware... As you have found with the maths preview, a document with hundreds of images takes for ever to load up because we start hundreds of forked processes and that takes some effort. I implemented the "startLoading in draw" idea because I wanted to start on my document when I typed lyx doc.lyx. It seemed like a reasonable compromise. Lazy loading is a GREAT goal but we haven't even begun to consider it. Angus