Profiling might help????????????????????? On Wed, Jan 12, 2011 at 11:47 AM, saravana kumar <[email protected]>wrote:
> Sorry for didn't Post my code. > > I didn't done any complex. I just load the data to Datagrid using Array. > But it takes time to load. > > > > Here is My code: > > <mx:DataGrid x="73" y="93"> > > <mx:dataProvider> > <fx:Array> > <fx:Object col1="Test1" col2="Test3" > col3="Test4"/> > <fx:Object col1="Test1" col2="Test3" > col3="Test4"/> > <fx:Object col1="Test1" col2="Test3" > col3="Test4"/> > </fx:Array> > </mx:dataProvider> > > <mx:columns> > <mx:DataGridColumn headerText="Column 1" > dataField="col1"/> > <mx:DataGridColumn headerText="Column 2" > dataField="col2"/> > <mx:DataGridColumn headerText="Column 3" > dataField="col3"/> > </mx:columns> > </mx:DataGrid> > > On Wed, Jan 12, 2011 at 11:31 AM, Saurabh Narula < > [email protected]> wrote: > >> Hi, >> >> thats coz the download size of your application is close to 2.26 mb, show >> us your code, there is somethings going wrong out there. >> >> Also posting your post without showing us the code is like taking the >> patient to a doctor and asking him to figure out the disease without telling >> him the symptoms. >> >> >> Thank you, >> Saurabh >> http://blog.saurabhnarula.com/ >> >> >> On Wed, Jan 12, 2011 at 10:15 AM, saravana kumar < >> [email protected]> wrote: >> >>> Hi All >>> >>> >>> I have done the small application using flex 4 and deployed to the >>> following link >>> http:\\www.knowledgeq.com\demo\test\index.html<http://www.knowledgeq.com/demo/test/index.html> >>> . >>> >>> *This Application initializing and loading is very slow. Can anyone >>> know how to increase initialize and loading speed.* >>> >>> >>> Best Regards >>> ESK >>> >>> -- >>> 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]<flex_india%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/flex_india?hl=en. >>> >> >> -- >> 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]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> > > > > -- > Rakshu > > -- > 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]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- 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.

