https://bugs.documentfoundation.org/show_bug.cgi?id=39179

--- Comment #43 from Julien Nabet <serval2...@yahoo.fr> ---
I tested with LO Debian package 5.1.3.2, I confirm what Jean-Baptiste
indicated, it takes less than 20s to load the 50 pages version.

Also, when I kept on going up the calling tree, I found this call:
void LoggedStream::substream(Id name,
writerfilter::Reference<Stream>::Pointer_t ref) from
writerfilter/source/dmapper/LoggedResources.cxx
    276 void LoggedStream::substream(Id name,
writerfilter::Reference<Stream>::Pointer_t ref)
    277 {
    278 #ifdef DEBUG_WRITERFILTER
    279     mHelper.startElement("substream");
    280     LoggedResourcesHelper::attribute("name",
(*QNameToString::Instance())(name));
    281 #endif
    282 
    283     lcl_substream(name, ref);
    284 
    285 #ifdef DEBUG_WRITERFILTER
    286     LoggedResourcesHelper::endElement("substream");
    287 #endif
    288 }

So it seems that debug build takes lots of time because of these
DEBUG_WRITERFILTER (but it's normal since it's for debugging :-)).
But these impact only debug build so for non debug release, it seems indeed ok
now.

May we put this one to WFM then?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to