<?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>An It-Slave in the digital saltmine &#187; wordpress</title>
	<atom:link href="http://www.it-slav.net/blogs/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-slav.net/blogs</link>
	<description>Another Blog from a Geek that has no life</description>
	<lastBuildDate>Fri, 02 Jul 2010 07:33:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Speedup wordpress blogs</title>
		<link>http://www.it-slav.net/blogs/2009/09/05/speedup-wordpress-blogs/</link>
		<comments>http://www.it-slav.net/blogs/2009/09/05/speedup-wordpress-blogs/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 07:13:34 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[op5 Monitor]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tune]]></category>
		<category><![CDATA[webinject]]></category>

		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=1283</guid>
		<description><![CDATA[I noticed that my blog become slower and slower by using op5 Monitor and webinject, see previous article. From installation 2.5 seconds to over 7.5 seconds to run my testcases. The most annoying was that the it was a very linear increase see graphs below. My first try was to tune MySQL
By installing wp-cache the [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed that my blog become slower and slower by using <a target="_blank" href="http://www.op5.com/op5/products/monitor">op5 Monitor</a> and <a target="_blank" href="http://www.webinject.org/">webinject</a>, see<a target="_blank" href="http://www.it-slav.net/blogs/2009/03/16/wordpress-monitoring-with-nagios-or-op5-monitor-using-webinject/"> previous article</a>. From installation 2.5 seconds to over 7.5 seconds to run my testcases. The most annoying was that the it was a very linear increase see graphs below. My first try was to <a target="_blank" href="http://www.it-slav.net/blogs/2009/03/03/mysql-tuning/">tune</a> MySQL</p>
<p>By installing <a target="_blank" href="http://mnm.uib.es/gallir/wp-cache-2/">wp-cache </a>the testcase went down to 0.4 seconds.</p>
<p>&nbsp;</p>
<p>&nbsp;The drawback is that my counter widget is getting updated every hour instead of every reload of the webpage.</p>
<p>&nbsp;</p>
<p>Take a peak at some nice graphs showing that I&nbsp;stopped the increasing loading time and got a speedup from 7.5 seconds to 0.4 seconds:</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="221" width="581" src="http://www.it-slav.net/blogs/wp-content/uploads/2009/09/24-hours.png" alt="24-hours" title="24-hours" class="aligncenter size-full wp-image-1284" /></p>
<p><span id="more-1283"></span></p>
<p>&nbsp;</p>
<p><img height="207" width="581" src="http://www.it-slav.net/blogs/wp-content/uploads/2009/09/one-week.png" alt="one-week" title="one-week" class="aligncenter size-full wp-image-1285" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="207" width="581" src="http://www.it-slav.net/blogs/wp-content/uploads/2009/09/onemonth.png" alt="onemonth" title="onemonth" class="aligncenter size-full wp-image-1286" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-slav.net/blogs/2009/09/05/speedup-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Wordpress permalinks on the fly.</title>
		<link>http://www.it-slav.net/blogs/2009/08/20/change-wordpress-permalinks-on-the-fly/</link>
		<comments>http://www.it-slav.net/blogs/2009/08/20/change-wordpress-permalinks-on-the-fly/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 17:36:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[it-slav.net]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=1191</guid>
		<description><![CDATA[I have moved my blog from one system to another and at the same time upgrade to the latest and greatest Wordpress version. Using the default link structure in Wordpress gives links like: http://www.it-slav.net/blogs/?p=115 when a more logical link name is: http://www.it-slav.net/blogs/2008/11/17/op5-monitor-or-nagios-plugins-for-1-wire-temperature-measurement/
The more logical name gives date and title of the blog post instead of [...]]]></description>
			<content:encoded><![CDATA[<p>I have moved my blog from one system to another and at the same time upgrade to the latest and greatest Wordpress version. Using the default link structure in Wordpress gives links like: <a href="http://www.it-slav.net/blogs/?p=115" target="_self">http://www.it-slav.net/blogs/?p=115</a> when a more logical link name is: <a href="http://www.it-slav.net/blogs/2008/11/17/op5-monitor-or-nagios-plugins-for-1-wire-temperature-measurement/" target="_blank">http://www.it-slav.net/blogs/2008/11/17/op5-monitor-or-nagios-plugins-for-1-wire-temperature-measurement/</a></p>
<p>The more logical name gives date and title of the blog post instead of a cryptic number.  Changing from one to another is rather simple, just change it in the wordpress settings, but there is several drawbacks:</p>
<ul>
<li>Referers stop working, if someone is refering to your pages they will stop working until someone updates the link</li>
<li>Search engines will refer to the wrong page until the pages are indexed again and very likely the rank will drop</li>
<li>Wordpress internal references will stop working, so the mainpage links will stop working. This is real stupid and I do not understand why Wordpress behaves like this.</li>
</ul>
<p>The solution is to install the plugin&nbsp; &quot;<a href="http://www.microkid.net/wordpress/permalinks-moved-permanently/" target="_blank">Permalinks Moved Permanently</a>&quot; which fixes this problem, make sure that the webserver allows rewrite.</p>
<p>&nbsp;</p>
<p>Links</p>
<ul>
<li>The plugin used <a href="http://www.microkid.net/wordpress/permalinks-moved-permanently/" target="_blank">Permalinks Moved Permanently</a></li>
<li>A webpage describing howto <a href="http://ubuntuforums.org/showthread.php?t=255556" target="_blank">enable mod_rewrite for Ubuntu Server</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.it-slav.net/blogs/2009/08/20/change-wordpress-permalinks-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
