Hello,
I have aASP.NET
WebFormapplication that uses the
latestAjaxControllToolkit.
I useToolkitScriptManager on pages.Theapplication
uses AJAX forupdatepanelandHtmlEditorExtender.The rest isall
asp.netwebform controls.
I have aproblem
withAjaxMinifier which allocatestoo muchserver
memorycausingapp
poolrecycles on production server.
Because of AjaxMinifier the applicationhas a memoryfootprintover 500MBon the server side. More than onceI haveanalyzed theapplication with VS2012 performance analyzer andperformedoptimization. In the endit comes down to method
Microsoft.Ajax.Utilities.Minifier.MinifiJavaScript(string,class Microsoft.Ajax.Utilities.CodeSettings) that occupytoo much memory.
Due to thestability of the
applicationshave toreduce thememoryfootprint
by half.
Does anyonehave any advice
on how toachieve this.