-
Enhancement
-
Resolution: Done
-
Optional
-
None
Getting the "jcr:content" child node can take significant time for very large files. The bulk of that time is spent computing the SHA-1 for the "jcr:data" binary property, and the Java-based approach for computing the SHA-1 secure hash is not ideal for large files. In such cases, using openssl to compute the digest can be significantly faster.