Versions Compared

Key

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


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

To gain more performance within Profound.js, you can start the server by adding theĀ --optimize argument.

...

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:
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