<?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: Tweaking the WP-StatPress Wordpress Plugin</title>
	<atom:link href="http://blog.mymediasystem.net/uncategorized/tweaking-the-wp-statpress-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mymediasystem.net/uncategorized/tweaking-the-wp-statpress-wordpress-plugin/</link>
	<description>MyMediaSystem - 1080p - AVCHD - H.264 - Linux - GPS &#38; GPX</description>
	<lastBuildDate>Fri, 12 Mar 2010 03:26:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: PoundBangWhack.com</title>
		<link>http://blog.mymediasystem.net/uncategorized/tweaking-the-wp-statpress-wordpress-plugin/comment-page-1/#comment-2258</link>
		<dc:creator>PoundBangWhack.com</dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=1329#comment-2258</guid>
		<description>After poking around a bit with the plugin itself (I&#039;m hoping to improve on it further and will let you know if/when I do), I retract my previous statement that this is a horrid plugin.  The plugin itself is nice and has some great features and incredibly useful data.  However, the way it goes about getting and storing that data is what is bad.  The database design itself is bad and causes major problems, if left unchecked.  However, if repaired, it can make this plugin much better and your site won&#039;t suffer performance because of it.  If I get around to fixing this plugin, I&#039;ll be sure to post here.</description>
		<content:encoded><![CDATA[<p>After poking around a bit with the plugin itself (I&#8217;m hoping to improve on it further and will let you know if/when I do), I retract my previous statement that this is a horrid plugin.  The plugin itself is nice and has some great features and incredibly useful data.  However, the way it goes about getting and storing that data is what is bad.  The database design itself is bad and causes major problems, if left unchecked.  However, if repaired, it can make this plugin much better and your site won&#8217;t suffer performance because of it.  If I get around to fixing this plugin, I&#8217;ll be sure to post here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acmelab68</title>
		<link>http://blog.mymediasystem.net/uncategorized/tweaking-the-wp-statpress-wordpress-plugin/comment-page-1/#comment-2257</link>
		<dc:creator>acmelab68</dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=1329#comment-2257</guid>
		<description>@PoundBangWhack.com
I fully agree. I&#039;m not using this plugin now for more than half a year. Google Analytics does not offer a &quot;real time&quot; overview, but it&#039;s not that heavy on CPU.
If someone likes real time data, can use awstats, or tools like that.

Thanks for your post.

And yes - avoid it as possible.</description>
		<content:encoded><![CDATA[<p>@PoundBangWhack.com<br />
I fully agree. I&#8217;m not using this plugin now for more than half a year. Google Analytics does not offer a &#8220;real time&#8221; overview, but it&#8217;s not that heavy on CPU.<br />
If someone likes real time data, can use awstats, or tools like that.</p>
<p>Thanks for your post.</p>
<p>And yes &#8211; avoid it as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PoundBangWhack.com</title>
		<link>http://blog.mymediasystem.net/uncategorized/tweaking-the-wp-statpress-wordpress-plugin/comment-page-1/#comment-2256</link>
		<dc:creator>PoundBangWhack.com</dc:creator>
		<pubDate>Tue, 01 Dec 2009 20:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=1329#comment-2256</guid>
		<description>StatPress is an absolutely horrid plugin to use. I’m a MySQL DBA for a major world-wide internet hosting company and I see people using StatPress on their WP blogs and it kills the performance of the server, and their site. Not only does it store massive amounts of data, but the database design is just downright horrible. Tables and columns that are regularly queried are missing integral indexes that can improve performance. Additionally, all data fields are by default TEXT data type, which is BAD!. This plugin should be avoided at all costs until the developer can fix her huge mistakes. By changing a few data types and adding a couple indexes, I’ve taken queries from this plugin from examining 140k plus rows, down to examining less than 1800 rows, a 78% decrease in rows examined. I recommend “Google Analytics for WordPress” or “Wordpress.com Stats” (the latter requires an API key from wordpress.com, the former is obviously used in conjunction with Google Analytics, which is a great stat tracking software).  A newer version called StatPress Reloaded has been released, as the original SP plugin is no longer supported by the developer, however it suffers from the same design flaws as the original plugin.

I’ll agree that the features of the plugin are nice, including the real-time monitoring, the GUI, and the sheer amount of data collected. However, the design flaws mentioned previously can spell disaster for your website, especially if it is a popular site.</description>
		<content:encoded><![CDATA[<p>StatPress is an absolutely horrid plugin to use. I’m a MySQL DBA for a major world-wide internet hosting company and I see people using StatPress on their WP blogs and it kills the performance of the server, and their site. Not only does it store massive amounts of data, but the database design is just downright horrible. Tables and columns that are regularly queried are missing integral indexes that can improve performance. Additionally, all data fields are by default TEXT data type, which is BAD!. This plugin should be avoided at all costs until the developer can fix her huge mistakes. By changing a few data types and adding a couple indexes, I’ve taken queries from this plugin from examining 140k plus rows, down to examining less than 1800 rows, a 78% decrease in rows examined. I recommend “Google Analytics for WordPress” or “Wordpress.com Stats” (the latter requires an API key from wordpress.com, the former is obviously used in conjunction with Google Analytics, which is a great stat tracking software).  A newer version called StatPress Reloaded has been released, as the original SP plugin is no longer supported by the developer, however it suffers from the same design flaws as the original plugin.</p>
<p>I’ll agree that the features of the plugin are nice, including the real-time monitoring, the GUI, and the sheer amount of data collected. However, the design flaws mentioned previously can spell disaster for your website, especially if it is a popular site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
