Page 1 of 1

Slow Building WurflManager

Posted: Mon Feb 02, 2015 9:39 pm
by jnapier
Hi,
I am having an issue where on application start, the wurflManager takes about 20 seconds to be built with this code

WURFLManagerBuilder.Build(new ApplicationConfigurer())

This is my wurfl config

<wurfl mode="Accuracy">
<mainFile path="~/App_Data/wurfl.zip" />
<filter groups="product_info" caps="is_tablet,is_wireless_device,ux_full_desktop" />
</wurfl>


20 seconds seems like an awful long time. Is this expected?

Thanks,
Jesse

Re: Slow Building WurflManager

Posted: Tue Feb 03, 2015 11:00 am
by Elliotfehr
Jesse,

This initial load time is due to the initial load of the WURFL database into memory. We are currently looking into the extended initial load time and I will let you know as soon as we have an update. In the meantime, are you able to let me know how this load time is being calculated?

Thank you,

Elliot

Re: Slow Building WurflManager

Posted: Wed Feb 04, 2015 5:11 pm
by Elliotfehr
Jesse,

Is the extended load time occurring when the application is starting in debug mode? We are experiencing a load time closer to 10-11 seconds when the application initially starts.

I would also like to direct you towards one of our previous blog posts which explains in detail as to what occurs on application start.

Thank you,

Elliot