Re: [Tacos-devel] Some optimizations

2006-02-26 Thread Felix Sun
Amazing, Thats really run faster. :)   btw, I am ok with japanese. ;)  On 2/23/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Ahhh... Music to my ears :) I'll have to try playing with it later today. On 2/23/06, Andreas Andreou <[EMAIL PROTECTED] > wrote: wow!!!never seen the tests run so fast as

Re: [Tacos-devel] Some optimizations

2006-02-23 Thread Jesse Kuhnert
Ahhh... Music to my ears :) I'll have to try playing with it later today. On 2/23/06, Andreas Andreou <[EMAIL PROTECTED] > wrote:wow!!!never seen the tests run so fast as they do now :)Andreas Andreou wrote: >???>no need to.>A simple>src.indexOf(url)>=0>instead of>src="">>does the trick>>>Andrea Ch

Re: [Tacos-devel] Some optimizations

2006-02-23 Thread Andreas Andreou
wow!!! never seen the tests run so fast as they do now :) Andreas Andreou wrote: >??? >no need to. >A simple >src.indexOf(url)>=0 >instead of >src==url >does the trick > > >Andrea Chiumenti wrote: > > > >>You could try to use hivemind to build an Hash that contains pair of >>[filename, checksum

Re: [Tacos-devel] Some optimizations

2006-02-21 Thread Jesse Kuhnert
That sounds great! :)The random string appending to the url was for IE. Ie won't request new data unless it thinks the url is new. If dojo has added something in to handle this natively that would be super. So, you seem to be kind of driving this next release more than anyone else. Let me know whe

Re: [Tacos-devel] Some optimizations

2006-02-21 Thread Andreas Andreou
??? no need to. A simple src.indexOf(url)>=0 instead of src==url does the trick Andrea Chiumenti wrote: > You could try to use hivemind to build an Hash that contains pair of > [filename, checksum] > > > On 2/21/06, *Andreas Andreou* <[EMAIL PROTECTED] > > wrote: > >

Re: [Tacos-devel] Some optimizations

2006-02-21 Thread Andrea Chiumenti
You could try to use hivemind to build an Hash that contains pair of [filename, checksum] On 2/21/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: ok, i found the cause for the first one...tacos.loadScriptFromUrl indeed has the logic to load only new js.It tries to see if that js is already in the pa

Re: [Tacos-devel] Some optimizations

2006-02-21 Thread Andreas Andreou
ok, i found the cause for the first one... tacos.loadScriptFromUrl indeed has the logic to load only new js. It tries to see if that js is already in the page. The problem is that the url to load is generaly /app?digest=61aeba85d9a46bbe9b8557c1464732a5&path=%2Fnet%2Fsf%2Ftacos%2Fajax%2Fcomponents%

[Tacos-devel] Some optimizations

2006-02-21 Thread Andreas Andreou
While hunting down some bugs, I came across these issues: - On every single ajax request we reload all tacos js files in the html. Why??? This has the side-effect that the tacos object gets re-initialized and loses its state. It makes difficult adding custom effects (they're lost after the