Hi Christian,<br><br>That is good advice and I will take a look at the default start page and having an authenticated user.&nbsp; <br><br>My big concern is that something that changed between 9017 and 9557 made the performance of the user forum front page really really bad.&nbsp; The exact same data, db, and server produces huge differences between these versions.<br>
<br>-Jay<br><br><div class="gmail_quote">On Thu, Nov 13, 2008 at 12:28 AM, Christian Bauer <span dir="ltr">&lt;<a href="mailto:christian.bauer@gmail.com">christian.bauer@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
On Nov 13, 2008, at 04:37 , Jay Balunas wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Here is my basic 25 user script for the wiki example. &nbsp;It does assume a page &quot;wiki/Community/SeamUsers&quot; exists for the testing and I am not certain if such a page exists by default in the wiki example.<br>
</blockquote>
<br></div>
Testing this page is not a good idea.<br>
<br>
If you do not have an authenticated user, it will run a particularly heavy SQL query once and then cache the result in the page fragment cache. Most of the page is then served from the cache. If you have an authenticated user the cache is not used at all, then the time for the SQL query will dominate the result.<br>

<br>
I recommend using the &#39;dev&#39; deploy of the wiki and the default startpage. This is a good mix of database access and lots of code loops.<br>
<br>
The live <a href="http://sfwk.org" target="_blank">sfwk.org</a> data should probably be used to find other performance bottlenecks that are inherent in the wiki. We know that the SQL query on the forum overview page is an issue. But, a forum posting with 50 replies is quite slow to render also. Why?<div>
<div></div><div class="Wj3C7c"><br>
<br>
_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org" target="_blank">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>blog: <a href="http://in.relation.to/Bloggers/Jay">http://in.relation.to/Bloggers/Jay</a><br>