[SCC Practice 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 the one-by-one method above; we are not required to use all of them.