Code.js line limit?

At the start of a big app, currently at 14500 lines.
At a guess it will end up at close to 100000 lines of code.
Is this ok, will browsers handle it ok, or do I need to break it up?

Do you have this all in one module, or have you broken it up into separate ones?

A project this size should be no problem for AppStudio.

I use lots of modules, to speed up compile time.

Wasn’t worried about AS, more thinking about execution in the browser. Do browsers have a limit or best efficient size to operate nicely for the user?

Some browsers (like Brave) let you see how much memory a page uses. It can be a surprising amount: news.google.com is about 150 megs. How big is yours?

29mb with a long way to go. I’ll have to keep an eye on it.