Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issue #1062

Closed
MangelMaxime opened this issue Jul 11, 2017 · 3 comments
Closed

Performance issue #1062

MangelMaxime opened this issue Jul 11, 2017 · 3 comments

Comments

@MangelMaxime
Copy link
Member

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 :)

@alfonsogarciacaro
Copy link
Member

alfonsogarciacaro commented Jul 12, 2017

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 😉

@MangelMaxime
Copy link
Member Author

MangelMaxime commented Jul 12, 2017

I confirm :)

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

@forki
Copy link
Collaborator

forki commented Jul 12, 2017

kbs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants