<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — High loads]]></title>
		<link>https://punbb.informer.com/forums/topic/20185/high-loads/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/20185/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in High loads.]]></description>
		<lastBuildDate>Sun, 09 Nov 2008 11:49:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: High loads]]></title>
			<link>https://punbb.informer.com/forums/post/119021/#p119021</link>
			<description><![CDATA[<p>Ouch. I just saw this notice when I went to the OP&#039;s forum page:</p><div class="quotebox"><blockquote><p>This Account Has Been Suspended <br />Please contact the billing/support department as soon as possible.</p></blockquote></div><p>Looks like the load issue got his account suspended. </p><p>And BTW what is the SQL code in his last post trying to do? </p><p>It seems to be doing a lot of looping or something around SELECT u.email and also doing several very expensive wildcard SELECT u.* queries, which could be a problem on a board with several thousand members. What PunBB PHP would be generating that SQL?</p>]]></description>
			<author><![CDATA[null@example.com (sirena)]]></author>
			<pubDate>Sun, 09 Nov 2008 11:49:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119021/#p119021</guid>
		</item>
		<item>
			<title><![CDATA[Re: High loads]]></title>
			<link>https://punbb.informer.com/forums/post/119014/#p119014</link>
			<description><![CDATA[<p>This really depends on the hosting software configuration.<br />Nevertheless, <strong>sirena</strong>&#039;s recommendations are right.</p>]]></description>
			<author><![CDATA[null@example.com (Anatoly)]]></author>
			<pubDate>Sun, 09 Nov 2008 09:46:25 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/119014/#p119014</guid>
		</item>
		<item>
			<title><![CDATA[Re: High loads]]></title>
			<link>https://punbb.informer.com/forums/post/118921/#p118921</link>
			<description><![CDATA[<p>Yes I&#039;ve uploaded to 1.3RC2 becouse I was still having problems 1.2 even after turning off the items mentioned before.</p><p>Thanks Anatoly, I&#039;ll be very glad to help you test anything you need.</p><p>Well I&#039;m still having high loads, but I starting to think that it&#039;s a hosting issue, it start happend suddently without a reason...</p><p>This are the last errors reported:</p><p>*The following query was stopped as it exceeded allowed execution time.*</p><p>REPLACE INTO pbb_online (user_id<br />SELECT u.email<br />SELECT COUNT(p.id) FROM pbb_posts AS p WHERE p.topic_id=1712 AND p.posted&lt;1211075655<br />SELECT u.email<br />SELECT u.email<br />SELECT u.email<br />UPDATE pbb_online SET logged=1225862124<br />SELECT u.*<br />SELECT u.*<br />UPDATE pbb_online SET logged=1225862077<br />SELECT u.email<br />UPDATE pbb_online SET logged=1225861834<br />SELECT u.email<br />SELECT u.id<br />SELECT u.email<br />SELECT u.email</p>]]></description>
			<author><![CDATA[null@example.com (chali)]]></author>
			<pubDate>Wed, 05 Nov 2008 12:16:42 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/118921/#p118921</guid>
		</item>
		<item>
			<title><![CDATA[Re: High loads]]></title>
			<link>https://punbb.informer.com/forums/post/118903/#p118903</link>
			<description><![CDATA[<p><strong>chali</strong>, have you just upgraded your forum to RC2? How did the server load change?<br />Please, report us any issues. Your feedback will be very useful.</p><p>PS: I have to note that RC2 is still a development version. And we have discovered several RC2 bugs already (though they are not critical, and hotfixes released).</p>]]></description>
			<author><![CDATA[null@example.com (Anatoly)]]></author>
			<pubDate>Wed, 05 Nov 2008 08:21:27 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/118903/#p118903</guid>
		</item>
		<item>
			<title><![CDATA[Re: High loads]]></title>
			<link>https://punbb.informer.com/forums/post/118894/#p118894</link>
			<description><![CDATA[<p>Thanks! I&#039;ll disable both features.<br />I&#039;m only running the private messages mod, that shouldn&#039;t be a problem i guess.<br />I&#039;m waiting for 1.3 to make only one upgrade <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (chali)]]></author>
			<pubDate>Tue, 04 Nov 2008 20:07:24 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/118894/#p118894</guid>
		</item>
		<item>
			<title><![CDATA[Re: High loads]]></title>
			<link>https://punbb.informer.com/forums/post/118893/#p118893</link>
			<description><![CDATA[<p>In the Administration area there are several options you can turn off to reduce server load.</p><p>One is of course the display of Users Online, which you can find under:</p><p>Administration &gt; Options:<br />&#039;Display info on the index page about guests and registered users currently browsing the forums.&#039;</p><p>You could also disable the &#039;User has posted earlier&#039; feature. This feature displays a dot in front of topics in viewforum.php in case the currently logged in user has posted in that topic earlier. Disable if you are experiencing high server load.</p><p>Turning these features off might save you a few MySQL queries for each page load. </p><p>Are you running any mods? Sometimes they can also add considerable load. If you are, you might look into disabling some of the ones you dont really need.</p><p>You should also consider updating to PunBB v1.2.20, which has seen a bit of code tuning which may also help you out a bit.</p>]]></description>
			<author><![CDATA[null@example.com (sirena)]]></author>
			<pubDate>Tue, 04 Nov 2008 20:03:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/118893/#p118893</guid>
		</item>
		<item>
			<title><![CDATA[High loads]]></title>
			<link>https://punbb.informer.com/forums/post/118889/#p118889</link>
			<description><![CDATA[<p>Hi, I&#039;m having problems with my hosting provider becouse of the heavy loads my forum is generating.</p><p>This is an example of an error report.</p><div class="codebox"><pre><code>The following query was stopped as it exceeded allowed execution time.

- Event Summary:
USER: xxx
PID : 122105
DB : xxxx
CMD :  UPDATE pbb_online SET logged=1225802973 WHERE ident=&#039;74.6.18.253&#039;
TIME: 37</code></pre></div><p>Most of the errors are becousse of UPDATEs and INSERTs on the pbb_online table.</p><p>Any clue how to fix this? or at least disable actions son this table.</p><p>URL of my forum: <a href="http://smashingpumpkins.com.ar/board/">http://smashingpumpkins.com.ar/board/</a></p><p>I&#039;m using 1.2(guess .10)</p><p>Thanksss (sorry for my english)</p>]]></description>
			<author><![CDATA[null@example.com (chali)]]></author>
			<pubDate>Tue, 04 Nov 2008 13:18:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/118889/#p118889</guid>
		</item>
	</channel>
</rss>
