Re: Poor Performance & Hangs in IE

2007-12-18 Thread Andrea Rizzini
Thank you too, without your help i could have been debugging the
applications for weeks.

Very Appreciated...

Andrea

Dave Mills wrote:
> I really appreciate the feedback from everyone that responded, you
> really helped get me looking in the right direction. Our problem is
> pretty much solved at this point, and it looks like it was essentially
> not having a "favicon.ico" file (used as the little icon for
> bookmarks/favorites). 
>
> I ended up using Grinder to watch the internals as the page loads, and
> there were thousands of failed requests for that file. A little further
> research into our Access Logs saw that our server was getting hammered
> for requests for this file; something on the order of 10+ per second
> from multiple IP addresses all day long.
>
> Firefox seemed to just ignore it, but IE got hung up trying to retrieve
> it. This might be related to a connection limit in IE that I found
> documented at (http://support.microsoft.com/kb/q183110/). Before
> correcting the issue by adding the favicon.ico file I was able to get IE
> to load by following the fix in that KB article, but the performance was
> still poor.
>
> Anyway, sorry to be long-winded, but thanks again for all your help.
>
> -dave
>
>
> -Original Message-
> From: Martin Gainty [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 14, 2007 11:22 AM
> To: Struts Users Mailing List
> Subject: Re: Poor Performance & Hangs in IE
>
> took a look at enabling 'cache' and 'compression' capabilities in IE
> http://msdn2.microsoft.com/en-us/library/bb250442.aspx
>
> HTH
> M--
> - Original Message - 
> From: "Andrea Rizzini" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" 
> Sent: Friday, December 14, 2007 11:59 AM
> Subject: Re: Poor Performance & Hangs in IE
>
>
>   
>> Any development on the strange behaviour that forms hangs for about
>> 
> 5-6
>   
>> minutes when loading data from the database?
>> I have a similar problem on an application. On the tsting environment
>> ie7 and firefox works perfectly on ie6 xpsp2 forms hangs for several
>> minutes before completry displaying all the dojo components.
>>
>> Thank you for your help
>>
>> Andrea
>>
>> Dave Mills wrote:
>> 
>>> I just recently tried extracting the contents of
>>> org\apache\struts2\static into \struts, though I also
>>> tried to eliminate as much of the dojo/ajax content in my app as
>>> possible. The whole app is pretty simple, mostly just displaying
>>> read-only data to users.
>>>
>>> The thing that I'm most confused/concerned about is the "broken"
>>> functionality in IE vs FireFox. For example, "Account Summary" is
>>> nothing more than getting a result set from a database, and
>>>   
> displaying
>   
>>> it. There are literally no forms/widgets on the page at all. In
>>>   
> FireFox
>   
>>> this page loads in a couple of seconds. In IE7, the screen
>>>   
> disappears
>   
>>> and then sits there loading/spinning for literally 5 minutes before
>>> either loading or getting a time out.
>>>
>>>
>>>
>>>
>>> -Original Message-
>>> From: Mike Jennings [mailto:[EMAIL PROTECTED] 
>>> Sent: Monday, December 10, 2007 3:04 PM
>>> To: Struts Users Mailing List
>>> Subject: Re: Poor Performance & Hangs in IE
>>>
>>> If you are using the static functions like dojo, then extract it
>>>   
> into 
>   
>>> your public html directory so that they are not loaded from the jar.
>>>   
>
>   
>>> Then turn off loading the resources static.
>>>
>>>
>>>
>>> Dave Mills wrote:
>>>   
>>>   
>>>> I've got a Struts 2.0.11 app running on Sun Web Server 7.1, which I
>>>> recently re-wrote from an entirely Servlet/XSLT app. In pre-release
>>>> testing everything seemed to be working well in terms of
>>>> 
> performance
>   
>>>> 
>>>> 
>>> and
>>>   
>>>   
>>>> functionality. 
>>>>
>>>> However, when the app was moved into production (which is SSL) the
>>>> performance has been horrible. In FireFox things generally work,
>>>> 
> even
>   
>>>> 
>>>> 
>>> if
>>>   
>>>   
>>>

Re: Poor Performance & Hangs in IE

2007-12-14 Thread Andrea Rizzini
Any development on the strange behaviour that forms hangs for about 5-6
minutes when loading data from the database?
I have a similar problem on an application. On the tsting environment
ie7 and firefox works perfectly on ie6 xpsp2 forms hangs for several
minutes before completry displaying all the dojo components.

Thank you for your help

Andrea

Dave Mills wrote:
> I just recently tried extracting the contents of
> org\apache\struts2\static into \struts, though I also
> tried to eliminate as much of the dojo/ajax content in my app as
> possible. The whole app is pretty simple, mostly just displaying
> read-only data to users.
>
> The thing that I'm most confused/concerned about is the "broken"
> functionality in IE vs FireFox. For example, "Account Summary" is
> nothing more than getting a result set from a database, and displaying
> it. There are literally no forms/widgets on the page at all. In FireFox
> this page loads in a couple of seconds. In IE7, the screen disappears
> and then sits there loading/spinning for literally 5 minutes before
> either loading or getting a time out.
>
>
>
>
> -Original Message-
> From: Mike Jennings [mailto:[EMAIL PROTECTED] 
> Sent: Monday, December 10, 2007 3:04 PM
> To: Struts Users Mailing List
> Subject: Re: Poor Performance & Hangs in IE
>
> If you are using the static functions like dojo, then extract it into 
> your public html directory so that they are not loaded from the jar. 
> Then turn off loading the resources static.
>
>
>
> Dave Mills wrote:
>   
>> I've got a Struts 2.0.11 app running on Sun Web Server 7.1, which I
>> recently re-wrote from an entirely Servlet/XSLT app. In pre-release
>> testing everything seemed to be working well in terms of performance
>> 
> and
>   
>> functionality. 
>>
>> However, when the app was moved into production (which is SSL) the
>> performance has been horrible. In FireFox things generally work, even
>> 
> if
>   
>> they're a little slow, but in IE many pages hang for 5+ minutes. 
>>
>> I removed all of the Dojo stuff, and that helped a little. I also
>> 
> tried
>   
>> going through the performance tuning stuff, but I'm unsure how to
>> 
> track
>   
>> down some of these issues.
>>
>> I don't know if this is even likely to be Struts-related, but any help
>> would be great!
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>> 
>> Spam/Virus scanning by CanIt Pro
>>
>> For more information see
>> http://www.kgbinternet.com/SpamFilter.htm
>>
>> To control your spam filter, log in at
>> http://filter.kgbinternet.com
>> 
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Poor Performance & Hangs in IE

2007-12-11 Thread Andrea Rizzini
I have a very similar issue where forms partially load an the
application hangs...

I'm still inverstigating.. i'll let you know if i come up with something
interesting

Andrea

Dave Mills wrote:
> I've got a Struts 2.0.11 app running on Sun Web Server 7.1, which I
> recently re-wrote from an entirely Servlet/XSLT app. In pre-release
> testing everything seemed to be working well in terms of performance and
> functionality. 
>
> However, when the app was moved into production (which is SSL) the
> performance has been horrible. In FireFox things generally work, even if
> they're a little slow, but in IE many pages hang for 5+ minutes. 
>
> I removed all of the Dojo stuff, and that helped a little. I also tried
> going through the performance tuning stuff, but I'm unsure how to track
> down some of these issues.
>
> I don't know if this is even likely to be Struts-related, but any help
> would be great!
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 2.x GA estimate

2007-11-30 Thread Andrea Rizzini
Not that i know, but if you check In JIRA the 2.1 version has less that
20 bus report still open.


Marcos Mendonça wrote:
> Hello all
>
> Is there an ETA for the release of a 2.1 GA version?
>
> Thanks.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]