2009/6/9 <[email protected]>
>
> I am developing a qooxdoo client that is creating about twenty or more
> tables on one page. Each table is getting information from the server. It is
> working ok except that the whole operation takes very long time. Is there
> any chance to speed up creating and populating table?
>
> That's a lot of tables on one page. If each is independently retrieving its
data, that creates a lot of round-trips to the server. If the table data is
limited in length to "hundreds" and not "thousands" of rows, you might
consider using the Simple data model rather than the Remote table model, and
implementing your own remote procedure call that retrieves the data for all
of the tables in one request. Your return result might be encoded as a map
where each element of the map is the data model for an individual table.
When the data arrives, you'd then pass the table-specific data (a single map
entry) to its table instance. This would reduce the round-trip time
twenty-fold.
Derrell
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel