actualy ff is sluggish also,
I way annoyed with it some time ago until FF3
ff3 is blazing fast with js.. but this no excuse to ignore this.

ff2 was quick to render a page, but a second or two after loading
page, it would freeze for a bit.

to observe this, put a simple list with cdss rollover on the page,
load the page and move mouse over the list.. at some point
rollover effect will stop working for a short period.

this all du to using full js framework like scriptaculous, prototype and etc
prototype.js is about 150 k, and even when loaded from cache or gzipped,
the browser still has to evaluate 150 k of js code, which is plenty.

full js frameworks like dojo for example are great for apps that are on a
single page,
but for a app that goes from page to page, this becomes a problem.

I've made a prototype.js replacement that is stripped to minimum, and page
works well.

I've wanted to contribute this to project, but pretty busy in last two
months.


Davor Hrg



On Sat, Jun 14, 2008 at 1:36 PM, <[EMAIL PROTECTED]> wrote:

> also, firebug really slows ff down.
>
> On 6/14/08, maxthesecond <[EMAIL PROTECTED]> wrote:
> >
> > As my T5 application was evolving, I've noticed an important slow down in
> > performance, but as you don't have time for everything I tributed to de
> > debug mode or whatever...but few pages latter I begin to be very worried,
> > looking at the console output the Request time kept ridiculously short,
> but
> > from the browser side the application was horrible slugish.
> >
> > I usually work with firefox 2.0.0.14, I give a try to IE7, and to my
> > surprise it performed much better, finally I set off the JavaScript in
> > firefox and now it runs as I expect to do.
> >
> > I would like to know if the rest of the world has noticed such a
> behaviour
> > or I'm just fooled.
> >
> > Another point to remarq is that after switching off JS the memory usage
> has
> > drop dramatically.
> >
> > (Running Windows Xp)
> >
> > Thanks
> > --
> > View this message in context:
> > http://www.nabble.com/T5-firefox-IE7-tp17837412p17837412.html
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to