[Libreoffice-bugs] [Bug 126788] FILEOPEN: ODT big performance drop for big table from 6.1 to 6.2 to 6.3

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 10 05:56:02 UTC 2019


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

--- Comment #3 from Paul <paul.jowett at systemic.com.au> ---
(In reply to Oliver Brinzing from comment #2)
> with: 
> 
> Version: 6.3.0.4 (x64)
> Build ID: 057fc023c990d676a43019934386b85b21a9ee99
> CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
> Locale: de-DE (de_DE); UI-Language: en-US
> Calc: 
> 
> a simple File/Open takes ~15 sec
> 
> and converting to pdf ~32 sec (~42 sec if LO is not running):
> 
> PS C:\Program Files\LibreOffice 6.3\program> Measure-Command {.\soffice
> --convert-to pdf --outdir  D:\downloads D:\downloads\table_1034r_13p.odt}   
> 
> 
> [...]
> Seconds           : 32
> 
> 
> btw: if i do same with LO 6.2.5.2, soffice.exe will return immediatelly,
> converting takes ~21 sec:
> 
> PS C:\Program Files\LibreOffice 6.2\program> Measure-Command {.\soffice
> --convert-to pdf --outdir  D:\downloads D:\downloads\table_1034r_13p.odt}   
> 
> 
> Days              : 0
> Hours             : 0
> Minutes           : 0
> Seconds           : 0
> Milliseconds      : 7

Measure-Command can give complete timing if you put the command in a script
file, then run the script.  eg Measure-Command {.\test.bat}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190810/c139a091/attachment.html>


More information about the Libreoffice-bugs mailing list