Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

However, this optimization disables the ability to do many development tasks, such as:

  • Making changes to database tables

    • Any change would require the Profound.js Instance to be restarted 

  • Making changes to screens and modules

  • Users having different library lists

IBM i instance:

Open the instance configuration on the IFS at /profoundjs-base/INSTANCE_NAME/conf.

Restart the instance for this change to take affect.

...

Append this line to the bottom of the file:
args: "
Code Block
languagejs
args=--optimize"

On your local PC or another server

...

Append this argument to the standard start command
Code Block
languagejs
node start --optimize