may be you can make use of paging so that when ever a request for the data occurs it will fetch few amount of data from the server or you can implement the live scrolling ( when user scrolls data using scroll bar then you can make request to get data )
Kalpesh Mahida On Sat, Feb 28, 2009 at 9:41 AM, kalpesh mahida <[email protected]>wrote: > may be you can make use of paging so that when you ever a request for the > data occurs it will fetch few amount of data from the server of you can > implement the live scrolling ( when user scrolls data using scroll bar then > you can make request to get data ) > > Kalpesh Mahida > > > On Fri, Feb 27, 2009 at 11:36 PM, <fx:AnandVardhan/> < > [email protected]> wrote: > >> >> hmm there might be some optimization techniques, >> 1. on DB level use optimized query >> 2. On server side level you might want to cache or create a temp data >> file having data which is not changing all the time and return in form >> of XML or arraycollection >> 3. Try looking some loopholes in your way of loading data as I have >> loaded more than 1 lac items in extremely quick time. So dont think it >> may break due to heavy data. >> >> Anand >> >> On Feb 27, 4:03 pm, Flex Baby <[email protected]> wrote: >> > Hey,i want to display data from server to list .it is too late to >> > loads. >> > so any method to reduce the loading time. >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

