Load Document so slow

Mac OS 10.14.4
java version “1.8.0_181”
Java™ SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot™ 64-Bit Server VM (build 25.181-b13, mixed mode)
Aspose: aspose-words-19.9
Load Document so slow
3868748d06ec4e979b31f9546dd2773f.doc.zip (4.0 KB)
Document document = new Document(FileInputStream);

@JamesGuo

Please note that when a document is loaded into Aspose.Words DOM, it takes some time to load all resources first time. Upon the first time, Aspose.Words initializes common static resources, for example fonts installed on the PC. It does not take time when you load the document second time. Please let us know if you have any more queries.