|
Posted by Randy Webb on 11/28/07 08:56
Mika said the following on 11/26/2007 4:48 PM:
> "Mika" <anon@anon.com> wrote in message
> news:d2S1j.52361$c_1.21339@text.news.blueyonder.co.uk...
>> Hi all, if you could kindly test this W3C validated page specifically in
>> Firefox only and advise if you see the streetscape appear. (Designed for
>> broadband):
>>
>> http://tinyurl.com/35mwxr
>>
>> Thanks,
>> Mika
>
> We have done some tweaks to the site and would like to know if it is any
> faster for those of you who found it slow across international servers.
>
> http://tinyurl.com/35mwxr
>
> Thanks in advance for any constructive answers to this specific question -
> that is all that is needed, thanks.
After 60 seconds on an 8mb Cable line, and being asked twice if I wanted
to cancel the script, I canceled it. The sound on there is annoying though.
What you might want to do, for testing, is to make a "dummy" copy of it
and add a timer to the page to tell any potential user/tester how long
it took to load the page.
Set a variable to a new Date() at the very beginning of the page, then
after the last script has executed, and the page is "ready", take a
second new Date() and compare them. Then insert it in the page to tell
the user "This page took: ### time to download and be ready". It would
keep people from having to guess at how long it took because they aren't
sure it is finished loading yet.
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
[Back to original message]
|