tsgrp / OpenAnnotate

TSG's Browser-based Annotation Tool
8 stars 4 forks source link

Improve Annotation Loadtime #879

Open m-brouillette opened 3 years ago

m-brouillette commented 3 years ago

Since we decoupled document loading, and annotation loading there is a delay between the user seeing the document and annotations. For users who's job requires annotations, this interval could be frustrating and should be minimized.

The delay maybe more noticeable when loading of embedded annotations (particularly on large documents) is required. This may benefit from further decoupling or optimizations to how the PDF document is loaded.