Sap Hybris Tip 6 – Reduce the build and startup time
- Add configuration: smartedittools.only.build.once=true in local.properties to skip rush build and pnpm install.
- Remove/comment on some unnecessary extensions in localextensions.xml file.
- Build on the modified extension instead of ant all for all extensions.
- Using JRebel
- …
NOTE: We can apply one by one method above, not require apply all of them.