|
|
|
|
|
by EMM_386
1693 days ago
|
|
> If you're a government contractor building CRUD apps, it's not as important. I'm far from that, but "5MB is very large" to me is ludicrous. Press "play" on a Netflix movie and you're over that benchmark straight away. I grew up in the era of sub-56k modems. Just searching Google for "56k modems" returns 5.1 MB of data with an ad-blocker on. Let's be realistic. |
|
Open the profiler and see how long it takes for your computer to parse and execute those 5 megs of JS. especially if its not crafted in the right way for V8 or whatever to ignore the contents.
Also all the garbage your code might run on first run to get started. "Garbage" here being used as neutrally as possible (I like Python and it has a similar "pay init costs up the wazoo for anything" feelings)