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" <user@struts.apache.org>
> 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 <context_root>\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]
>>
>>
>>     
>
> ---------------------------------------------------------------------
> 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]

Reply via email to