FROG
FROG copied to clipboard
Meteor initial build time is slow
Description of the bug
Currently, Meteor on my machine is taking a significant amount of time on first build, around ~5-7min.
Replication steps
- 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
Could you try replacing the server script in package-scripts.json
with cd frog && meteor
and update here for any improvements?