You can get a quicker start-up of your application if you do like I did with the CPU Report.
In your menu.json, instead of:
"action": "your script or application name"
use:
"action": "exec"
"params": "your script or application name"
I.E: Re-use KUAL's process space, by-passing a lot of over-head of ending KUAL and starting your new process.
|