Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output is very slow #188

Closed
patricksnape opened this issue Apr 30, 2014 · 18 comments
Closed

Output is very slow #188

patricksnape opened this issue Apr 30, 2014 · 18 comments

Comments

@patricksnape
Copy link

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?

@Jackbennett
Copy link
Contributor

£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.

@patricksnape
Copy link
Author

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

@MartiUK
Copy link
Member

MartiUK commented Apr 30, 2014

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

@lennartjuette
Copy link

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?

@aruizca
Copy link

aruizca commented Feb 19, 2015

+1

@mmagnuski
Copy link

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

@Kyle-Falconer
Copy link

+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).

@ghost
Copy link

ghost commented Nov 27, 2015

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.

@igorng
Copy link

igorng commented Dec 11, 2015

+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!

@vrajanap
Copy link

+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.

@ayoubfaouzi
Copy link

The same here, just ls output is significantly slow !

@duckie
Copy link

duckie commented Jan 14, 2016

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

@MrWharfsnort
Copy link

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

@tribet84
Copy link

tribet84 commented Feb 2, 2016

+1

1 similar comment
@flyingduck92
Copy link

+1

@delscorcho
Copy link

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.

@gabrielbiga
Copy link

+1

@bederp
Copy link

bederp commented Jun 22, 2016

+1 the trick with get_git_dir fixed it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests