question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Too slow when output multiple lines

See original GitHub issue

When the shell outputs somthing with multiple lines, Tabby seems to show the output line by line rather than giving all lines instantly, even ls -l command could take secs to show hundreds of files.


PS: new version of 1.0.177 is involved with the problem, rollback to 1.0.176 solve the problem.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:11
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
W0n9commented, May 14, 2022

I faced the same problem and it severely affected the experience when using some CUI program such as htop.

1reaction
wudishengcommented, Jun 7, 2022

I encountered the same problem with .179 on Windows 11 x64, sometimes the symptom is much worse —

  • Tabby enters a status not responding to user inputs for the exact tab (while still printing lots of lines quickly overflow the scroll buffer); AND
  • Tabby starts to use a significant amount of CPU (on a very high-end PC); AND
  • Even if I repeatedly enter something like Ctrl-C immediately after entering the command that triggers a lot of output, it takes 10 seconds or 20 seconds or even longer to stop the output (especially when the output lines are colored).

I tried rolling back to .176 and it seems better (still in verification).

A typical command to trigger the issue fgrep . -Inr / --color.

I can grab and attach a performance trace later (after I have time to reinstall .179 debug it) if it sounds necessary to you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Jupyter notebook's response is slow when the codes ...
I have a question for the jupyter notebook. When I copied and pasted 663 lines of a python code to the jupyter notebook,...
Read more >
Console output overhead: why is writing to stdout so slow?
Generally, when we code through our projects, we need to output certain values in order to understand what the program is currently doing ......
Read more >
cut, sed, awk too slow to retrieve line - other options?
From my logs, I'm approximatilvely processing 20 lines per second, which means one loop takes ~0.050 sec (this includes the awk I'm running...
Read more >
No Time to Wait: How to Fix Slow Printing - Visual Edge IT
In turn, it causes slow printing for all the offices. This is because companies with multiple offices sometimes have a central print server...
Read more >
How to prevent slow-down when an inferior processes ...
When used as hook in comint-preoutput-filter-functions it will filter all ... the unshortened line, not all output), string detection is ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found