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?