<?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>The Official Rackspace Blog &#187; Chad Keck</title>
	<atom:link href="http://www.rackspace.com/blog/author/chad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rackspace.com/blog</link>
	<description>The Official Rackspace Blog</description>
	<lastBuildDate>Tue, 18 Jun 2013 21:31:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Optimizing Your WordPress Site</title>
		<link>http://www.rackspace.com/blog/optimizing-your-wordpress-site/</link>
		<comments>http://www.rackspace.com/blog/optimizing-your-wordpress-site/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:05:34 +0000</pubDate>
		<dc:creator>Chad Keck</dc:creator>
				<category><![CDATA[Tips for Devs and Sys Admins]]></category>

		<guid isPermaLink="false">http://www.rackspacecloud.com/blog/?p=4198</guid>
		<description><![CDATA[My colleague wrote an excellent article the other week on making your web sites load faster by leveraging the Rackspace Cloud Files &#38; CDN platform to serve all static content on your site. I want to take this a step further for those of you who leverage the WordPress platform which is one of the [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="wordpress" alt="" src="http://c0179631.cdn.cloudfiles.rackspacecloud.com/wordpress_logo1.jpg" width="130" height="130" />My colleague wrote an excellent article the other week on making your web sites load faster by leveraging the <a title="Rackspace Cloud Files" href="http://www.rackspacecloud.com/cloud_hosting_products/files" target="_blank" rel="nofollow">Rackspace Cloud Files &amp; CDN</a> platform to serve all static content on your site. I want to take this a step further for those of you who leverage the <a href="http://wordpress.org" target="_blank" rel="nofollow">WordPress</a> platform which is one of the most popular open-source web applications in existence.</p>
<p>In the <a href="http://wordpress.org" target="_blank" rel="nofollow">WordPress</a> community there are countless plugins that can be used for optimization, so how do you know which ones to use? Well I&#8217;m about to tell you and save you many hours or days of searching and experimenting.</p>
<p>The first plugin I want to mention is already one of the most popular, <a title="Wordpress Super Cache" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank" rel="nofollow">WordPress Super Cache</a>. This tool generates static HTML files from your dynamic pages produced by WP. Once the HTML version of the page is generated your hosting platform will serve this in place of the dynamic PHP pages which causes increased server load and longer page load times. The vast majority of your visitors will be served static content by default but WP Super Cache knows to switch back to the standard PHP pages for users who are leaving comments (or have left a comment), users that are logged in, and users who are reading a password protected blog post.</p>
<p>What does this do for you exactly? There are two significant benefits:</p>
<p>1)  <strong><em><strong>Reduced server resource utilization.</strong></em></strong> Having your web server serve static content instead of dynamic content decreases CPU and memory utilization significantly and result in smaller hardware/resource requirements or allow your current hardware to handle many more concurrent connections to your site(s). On platforms such as <a title="Rackspace Cloud Sites" href="http://www.rackspacecloud.com/cloud_hosting_products/sites" target="_blank" rel="nofollow">Cloud Sites</a> from the Rackspace Cloud this will have a large impact on your compute cycle usage.<br />
2)  <strong><em><strong>Decreased page load times.</strong></em></strong> Decreasing page load times makes for a better end-user experience on your web site and is shown to reduce bounce and improve overall stickiness on your pages.</p>
<p><strong>Installation</strong></p>
<p>1)  Download WP Super Cache <a title="Wordpress Super Cache" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank" rel="nofollow">here</a><br />
2)  Upload to your WordPress /wp-content/plugins/ directory<br />
3) Modify the /wp-content/wp-cache-config.php file: Uncomment &#8220;$use_flock = true;&#8221; (if using Rackspace Cloud Sites)<br />
4)  Login to your WordPress admin console and navigate to &#8220;Plugins&#8221;<br />
5)  Activate the WP Super Cache plugin<br />
6)  Before turning on WP Super Cache you MUST enable permalinks (Settings &#8211;&gt; Permalinks)<br />
7)  Navigate to Settings &#8211;&gt; WP Super Cache<br />
8)  Set WP Super Cache status to &#8220;On&#8221;<br />
9) Make sure that &#8220;Super Cache Compression&#8221; is set to &#8220;Disabled&#8221;<br />
10)  Leave all other options default unless you know specifically how this will affect your site<br />
11)  Click &#8220;Update Status&#8221;<br />
12) Scroll down and copy the updated mod_rewrite rules<br />
13) Paste these new rules into the .htaccess file within your WordPress root directory<br />
14) Depending on how your permissions are set there is a button you can click which may be able to do this automatically for you<br />
15) Done!<br />
16) To verify that WP Super Cache is working properly visit your site directly (you may need to logout depending on your settings. Pull up a page/post and use your web browsers &#8220;View Source&#8221; feature. Scroll to the bottom of the page and you should be something like this:</p>
<blockquote>
<pre id="line130">&lt;!-- Dynamic page generated in 0.380 seconds. --&gt;
&lt;!-- Cached page generated by WP-Super-Cache on 2010-02-16 17:36:22 --&gt;
&lt;!-- super cache --&gt;</pre>
</blockquote>
<p>You are all set and now your WordPress site can handle much more traffic and operate much more efficiently.</p>
<p>The next plugin I want to talk about also has a big impact on site performance and can further reduce server load. <a title="CDN Tools" href="http://wordpress.org/extend/plugins/cdn-tools/" target="_blank" rel="nofollow">CDN Tools</a> (developed by <a href="http://langui.sh/" target="_blank" rel="nofollow">Paul Kehrer</a>) is a plugin that allows you to load your sites javascript and media files to an external CDN platform such as Cloud Files from the Rackspace Cloud. Even if you don&#8217;t have or want to use the <a title="Rackspace Cloud Files" href="http://www.rackspacecloud.com/cloud_hosting_products/files" target="_blank" rel="nofollow">Cloud Files</a> storage and CDN platform you can load your larger JS libraries (prototype and jquery) for free from Google&#8217;s servers.</p>
<p>If you are not familiar with platforms such as <a title="Cloud Files" href="http://www.rackspacecloud.com/cloud_hosting_products/files" target="_blank" rel="nofollow">Cloud Files</a>, what this allows for is global distribution of your static media files (images, video, documents, etc) over a Content Delivery Network or CDN. Cloud Files offers seamless integration with <a title="Limelight Networks" href="http://www.limelightnetworks.com/" target="_blank" rel="nofollow">Limelight Network&#8217;s CDN</a> platform that is the second largest in the world allowing your static data to be distributed across 50+ POPs around the globe. When a user from a specific geographic location requests one of the files you have cached on Limelight&#8217;s CDN, they are served this data from the closest possible data center to them, vastly reducing network latency which is critical for a global audience. Serving data from a single US data center may work great for a mainly North American audience, but when it comes to sending large files across the ocean, that is a different story entirely.</p>
<p>Some might ask why you would want to pay an <a title="Cloud Files Pricing" href="http://www.rackspacecloud.com/cloud_hosting_products/files/pricing" target="_blank" rel="nofollow">additional cost</a> to use a platform such as Cloud Files and this really just depends on your needs. If you have a small family blog it may not be necessary, but if you are running a popular site with a lot of static media typically the reduction in CPU/memory from your server or platform having to load this static content anyways more than makes up for the low CDN cost of $0.22/GB and the benefit of a much better end-user experience.</p>
<p><strong>Installation</strong></p>
<p>Installing CDN Tools is incredibility simple and only requires a few clicks after uploading.</p>
<p>1)  Download CDN Tools <a title="CDN Tools" href="http://wordpress.org/extend/plugins/cdn-tools/" target="_blank" rel="nofollow">here</a><br />
2)  Upload to your WordPress /wp-content/plugins/ directory<br />
3)  Login to your WordPress admin console and navigate to &#8220;Plugins&#8221;<br />
4)  Activate the CDN Tools plugin<br />
5)  Navigate to Settings &#8211;&gt; CDN Tools<br />
6)  Enable &#8220;Use Google AJAX CDN&#8221;<br />
7)  If you have a Cloud Files account choose Cloud Files from the &#8220;Primary CDN&#8221;drop down menu<br />
8)  Enter your Rackspace Cloud control panel username and account API key (located in the control panel at &#8220;Your Account &#8211;&gt; API Access&#8221;<br />
9)  Save Changes<br />
10) Click &#8220;Load Files&#8221; (this side loads all your static data to Cloud Files and moving forward it will do it automatically)<br />
11) Done!</p>
<p><strong>Note:</strong> The <a href="http://langui.sh/" target="_blank" rel="nofollow">developer</a> for CDN Tools has carefully crafted this plugin allowing you to easily disable. If you ever need to turn off CDN Tools it will automatically update your file paths without you having to do anything manually. This is a big plus!</p>
<p><em>Learn more about how Rackspace can help you with <a href="http://www.rackspace.com/cloud/sites/web-hosting/wordpress/">hosting your WordPress site</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/optimizing-your-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Optimizing Your Drupal Site</title>
		<link>http://www.rackspace.com/blog/optimizing-your-drupal-site/</link>
		<comments>http://www.rackspace.com/blog/optimizing-your-drupal-site/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:12:12 +0000</pubDate>
		<dc:creator>Chad Keck</dc:creator>
				<category><![CDATA[Tips for Devs and Sys Admins]]></category>

		<guid isPermaLink="false">http://www.rackspacecloud.com/blog/?p=4099</guid>
		<description><![CDATA[Drupal is a widely used open-source CMS platform that is becoming increasingly popular by the day. I have personally used Drupal on/off since v4 and have seen it mature over the years into my preferred content management system. Here at the Rackspace Cloud we speak to hundreds if not thousands of new customers and prospects [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://drupal.org/" target="_blank"><img class="alignright" title="Drupal" src="http://c0179631.cdn.cloudfiles.rackspacecloud.com/Drupal-logo.gif" alt="" width="175" height="175" />Drupal</a> is a widely used open-source CMS platform that is becoming increasingly popular by the day. I have personally used Drupal on/off since v4 and have seen it mature over the years into my preferred content management system. Here at the Rackspace Cloud we speak to hundreds if not thousands of new customers and prospects that are either wanting to migrate their existing Drupal sites into the Cloud or start fresh with Drupal.</p>
<p>Improving performance is always a concern with any site and after working with countless Drupal installs I have identified a few tools and options that can very easily make a very noticeable difference in your sites performance. These tweaks are not specific to the Rackspace Cloud platforms and should be considered by any Drupal site admin on any hosting platform. They will not only improve the performance of your site but also reduce back-end resource utilization such as CPU and memory or lower compute cycles on Cloud Sites for example. This is achieved through various levels of static page caching and a more optimized database. Let&#8217;s take a look at the options.</p>
<p>Before we look at any third party modules lets examine what Drupal has built-in that can help. Navigate to Administer &#8211;&gt; Site Configuration &#8211;&gt; Performance. This section allows users to enable/disable specific caching functions included in Drupal CORE. Here are my recommendations for a typical Drupal site:</p>
<p>¥    Caching Mode: Normal<br />
¥    Page Compression: Enabled<br />
¥    Block Cache: Enabled<br />
¥    Optimize CSS Files: Enabled (use in production only, not during theme development or customization)<br />
¥    Optimize JavaScript Files: Enabled (use in production only, not during theme development or customization)</p>
<p>Next I highly recommend setting up a cron job to run the Drupal cron.php file regularly, I typically run it once per day but it depends on your site (heavy traffic sites might want to run it more often). While this may not have a direct performance impact it is good general practice as executing this script performs many maintenance tasks including cleaning up old log files and checking for updates. Setting up a cron job is pretty simple and some hosting platforms such as Cloud Sites can make this a point/click configuration. Reference <a href="http://drupal.org/cron" target="_blank">this page</a> for more information on how Drupal uses cron and setup instructions.</p>
<p>Now, lets take a look at two third party modules that I have used for sometime that can have a dramatic impact on your site:</p>
<p><span style="text-decoration: underline;"><strong>Boost</strong></span></p>
<p><a href="http://drupal.org/project/boost" target="_blank">Boost</a> provides static page caching for Drupal, similar to how<a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank"> WP Super Cache</a> works for <a href="http://wordpress.org/" target="_blank">WordPress</a>. This module works extremely well if your site received mostly anonymous traffic. The developers make this module a breeze to set up and configure and I&#8217;ve tested it across many platforms including a dedicated Linux server, <a href="http://www.rackspacecloud.com/cloud_hosting_products/sites" target="_blank">Rackspace Cloud Sites</a> &amp; <a href="http://www.rackspacecloud.com/cloud_hosting_products/servers" target="_blank">Cloud Servers</a> and even a few shared hosting platforms. Boost also includes partial support for Nginx, Lighthttpd and even IIS 7 (<a href="http://apache.org/" target="_blank">Apache</a> is fully supported). Let&#8217;s walk-through the set up:</p>
<p><strong>*Note, Boost requires cron and clean-URLs to be enabled FIRST*</strong></p>
<p>1.    Download Boost here: <a href="http://drupal.org/project/boost" target="_blank">http://drupal.org/project/boost</a><br />
2.    Extract and upload to your Drupal /modules folder<br />
3.    Navigate to Administer &#8211;&gt; Site Building &#8211;&gt; Modules<br />
4.    Enable Boost<br />
5.    Navigate to Administer &#8211;&gt; Site Configuration &#8211;&gt; Performance<br />
6.    Notice the new options for &#8216;Boost&#8217; on the top navigation menu, click Boost Settings<br />
7.    Review and adjust any settings necessary (I generally stick to the defaults)<br />
8.    Click &#8216;Boost htaccess rules generation&#8217; in the top nav menu<br />
9.    Copy the automatically generated htaccess rules and paste them in your htaccess file, see below:</p>
<blockquote><p># RewriteBase /<br />
&lt;&lt;INSERT BOOST CODE HERE&gt;&gt;<br />
#Rewrite URLs of the form &#8216;x&#8217; to the form &#8216;index.php?q=x&#8217;</p></blockquote>
<p>10.  Modify this line:</p>
<blockquote><p>%{DOCUMENT_ROOT}/cache/</p></blockquote>
<p>to</p>
<blockquote><p>/mnt/path-to-my-site/web/content/cache/</p></blockquote>
<p>Boost should now be up and running. Be sure to check your Administer &#8211;&gt; Reports &#8211;&gt; Status Report page for any errors.</p>
<p><span style="text-decoration: underline;"><strong>DB Maintenance</strong></span></p>
<p>The <a href="http://drupal.org/project/db_maintenance" target="_blank">DB Maintenance module</a> optimized administrator selected tables in your Drupal sites database during the regular cron.php executions. Keeping your database optimized is one of the easiest ways to ensure a smoothly operating site on any platform and is essential if you want to scale your site effectively for high traffic. Installation is fairly quick and easy:</p>
<p>1.    Download DB Maintenance here: http://drupal.org/node/41588<br />
2.    Extract and upload to your Drupal /modules folder<br />
3.    Navigate to Administer &#8211;&gt; Site Building &#8211;&gt; Modules<br />
4.    Enable DB Maintenance<br />
5.    Navigate to Administer &#8211;&gt; Site Configuration &#8211;&gt; DB Maintenance<br />
6.    Select tables in the Drupal database that you wish to optimize during the regular cron execution and enable logging if you prefer<br />
7.    Save and thats it!</p>
<p>It is suggested to keep your selections to tables where there is a lot of data movement such as accesslog, cache, sessions, and watchdog. You can always make a separate and more infrequent cron as part of your regular server management if you want/need to optimize your node tables.</p>
<p><span style="text-decoration: underline;"><strong>CDN Integration</strong></span></p>
<p>The final tip I’ll leave you with is one of the most important and that is serving your static content from a <a href="http://en.wikipedia.org/wiki/Content_Delivery_Network" target="_blank">CDN</a> platform. There are many options and one of the easiest and most cost effective to leverage is <a href="http://www.rackspacecloud.com/cloud_hosting_products/files" target="_blank">Cloud Files</a>, which has built in CDN integration from <a href="http://www.limelightnetworks.com/" target="_blank">Limelight Networks</a>. Off-loading your static content such as images, video, audio, documents, etc to a global content distribution network not only decreases even more load on your hosting platform but it makes site load times significantly faster by serving this content as close as geographically possible to your site visitors (local or close to local data centers).</p>
<p>Uploading content to Cloud Files and enabling CDN distribution takes only a few seconds and is the preferred method for embedding static content, especially large video and audio files. Currently there are a few Drupal modules in development that support Cloud Files and other storage/CDN platforms on varying degrees but none that I’m comfortable mentioning just yet. Once these mature it will only make using these platforms even easier.</p>
<p>Deploying these tips and modules should have a significant impact on your sites performance. There are countless other ways to further optimize your site in addition to this so don’t hesitate to explore other options as well. I hope this is helpful to new Drupal users and even seasoned noders alike.</p>
<p>If you found this article helpful or have anything to add please don&#8217;t hesitate to leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/optimizing-your-drupal-site/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>The Rackspace Cloud iPhone App for Cloud Servers and Files &#8211; Live Demo</title>
		<link>http://www.rackspace.com/blog/the-rackspace-cloud-iphone-app-for-cloud-servers-files-live-demo/</link>
		<comments>http://www.rackspace.com/blog/the-rackspace-cloud-iphone-app-for-cloud-servers-files-live-demo/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:10:33 +0000</pubDate>
		<dc:creator>Chad Keck</dc:creator>
				<category><![CDATA[Product Announcements and Updates]]></category>
		<category><![CDATA[Cloud Files]]></category>
		<category><![CDATA[cloud servers]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.rackspacecloud.com/blog/?p=3337</guid>
		<description><![CDATA[If you use Rackspace Cloud Servers or Cloud Files and have an iPhone, you definitely need to download the iPhone application for these platforms. It offers a very powerful set of features and options to manage your account including adding new servers, resizing existing servers, rebooting, SSH access and resource monitoring for Cloud Servers. For [...]]]></description>
				<content:encoded><![CDATA[<p>If you use Rackspace<a href="http://www.rackspacecloud.com/cloud_hosting_products/servers" target="_blank"> Cloud Servers</a> or<a href="http://www.rackspacecloud.com/cloud_hosting_products/sites" target="_blank"> Cloud Files</a> and have an iPhone, you definitely need to download the iPhone application for these platforms. It offers a very powerful set of features and options to manage your account including adding new servers, resizing existing servers, rebooting, SSH access and resource monitoring for Cloud Servers. For Cloud Files, you can easily list all of your containers and drill down on the content inside, preview content and even email an HTTP url or the file itself directly from your iPhone.</p>
<p>Check out this brief live demonstration I created:</p>
<p><object width="425" height="344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 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://www.youtube.com/v/9HRIKN3Fi1A&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed width="425" height="344" type="application/x-shockwave-flash" src="http://www.youtube.com/v/9HRIKN3Fi1A&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowFullScreen="true" allowScriptAccess="always" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p>See more Cloud videos on my site at: <a href="http://chadkeck.com/" target="_blank">http://chadkeck.com/</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=abfed84e-b585-4ea9-86e7-0c6c75c39fc0" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/the-rackspace-cloud-iphone-app-for-cloud-servers-files-live-demo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via Rackspace Cloud Files: c3414940.r40.cf0.rackcdn.com

 Served from: www.rackspace.com @ 2013-06-18 16:45:14 by W3 Total Cache -->