Re: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread matt.payne
You are paying the dojo penalty. Check out the "net" usage in firebug plugin for firefox. Your 30k request just became a 500k request by turning this on. I use ajax, but none of the built in functionality. jquery ftw Matt Neil Aggarwal wrote: > > Hello all: > > When I include this tag in

Re: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Musachy Barroso
> >> -Original Message- >> From: Musachy Barroso [mailto:musa...@gmail.com] >> Sent: Monday, January 12, 2009 9:18 AM >> To: Struts Users Mailing List >> Subject: Re: [S2] Using ajax head tag makes entire application slow >> >> It is loading a gazil

RE: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Neil Aggarwal
for details. > -Original Message- > From: Musachy Barroso [mailto:musa...@gmail.com] > Sent: Monday, January 12, 2009 9:18 AM > To: Struts Users Mailing List > Subject: Re: [S2] Using ajax head tag makes entire application slow > > It is loading a gazillion javascrip

Re: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Musachy Barroso
It is loading a gazillion javascript files, which should be cached, but still. If you only need a date picker, I would *strongly* advise you to pick a small library that already has one builtin. I use this one: http://docs.jquery.com/UI/Datepicker but there is a bunch of them. musachy On Mon, Ja

RE: [S2] Using ajax head tag makes entire application slow

2009-01-12 Thread Neil Aggarwal
Hello: I forgot to mention that I am using Struts 2.0.14 with the Tiles plugin on a CentOS 5 server. Any ideas why this is so slow? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for d