After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 164586 - Terminal is very slow (not vte problem)
Terminal is very slow (not vte problem)
Status: RESOLVED INVALID
Product: gnome-terminal
Classification: Core
Component: general
2.9.x
Other All
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-19 13:37 UTC by kaliber
Modified: 2005-03-21 06:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description kaliber 2005-01-19 13:37:04 UTC
Please describe the problem:
But is not duplicate bug 122871! Why? Please see Terminal:
http://www.os-cillation.com/article.php?sid=40

Command: time cat /usr/share/doc/cups/*

gnome-terminal (2.9.2):

real    0m16.682s
user    0m0.005s
sys     0m0.086s

Terminal (0.2.2):
real    0m6.164s
user    0m0.003s
sys     0m0.119s

Both programs uses VTE 0.11.11!!


Steps to reproduce:
Always.

Actual results:
Very slow displaying.

Expected results:
Works 3 times faster (2x faster is quite acceptable).

Does this happen every time?
Yes.

Other information:
Comment 1 Olav Vitters 2005-03-06 11:27:13 UTC
Does Terminal support/use URL highlighting? Gnome-terminal uses a few some
regexps to highlight URLs and email addresses. This slows things down.
Comment 2 kaliber 2005-03-06 14:19:14 UTC
Terminal doesn't use highlighting but I disabled hishlighting in gnome-terminal
(removed body of function terminal_widget_match_add) and I have now on vte
0.11.12 results:

gnome-terminal:
real    0m10.628s
user    0m0.004s
sys     0m0.156s

Terminal:
real    0m3.676s
user    0m0.004s
sys     0m0.156s


Comment 3 kaliber 2005-03-21 06:34:15 UTC
The problem exists only in my linux installation (on my account in the system).
Please close the bug with INVALID resolution.