Search found 1 match

by feng_xiao
Fri Dec 13, 2013 4:04 pm
Forum: WURFL XML Structure
Topic: WURFLManagerBuilder.Build takes too long to run @app_start
Replies: 1
Views: 33065

WURFLManagerBuilder.Build takes too long to run @app_start

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? ...