KentCompSoc / KentFlixClient

An open source elegant solution to watching Kent University lecture recordings - client side
MIT License
1 stars 0 forks source link

npm start now takes a ridiculous amount of time to execute #31

Closed ghost closed 5 years ago

ghost commented 5 years ago

Describe the bug Running npm start now takes a ridiculously long amount of time. Even on a system with a lot of cores and threads (specifically 8 cores and 16 threads),

To Reproduce Steps to reproduce the behavior:

  1. Run npm start in KentFlixClient folder after latest commit
  2. See npm start taking ages to execute

Expected behavior NPM start causing Kentflix to start almost instantly.

Screenshots image

Desktop (please complete the following information):

HenryBrown0 commented 5 years ago

@AluminiumTech which branch are you using?

ghost commented 5 years ago

@HenryBrown0 Master. This might be the first time I've tried running Kentflix on Windows. Running it on Linux Mint, it almost instantly loads compared to this.

HenryBrown0 commented 5 years ago

@AluminiumTech This is most likely a Windows vs Linux optimisation difference with Node.js. The master branch hasn't been changed since the last time you used it