Hi. I made a small app that loads 5 rsls, and after lots of research i found out that it loads faster when compiled with -Dflex.debug.
The problem is I don´t want my production code to be run in debug mode. The logs below show the differences between the RSL-loading time without -Dflex.debug : Log Initialized RSL app:/framework-3.5.a.12683.swf loaded ( 88 ms) RSL app:/rpc-3.5.a.12683.swf loaded ( 25 ms) RSL app:/Cairngorm-1.0.swf loaded ( 2029 ms) (first non-adobe RSL). RSL app:/as3ds-1.0.swf loaded ( 10 ms) RSL app:/xxx.swf loaded ( 29 ms) Total Time(2235 ms) with -Dflex.debug : Log Initialized RSL app:/framework-3.5.a.12683.swf loaded ( 87 ms) RSL app:/rpc-3.5.a.12683.swf loaded ( 30 ms) RSL app:/Cairngorm-1.0.swf loaded ( 18 ms) RSL app:/as3ds-1.0.swf loaded ( 58 ms) RSL app:/xxx.swf loaded ( 40 ms) Total Time (277 ms) Opening the swf on Nemo440 (decompiler) i found that ONLY in the "no debug" swf, the SHA256 and CrossDomainRslItem classes are included. Could this be a bug related to verify-digests=false being ignored except for debug mode? I think that somehow the digests are being verified and thats what makes loading time slower. I´ve tried both caching and rsl scope for adobe stuff. Can anyone clarify me that? TKS. -- You received this message because you are subscribed to the Google Groups "Flex Mojos" 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-mojos http://flexmojos.sonatype.org/
