Sébastien Vauban <wxhgmqzgw...@spammotel.com> writes: > I've real performance problems for opening some Org files. Just some, > hopefully. I don't remember having those problems when I was on Ubuntu, and I > must already have opened it, back then, but... Anyway, I'm now (forced) on > Windows, and I have the problem.
I don't think org itself is to blame, but I can think of two things that may produce such a performance hit: 1) If the file is under version control, specifically git, the file stat operations take very long on Windows since Windows' idea of file state needs to be translated to POSIX semantics. Not only that, they take very long each time you open or save that file since they aren't cacheable (TortoiseGit tries to do it anyway, but that cache daemon likes to crash very frequently). MSysGit is faster than Cygwin, but still much slower than anything you know from Linux. 2) Another thing I've hit on in the past is not really Windows specific: if your document uses characters that your standard font does not encode, a search for a replacement font with that character is started the first time each of those characters is found. Depending on how many fonts are installed and what the search order is, this can take a very long time. However, the second and following times of opening that document in the same session is then much faster. HTH, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode