Strange!

Ok. Could you comment out line 102 in dyndocument.js

var tags;
// create tags object   
if(ua.ie||ua.dom){
        tags={} 
        var dv,all=(ua.ie||ua.opera)?
document.all.tags('div'):document.getElementsByTagName('div');
        var i=0,l=all.length; // very important!
        while (i<l){
                dv=all[i];
                tags[dv.id]=dv;
                i++;
        }
}


and disable the TemplateDesigner stuff to try and
track it down to see what's causing the slow down? I
suspect it to be the lines (102-113) which is inside
dyndocuments.js

Another thing is could it be due to browser refresh?

PS. You're not comparing speed.dynlayer-basic.html
with speed.templatedesgner-basic.html are you? If so,
please note that speed.dynlayer-basic.html only create
200 layers.

Also when I boot Red hat linux 8.0 (using VPC) I got
the following:

Konqueror 3.0.3-13 

without TemplateDesigner: 500 @ 8129

with TemplateDesigner: 500 @ 7143

Strange! Well more testing needed in this area. I
don't want to have to say that dynapi works best on
Windows with IE. :) This would make linux look bad.


--
Raymond Irving 

--- Kevin <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I have posted figures showing a speed up using
> TemplateDesigner
> in IE6 on WIN2000. Though if I boot Linux on the
> same machine
> I get a slow down.
> 
> On Thursday, February 27, 2003 11:55 PM, Dan
> Willemsen wrote:
> 
> > Under RedHat Linux 8.0, AMD XP 2000 (1700mhz), 512
> meg ram:
> > (Reloading 5 times, and averaging times, to
> prevent background processes
> > from messing it up too much)
>  
> Under RedHat Linux 7.2, AMD 1.2GHz, 512MB.
> 
> >
>
http://www24.brinkster.com/dyntools/next/examples/speedtest.templatedesigner-basic.html
> > Mozilla 1.0.1: 949 milliseconds
> > Konqueror 3.0: 2345 milliseconds
> 
> Mozilla 1.0.1 basic 500 layers 896ms
>  
> > w/o Modification:
> > 
> > Mozilla 1.0.1: 479 milliseconds
> > Konqueror 3.0: 899 milliseconds
> 
> Mozilla 1.0.1 basic 500 layers 865ms
> 
> >
>
http://www24.brinkster.com/dyntools/next/examples/speedtest.templatedesigner-deep_nest.html
> > Mozilla 1.0.1: 562 milliseconds
> > Konqueror 3.0: Doesn't do anything, locks using
> 100% cpu power
> 
> Mozilla 1.0.1 deep-nest 100 layers 459ms
> 
> > w/o Modification:
> > 
> > Mozilla 1.0.1: 393 milliseconds
> > Konqueror 3.0: Same as modified code
> 
> Mozilla 1.0.1 deep-nest 100 layers 280ms
> 
> > Looks like a slowdown for me, at least on my
> machine
> 
> On Linux yes but Windows no - very strange!
> Kevin.
> 
> 
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
>
http://www.mail-archive.com/[EMAIL PROTECTED]/


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to