Cmder: Output is very slow

Created on 30 Apr 2014  ยท  18Comments  ยท  Source: cmderdev/cmder

Couldn't find an appropriate issue for this, but output in cmder seems to be very slow. This is particularly evident when there is a lot of output produced. For example, if I'm using Python and I run a large suite of tests, a lot of output is printed. If I run this in Powershell, it flies through the output and is finished in a couple of seconds. In cmder, however, it takes many seconds and although I can tell the tests are finished, it just seems to be taking a long time to clear the output.

Any clues as to what settings might effect this/if this seems to be a bug?

โŒ Outdated Installation

Most helpful comment

+1 Same here. On Windows 10 Pro 64bits.

All 18 comments

ยฃ10 says it's clink. What if you run you python from a cmd.exe instance inside cmder.

So Cmder>cmd.exe*>python ...

*At this point the lambda should go missing and {{lamb}} should be shown. I think this mean clink isn't loaded in this process.

The output is still incredibly slow after I tried what you suggested :confused:

@patricksnape What happenes when you run the tasks through a standard cmd.exe? or even running powershell in cmder?

Any news on this? I seem to have the same problems.

I have an application server throwing exceptions at me. In cmd.exe the text is barely readable. In cmder>cmd.exe i can almost trace the steps and read the causes.

Anythin i can contribute to find the problem?

+1

I have the same problem - all commands are significantly slower than normal cmd (sometimes take a few seconds). :cry:

+1 the output is noticeably slow, even from a fresh download and just running the ls or ls -lh commands straight out of the box. Native commands seem to be reasonably fast (compare dir with ls).

I can verify this as well. I have downloaded cmder yesterday and ls is noticeably slower than when I execute it from cmd. Also, native commands like dir run much faster than say ls.

+1. I noticed that after re-installing cmder, everything went back to the normal, but after a few days of use it becomes slow again!

+1. Right after starting cmder with a fresh install, running "ls" took around 10-14 seconds. dir in the same console took less than few milliseconds.

The same here, just ls output is significantly slow !

+1 Same here. On Windows 10 Pro 64bits.

I seem to be having the same problem, but only when working within a git repo

+1

+1

I followed the advice on another thread and changed cmder.lua to return false in get_git_dir.

local function get_git_dir(path)
return false
--return get_dir_contains(path, '.git')
end

Native commands are still far faster (dir vs. ls), but at least it isn't slow just to type characters in cmder.

+1

+1 the trick with get_git_dir fixed it for me.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

isnullxbh picture isnullxbh  ยท  3Comments

justinmchase picture justinmchase  ยท  3Comments

hyrious picture hyrious  ยท  3Comments

jenisys picture jenisys  ยท  3Comments

emesx picture emesx  ยท  3Comments