multidimensionalquality / qt21-scorecard

qt21-scorecard
Other
4 stars 1 forks source link

Scorecard does not work with many annotations #44

Open jnehring opened 8 years ago

jnehring commented 8 years ago

We have a project with ca 1000 segments and ca 800 annotations. It does not load at all in Google Chrome and takes a long time (ca 30 seconds) to load in Firefox. When it has finished loading in firefox then it does not show all annotations. The annotations are still in the database, but they are not displayed.

I think to fix this we need to switch from loading everything at once to incremental loading. This is a major change and I estimate a couple of days of work to do so. Also it will change many things in the editor so it will introduce new bugs.

jnehring commented 8 years ago

I added a small improvement that should improve startup time.