Do you suffer from keyboard latency in this forum?
古いコメントを表示
Creating answers and questions is very tedious on my computer: Each keystroke takes between 0.8 and 1.5 seconds to appear in the input mask. Even if I use an external editor the workflow is such horribly slow, that I cannot feel it "flowing" at all.
Of course I can type a message blindly, but this increases the number of typos even further. Then editing the message is a challenge: To delete 4 characters and insert 4 new ones, I have to wait 8 seconds plus 2 additional seconds to see, if really every keystroke was processed.
Using the mouse to set the cursor yields to further problems: keyboard events and mouse events are collected in different queues.
[Key1], [move cursor by mouse click], [Key2]
results in:
[Key1], [Key2], [move cursor by mouse click]
Of course using automatic key repetition is absolutely impossible under these circumstances such that I get the ancient type-writer feeling.
I admit that I'm using an older computer for the internet access and have a 36Mbps connection only. But the only limitations I get are:
- no files access for >500MB
- no HD-movies
- no Areo-look (transparent windows)
- no bearable editing in MATLAB Answers
Am I the only one with such problems?
PS. Creating this message took 32 minutes.
採用された回答
その他の回答 (18 件)
Aurelien Queffurust
2011 年 4 月 15 日
3 投票
I have no issue.
PS. Creating this message took 1 second. :)
Clemens
2011 年 4 月 15 日
1 投票
Such a behaviour I experience only when working through remote desktop.
What browser are you using?
On a related matter - I immediately install NoScript and Flashblock in my browser. Using these even my old eee offers nice speed.
But I'll give this site a try on it at weekend.
Sean de Wolski
2011 年 4 月 15 日
1 投票
No issues, Jan. Mac OSX running Firefox in USA (though some argue that we're actually part of Canada ;-) ).
2 件のコメント
Jan
2011 年 4 月 15 日
Walter Roberson
2011 年 4 月 15 日
I do get latency, but not nearly as much as Jan. The latency varies some with time of day, but often seems random.
Matt Fig
2011 年 4 月 15 日
1 投票
I do have such issues, but very inconsistently. Over the last few days it has been driving me nuts. For a few weeks before that there was no problem. Yesterday it took 10 minutes to write a single sentence, that is for it to show up. I typed blindly then went and got some coffee and came back to the last word showing up.
Today it is better, no delay at all. I wish I could find the pattern!
I am using the latest Firefox and 1 Mbps connection. 36 Mbps is a way fast connection, Jan - at least in the rural areas of Idaho, USA. In fact, when I was on campus at MSU a few years back they had the fastest internet connection in the state: 20 Mbps. I could watch HD all day long on that connection with no problem....
2 件のコメント
Jan
2011 年 4 月 15 日
Matt Tearle
2011 年 4 月 15 日
Inconclusive answer from me: no lag at work, but lag at home. BUT work = TMW, so you'd kinda hope there was no lag there :). And home usually means I'm on my iPad far from the wireless router. So I wouldn't read much into that.
Andrew Newell
2011 年 4 月 15 日
1 投票
I don't experience any latency. My download speed is 10Mbps and my upload is 500kbps - isn't the latter more relevant for keyboard latency? Like Sean de, I run Firefox on MacOSX in the U.S. (all latest versions).
Jan, if 36Mbps is a slow speed where you are, what is a fast speed?
6 件のコメント
Jan
2011 年 4 月 15 日
Andrew Newell
2011 年 4 月 15 日
In your position, I would compose my message in an editor first and then cut and paste.
Walter Roberson
2011 年 4 月 15 日
My download at home (where I was when I answered earlier) is 15 Mbps.
Jan, what do your ping times to the server show? I'm wondering if your MTU might be slightly too long for your connection and your packets are being fragmented or even dropped ?
Jan
2011 年 4 月 15 日
Walter Roberson
2011 年 4 月 15 日
It appears that I am averaging 27-32 ms from home.
Note that www.mathworks.com is not one single server. It resolves to www.mathworks.com.edgekey.net which resolves to e218.b.akamaiedge.net . From work that resolves to 96.6.160.244 and from home that resolves to 184.29.208.244 . Akamai specializes in distributed web service; it is possible that you are getting forwarded to one with bad performance.
Jan
2011 年 4 月 19 日
Jennifer
2011 年 4 月 19 日
1 投票
I too get this issue but only occasionally - no idea why this is sometimes the case and other times it is relatively easy. Could it be just down to the number of users accessing the site?
Oleg Komarov
2011 年 4 月 25 日
1 投票
Got latency problems on 26th of April for writing a longer-than-usual post, but really not severe as Jan's.
1 件のコメント
Matt Fig
2011 年 4 月 26 日
I too got latency problems today. It was horrible! It was as slow as it has ever been.
Paulo Silva
2011 年 4 月 26 日
1 投票
I notice no latency besides the one in my brain lol , the time it takes me to remember something is far greater than any possible latency :)
Jan
2011 年 5 月 11 日
1 投票
2 件のコメント
Andrew Newell
2011 年 5 月 11 日
That's a big loss to this forum. I hope they solve it soon!
Jan
2011 年 5 月 12 日
Andrew Newell
2011 年 5 月 11 日
1 投票
Here is an approach that I hope will make life easier for people with keyboard latency that is not too extreme. I used it to write this question.
- Write your answer in the MATLAB editor. Comments have '% ' infront of them; code gets the two indent spaces. You can test youranswer as you compose it.
- When you are ready to submit your answer,just do a global replace of '% ' by a blank, and you're in business! (Unless, of course, you happened to insert '% ' in the answer itself.)
- If you want to include the output to your commands, cut and paste it into the MATLAB editor.
Even without any keyboard latency, I prefer doing it this way for all but the shortest comments.
4 件のコメント
Walter Roberson
2011 年 5 月 11 日
Even copy and paste can take a really silly amount of time sometimes, Andrew. I've seen it myself.
Andrew Newell
2011 年 5 月 11 日
I'm not saying it's a good situation, but at least it doesn't interfere with your thought process while composing the message.
Walter Roberson
2011 年 5 月 11 日
When it takes tens of minutes just to wait for the preview to catch up so that you can save the message, then that is a major impediment to participation.
Andrew Newell
2011 年 5 月 11 日
All right, all right! I deleted the first line from my answer. I still hope that my algorithm for composing answers makes someone's life easier.
cr
2011 年 8 月 11 日
1 投票
I dont post too often, but I tried this out of curiosity. No issues. On Safari, running OSX.
Daniel Shub
2012 年 5 月 18 日
1 投票
At times yes.
64-bit Linux and Firefox 32-bit Windows and Explorer
Walter Roberson
2012 年 6 月 22 日
1 投票
Recently, for a month or so, it was taking me 24 seconds to fully load an Answers page in a new tab, when accessing via a 3 Gb/s connection. It also was not uncommon for me to get about 5 lines ahead in my typing, waiting for the preview to catch up. This was, it might be imagined, rather frustrating.
The 24 second load time turned out to be a problem in my graphics driver (!!)
The very long latencies for preview to catch up were somehow related to that, but only as a matter of degree: those same days, at home, I was often getting 2 or more lines ahead in plain typing.
4 件のコメント
Jan
2012 年 6 月 23 日
Image Analyst
2012 年 6 月 23 日
Is it that way for you on all computers you try (presumably with different graphics cards), or just your main one? (Although I know if you tried it on any of mine, there would be no lag).
Walter Roberson
2012 年 6 月 23 日
One of the more frustrating parts waiting for typing to catch up is that for whatever reason it is not possible to switch tabs and read or type something else while it is processing. The very long times to load answers, at least I could switch tabs and read something I had started a load of at an earlier point.
Especially at home, it is not uncommon for me (i.e., several times per day) to get inexplicable delays in rendering the Answers pages at all (especially the main page) if the tab name doesn't paint within about 10 seconds then the page might take more than half an hour to load (before I give up and kill the attempt.) It is not consistent: if I middle-click several Questions (Load In New Tab), some of them might load in a small number of seconds and others might go into indefinite time.
I did encounter something identifiable today: Questions mostly painting but the Answer portion of them not, but if left for sufficiently long they would resolve. I realized that the default avatar was failing to load (the gray outline of a head.) I had that happen once before and at the time tracked it down to the fact that browser plug-in update had automatically self-installed but was waiting for a restart to finish installing. So when I noticed the picture problem today I re-started my browser, and that did seem to help (even though no browser update was waiting this time.)
So that's a number of different latency issues, some more tractable than others. But in the meantime if we could just get a method to Turn Off The Preview, that would help a lot!!
IA: the 24 second issue was my (older Dell, NVidia, Unbutu, very high speed internet) desktop at work. The graphics driver mismatch on that one was a mix of my fault and a kernel problem. The lesser problem of 2-lines ahead in typing was at home (older Mac with OS-X, basic cable modem). Work vs home resolve www.mathworks.com to different akamaiedge.net servers because work's internet cross-connection is in a different city.
Walter Roberson
2012 年 6 月 23 日
I was getting nasty problems with pages not responding just a moment ago. I switch from Firefox to Safari and matters got much much better. Not completely perfect, but a huge difference.
I had restarted Firefox (and even my computer) along the way, but that did not help.
It is possible that one of my browser add-ons was causing problems (but only on this site??). I have not experimented with enabling them selectively.
Image Analyst
2012 年 5 月 18 日
0 投票
I have never noticed any latency issue at all. I use Firefox and Windows 7.
2 件のコメント
Image Analyst
2017 年 11 月 11 日
Now I am. Both on my home computer and work computer. And not just in Answers but in any page where there is an edit field that you type in. There was a java update a few days ago right around when this started. I wonder if it's related. Very annoying. Now there is like a 2 - 10 second lag from typing to seeing the letters. And persists after rebooting and on multiple computers and multiple web sites.
Jan
2012 年 6 月 11 日
0 投票
2 件のコメント
Greg Heath
2012 年 6 月 13 日
In addition to the latency, several times I have lost large unfinished posts by accidentally hitting a wrong key. For both reasons I have resorted to cutting and pasting from the MATLAB editor some time ago.
Jan
2012 年 6 月 13 日
カテゴリ
ヘルプ センター および File Exchange で Performance and Memory についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!