https://bugs.documentfoundation.org/show_bug.cgi?id=155812
--- Comment #17 from Michael Weghorn <[email protected]> --- (In reply to eric li from comment #16) > Hi,Michael I did more test > > Log.i(LOGTAG, "====> before load"); > mDocument = mOffice.documentLoad( > (new > File(fileToBeEncoded.getParent(),encodedFileName)).getPath() > ); > Log.i(LOGTAG, "====> after load"); > > what I found is this completedly libreoffice C code issue,, > below is the results > 2023-11-23 01:17:54.536 29487-29735 LOKitTileProvider com.test.paper > ====> before load > > 2023-11-23 01:18:23.315 29487-29735 LOKitTileProvider com.test.paper > I ====> after load Thanks a lot for the analysis. This seems to match what my comment 6 says about this being similarly slow in the desktop version. (Profiling with that one might be easier.) -- You are receiving this mail because: You are the assignee for the bug.
