April 21, 2020
Estimated Post Reading Time ~

Performance tuning for production-ready instance

Changes Part Of The Production Ready Mode

More specifically, the following configuration changes will be performed when AEM runs in production ready mode:
  1. The CRXDE Support bundle (com.adobe.granite.crxde-support) is disabled by default in production ready mode. It can be installed at any time from the Adobe public Maven repository. Version 3.0.0 is required for AEM 6.1.
  2. The Apache Sling Simple WebDAV Access to repositories (org.apache.sling.jcr.webdav) bundle will only be available on author instances.
  3. Newly created users will be required to change the password on the first login. This does not apply to the admin user.
  4. Generate debug info is disabled for the Apache Java Script Handler.
  5. Mapped content and Generate debug info are disabled for the Apache Sling JSP Script Handler.
  6. The Day CQ WCM Filter is set to edit on author and disabled on publish instances.
  7. The Adobe Granite HTML Library Manager is configured with the following settings:
  • Minify: enabled
  • Debug: disabled
  • Gzip: enabled
  • Timing: disabled
8. The Apache Sling GET Servlet is set to support secure configurations by default, as follows:


Configuration
Author
Publish
TXT rendition
disabled
disabled
HTML rendition
disabled
disabled
JSON rendition
enabled
enabled
XML rendition
disabled
disabled
json.maximumresults
1000
100
Auto Index
disabled
disabled


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.