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

JSLabs Blog: How to stop IE from caching AJAX requests

Zend Developer Zone: Consuming Google Calendars with the Zend Framework

Christopher Jones' Blog: Quebec Wrap-up (If It's Tuesday It Must Be Australia)

C7Y: Optimizing with APC

SitePoint PHP Blog: High-Performance String Concatenation in PHP


Community Events











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


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

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