<?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>Tue, 18 Jun 2013 20:10:05 -0500</pubDate>
    <ttl>30</ttl>
    <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>
    <item>
      <title><![CDATA[Ed Eliot's Blog: Automatic merging and versioning of CSS/JS files with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6919</guid>
      <link>http://www.phpdeveloper.org/news/6919</link>
      <description><![CDATA[<p>
Including Javascript files into your application is simple, but for each, a HTTP call has to be made back to the server and its contents pulled down. <i>Ed Eliot</i> decided he wanted to compress things a bit more so he created <a href="http://www.ejeliot.com/blog/72">this script</a> to push them all into one file dynamically.
</p>
<blockquote>
I hate maintaining this stuff manually so I've written a <a href="http://www.ejeliot.com/samples/combine/combine.phps">PHP script</a> which takes care of merging files on the fly whilst also versioning the merged file automatically as the various component files change.
</blockquote>
<p>
He <a href="http://www.ejeliot.com/blog/72">gives an example</a> of this simple script - defining which files to compress, defining the directory to pull them from, and using mod_rewrite to handle the Javascript file requests.
</p>]]></description>
      <pubDate>Mon, 18 Dec 2006 14:29:00 -0600</pubDate>
    </item>
  </channel>
</rss>
