Abstract
Are you curious about how often you should save the AEM JCR Session when performing a lot of modifications? We've added an experiment to try out different options. Try out "Performance Impact of Changing the JCR Session Save Frequency"
Performance Impact of Changing the JCR Session Save Frequency
This experiment demonstrates the impact that the frequency of session save calls has on AEM's performance.
Compatibility
This experiment is compatible with both AEM 6.5 and AEM as a Cloud Service.
Setup
1. Ensure you have followed the instructions in the main README
2. Ensure your Maven settings.xml file includes a profile for the Adobe Maven Repository
3. Build and install the project code on your local author:
-->Clone this Git repo to a local location
-->In a console, navigate to the aem-project folder located in the project root (created from the AEM Project Archetype).
-->Successfully build and install the package to your localhost's author instance by running mvn -PautoInstallSinglePackage clean install
-->To verify the installation, open the Session Writer Page.
-->Give a few seconds for the packages and bundles to load in AEM.
Note: Logging in as the administrator is optimal.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni