edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Karl Dahlke <eklhad@comcast.net>
To: Edbrowse-dev@lists.the-brannons.com
Subject: [Edbrowse-dev] Short Timers
Date: Wed, 08 Apr 2015 09:19:51 -0400	[thread overview]
Message-ID: <20150308091951.eklhad@comcast.net> (raw)

If you call up www.eventbrite.com you'll notice 10 javascript timers
at the top of the page, all active in 4 milliseconds.
It occurs to me that if javascript is suppose to run in 4 ms,
it should probably just run.
Now if js is scheduled to run in 10 seconds, then it should wait on your command,
wait for you to read the page, because we read a new website slower than
our sighted friends, so long timers are under our control,
but perhaps any timer under one second, or whatever threshold we choose,
should just run.
Queue them up in order of time and run them.
Even if they do nothing other than visual effects,
at least those first ten annoying lines about js timers
would be off of the web page.
What do you think?

Karl Dahlke

             reply	other threads:[~2015-04-08 13:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08 13:19 Karl Dahlke [this message]
2015-04-10 11:28 ` Adam Thompson
2015-04-11  1:39   ` Chris Brannon
2015-04-11  3:48 Karl Dahlke
2015-04-11 14:11 ` Adam Thompson
2015-04-11 14:46   ` Chris Brannon
2015-04-11 15:18     ` Adam Thompson
2015-04-11 14:44 Karl Dahlke
2015-04-11 15:23 ` Adam Thompson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150308091951.eklhad@comcast.net \
    --to=eklhad@comcast.net \
    --cc=Edbrowse-dev@lists.the-brannons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).