View Single Post
Old 05-14-2016, 12:36 AM   #192
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
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.
knc1 is offline   Reply With Quote