Once you're ready to go into production with your Coronium app, you can gain a fairly significant speed boost by enabling the Lua Code Cache.  First, log into your Coronium instance via SSH, and then enable or disable the cache by following the directions below.

Heads Up!

With the Lua cache enabled, you must manually reload Coronium after any change to a file.

To toggle the Lua Code Cache, log into your Coronium instance via SSH and issue one of the following commands:

Lua Code Cache ON

sudo coronium-tools cacheon

Lua Code Cache OFF

sudo coronium-tools cacheoff

Reloading Coronium

To reload Coronium, issue the following on the command line:

sudo service coronium reload