This article illustrates different tests performed to compare the performance of sling resource api and jcr api.
Test 1: Traversing /content/geometrixx tree
Result: JCR API is roughly twice as fast as the Sling API when traversing a tree.
Test 2: Creating simple pages (single save)
When creating 1000 simple pages and saving them in one go, it takes respectively 0.20 and 0.26 ms for the JCR and Sling API to create a single page. Creating 1000 pages took 200 and 260 ms respectively for JCR and Sling in total.
Read More
No comments:
Post a Comment
If you have any doubts or questions, please let us know.