I believe speed up might be possible after internal optimizations (after profiling) I will try to profile OM after 3.0 release (I guess it is better to profile after 3.1, I think 3.1 might work faster)
On Fri, Jan 10, 2014 at 6:23 PM, Rene' Rosenbaum <r...@meecoda.de> wrote: > Hi all, > after quite a while of development, we want to go live with our (slightly, > though) adapted OM. Is there yet any source what configurations may be > applied to speed up OM for live operation? I know there is the high-perf > start script of red5, but expect that there is much more here. When the > list of proposals exceeds a meaningful length, I'll compile all the > different points to put them on the website (guess this is of general > interest). > Help is highly appreciated!!! > Cheers, > Rene' > > ~~~~~~~*Dr.-Ing. Rene' Rosenbaum > meeCodaIT* - Consulting and Services > ~: Neue Reihe 15, 18182 Goorstorf, Germany > #: ++49-(0)-1781408041 > @: i...@meecoda.de > //: www.meecoda.de > ~~~~~~~~~~~~~~ +++ ~~~~~~~~~~~~~~~~ > > On 12/29/2013 9:54 AM, Jean-Marie Landri wrote: > > Hello, > Trying to add 2 image button to direct edit the profile settings and the > contact and messages/ - > but the link doesnt work, where am i rong? > code- > > <image name="contact_message_icon" resource="contact_message_icon" > x="10" y="0" height="40" width="40"> > onclick="this.parent.storeSettings();"> > <handler name="onclick"> > canvas.userSettingsModuleOpt = "userProfile"; > quicklinkActAct("_editUserContacts"); > </handler> > <labelTooltip labelid="1259" /> > </image> > > > > <image name="user_profile_icon" resource="user_profile_icon" x="10" > y="0" height="40" width="40"> > onclick="this.parent.storeSettings();"> > <handler name="onclick"> > canvas.userSettingsModuleOpt = "userProfile"; > quicklinkAct("_editUserProfile"); > </handler> > <labelTooltip labelid="377" /> > > </image> > > Thank you? > > > -- WBR Maxim aka solomax