I´m using DNN as an application framework, I build my application (forms , grids, reports,...) as DNN modules.
The application is working but I need to get a better performance to my application: each page take a lot to be loaded and each past back take too much.
My application is based in Coolite components (www.coolite.com) and pages without DNN are running ok.
My troubles are:
1) DNN and Application Compilation: The site compiled (in Visual Studio) is running faster, but I can´t do it, due to the Strings or Label are lost, the Resources can´t be located. Are there any fix to it?
2) view_state: Coolite componentes support to work without view_state, however DNN needs it. Question: DNN can be optimized to work without view_state?
3) Other Providers: In my application I donn´t need some providers that useful in Internet sites only. Is available a guide to quit these providers in a clean way?
Regards.