https://bugs.documentfoundation.org/show_bug.cgi?id=155812
--- Comment #16 from eric li <[email protected]> --- (In reply to Michael Weghorn from comment #13) > (In reply to eric li from comment #12) > > I went through the source code,,looks like every time Libreoffice would > > loaded and rendered all the pages of the file ,,that could be the major > > issue of this..How can we change it? > > Are all pages actually rendered or is the loading of the document (parsing > of the XML content etc.) what takes so much time? > IIUC, the general idea is to only render what's necessary, so if rendering > for all pages is done, maybe it's possible to only request rendering of > (approximately) the part that's visible? 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 -- You are receiving this mail because: You are the assignee for the bug.
