https://bugs.documentfoundation.org/show_bug.cgi?id=172984
--- Comment #10 from Heiko Tietze <[email protected]> --- (In reply to Alan. A. from comment #7) > When I extracted the odt files, I found the styles.xml bloated... I don't think this contributes a lot to the performance issues, it's rather the 300 pages that takes some CPU cycles to rearrange. What would you consider a large document where re-layouting all paragraphs becomes noticeable? There are some solutions to your problem. On slow machines a master document might be an option. Structuring the document could be beneficial so that first-level chapters start on a new page. And cleaning up the unused styles also makes sense (you get a new list style on-the-fly by pressing the toolbar buttons; the alternative is a dedicated paragraph with an assigned list; and copy/paste with formatting is always bad, use paste special and unformatted text). Regarding the web view my take is to not add special handling for just performance reasons. -- You are receiving this mail because: You are the assignee for the bug.
