<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Guestbook is very slow! Help!"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Guestbook is very slow! Help!"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Guestbook is very slow! Help!</title>
				<description><![CDATA[ Hello, <br /> <br /> <br /> My first post on proxy2 forum. Congratulations by Advanced Guestbook and others projects.<br /> <br /> My guestbook is very slow, the URL is <a class="snap_shots" href="http://www.cruzeta.com.br/guestbook" target="_blank" rel="nofollow">http://www.cruzeta.com.br/guestbook</a> (the server is fast)<br /> <br /> Some suggestion?<br /> <br /> Excuse by my poor english...<br /> <br />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12669.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12669.php</link>
				<pubDate><![CDATA[Tue, 28 Dec 2004 20:45:19]]> GMT</pubDate>
				<author><![CDATA[ welkson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I've seen slower.<br /> <br /> Double-check your base url setting in the config.inc.php file.  I think you need to remove the "img" at the end.  Should be:<br /> <br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.cruzeta.com.br/guestbook&quot;;[/code]<br /> <br /> See if that helps. The reference to "img" in the original file is a mistake.  Carbonize will fix it in his version.<br /> <br /> Also, disable html in Admin General Settings :!:]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12671.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12671.php</link>
				<pubDate><![CDATA[Wed, 29 Dec 2004 04:29:24]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>Guestbook</title>
				<description><![CDATA[ Hi Amber,<br /> <br /> <br /> My configuration is already it is:<br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.cruzeta.com.br/guestbook&quot;;  [/code]<br /> <br /> I disable the HTML, but I think still has something wrong.<br />  :? <br /> <br /> [quote="amber222"]I've seen slower.<br /> <br /> Double-check your base url setting in the config.inc.php file.  I think you need to remove the "img" at the end.  Should be:<br /> <br /> [code]$GB_PG&#91;&quot;base_url&quot;&#93; = &quot;http&#58;//www.cruzeta.com.br/guestbook&quot;;[/code]<br /> <br /> See if that helps. The reference to "img" in the original file is a mistake.  Carbonize will fix it in his version.<br /> <br /> Also, disable html in Admin General Settings :!:[/quote][code][/code][code][/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12676.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12676.php</link>
				<pubDate><![CDATA[Wed, 29 Dec 2004 13:35:58]]> GMT</pubDate>
				<author><![CDATA[ welkson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did it just suddenly start being slow or has it always been slow? If it's only just started what changes were made when this happened? PHP update? MySQL update?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12677.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12677.php</link>
				<pubDate><![CDATA[Wed, 29 Dec 2004 15:50:54]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Guestbook</title>
				<description><![CDATA[ I think was after it began to increase the number of messages.<br /> <br /> I already installed in two servers, and it continues slow. <br /> <br /> <br /> [quote="Lazy Carbonize"]Did it just suddenly start being slow or has it always been slow? If it's only just started what changes were made when this happened? PHP update? MySQL update?[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12678.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12678.php</link>
				<pubDate><![CDATA[Wed, 29 Dec 2004 18:40:33]]> GMT</pubDate>
				<author><![CDATA[ welkson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'll look at the SQL used to populate the guestbooks output and see if it can't be speeded up. I'm not sure but possibly it loads every entry into an array before deciding what to display.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12679.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12679.php</link>
				<pubDate><![CDATA[Wed, 29 Dec 2004 18:57:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Guestbook</title>
				<description><![CDATA[ Does he generate only the current page or will it be that generates content for all the previous ones?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12688.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12688.php</link>
				<pubDate><![CDATA[Thu, 30 Dec 2004 16:06:45]]> GMT</pubDate>
				<author><![CDATA[ welkson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Not quite sure what you said there.<br /> <br /> How many entries do you have?<br /> Check for spam entries to trim the database down.<br /> <br /> Then wait for Carbonize to look at the code.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12696.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12696.php</link>
				<pubDate><![CDATA[Thu, 30 Dec 2004 22:55:37]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ 1718 entries.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12697.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12697.php</link>
				<pubDate><![CDATA[Thu, 30 Dec 2004 22:58:25]]> GMT</pubDate>
				<author><![CDATA[ welkson]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Freddy and I are going through the code. Freddy's doing most of it as my understanding of MySQL calls in PHP is limited.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4042/12698.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4042/12698.php</link>
				<pubDate><![CDATA[Thu, 30 Dec 2004 23:09:29]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>