<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Turbocharging StatTraq</title>
	<atom:link href="http://boakes.org/stattraq-turbo/feed/" rel="self" type="application/rss+xml" />
	<link>http://boakes.org/stattraq-turbo/</link>
	<description>talking up a better world, over tea</description>
	<lastBuildDate>Sat, 13 Mar 2010 14:58:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: StatTraq plugin at the Dogberry Patch</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1066</link>
		<dc:creator>StatTraq plugin at the Dogberry Patch</dc:creator>
		<pubDate>Fri, 23 Feb 2007 02:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1066</guid>
		<description>[...] Richard at Boakes.com gives an interesting idea that is supposed to speed up your stattraq database manipulation by 90%! [...]</description>
		<content:encoded><![CDATA[<p>[...] Richard at Boakes.com gives an interesting idea that is supposed to speed up your stattraq database manipulation by 90%! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike&#8217;s WordPress Plugins &#187; Blog Archive &#187; Speedup WP-Stattraq</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1065</link>
		<dc:creator>Mike&#8217;s WordPress Plugins &#187; Blog Archive &#187; Speedup WP-Stattraq</dc:creator>
		<pubDate>Mon, 29 Jan 2007 01:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1065</guid>
		<description>[...] UPDATE: Via Paperback Writer, I also found another nice speedup for StatTraq - that will make your pages load faster for viewers. At boakes.org, he suggests you delay the insertion of the &#8216;hit&#8217;. This is a great tweak. Simply change your stattraq.php plugin file by finding the &#8216;INSERT INTO&#8217; database SQL and change it to INSERT DELAYED INTO. This tell the script to hit the database and not to wait for confirmation of a successful insert, which is good if you care about the data, but these are hit stats. If a DB problem arose, losing a couple hit ticks would be fine. [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE: Via Paperback Writer, I also found another nice speedup for StatTraq &#8211; that will make your pages load faster for viewers. At boakes.org, he suggests you delay the insertion of the &#8216;hit&#8217;. This is a great tweak. Simply change your stattraq.php plugin file by finding the &#8216;INSERT INTO&#8217; database SQL and change it to INSERT DELAYED INTO. This tell the script to hit the database and not to wait for confirmation of a successful insert, which is good if you care about the data, but these are hit stats. If a DB problem arose, losing a couple hit ticks would be fine. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1064</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Wed, 12 Jul 2006 04:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1064</guid>
		<description>Works splendidly!  GJ!!</description>
		<content:encoded><![CDATA[<p>Works splendidly!  GJ!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devkungfoo</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1063</link>
		<dc:creator>devkungfoo</dc:creator>
		<pubDate>Thu, 01 Jun 2006 15:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1063</guid>
		<description>I tried this method out however the increase I received was negligable at best. After some research I found this (on the mysql manual) -

&quot;Note that INSERT DELAYED is slower than a normal INSERT if the table is not in use. There is also the additional overhead for the server to handle a separate thread for each table on which you use INSERT DELAYED. This means that you should only use INSERT DELAYED when you are really sure you need it!&quot;</description>
		<content:encoded><![CDATA[<p>I tried this method out however the increase I received was negligable at best. After some research I found this (on the mysql manual) -</p>
<p>&#8220;Note that INSERT DELAYED is slower than a normal INSERT if the table is not in use. There is also the additional overhead for the server to handle a separate thread for each table on which you use INSERT DELAYED. This means that you should only use INSERT DELAYED when you are really sure you need it!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paperback Writer &#187; Stattraq Speedups</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1062</link>
		<dc:creator>Paperback Writer &#187; Stattraq Speedups</dc:creator>
		<pubDate>Mon, 13 Feb 2006 02:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1062</guid>
		<description>[...] The rest were Stattraq (a wordpress statistics plugin) related. I followed this Turbocharging Stattraq hint which consisted of replacing &#8220;INSERT INTO&#8221; at line 43 in the /plugins/stattraq.php file with &#8220;INSERT DELAYED INTO&#8221;. [...]</description>
		<content:encoded><![CDATA[<p>[...] The rest were Stattraq (a wordpress statistics plugin) related. I followed this Turbocharging Stattraq hint which consisted of replacing &#8220;INSERT INTO&#8221; at line 43 in the /plugins/stattraq.php file with &#8220;INSERT DELAYED INTO&#8221;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Found Blogging - Free Blog Resource</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1061</link>
		<dc:creator>Found Blogging - Free Blog Resource</dc:creator>
		<pubDate>Sun, 11 Sep 2005 12:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1061</guid>
		<description>[...]  tracked, here 	Add post view counts to your WordPress page, here 	TurboCharging StatTraq, here 	All of these hacks are quite useful, especially blocking your own IP from being tracked, which allows for  [...]</description>
		<content:encoded><![CDATA[<p>[...]  tracked, here 	Add post view counts to your WordPress page, here 	TurboCharging StatTraq, here 	All of these hacks are quite useful, especially blocking your own IP from being tracked, which allows for  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hansen</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1055</link>
		<dc:creator>hansen</dc:creator>
		<pubDate>Wed, 13 Jul 2005 05:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1055</guid>
		<description>hehe ,i am using the last version of stattraq,but i have found that the &quot;counter number&quot; in the sidebar is different from the &quot;user hit&quot; in the /wp-srattraq/index.php,so i want the sidebar shows the &quot;user hit&quot; in the sidebar! what can i do for it?
so sorry that my  spelling english is not so good!i come from chinese.

[this message has been moved to the mostwanted page, &lt;a href=&quot;http://boakes.org/most-wanted/comment-page-8/#comment-3670&quot;&gt;here&lt;/a&gt;]</description>
		<content:encoded><![CDATA[<p>hehe ,i am using the last version of stattraq,but i have found that the &#8220;counter number&#8221; in the sidebar is different from the &#8220;user hit&#8221; in the /wp-srattraq/index.php,so i want the sidebar shows the &#8220;user hit&#8221; in the sidebar! what can i do for it?<br />
so sorry that my  spelling english is not so good!i come from chinese.</p>
<p>[this message has been moved to the mostwanted page, <a href="http://boakes.org/most-wanted/comment-page-8/#comment-3670">here</a>]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shupe.ca  &#187; Blog Archive   &#187; StatTraq Plugin Speed Improvement</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1060</link>
		<dc:creator>shupe.ca  &#187; Blog Archive   &#187; StatTraq Plugin Speed Improvement</dc:creator>
		<pubDate>Tue, 05 Jul 2005 07:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1060</guid>
		<description>[...] 		 						I can&#8217;t take credit for this one but I thoguh I would share it.  Richard at Boakes.com pointed out a feature in MySql which can really improve  performance o [...]</description>
		<content:encoded><![CDATA[<p>[...] 		 						I can&#8217;t take credit for this one but I thoguh I would share it.  Richard at Boakes.com pointed out a feature in MySql which can really improve  performance o [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaryP</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1056</link>
		<dc:creator>GaryP</dc:creator>
		<pubDate>Fri, 24 Jun 2005 02:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1056</guid>
		<description>Thanks for the tip!  I have just updated to the 1.0b version of StatTraq and see that this was not implemented in the new version.

I also added some new Visitor Counter case statements so that reports are not just for the physical hour, day, and month but for the last 60 minutes, 24 hours, and 30/31 days.

&lt;a href=&quot;http://www.garypaulson.net/?p=236&quot; rel=&quot;nofollow&quot;&gt;my StatTraq Notes&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the tip!  I have just updated to the 1.0b version of StatTraq and see that this was not implemented in the new version.</p>
<p>I also added some new Visitor Counter case statements so that reports are not just for the physical hour, day, and month but for the last 60 minutes, 24 hours, and 30/31 days.</p>
<p><a href="http://www.garypaulson.net/?p=236" rel="nofollow">my StatTraq Notes</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich boakes</title>
		<link>http://boakes.org/stattraq-turbo/comment-page-1/#comment-1059</link>
		<dc:creator>rich boakes</dc:creator>
		<pubDate>Tue, 31 May 2005 13:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://boakes.org/stattraq-turbocharger#comment-1059</guid>
		<description>Absolutely.  That woudl make sweeps for spam a whole lot more convenient.   The alternative would be any kind of threading for PHP so heavy work could at least be offloaded to a background task.</description>
		<content:encoded><![CDATA[<p>Absolutely.  That woudl make sweeps for spam a whole lot more convenient.   The alternative would be any kind of threading for PHP so heavy work could at least be offloaded to a background task.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
