This WikiTalk is definitely of the form we've been having trouble with.
We're still trying to figure out what to do about it. 

 

I will say that generally we've found that 2.0 is pretty fast for most
pages, including pages that have most kinds of WikiTalk in them. One
possibility is that the Newsletter daemon is trying to render those same
pages, and is eating the CPU for the same reason the web front end is. That
would obviously slow rendering across the site. 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Astralis
Lux
Sent: Wednesday, August 29, 2007 9:42 PM
To: flexwiki-users@lists.sourceforge.net
Subject: [Flexwiki-users] Isolating 2.0 speed issues

 

Some issues that might point to why 2.0 is slow?
 
1. I setup 2.0 in its own app pool, but I still have 1.8 running in a
different app pool.
2. Pages that have WikiTalk in them are extremely slow (I haven't had one
actually load yet) while pages that don't have WikiTalk eventually load.
 
Here is some WikiTalk that it might be having a problem with:
 

@@[
 "||{!}*Topic*||{!}*Summary*||", Newline,
 namespace.Topics.Select{ each | 
  each.HasProperty("Category") }.Select{ each | 
   each.GetProperty("Category").Equals("PeculiaritiesOfTimes") 
  }.SortBy { each | 
   DateTime.Now.SpanBetween(each.LastModified) 
  }.Collect{ each |
   [
    "||{+}[", each.Name, "]", 
    "||", each.Summary,
    "||", Newline,
   ]
 }
]
@@
 
3. 1.8 seems to load fine except it now appears like the entire server is
taking a hit because of 2.0.

  _____  

Explore the seven wonders of the world Learn more!
<http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to