RE: [flexcoders] module loading and progress load slow?

2009-04-24 Thread Gregor Kiddie
Do you have a lot of RSLs for each module? Our experience was that it
wasn't the loading of the module that took the time it was loading all
it's RSLs.

 

Gk.

Gregor Kiddie
Senior Developer
INPS

Tel:   01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London SW8
3QJ

Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk
blocked::http://www.inps.co.uk/ 

The information in this internet email is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is not authorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
INPS or any of its affiliates. If you are not the intended recipient
please contact is.helpd...@inps.co.uk



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Jason B
Sent: 23 April 2009 21:29
To: flexcoders@yahoogroups.com
Subject: [flexcoders] module loading and progress load slow?

 






loading modules 

I've been rearranging my application to use modules to reduce load time
and prepare it to handle later larger development etc...
All is well I've got it loading modules and such and learned a lot over
the past few days. 

I have several modules that have large images it uses with source= and
some other swf's it loadsI prefer not to allow caching since these
items change a lot.

On a localhost connection (dev) It can take 10 seconds to load the
module etc.
At first I thought it was needing a preloading technique that adobe
offers so i tried that to load while the app loaded etc.. no go

then i tried to see if i could add a progress bar on top of the module
loading so the user is at least informed but to my dismay it loads too
fast for the progress bar to show up

heres the size of the swif being loaded
364K 2009-04-23 13:54 nutrition.swf

the images and other swfs that load into this module are about 1-2 megs
total. 

If i avoid using modules it loads on localhost almost instantly :(

I have a feeling the source = for images and swf loading is whats
dragging it to load fast.

What options do i have for either preloading quicker for this module?
Is it possible that my custom component is causing this performance
issue?
http://dougmccune.com/blog/2007/11/19/flex-coverflow-performance-improve
ment-flex-carousel-component-and-vertical-coverflow/
http://dougmccune.com/blog/2007/11/19/flex-coverflow-performance-improv
ement-flex-carousel-component-and-vertical-coverflow/ 

anyone had this kind of issue with rendering slow?

sources used already are:
http://livedocs.adobe.com/flex/3/html/help.html?content=modular_5.html
http://livedocs.adobe.com/flex/3/html/help.html?content=modular_5.html


http://livedocs.adobe.com/flex/3/html/help.html?content=modular_6.html
http://livedocs.adobe.com/flex/3/html/help.html?content=modular_6.html






[flexcoders] module loading and progress load slow?

2009-04-23 Thread Jason B
loading modules 

I've been rearranging my application to use modules to reduce load time and 
prepare it to handle later larger development etc...
All is well I've got it loading modules and such and learned a lot over the 
past few days. 

I have several modules that have large images it uses with source= and some 
other swf's it loadsI prefer not to allow caching since these items change 
a lot.

On a localhost connection (dev) It can take 10 seconds to load the module etc.
At first I thought it was needing a preloading technique that adobe offers so i 
tried that to load while the app loaded etc.. no go

then i tried to see if i could add a progress bar on top of the module loading 
so the user is at least informed but to my dismay it loads too fast for the 
progress bar to show up

heres the size of the swif being loaded
364K 2009-04-23 13:54 nutrition.swf

the images and other swfs that load into this module are about 1-2 megs total. 

If i avoid using modules it loads on localhost almost instantly :(

I have a feeling the source = for images and swf loading is whats dragging it 
to load fast.


What options do i have for either preloading quicker for this module?
Is it possible that my custom component is causing this performance issue?
http://dougmccune.com/blog/2007/11/19/flex-coverflow-performance-improvement-flex-carousel-component-and-vertical-coverflow/


anyone had this kind of issue with rendering slow?

sources used already are:
http://livedocs.adobe.com/flex/3/html/help.html?content=modular_5.html

http://livedocs.adobe.com/flex/3/html/help.html?content=modular_6.html



[flexcoders] module loading and progress load slow?

2009-04-23 Thread Jason B
loading modules 

I've been rearranging my application to use modules to reduce load time and 
prepare it to handle later larger development etc...
All is well I've got it loading modules and such and learned a lot over the 
past few days. 

I have several modules that have large images it uses with source= and some 
other swf's it loadsI prefer not to allow caching since these items change 
a lot.

On a localhost connection (dev) It can take 10 seconds to load the module etc.
At first I thought it was needing a preloading technique that adobe offers so i 
tried that to load while the app loaded etc.. no go

then i tried to see if i could add a progress bar on top of the module loading 
so the user is at least informed but to my dismay it loads too fast for the 
progress bar to show up

heres the size of the swif being loaded
364K 2009-04-23 13:54 nutrition.swf

the images and other swfs that load into this module are about 1-2 megs total. 

If i avoid using modules it loads on localhost almost instantly :(

I have a feeling the source = for images and swf loading is whats dragging it 
to load fast.


What options do i have for either preloading quicker for this module?
Is it possible that my custom component is causing this performance issue?
http://dougmccune.com/blog/2007/11/19/flex-coverflow-performance-improvement-flex-carousel-component-and-vertical-coverflow/


anyone had this kind of issue with rendering slow?

sources used already are:
http://livedocs.adobe.com/flex/3/html/help.html?content=modular_5.html

http://livedocs.adobe.com/flex/3/html/help.html?content=modular_6.html