Re: Performance Differences IE 8 Vs FF 3.x

2011-06-03 Thread mdwarne
I have also had issues with IE slowness.

IE does not perform well when displaying of large sets of data.
I had to recommend my client use FF or Chrome.
Mike

On Jun 2, 3:12 pm, Mittal  wrote:
> Screen also has real estate issue - I dont think I can use CellList
> but its good suggestion John ! I was thinking -- instead of fetching
> all the data and setting into suggestion box (oracle etc..)  - fetch
> the data by making RPC calls when user enters few characters of data
> and set it into suggestion box but it could make application chatty !
>
> Mittal
>
> On Jun 2, 9:00 am, John LaBanca  wrote:
>
>
>
> > Are you are putting 4,000 items in a ListBox?  Thats a lot of data to show
> > on the client.  Even scrolling becomes difficult at that point.
>
> > Alternatively, can you use a CellList with paging to break up the items into
> > smaller chunks?
>
> > Thanks,
> > John LaBanca
> > jlaba...@google.com
>
> > On Thu, Jun 2, 2011 at 6:44 AM, Mittal  wrote:
> > > Thomas - is it due rendering engine of IE 8 versus that of FF or
> > > Chrome - which shows such difference in terms of response time ?
>
> > > Mittal
>
> > > On Jun 2, 6:04 am, Thomas Broyer  wrote:
> > > > With such numbers ("1 list box has 4000 elements and one suggestion box
> > > has
> > > > 7000 elements"), the culprit is undoubtedly IE, and you can't do 
> > > > anything
> > > > about it.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Performance Differences IE 8 Vs FF 3.x

2011-06-02 Thread Mittal
Screen also has real estate issue - I dont think I can use CellList
but its good suggestion John ! I was thinking -- instead of fetching
all the data and setting into suggestion box (oracle etc..)  - fetch
the data by making RPC calls when user enters few characters of data
and set it into suggestion box but it could make application chatty !

Mittal


On Jun 2, 9:00 am, John LaBanca  wrote:
> Are you are putting 4,000 items in a ListBox?  Thats a lot of data to show
> on the client.  Even scrolling becomes difficult at that point.
>
> Alternatively, can you use a CellList with paging to break up the items into
> smaller chunks?
>
> Thanks,
> John LaBanca
> jlaba...@google.com
>
>
>
>
>
>
>
> On Thu, Jun 2, 2011 at 6:44 AM, Mittal  wrote:
> > Thomas - is it due rendering engine of IE 8 versus that of FF or
> > Chrome - which shows such difference in terms of response time ?
>
> > Mittal
>
> > On Jun 2, 6:04 am, Thomas Broyer  wrote:
> > > With such numbers ("1 list box has 4000 elements and one suggestion box
> > has
> > > 7000 elements"), the culprit is undoubtedly IE, and you can't do anything
> > > about it.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Performance Differences IE 8 Vs FF 3.x

2011-06-02 Thread John LaBanca
Are you are putting 4,000 items in a ListBox?  Thats a lot of data to show
on the client.  Even scrolling becomes difficult at that point.

Alternatively, can you use a CellList with paging to break up the items into
smaller chunks?

Thanks,
John LaBanca
jlaba...@google.com


On Thu, Jun 2, 2011 at 6:44 AM, Mittal  wrote:

> Thomas - is it due rendering engine of IE 8 versus that of FF or
> Chrome - which shows such difference in terms of response time ?
>
> Mittal
>
> On Jun 2, 6:04 am, Thomas Broyer  wrote:
> > With such numbers ("1 list box has 4000 elements and one suggestion box
> has
> > 7000 elements"), the culprit is undoubtedly IE, and you can't do anything
> > about it.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Performance Differences IE 8 Vs FF 3.x

2011-06-02 Thread Mittal
Thomas - is it due rendering engine of IE 8 versus that of FF or
Chrome - which shows such difference in terms of response time ?

Mittal

On Jun 2, 6:04 am, Thomas Broyer  wrote:
> With such numbers ("1 list box has 4000 elements and one suggestion box has
> 7000 elements"), the culprit is undoubtedly IE, and you can't do anything
> about it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Performance Differences IE 8 Vs FF 3.x

2011-06-02 Thread Thomas Broyer
With such numbers ("1 list box has 4000 elements and one suggestion box has 
7000 elements"), the culprit is undoubtedly IE, and you can't do anything 
about it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/aFlNSEJocHJWZmtK.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Performance Differences IE 8 Vs FF 3.x

2011-06-01 Thread Mittal
I have one particular use case when there is significant difference in
terms of response time between IE8 Vs FF 3.x

IE 8 = 25-35 seconds response time
FF 3.x = 5 - 8 seconds response time.

Rest of the application seems to be OK in IE 8.

In this particular use case, I am making 1 RPC which in data access
layer makes 5 database calls and returns the data to java class that
corresponds to ui.xml  Java class then populates the data returned
into 4 list boxes and 1 suggestion box- there is no additional
processing of data other than getting it from data access layer. The
data is returned from data access layer pretty fast
In terms of data, 1 list box has 4000 elements and one suggestion box
has 7000 elements.

Event to above use case is selection of row from cell table and
clicking on edit button - this performs very well in FF and Chrome but
has slower performance in IE 8

Any pointers why this could be happen ?

Mittal

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.