FROG icon indicating copy to clipboard operation
FROG copied to clipboard

Meteor initial build time is slow

Open qgolsteyn opened this issue 5 years ago • 1 comments

Description of the bug

Currently, Meteor on my machine is taking a significant amount of time on first build, around ~5-7min.

Replication steps

  1. Run meteor in ~/frog after a clone of the repo

Expected behaviour

  • Build time for first build should be reduced to permit faster development.

Observed behaviour

I ran meteor using qualia:profile to determine potential source of slow-down. The generated files can be found below. These files can be analyzed in the Chrome profiler tool.

System specs

Microsoft Surface Pro 4 ProcessorIntel Core i5-6300U Graphics adapterIntel HD Graphics 520 Memory: 4096 MB, Dual-channel 1066 MHz

qgolsteyn avatar Jun 04 '19 09:06 qgolsteyn

Could you try replacing the server script in package-scripts.json with cd frog && meteor and update here for any improvements?

ajainuary avatar Jun 04 '19 13:06 ajainuary