Bug 95244 - Writer is too slow to use when there are many comments
Summary: Writer is too slow to use when there are many comments
Status: RESOLVED DUPLICATE of bug 60418
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
5.0.2.2 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 06:36 UTC by Luke Kendall
Modified: 2015-10-24 15:53 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Kendall 2015-10-22 06:36:17 UTC
I have two files - both large, about 120,000 words long.  One is the manuscript for my novel, which LO edits in quite a snappy fashion (let's call this MS).  The other is basically the same, but with a very large number of comments from a professional editor (let's call this MS-ed): LO clearly has some kind of O(N^2) algorithm (or worse) when it comes to handling comments, since it struggles horribly to edit this file.  (Both are in .odt format.)  Maybe LO is using a linked list structure to hold all the comments? :-(

The number of comments is not something which is reported in the Document Properties->Statistics, so I have to estimate the number.  There are 339 pages, so I roughly estimate somewhere between 1000 and 3000 comments.

If I hover over the drop-down arrow on a comment, the balloon text appears quite promptly. If I then click on the arrow to pull up the context menu for the comment, I have to wait about 12-17 secs for the menu to appear. If I choose to delete the comment, that operation takes between 10-15 secs to complete.

My workaround is to break the document with comments ("MS-ed") into two halves, and work on each half independently.  By halving the document, the time to pull up the Comment context menu drops to about 1 sec, as does the time for the Delete Comment operation to complete.

Some of the comments are lengthy, BTW (e.g. 100 words).  Average comment text length is maybe 20 words.

This is on an Intel NUC (AMD x64) with 16GB RAM.
Ubuntu 14.04.

Hope this information is helpful.
Comment 1 Buovjaga 2015-10-24 15:53:12 UTC
Thanks for the report! I noticed we already have the issue as bug 60418

*** This bug has been marked as a duplicate of bug 60418 ***