meteor-desktop icon indicating copy to clipboard operation
meteor-desktop copied to clipboard

Meteor Electron runs slower than Meteor app in Chrome Browser

Open sferoze opened this issue 7 years ago • 3 comments

I've noticed that the meteor electron mac app runs slower than the meteor app in mac chrome browser. Things like scrolling and css transitions run sluggishly but in the Chrome browser they run snappy.

Any reason for this? Does electron use an outdated version of chrome under the hood?

sferoze avatar Aug 19 '17 03:08 sferoze

We are experiencing the same thing.

@wojtkowiak any pointers to experiment with ways to improve the performance?

KoenLav avatar Oct 23 '17 20:10 KoenLav

Hey, are you still experiencing this? If so could you prepare a small repro I could work on?

wojtkowiak avatar May 08 '18 07:05 wojtkowiak

@wojtkowiak I think this is easily explained by the fact that Electron 1.7.9 uses Chrome 58/59 (with the old Crankshaft) as compared to 2.0 which uses Chrome 61 (and 66 to come) with the new TurboFan engine.

KoenLav avatar May 08 '18 07:05 KoenLav