<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 11:54:18 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Anson Cheung's Blog: Optimize Web Site Performance by using YSlow]]></title>
      <guid>http://www.phpdeveloper.org/news/16940</guid>
      <link>http://www.phpdeveloper.org/news/16940</link>
      <description><![CDATA[<p>
In a recent post to his blog <i>Anson Cheung</i> guides you through another tool that can help you optimize your web applications - <a href="http://www.ansoncheung.tk/articles/optimize-web-site-performance-using-yslow">using YSlow for the frontend</a> to detect trouble spots early (whether they're actually caused by the frontend or not).
</p>
<p>
He goes through the thirteen rules to help improve your website's performance including:
</p>
<ul>
<li>Make fewer HTTP requests
<li>Gzip components
<li>Make JS and CSS external
<li>Remove duplicate scripts
<li>Configure ETags
</ul>
<p>
For more information about the YSlow extension (available for Firefox, Chrome, Opera and mobile devices), check out the <a href="http://developer.yahoo.com/yslow/">project's page</a> on Yahoo's Developer section (including ten more rules it checks).
</p>]]></description>
      <pubDate>Mon, 03 Oct 2011 11:12:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPRiot.com: Speeding Up Your PHP Web Site]]></title>
      <guid>http://www.phpdeveloper.org/news/14555</guid>
      <link>http://www.phpdeveloper.org/news/14555</link>
      <description><![CDATA[<p>
In a new tutorial posted to the PHPRiot.com site today <i>Quentin Zervaas</i> shows you some of the <a href="http://www.phpriot.com/articles/faster-php-web-sites">steps he's taken</a> to improve the response time and overall speed of his site to help with the ever-increasing load.
</p>
<blockquote>
<a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">Google have recently announced</a> that the speed of a web site is now used as a factor in determining its search rank. This is great news for the skillful PHP developer, since it allows you to gain an advantage over those not as dedicated to their art. 
</blockquote>
<p>
He decided on the Google Page Speed an YSlow plugins for Firebug as a benchmarking platform to test the speed and response time of the different parts of his site. These plugins give your site rankings and overall recommendations on what you could be doing better to help its performance.
</p>
<p>
He talks about content delivery networks, minifying your CSS and Javascript, a method for caching generated pages for a certain length of time and gzipping your content to make it stream to the browser more effectively.
</p>]]></description>
      <pubDate>Tue, 25 May 2010 12:15:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Andre Liem's Blog: 5 tips and tools to optimize your php application - Part 1 simple]]></title>
      <guid>http://www.phpdeveloper.org/news/11490</guid>
      <link>http://www.phpdeveloper.org/news/11490</link>
      <description><![CDATA[<p>
<i>Andre Liem</i> has posted <a href="http://blog.midstride.com/2008/12/01/5-tips-and-tools-to-optimize-your-php-application-part-1-simple/">five simple tips</a> (part one of a two-part series) on ways to optimize your PHP applications.
</p>
<blockquote>
After experiencing some issues with an application running the Zend Framework, I realized there were a lot of things I was not doing to optimize my application.  There are simple and more complex actions you can take to speed up your application.  Since time is precious, and developers with an expertise on optimization are not always available, I've split this post into two sections (simple and more advanced).  This post focuses on the simple part.
</blockquote>
<p>
His simpler suggestions include using the YSlow extension in Firefox, minification of Javascript and CSS, merging CSS/JS requests, using gzip and avoiding CSS background images.
</p>]]></description>
      <pubDate>Tue, 02 Dec 2008 15:31:07 -0600</pubDate>
    </item>
  </channel>
</rss>
