Page 1 of 1

WURFLManagerBuilder.Build takes too long to run @app_start

Posted: Fri Dec 13, 2013 4:04 pm
by feng_xiao
Hi,

We find out following method takes too long to run (54% of total start up time, or 1.1 min out of 2 mins)

public static void RegisterWurfl(){
WurflManager = WURFLManagerBuilder.Build(new WURFL.Aspnet.Extensions.Config.ApplicationConfigurer());
}

Do you have any clude to improve the performance?

Thanks

Re: WURFLManagerBuilder.Build takes too long to run @app_sta

Posted: Sat Dec 14, 2013 8:28 am
by sm_support2
Thank you for your message. I will pass this feedback to the .NET engineering team, but let me tell you that something isn't right here. The start-up should only happen in a matter of seconds, not minutes. Can you provide more info about what you are doing that may be different from other standard configurations?

Thanks