groupdocs-annotation / GroupDocs.Annotation-for-Java-Spring

Moved to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java/tree/master/Demos/Spring
https://products.groupdocs.com/annotation/java
MIT License
2 stars 0 forks source link

PPTX document takes too much time to load #17

Closed aleksandarvidakovicaspose closed 4 years ago

aleksandarvidakovicaspose commented 5 years ago

Hi, Please notice a sample presentation has 22 slides and takes about 5min. to load. During that time, CPUs are overloaded to 100%, please check the screenshot below. 2 Since the presentation is private, it has been emailed to @egorovpavel Best Regards.

egorovpavel commented 5 years ago

@aleksandarvidakovicaspose we are investigating this issue

egorovpavel commented 5 years ago

@aleksandarvidakovicaspose we confirmed the issue and reported to library developers team. Although we still investigating, this issue related to the fact that we load document page by page and in separate threads.

Meanwhile, we will publish workaround to our examples that in case showcase configured to load all pages(setting preloadPageCount to 0) will load all pages in one request instead of page by page.

Let us know if this workaround works for you.

egorovpavel commented 5 years ago

@aleksandarvidakovicaspose we updated our annotation samples with a mentioned workaround, please pull latest changes and let us know if this worked for you.

aleksandarvidakovicaspose commented 5 years ago

Hi @egorovpavel Thanks for your effort. However, our customer hasn't found a satisfied difference. If possible, please share an ETA for the fix or another workaround.

egorovpavel commented 5 years ago

@aleksandarvidakovicaspose we apologize for this delay. This issue has been solved in the .NET version of GroupDocs.Annotation library, now we are waiting for a Java release. At this moment ETA for Java release is the end of next week. We will update you in case there will be any changes in the timeline.

aleksandarvidakovicaspose commented 5 years ago

Hi @egorovpavel This is great news to hear. Thanks for the notification.

egorovpavel commented 5 years ago

Hi, @aleksandarvidakovicaspose Unfortunately, it is was not possible to include this fix in the upcoming release. Fix for this issue is already in the roadmap for the next release with the highest priority. Next release is planned to the end of March/first week of April.

egorovpavel commented 5 years ago

Hi, @aleksandarvidakovicaspose. We benchmarked the latest version(19.4) of GroupDocs.Annotation library for Java and observed from 3x to 4x increase in performance depending on the file. Let us know if this works for you.