[Github-comments] [geany/geany] Slow startup (#2649)

Thomas Wolf notifications at xxxxx
Mon Jan 18 15:27:52 UTC 2021


Because display and margin stuff was mentioned, I did more testing with the view options … with an interesting outcome, I think:

Usually, I have line endings turned off, everything else on.
- [x] Show markers margin
- [x] Show Line Numbers
- [x] Show spaces
- [ ] Show line endings
- [x] Show indentation guides
--> 15s
-----
- [ ] Show markers margin
- [x] Show Line Numbers
- [x] Show spaces
- [ ] Show line endings
- [x] Show indentation guides
--> 10s
-----
- [ ] Show markers margin
- [ ] Show Line Numbers
- [x] Show spaces
- [ ] Show line endings
- [x] Show indentation guides
--> 8s
-----
- [ ] Show markers margin
- [ ] Show Line Numbers
- [ ] Show spaces
- [ ] Show line endings
- [x] Show indentation guides
--> 8s
-----
- [ ] Show markers margin
- [ ] Show Line Numbers
- [ ] Show spaces
- [ ] Show line endings
- [ ] Show indentation guides
--> 8s
-----
Ok, everything off. Let's reverse some.
- [x] Show markers margin
- [ ] Show Line Numbers
- [ ] Show spaces
- [ ] Show line endings
- [ ] Show indentation guides
--> 12s
-----
- [x] Show markers margin
- [ ] Show Line Numbers
- [ ] Show spaces
- [x] Show line endings
- [ ] Show indentation guides
--> 12s
-----
- [x] Show markers margin
- [x] Show Line Numbers
- [ ] Show spaces
- [x] Show line endings
- [ ] Show indentation guides
--> 15s

All using version 1.37.0.
15 files loaded at once via project.
Stopwatch precision.

With 1.36: back to 2s, as described [before](#issuecomment-759335428), with all options turned on.

It looks like _markers margin_ (~4-5s) and _Line Numbers_ (2-3s) have an impact on the load times. The other view options don't have an impact; or at least not a measurable one with my test project size and stopwatch.

Does this tell you something?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2649#issuecomment-762319264
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210118/983c44e9/attachment-0001.htm>


More information about the Github-comments mailing list