News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Andi Gutmans' Blog: Launched andigutmans.com

Community News: Windows Software Tools for PHP Wants Beta Testers

PHP-HTML.net: Creating a Simple PHP Cache Script

Agile Toolkit Blog: Which PHP Framework is the Fastest?

DZone.com: Speed Up Your PHP Like Facebook


Community Events











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


application unittest opinion code interview community functional series framework tool example phpunit introduction testing zendframework2 language release object development podcast

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