PHP Developer - December 23rd, 2007
In a new blog post Richard Thomas takes a deeper look (well continues his ) at the performance of the Zend_Loader component of the Zend Framework.
When you use Zend_Loader your files are wrapped in conditional statements. These statements prevent APC and all other cache/accelerator programs to have problems properly caching your file. […] Now here is the catch-22. Depending on the size of your application and how often different classes are used you can run into problems.
His result doesn’t have much to do with the component, though - he points out that conditionals of any type can slow things down in an application and that “benchmarking is your friend”.
Continue Reading ·
PHP Developer - December 23rd, 2007
The Zend Developer Zone has posted their latest podcast in their PHP Abstract series. This time they spotlight a project from Jan Lehnardt, CouchDB.
Our special guest today is Jan Lehnardt. Jan is an Open Source software consultant specialized on internet technologies. He has years of experience building both small and large scale database applications. He has a keen eye for user experience and typography. He co-founded Freisatz, a company bringing typographic bliss to everyone. Jan also contributes to several Open Source projects.
The three usual options are there for your listening pleasure - right on the page, subscribe to the feed or grab the mp3 directly.
Continue Reading ·