[jQuery] Re: why does load cost so much time?

2009-03-26 Thread Samuel
thanks, Leo. Actually I just tried closing firebug, which could be much faster, so I think it might be due to firebug itself raising the problem. 2009/3/26 Leonardo K > Maybe this question about performance should be ask in jQuery Dev Group. :D > > > On Thu, Mar 26, 2009 at 10:36, Samuel wrot

[jQuery] Re: why does load cost so much time?

2009-03-26 Thread Leonardo K
Maybe this question about performance should be ask in jQuery Dev Group. :D On Thu, Mar 26, 2009 at 10:36, Samuel wrote: > Hope get your helps. > > On Thu, Mar 26, 2009 at 1:14 AM, Samuel wrote: > >> supplement more information on the issue. >> >> $('.words') have html data, ie, this node is no

[jQuery] Re: why does load cost so much time?

2009-03-26 Thread Samuel
Hope get your helps. On Thu, Mar 26, 2009 at 1:14 AM, Samuel wrote: > supplement more information on the issue. > > $('.words') have html data, ie, this node is not empty, so it must cost > some time to remove the children. > > I made tens of tests, and the average of data() function time is aro

[jQuery] Re: why does load cost so much time?

2009-03-25 Thread Samuel
supplement more information on the issue. $('.words') have html data, ie, this node is not empty, so it must cost some time to remove the children. I made tens of tests, and the average of data() function time is around 500ms, which must be too high. It's possible for me to use a iframe to proce