Profiling Flex/Java Web App

2015-04-08 Thread Oleg Konovalov
Hi, I have a large Flex+Java app (Flex 4.5.1). Created a new complicated screen (with 3 ADGs) and WindowTitle popup to edit a row with 2 sets of children (each is a DataGroup with Renderer, one is a few TextInputs (with 2 way binding), another is 2 dropdownlists (2nd gets a list based on 1st one

Re: Profiling Flex/Java Web App

2015-04-08 Thread Alex Harui
First, try a small test app to make sure everything really does work. Then, in your case, if you can control the number of children, instead of profiling 100, profile 50. The same hotspots should show up. Or do 50 and then 20 and see if you see a trend. -Alex On 4/8/15, 3:25 PM, "Oleg Konovalo

Re: Profiling Flex/Java Web App

2015-04-09 Thread Alex Harui
On 4/9/15, 8:59 AM, "Oleg Konovalov" wrote: >Alex, > >That profiler problem happens much before I reach my heavy duty popup with >many children, >on initial screen. >We are making calls to about 30 Stored Procs to get proper permissions and >load static data. >(can probably turn off some of the

Re: Profiling Flex/Java Web App

2015-04-09 Thread Oleg Konovalov
Alex, That profiler problem happens much before I reach my heavy duty popup with many children, on initial screen. We are making calls to about 30 Stored Procs to get proper permissions and load static data. (can probably turn off some of them and only use data relevant to screen with popup we nee

Re: Profiling Flex/Java Web App

2015-04-13 Thread Oleg Konovalov
I tried to create brand new HelloWorld, but got the same exact error in FB4.5.1. A lot of people on the net got the same. Did that profiler ever worked? On Apr 10, 2015 14:17, "Alex Harui" wrote: > Did you try profiling a really simple “Hello World” type of application? > There could be some issu

Re: Profiling Flex/Java Web App

2015-04-13 Thread Alex Harui
Not sure if I’ve used every version of the profiler, but I’ve used the profiler quite often and it works for me. I would reboot and don’t start up any apps except Flash Builder (especially, no browsers, PDF utilities, or AIR apps). I’ve seen other SWFs running on the system connect to the profile

Re: Profiling Flex/Java Web App

2015-04-13 Thread manish sharma
Hi, I have also faced this issue that was due to update of flash player. Neither I am able to debug nor profiling and one more issue with profiler, if your application take time to load likewise it is loading data from server then my machine got hanged or profiling does not working. To resolve thi