<?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>Wed, 07 Jan 2009 05:01:07 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Knut Urdalen's Blog: Try Yii Framework for your next large-scale web 2.0 application...]]></title>
      <guid>http://www.phpdeveloper.org/news/11650</guid>
      <link>http://www.phpdeveloper.org/news/11650</link>
      <description><![CDATA[<p>
If you're looking for a framework to try out on your next Web 2.0 application, <i>Knut Urdalen</i> <a href="http://www.urdalen.com/blog/?p=307">suggests you give Yii a try</a>.
</p>
<blockquote>
The Yii Framework is built for speed and the goal is to provide the best possible framework for your next large-scale web 2.0 applications. With it's superior performance, Yii still provides an easy-to-use and highly extensible <a href="http://www.yiiframework.com/features/">feature set</a> that is richer than most other frameworks.
</blockquote>
<p>
If you haven't tried it, he points out the <a href="http://www.yiiframework.com/doc/guide/quickstart.first-app">"getting started" tutorial</a> offered on the Yii site as well as some of the performance <a href="http://www.yiiframework.com/performance">benchmarks</a> (including those for the next release, 1.0.1).
</p>]]></description>
      <pubDate>Wed, 31 Dec 2008 10:27:53 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Till's Blog: ZendFramework (performance) II]]></title>
      <guid>http://www.phpdeveloper.org/news/11480</guid>
      <link>http://www.phpdeveloper.org/news/11480</link>
      <description><![CDATA[<p>
On his blog, <i>till</i> has <a href="http://till.vox.com/library/post/zendframework-performance-ii.html">posted the second part</a> of his testing on the Zend Framework and its performance in general usage tasks.
</p>
<blockquote>
A disclaimer which I should have added to my last article would include that most of my pseudo benchmarks are very subjective and also way too basic. For example, our server setup is pretty comprehensive but we have to take everything into account in order to provide real benchmark. And when I write everything I mean CPU (cores), RAM, motherboard, HDD and so on. Maybe even the throughput of the network card -- if it's different.
</blockquote>
<p>
This <a href="http://till.vox.com/library/post/zendframework-performance-ii.html">second post</a> is an attempt to correct some of the sore points from the previous one. Here's a list:
</p>
<ul>
<li>require/include(_once) and __autoload, or "Why is __autoload() 'better'?"
<li>Zend_Loader ERRATA
<li>Caching database results
<li>Zend_Db
<li>Zend Framework (what it currently lacks)
</ul>]]></description>
      <pubDate>Mon, 01 Dec 2008 12:08:49 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[TechFounder.net: Making web-pages go faster using PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/11414</guid>
      <link>http://www.phpdeveloper.org/news/11414</link>
      <description><![CDATA[<p>
The TechFounder blog has a <a href="http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/">few general tips</a> you can use to help your web pages go a bit faster:
</p>
<blockquote>
As it might be expected, there are several techniques to optimize the delivery of web pages. The <a href="http://developer.yahoo.com/performance/">Exceptional Performance</a> guide by Yahoo is a great resource for a multitude of optimizations practices, including specifically two techniques which I will address in this article - script <a href="http://developer.yahoo.net/blog/archives/2007/07/high_performanc_8.html">minifcation</a> and <A href="http://yuiblog.com/blog/2008/07/21/performance-research-part-6/">concatenation</a>.
</blockquote>
<p>
Suggestions include reducing total request counts and minification of external libraries via the <a href="http://minify.googlecode.com/files/release_2.1.1.zip">Minify</a> tool.
</p>]]></description>
      <pubDate>Mon, 17 Nov 2008 08:42:16 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Till's Blog: Zend Framework performance]]></title>
      <guid>http://www.phpdeveloper.org/news/11341</guid>
      <link>http://www.phpdeveloper.org/news/11341</link>
      <description><![CDATA[<p>
<i>Till</i> has <a href="http://till.vox.com/library/post/zendframework-performance.html">written up a nice (long) post</a> about the performance steps he's taken to make his installations of the <a href="http://framework.zend.com">Zend Framework</a> run even better than they already are.
</p>
<blockquote>
The other day our servers were overwhelmed with the rising traffic and I started profiling my application through Xdebug.[...] On this project we currently run with 100,000 visitors per day on average, our peak is Sunday night where we get a ton more traffic than usually. [...] Here are a few things, that helped us. Suggestions are in no particular order and I should add that whatever is applicable for my situation, doesn't have to work for you.
</blockquote>
<p>
His <a href="http://till.vox.com/library/post/zendframework-performance.html">suggestions</a> include using APC for caching, using __autoload, caching of DB queries, and some Apache tweaks to reduce what it has to load/use for each request. 
</p>]]></description>
      <pubDate>Tue, 04 Nov 2008 11:14:18 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Jones: Converting REF CURSOR to PIPE for Performance in PHP OCI8 and PDO_OCI]]></title>
      <guid>http://www.phpdeveloper.org/news/11338</guid>
      <link>http://www.phpdeveloper.org/news/11338</link>
      <description><![CDATA[<p>
In <a href="http://blogs.oracle.com/opal/2008/11/converting_ref_cursor_to_pipe.html">this new post</a> to his blog <i>Chris Jones</i> looks at an option to increase the performance of your PHP/Oracle application even more - converting a REF CURSOR into a piped data set via the PDO_OCI extension.
</p>
<blockquote>
REF CURSORs are common in Oracle's stored procedural language PL/SQL. They let you pass around a pointer to a set of query results. However in PHP, PDO_OCI doesn't yet allow fetching from them. [...] One workaround, when you can't rewrite the PL/SQL code to do a normal query, is to write a wrapper function that pipes the output.
</blockquote>
<p>
He includes an example, creating an example myproc() that contains the query to select the last names of all employees in the table. This procedure is put inside of a package so it can be called directly in the SQL statement and the ref cursor can be automatically piped to output.
</p>
]]></description>
      <pubDate>Tue, 04 Nov 2008 08:48:36 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPJack: Zend Framework's Future]]></title>
      <guid>http://www.phpdeveloper.org/news/11066</guid>
      <link>http://www.phpdeveloper.org/news/11066</link>
      <description><![CDATA[<p>
In <a href="http://www.phpjack.com/content/zendframe-works-future">this post</a> to his PHPJack blog <i>Richard Heyes</i> comments on the trending he's seeing in the Zend Framework and where its future might lie.
</p>
<blockquote>
I have been critical of ZF in the past because the performance has pretty much been going down every release and I am not the only one seeing this, there have been a number of benchmarks that show this trend. Having contributed to ZF in the past I brought this issue up multiple times both on the mailing list and even during the meetings the past zendcons and it the general response was they where focusing on features not performance.
</blockquote>
<p>
He points out <a href="http://www.phpjack.com/content/zendframe-works-future">a few things</a> that were brought up at this year's <a href="http://www.zendcon.com">Zend/PHP Conference & Expo</a> including the performance focus of future releases, a push to 2.0 after PHP 5.3's release and some of the changes that can cause breaks in backwards compatibility.
</p>
<p>
Be sure to also check out <i>Matthew Weier O'Phinney</i>'s response to the post and some of the comments <i>Richard</i> made.
</p>]]></description>
      <pubDate>Tue, 23 Sep 2008 09:32:44 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Benjamin Eberlei's Blog: Benchmark and Optimize Zend Framework Performance]]></title>
      <guid>http://www.phpdeveloper.org/news/10984</guid>
      <link>http://www.phpdeveloper.org/news/10984</link>
      <description><![CDATA[<p>
<i>Benjamin Eberlei</i> has <a href="http://www.whitewashing.de/blog/articles/73">posted some benchmarks</a> he's put together as a part of his attempts to optimize his <a href="http://framework.zend.com/">Zend Framework</a> application.
</p>
<blockquote>
I haven't changed great parts of the code or anything, I just benchmarked how different global include strategies affect the overall performance of my blog software written with help of the ZF. The following include strategies were tested (I've used the Zend Framework 1.6 RC2 package for all of them): Zend_Loader_Autoload (default and swapped include paths), ZF 1.6 RC2 stripped of require_onces and stripped of require_onces/no autoload and all files directly included.
</blockquote>
<p>
He ran the tests both with and without APC enabled with a larger difference between the stats without it turned on for each of the four tests.
</p>]]></description>
      <pubDate>Mon, 08 Sep 2008 12:03:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones' Blog: Rasmus Lerdorf's Laconic(a) Performance]]></title>
      <guid>http://www.phpdeveloper.org/news/10972</guid>
      <link>http://www.phpdeveloper.org/news/10972</link>
      <description><![CDATA[<p>
<i>Paul Jones</i> has <a href="http://paul-m-jones.com/?p=330">taken a look</a> at some performance statistics that <i>Rasmus Lerdorf</i> shared in a <a href="http://talks.php.net/show/froscon08">recent presentation</a> from some of his tests.
</p>
<blockquote>
It was with some interest, then, that I viewed Rasmus Lerdorf's <a href="http://talks.php.net/show/froscon08">slides</a> on the subject of performance benchmarking. I'm beginning to think there's something unexpected or unexamined in his testing methodology.
</blockquote>
<p>
<i>Paul</i> compares some of his statistics (gathered from <a href="http://paul-m-jones.com/?p=315">his testing</a>) to those of <i>Rasmus</i> and finds a few places where things don't quite match up - specifically in the default overhead that seems to be a part of <i>Rasmus'</i> stats. <i>Paul</i> goes on to look at EC2 as a cause to the problems but ends up without much of a confirmed answer.
</p>]]></description>
      <pubDate>Fri, 05 Sep 2008 11:19:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zoe Slattery's Blog: PHP Opcodes]]></title>
      <guid>http://www.phpdeveloper.org/news/10965</guid>
      <link>http://www.phpdeveloper.org/news/10965</link>
      <description><![CDATA[<p>
In a <a href="http://zoomsplatter.blogspot.com/2008/08/php-opcodes.html">recent blog post</a> <i>Zoe Slattery</i> took a look at opcodes in PHP, specifically related to performance increases.
</p>
<blockquote>
After one particularly frustrating day [looking at how the Zend engine works] I asked a colleague (Andy Wharmby) about the issue I was looking at. Then a miracle happened - he'd not only looked at it but had documented it (and many other things) in a set of charts.
</blockquote>
<p>
She has linked to <a href="http://www.zapt.info/PHPOpcodes_Sep2008.odp">the charts</a> (Open Office format) for the results of some tests her friend had already run. They're a bit out of date and some parts might be inaccurate, but they're still a good start.
</p>]]></description>
      <pubDate>Thu, 04 Sep 2008 13:46:42 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Job Posting: Ning Seeks Web Application Performance Engineer (Palo Alto, CA)]]></title>
      <guid>http://www.phpdeveloper.org/news/10899</guid>
      <link>http://www.phpdeveloper.org/news/10899</link>
      <description><![CDATA[<table cellpadding="3" cellspacing="2" border="0">
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Company</td>
	<td style="font-size:11px">Ning</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Location</td>
	<td style="font-size:11px">Palo Alto, CA</td>
</tr>

<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Title</td>
	<td style="font-size:11px">Web Application Performance Engineer</td>
</tr>
<tr>
	<td style="font-weight:bold;vertical-align:top;font-size:11px">Summary</td>
	<td style="font-size:11px">
	<p><b>Overview</b></p>
	<p>
	The Ning Application Engineering team is a small, flat, and highly productive team of people building software that matters to millions of people in their daily lives. We use PHP and Javascript on top of the Ning Platform to deliver an extremely friendly and infinitely customizable experience to Network Creators on Ning. 
	</p>
	<p><b>Responsibilities</b></p>
	<ul>
	<li>Ensure that Your Own Social Network for Anything is as fast as possible. Then push to make it faster. 
	<li>Be the performance expert across all of our application development efforts - define the goals and framework for ensuring we are always getting faster as a service. 
	<li>Work closely with all members for the application development team to optimize the performance of each component and/or feature. 
	<li>Perform regular architecture and design reviews for new and existing features from a performance standpoint. 
	<li>Monitor overall site performance using internal and external tools. Develop tools as needed. 
	<li>Identify and own performance issues, design and develop code to address these issues. 
	<li>Identify performance hotspots and risks. Develop short and long term plans to address these issues before they impact growth 
	</ul>
	<p><b>Qualifications</b></p>
	<ul>
	<li>BS/MS in Computer Science. 
	<li>Direct and extensive PHP and/or cross browser web development experience. 
	<li>Knowledge of PHP internals, Apache, and system profiling tools. 
	<li>Deep knowledge of how web pages and their elements are processed and rendered across all major browsers and their versions. 
	<li>Extensive experience with JavaScript, HTML, and CSS. 
	<li>Experience programming scalable web applications and considerably improving their performance. 
	<li>Knowledge of web services, and agile development methodologies desired. 
	<li>Experience working on websites with very high transaction volumes. 
	<li>In-depth knowledge of network programming, and HTTP protocol. 
	<li>Recent hands-on experience with some script and shell programming (e.g. Perl and Shell). 
	<li>Personality, comfort and desire to be a leader. 
	<li>Curiosity. You've created a social network on Ning. You dive into a bit more detail and are struck by the Ning Content Store and why we chose that architecture. You have ideas on how to make the site better and faster. You have lots of technical questions for us.
	</ul>
	<p>
	Please send your resume to yoonie@ning.com
	</p>
	</td>
</tr>
</table>]]></description>
      <pubDate>Tue, 26 Aug 2008 09:33:59 -0500</pubDate>
    </item>
  </channel>
</rss>
