users@woodstock.java.net

RE: RE: Page Rendering Slow on IE 6/7

From: Vijaya Bhaskar Tsaliki <vijayabhaskar.t_at_sonata-software.com>
Date: Thu, 7 Aug 2008 19:08:02 +0530

It is not only with the Calendars. It is slow when compared to Firefox.

 

In my screen I have around 10 listboxes and 2 calendars. Even If I
remove all calendar components, IE is taking 10secs more than Firefox.

 

It has nothing to do at server end. I am helpless.... Any workarounds?

 

Regards,

Vijay

 

________________________________

From: Alex Sherwin [mailto:alex.sherwin_at_acadiasoft.com]
Sent: Thursday, August 07, 2008 6:52 PM
To: users_at_woodstock.dev.java.net
Subject: RE: Page Rendering Slow on IE 6/7

 

Performance of calendars is so slow in IE6 (IE7 is fine), that I can't
use more then one on a page.

 

 

Alex Sherwin

alex.sherwin_at_acadiasoft.com

 

From: Vijaya Bhaskar Tsaliki
[mailto:vijayabhaskar.t_at_sonata-software.com]
Sent: Thursday, August 07, 2008 6:48 AM
To: users_at_woodstock.dev.java.net
Cc: M.R. Venkatesh Babu
Subject: RE: Page Rendering Slow on IE 6/7

 

Hi, Thanks for the response.

 

It is not only the problem with Calendar. It is the problem with lists
as well. Unfortunately I have list boxes. Not dropdowns... I needed show
the data on page launch.

 

Other interesting problem is, even with AJAX lazy loading, it is taking
a while to refresh a particular list with 500 items in it.

 

Component refresh is also a problem with IE. Am I missing something?

 

Regards,

Vijay

 

 

________________________________

From: M.R. Venkatesh Babu [mailto:venkateshbabu.mr_at_gmail.com]
Sent: Thursday, August 07, 2008 3:59 PM
To: users_at_woodstock.dev.java.net; Vijaya Bhaskar Tsaliki
Subject: Re: Page Rendering Slow on IE 6/7

 

 I am not sure whether the calendar or the drop down that is causing the
problem. There is a known issue with the calendar on IE. Try seeing if
removing the calendar from the page makes the situation any better. If
not, try populating contents in the drop down lazily.. something like
whenever the drop down receives focus, then try sending an ajax request
and fetch data for the particular drop down and see whether that solves
the problem.

-Venky

On Thu, Aug 7, 2008 at 3:49 PM, Vijaya Bhaskar Tsaliki
<vijayabhaskar.t_at_sonata-software.com> wrote:

Hi Guys,

I am facing a problem on page rendering on Internet Explorer - hangs for
10 to 15 seconds. I do not have any problem in Firefox.

My JSF page has two calendar components and 10 list boxes with 500 items
in each listbox.

Has anyone faced this problem. Is there any WORKAROUND for it. My client
really needs it on IE.

I am using Netbeans 6.1 with Jboss 4.3

Regards,
Vijay

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
For additional commands, e-mail: users-help_at_woodstock.dev.java.net