<?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>Your Blog Tools &#187; Optimization</title>
	<atom:link href="http://yourblogtools.com/tag/optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourblogtools.com</link>
	<description>Maximise Your Blog</description>
	<lastBuildDate>Mon, 19 Dec 2011 11:50:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>12 Ways To Optimize Your Blog For Better Performance</title>
		<link>http://yourblogtools.com/optimize-your-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=optimize-your-blog</link>
		<comments>http://yourblogtools.com/optimize-your-blog/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:43:23 +0000</pubDate>
		<dc:creator>John Lufadeju</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tools for your blog]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://yourblogtools.com/?p=1532</guid>
		<description><![CDATA[<p>Is your blog’s performance beginning to dip?<br />
Does it takes ages to do the simplest of tasks?<br />
Chances are, your blog needs a health check.</p>
<p>With a growing blog, comes the responsibility to meet its needs and demands.<br />
Blogging platforms &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Is your blog’s performance beginning to dip?<br />
Does it takes ages to do the simplest of tasks?<br />
Chances are, your blog needs a health check.</p>
<p>With a growing blog, comes the responsibility to meet its needs and demands.<br />
Blogging platforms are great, however, they also tend to use up a lot of resources as they grow &#8211; it&#8217;s just their nature.<br />
So therefore, to keep the ship steady, regular maintenance is essential.</p>
<p>On this blog, I&#8217;ve had a few blackout moments, when everything grinds to a halt, nothing seems to work, and in most cases, I&#8217;ve had my hosting company to thank, for placing me on a dodgy server (145) hmmm.<br />
It&#8217;s still an on-going process in my quest for <strong>better performance</strong>.</p>
<h4><span style="color: #800000;"> </span><span style="color: #800000;">Why is My Blog Running Slow?</span></h4>
<p>There could be many reasons for this :</p>
<ul>
<li>Traffic Levels.</li>
<li>Growth/size of your blog.</li>
<li>The size of your images.</li>
<li>Badly written codes.</li>
<li>Too many components.</li>
</ul>
<h4><span style="color: #800000;"> </span><span style="color: #800000;">What is Slowing Down my Blog?</span></h4>
<p>Well, the answer to this is relative. It really depends on your setup.<br />
That said, there are tools that can help you identify some problem areas.<br />
<a href="http://tools.pingdom.com/">Pingdom</a> is free service that provides information of how long your web page takes to load, and also breaks down what actions are being performed and the time taken.<br />
This detailed stats would give you some indication of areas that may need attention.</p>
<p><span id="more-1532"></span></p>
<h4><span style="color: #800000;"> </span><span style="color: #800000;">How Do I Increase My Loading Speed?</span></h4>
<p>There are several approaches you can take to solve this problem, they range from <strong>optimizing your blog,</strong> to drastic ones, such as changing web host.<br />
I would recommend doing some general house-keeping FIRST before considering switching hosts. You don&#8217;t want to end up with the same issues even after switching hosts.</p>
<p>Below are some possible solutions that may improve things.<br />
I will assume at this stage that you are using WordPress, although some of these tips can be applied to other CMS platforms.<br />
These recommendations have been tried and tested on this blog [Wordpress Build 2.9.1]<br />
Although, there&#8217;s still room for improvement, there has been a noticeable <strong>improvement in loading speed</strong>. Trust me, it was extremely slow before.</p>
<h5><span style="color: #ff0000;">At this stage, your first action is to back-up your database.<br />
You may already have a scheduled job in place, but if possible, carry out a manual back-up.</span></h5>
<p><strong>[1] Remove unused plugins</strong><br />
You&#8217;ve probably stumbled across a fancy plugin in the past that you no longer use &#8211; get rid of it.<br />
It is of no use having themit sitting on your server. The aim here is to get your server as lightweight as possible.<br />
<small><span style="color: #800000;"><strong>Procedure: </strong></span>Under <strong>Manage Plugins</strong> &gt; <strong>De-activate</strong> &gt; <strong>Delete</strong>.</small></p>
<p><strong>[2] Optimize Your Images</strong><br />
If you regularly use images within your blog post, ensure they&#8217;re optimized.<br />
You can use programs such as Photoshop or Fireworks to optimize your images for the web.<br />
<small><span style="color: #800000;"><strong>Procedure: </strong></span>In your favourite graphics application, export images using <strong>&#8216;Save for the web</strong>&#8216; option.</small></p>
<p><strong>[3] Remove unused Images From Your Server.</strong><br />
It quite easy to accumulate images in wordpress without realising, some of which you don&#8217;t use.<br />
Especially duplicates or images of different sizes residing on your server.<br />
<small><span style="color: #800000;"><strong>Procedure: </strong></span>Using an FTP client, browse to images folder, normally titled <strong>uploads</strong> in wordpress. Next remove unused or duplicate images. Test to make sure you haven&#8217;t broken anything.</small></p>
<p><strong>[4] Upgrade your Blogging platform.</strong><br />
Always be on a look  for the latest version of your blogging software. In most cases, a release build would address bug/security issues, performance related fixes and so on.</p>
<p><strong>[5] Update Plugins.</strong><br />
The same goes for plugins, update them when you can. But note, any previous changes made to a plugin may be lost during an update.</p>
<p><strong>[6] WP Super Cache</strong><br />
If you haven&#8217;t done so already, I recommend you install WP Super Cache.<br />
This is quite a popular wordpress plugin to have &#8211; because it works.<br />
<em>Here&#8217;s what it does:</em><br />
Instead of loading heavy PHP scripts each time a user visits your page, WP Super Cache generates and presents most of your users with static HTML files as oppose dynamic content.<br />
In a nutshell, It minimizes server load and presents heavy stuff only on-demand.<br />
<small><span style="color: #800000;"><strong>Get Plugin: </strong></span><a href="http://wordpress.org/extend/plugins/wp-super-cache/"><strong>WP Super Cache</strong></a></small></p>
<p><strong>[7] Remove Post Revisions</strong><br />
As you edit and create new posts, WordPress keeps a revision of your work. Which is a good thing.<br />
But on a flip-side, these revisions can easily accumulate and be a burden on your database.<br />
Some webmasters have actually decided to get rid of this functionality altogether, by hard-coding their &#8216;config&#8217; file in wordpress.<br />
Alternatively, you can grab a cool wordpress plugin called &#8216;Delete Revision&#8217;.<br />
The plugin allows you review your revisions before deleting.<br />
In my case, I removed 1361 revisions &#8211; that&#8217;s a lot.<br />
<small><span style="color: #800000;"><strong>Get Plugin: </strong></span><a href="http://wordpress.org/extend/plugins/delete-revision/"><strong>Delete Revision</strong></a></small></p>
<p><strong>[8] Database Optimization</strong><br />
To increase your page&#8217;s loading time, It&#8217;s always good practice to regularly optimize your database.<br />
It&#8217;s a straight forward back-end process located within the PHP Admin section of your hosting control panel.<br />
If you&#8217;re not comfortable doing this, there is a simply lightweight plugin that does the job. It actually states how much overheads you have accumulated and how much you can bring it down by.<br />
<small><span style="color: #800000;"><strong>Get Plugin: </strong></span><a href="http://yoast.com/wordpress/optimize-db/"><strong>Optimize DB</strong></a></small></p>
<p><strong>[9] DB Cache Reloaded</strong><br />
This re-worked plugin does a neat job of caching database queries for a given page.<br />
<small><span style="color: #800000;"><strong>Get Plugin: </strong></span><strong><a href="http://wordpress.org/extend/plugins/db-cache-reloaded/">DB Cache Reloaded</a><br />
</strong></small></p>
<p><strong>[10] WP CSS</strong><br />
WP CSS zips and strips away whitespace from your CSS files.<br />
<small><span style="color: #800000;"><strong>Get Plugin: </strong></span><a href="http://wordpress.org/extend/plugins/wp-css/"><strong>WP CSS</strong></a></small></p>
<p><strong>[11] Refactor Your Code<br />
</strong> Try to minimize the number PHP requests in your code. Where possible replace them with HTML.<br />
Your Headers and footer files are usually good places to start.</p>
<p><strong>[12] Upgrade Your Hosting Service</strong><br />
After you have exhausted all options and you&#8217;re still experiencing loading issues, it might be worth upgrading or changing your web hosting service.<br />
There are three main types of web hosting solution &#8211; Shared Hosting, Virtual Private Server Hosting and Dedicated Hosting.<br />
If you&#8217;ve recently started a blog, chances are your blog is residing on a shared hosting solution.</p>
<h5><strong>Shared Hosting</strong></h5>
<p>Shared hosting is basically sharing your hosting area with a bunch of other blogs and websites.<br />
This is a popular option for most people as they are very cost effective to maintain.<br />
On a shared hosting you are not guaranteed system resource, so if another blog within your hosting area gets a sudden influx of traffic, it may affect your blog.<br />
<small><span style="color: #800000;"><strong>Typical Monthly Cost: </strong></span>£3.50</small></p>
<h5><strong>VPS Hosting</strong></h5>
<p>A Virtual Private Server (VPS) is a hosting environment that combines the benefits of both shared hosting and dedicated hosting.<br />
It does this by creating a virtual server that runs inside a hardware server via a partition.<br />
Each VPS partition runs its own operating system in a secure and private environment and cannot<br />
be accessed or interrupted by its neighbouring blogs or websites.<br />
On a VPS environment, you are sharing limited number of users and are guaranteed some system resource.<br />
In comparison to shared hosting, they&#8217;re a bit more expensive to run, but you&#8217;re getting so much in terms guaranteed memory and disk space.<br />
In fact, very soon, I am looking to move this blog to a VPS environment.<br />
<small><span style="color: #800000;"><strong>Typical Monthly Cost: </strong></span>£30</small></p>
<h5><strong>Dedicated Server Hosting</strong></h5>
<p>Dedicated hosting is simply renting your own machine which you can configure to meet your needs.<br />
Maintaining a dedicated server can be very expensive.<br />
<small><span style="color: #800000;"><strong>Typical Monthly Cost: </strong></span>£200</small></p>
<h4><span style="color: #800000;"> Better Performance Check-list</span></h4>
<p>Here&#8217;s a quick checklist to help improve your blog&#8217;s performance.</p>
<ul>
<li> Delete unused plug-ins</li>
<li> Reduce the size of your images</li>
<li> Simplify your php and css code.</li>
<li> Update your plugins</li>
<li> When available, upgrade your blogging platform</li>
<li> Upgrade your hosting package</li>
</ul>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 937px; width: 1px; height: 1px;"><small><span style="color: #800000;"><strong>Procedure: </strong></span>In your favourite editor, export images using <strong>&#8216;Save for Web</strong>&#8216; option.</small></div>
<p>Have I missed anything else?</p>
<div id="seo_alrp_related"><h2>If you enjoyed 12 Ways To Optimize Your Blog For Better Performance, you may also like...</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://yourblogtools.com/a-move-to-vps-hosting/" rel="bookmark">A Move To VPS Hosting</a></h3><p>After several months on a shared hosting server, I decided to make a move to a VPS solution. (Virtual Private Server) This is something I ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://yourblogtools.com/web-hosting-101/" rel="bookmark">Web Hosting 101</a></h3><p>Many people settle on a domain name at the same time they choose web hosting services, purchasing their domain from the same provider from whom ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://yourblogtools.com/one-less-plugin-for-your-blog/" rel="bookmark">One Less Plugin For Your Blog</a></h3><p>WordPress blog performance issues can sometimes be a pain, in most cases, it's usually due to a massive overload of wordpress plugins. Several posts ago, ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://yourblogtools.com/wordpress-3-0-to-2-9-2/" rel="bookmark">Rolling back WordPress 3.0 to 2.9.2</a></h3><p>Couple of weeks ago, I decided to upgrade my blogging platform, the wordpress upgrade was from version 2.9.2 to 3.0. The install was smooth as ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://yourblogtools.com/host-wordpress-locally/" rel="bookmark">Host Your WordPress Blog Locally</a></h3><p>If you regularly tweek your blog's design, layout or test plugins - I would recommend having a local version of your blog. Hosting locally means ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://yourblogtools.com/optimize-your-blog/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
	</channel>
</rss>

