lime icon indicating copy to clipboard operation
lime copied to clipboard

Lime taking an absurd amount of time to build

Open rafaelferreiraql opened this issue 4 years ago • 1 comments

(Note: I'm using Windows 8)

I'm on HaxeFlixel but I'm assuming the problem is with Lime. Lime is taking over a full minute to build a very basic "Hello World" application on HTML5 (haven't tried other build targets). I've been suggested on the discord that it's just my computer, but I've used other build systems like this one and it didn't take such a ridiculous amount of time to build. Lime bindings on VSCode also take a similarly long time to activate.

NOTE: I admittedly use an underpowered laptop, 4 gigs RAM and an i3. Still, it should not be an "one minute to build the most basic project" rig.

rafaelferreiraql avatar Dec 24 '20 16:12 rafaelferreiraql

Can you try lime test html5 -clean -verbose and see if it helps indicate where the time is spent?

The time should be shorter the second time you build as some things are cached

jgranick avatar Jan 02 '21 20:01 jgranick