[Mono-bugs] [Bug 72272][Min] New - DefaultWsdlHelpGenerator performance

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Feb 2005 01:29:47 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72272

--- shadow/72272	2005-02-07 01:29:47.000000000 -0500
+++ shadow/72272.tmp.8170	2005-02-07 01:29:47.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 72272
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: DefaultWsdlHelpGenerator performance
+
+Try to display the help page for the attached web service.
+It will take a few seconds. And the same amount of time on subsequent requests.
+
+Couldn't we use HttpRuntime.Cache and cache for a few minutes the
+information needed to generate the page?
+
+MS takes a few seconds for the first request, but then it's fast.