Node reading performance
First question:
We have a parsys used in an admin area of our site, that has over 1000 components inside. Other than browser rendering slowness, is this something that is still recommended to avoid with Oak, regarding read performance of nodes.
Node structure:
/content [sling:orderedFolder]
+ page [cq:Page]
+ page [cq:Page]
+ jcr:content [cq:PageContent]
+ parsys [nt:unstrcutured]
+ text_component [nt:unstrcutured] (x over 1000)
Second question:
On the website, we load the properties of each text_component node using adaptTo(Resource.class) instead of maybe using something like resource.valueMap(). Is there any performance gains/losses with these approaches? or would they be the same?
We are running 6.0.0.SP3 with Apache Jackrabbit Oak 1.0.34