<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Hacks &#187; Optimize WordPress</title>
	<atom:link href="http://wphacks.com/tag/optimize-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:20:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Optimize Your WordPress Database with Optimize DB WordPress Plugin</title>
		<link>http://wphacks.com/optimize-wordpress-database-wordpress-plugin/</link>
		<comments>http://wphacks.com/optimize-wordpress-database-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 18:49:33 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Optimize Database]]></category>
		<category><![CDATA[Optimize WordPress]]></category>
		<category><![CDATA[Optimize WordPress Database]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1919</guid>
		<description><![CDATA[If your WordPress blog has been around for awhile, chances are there is some clutter in your MySQL database.   For these situations, Joost De Valk of Yoast.com has an easy to use WordPress plugin called Optimize Database. This free WordPress plugin simply needs activated, then whenever you click Optimize Now, the plugin runs an optimize [...]]]></description>
			<content:encoded><![CDATA[<p>If your WordPress blog has been around for awhile, chances are there is some clutter in your MySQL database.   For these situations, Joost De Valk of <a href="http://yoast.com/">Yoast.com</a> has an easy to use WordPress plugin called <a href="http://yoast.com/wordpress/optimize-db/">Optimize Database</a>.</p>
<p>This free WordPress plugin simply needs activated, then whenever you click <em>Optimize Now</em>, the plugin runs an <code>optimize table</code> command on your WordPress tables, effectively defragmenting it. This is very useful for tables that are frequently updated. If you&#8217;d like to learn more about why this WordPress plugin might be necessary, you can read more information on <a href="http://www.dbtuna.com/article.asp?id=15">this post</a>.</p>
<p>Great plugin Joost!</p>
<p>[<strong><a href="http://downloads.wordpress.org/plugin/optimize-db.zip">Download the Optimize Database Plugin</a></strong>]</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1919&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/optimize-wordpress-database-wordpress-plugin/">Optimize Your WordPress Database with Optimize DB WordPress Plugin</a>  © 2009 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/optimize-wordpress-database-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tips for Speeding Up Your WordPress Installation</title>
		<link>http://wphacks.com/tips-for-speeding-up-your-wordpress-installation/</link>
		<comments>http://wphacks.com/tips-for-speeding-up-your-wordpress-installation/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 22:00:33 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Optimize WordPress]]></category>
		<category><![CDATA[WordPress Caching]]></category>
		<category><![CDATA[WordPress Guide]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1244</guid>
		<description><![CDATA[Find your WordPress blog is loading slow?   Do you ever get a &#8220;MySQL server has gone away&#8221; message?  Maybe your WordPress Admin Panel is running slow?   Even if none of those apply to you, the higher the traffic your WordPress blog receives, the more important it is to have an optimal setup. In case you&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>Find your WordPress blog is loading slow?   Do you ever get a &#8220;MySQL server has gone away&#8221; message?  Maybe your WordPress Admin Panel is running slow?   Even if none of those apply to you, the higher the traffic your WordPress blog receives, the more important it is to have an optimal setup.</p>
<p>In case you&#8217;d like to maximize your blog&#8217;s performance, Vladimir Porlovac has published a pretty good <a href="http://www.prelovac.com/vladimir/wordpress-optimization-guide">WordPress Optimization Guide</a> which contains a number of great tutorials and tips for WordPress users.</p>
<p>Here are the 10 topics which are covered in the post:</p>
<ol>
<li>Check the Connection</li>
<li>Check your (Vista) System</li>
<li>Check the Plugins</li>
<li>Check your Theme</li>
<li>Optimize Database Tables</li>
<li>Turn off Post Revisions</li>
<li>Implement Caching (WordPress Cache, MySQL Optimization, PHP Opcode Cache)</li>
<li>“MySQL server has gone away” workaround</li>
<li>Fixing posting not possible problem</li>
<li>Other reasons for slow posting</li>
</ol>
<p>A few of these steps can be accomplished via WordPress plugins, but overall it is a well written and useful post.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1244&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/tips-for-speeding-up-your-wordpress-installation/">Tips for Speeding Up Your WordPress Installation</a>  © 2008 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/tips-for-speeding-up-your-wordpress-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

