question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unexpectedly long start-up time

See original GitHub issue

This plugin is great, thanks a lot.

There is this one problem though: It takes about 5 Minutes on a decent workstation to load our project.

We have around 200 modules and 30000 lines of code.

In the event-log we see that the many modules are being loaded several times (one module 14 times for example).

It seems that it is :browse!-ed every time it is imported.

$ grep 'browse' startup.1.log | grep B9Lib.Util
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 5 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 6 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 5 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 6 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 5 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 5 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 6 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 8 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 8 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 5 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 6 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 5 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 6 ms
4:39 PM	[project-stack-repl-vm-deployment:lib] Command :browse! B9Lib.Util took + 5 ms

Is this a bug, or a configuration problem on my behalf, or just wrong expectations?

I am surprised, that the same modules are loaded so many times.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
sheyllcommented, Mar 22, 2019

@rikvdkleij I finally came around to trying the new Version and I can confirm the stark improvements over the previous version. Wow, thanks so much!

1reaction
rikvdkleijcommented, Mar 21, 2019

Is it improved in beta45?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Suddenly experiencing slow boot times Solved - Page 2
Consider what you've installed or updated in the period around which your boot time increased. Typically this is driver related, ...
Read more >
8 Ways to Fix Slow Boot Times in Windows 10 - MakeUseOf
8 Ways to Fix Slow Boot Times in Windows 10 · 1. Disable Fast Startup · 2. Adjust Paging File Settings · 3....
Read more >
How To Fix Slow Boot Time Issues On Windows
Faulty Drivers : A bad or corrupt driver can increase boot time by creating a hang point while it attempts to start successfully....
Read more >
Boot Time very slow on Windows 10 - Microsoft Community
Hello, I noticed yesterday that my boot time (both on restarts and fresh boots) had suddenly gotten a lot slower on my Dell...
Read more >
How to Fix Slow Boot Times in Windows | Latest Tricks 2021
Is your PC running slow ? Check out our latest tips and tricks on how to make your Windows 10 PC boot faster!Windows...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found