But now I run into another problem. (This happened yesterday too.)
When I load my master document (containing 7 children), 1.6.x loads it
in 8 seconds, while trunk takes 45 seconds.
So I do:
lyx-16x -dbg files 2> mastertest-16x.txt
lyx-2 -dbg files 2> mastertest-2.txt
(see attached)
They run at roughly the same speed, but lyx-2 is slow because it does
5x as much stuff.
We've updated the layout format from 11 (branch) to 19 now (trunk). Each
time when LyX reads a layout file, it converts it to format 19. This is
shown as the creation of all those temporary files in your logfiles.
Maybe that's the cause of the slowdown we experience.
I guess we must make sure that all layouts are at format 19 whenever the
next major release is set.
VIncent