I don’t have the capabilities at present to test this, but does the size of the main.lua and the modules it initially loads have an effect on the loading time of an app?
If the extra modules are loaded as required, for example on a button press, does the app load faster because the extra code isn’t required yet or does it load all of the binary because it’s a single file after XCode compilation?
I know the answer for a few other languages (which varies) but I have no idea (and at present no way to test) this in Corona.
Obviously, the loading time of images etc can be delayed, but I’m thinking specifically about library modules.
Unless, of course, those don’t have an effect at all… [import]uid: 8271 topic_id: 22201 reply_id: 322201[/import]