News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
IBM developerWorks:
Make PHP apps fast, faster, fastest (Part 1)
February 23, 2007 @ 12:35:00

The IBM developerWorks website has posted the first part of a series looking at boosting the performance and throughput of your PHP applications through an opcode caching software, specifically XCache.

PHP is a scripting language most often used to create Web applications. It's easy to learn and produces visible results quickly. However, because PHP is interpreted, PHP code is parsed and translated to opcodes every time it executes. An opcode cache eliminates that rework, making PHP applications faster.

They start with the installation of the software (just XCache, they assume everything else is installed) and what to edit in the php.ini file to get things up and running. They follow this up with a sample benchmark for a local phpmyadmin installation.

0 comments voice your opinion now!
xcache opcode cache performance throughput fast xcache opcode cache performance throughput fast



Similar Posts

Krystian Hoffman's Blog: 10 reasons why I use PHP

JSLabs Blog: A web server in PHP

IBM developerWorks: Make PHP apps fast, faster, fastest (Part 1)

Nick Halstead's Blog: Tweetmeme - building stuff fast in PHP

Sebastian Bergmann's Blog: Xdebug Performance Boost


Community Events











Don't see your event here?
Let us know!


code database job security example conference releases zendframework mysql developer cakephp release application ajax package PHP5 zend PEAR framework book

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework