Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTry to determine why startup time is so slow. #1410
Labels
Comments
|
only ONE require was called and it was for entry.js and took the entire duration... so that won't work. |
|
it looks like the newly imported module has an updated require for some reason... it should be globally patched but for some reason node is rrestoring it. |
|
didn't want to start an issue for this but is there a reason why when I display strace of Polar is sometimes using most of my cpu for no apparent reason I get this error no matter what I'm doing with polar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Our startup time is VERY slow for loading the electron app. It's about 4000ms on my machine..
Once Polar 2.0 is up it's SUPER fast.
IT might be that once we ditch bootstrap that this goes away so maybe we delay investigating this until this is resolved.
One idea could be to "monkey patch" the require method and add timing to it directly. this way we can see which scripts are taking the most time to load.