Fable: Performance issue

Created on 12 Jul 2017  ·  3Comments  ·  Source: fable-compiler/Fable

Description

When people use Fable.Elmish.Bulma, the file BulmaClasses take a lot of time to build.

@alfonsogarciacaro I created this issue to make us think of checking the situation. As this could lead to global perf improvements :)

Most helpful comment

Ok, I added some extra project files so Fable can be compiled for NET Framework (see #1064) and I can profile the app with Visual Studio. To my surprise these lines were taking most of CPU time 😮 A bit of refactoring and now Fable is even faster than using the cache :wink:

All 3 comments

Ok, I added some extra project files so Fable can be compiled for NET Framework (see #1064) and I can profile the app with Visual Studio. To my surprise these lines were taking most of CPU time 😮 A bit of refactoring and now Fable is even faster than using the cache :wink:

I confirm :)

  • Previous version without cache: 128sec
  • Previous version with cache: 28sec
  • Latest version (without cache): 14sec

kbs

Was this page helpful?
0 / 5 - 0 ratings

Related issues

et1975 picture et1975  ·  3Comments

nozzlegear picture nozzlegear  ·  3Comments

forki picture forki  ·  3Comments

MangelMaxime picture MangelMaxime  ·  3Comments

funlambda picture funlambda  ·  4Comments