<?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>dropthedigibomb.com &#187; MySQL</title>
	<atom:link href="http://dropthedigibomb.com/category/open-source/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://dropthedigibomb.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 14:01:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Development Presentation &#8211; FSOSS 2009</title>
		<link>http://dropthedigibomb.com/2009/wordpress-development-presentation-fsoss-2009/</link>
		<comments>http://dropthedigibomb.com/2009/wordpress-development-presentation-fsoss-2009/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 00:43:45 +0000</pubDate>
		<dc:creator>digibomb</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Drop It]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dropthedigibomb.com/?p=677</guid>
		<description><![CDATA[I had a great time a FSOSS this year, it was really nice to see old friends and make some new ones. I would like to thank everyone who came out to my WordPress Development presentation and thank you for all the great feedback on twitter and via email. As promised I have uploaded my [...]]]></description>
			<content:encoded><![CDATA[<p>I had a great time a <a href="http://fsoss.ca" target="_blank">FSOSS</a> this year, it was really nice to see old friends and make some new ones. I would like to thank everyone who came out to my WordPress Development presentation and thank you for all the great feedback on <a href="http://twitter.com/digibomb" target="_blank">twitter</a> and via email. As promised I have uploaded my presentation on <a href="http://www.slideshare.net/digibomb" target="_blank">slideshare</a> and posted here. If you have any questions you know how to find me. Also, make sure to check some <a href="http://www.flickr.com/photos/phug/sets/72157622578625633/" target="_blank">photos</a> from the event and if you attended <a href="http://fsoss.ca" target="_blank">FSOSS</a>, and you have some time, let them know what a great job they did!</p>
<div id="__ss_2398482" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Wordpress Development Fsoss 2009" href="http://www.slideshare.net/digibomb/wordpress-development-fsoss-2009">WordPress Development Fsoss 2009</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpressdevelopmentfsoss09-091101182252-phpapp02&amp;stripped_title=wordpress-development-fsoss-2009" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordpressdevelopmentfsoss09-091101182252-phpapp02&amp;stripped_title=wordpress-development-fsoss-2009" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/digibomb">digibomb</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dropthedigibomb.com/2009/wordpress-development-presentation-fsoss-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Optimization &#8211; The Quick and Dirty</title>
		<link>http://dropthedigibomb.com/2009/wordpress-optimization-the-quick-and-dirty/</link>
		<comments>http://dropthedigibomb.com/2009/wordpress-optimization-the-quick-and-dirty/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 16:08:57 +0000</pubDate>
		<dc:creator>digibomb</dc:creator>
				<category><![CDATA[Drop It]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dropthedigibomb.com/?p=561</guid>
		<description><![CDATA[Recently some of my WordPress installs have been suffering from very slow load times. At first I thought it was due to some bad code I hacked in,  my host provider, a buggy plugin, who knows&#8230; Usually a slow WordPress site is caused by a bad plugin, cahing (Where you can get the biggest benefit [...]]]></description>
			<content:encoded><![CDATA[<p>Recently some of my WordPress installs have been suffering from very slow load times. At first I thought it was due to some bad code I hacked in,  my host provider, a buggy plugin, who knows&#8230;</p>
<p>Usually a slow WordPress site is caused by a bad plugin, cahing (Where you can get the biggest benefit for the smallest hassle, according to WordPress),  and server optimization.</p>
<p>I did some digging on the WordPress codex and came across some information on <a href="http://codex.wordpress.org/WordPress_Optimization" target="_blank">optimization</a>, and read through their <a href="http://codex.wordpress.org/WordPress_Optimization/Cheat_Sheet" target="_blank">optimization cheat sheet</a>, and tried some of their recommend plugins like <a title="http://mnm.uib.es/gallir/wp-cache-2/" href="http://mnm.uib.es/gallir/wp-cache-2/" target="_blank">WP-Cache2</a> and <a title="http://wordpress.org/extend/plugins/wp-super-cache/" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a>.</p>
<p>The above options might work for you,  if  you are willing to spend some time going through the documentation and figuring it all out. I do recommend installing a good cache plugin, it has worked for me in the past, however here is a quick and dirty option to optimize at the Database level.</p>
<p>I&#8217;ll try and make easy for those of you who have none or little experience with phpMyAdmin.<em><br />
*I recommend backing up your database first!</em></p>
<ol>
<li>Log into your  Control Panel (You can necessary url&#8217;s/info   from your host provider)</li>
<li>Go to your Databases, find the Database you want, then click the phpMyAdmin link (or login to phpMyAdmin via whatever information your provider has sent you)</li>
<li> Once in phpMyAdmin  click on the database name (in this example the DB is called wordpress)</li>
<p>
<img class="alignnone size-full wp-image-572" title="phpmyadmin_optimizeWP_choosedb_screen" src="http://dropthedigibomb.com/wp-content/uploads/phpmyadmin_optimizeWP_choosedb_screen.png" alt="phpmyadmin_optimizeWP_choosedb_screen" width="436" height="314" /><br />
</p>
<li> Use the checkbox to check off which table you wish to optimize (Or scroll<br />
down and click the Check All link if you want to optimize  your entire<br />
Database)</li>
<li> From the With Selected pull-down menu, select Optimize Tables</li>
<p>
<img class="alignnone size-full wp-image-573" title="phpmyadmin_optimizeWP_screen" src="http://dropthedigibomb.com/wp-content/uploads/phpmyadmin_optimizeWP_screen.png" alt="phpmyadmin_optimizeWP_screen" width="459" height="454" /><br />
</p>
<li>That&#8217;s it,  take your site for a test run and hope for the best!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dropthedigibomb.com/2009/wordpress-optimization-the-quick-and-dirty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

