News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Mike Willbanks' Blog:
PHP Performance Series Caching Techniques
0 comments :: posted Wednesday February 27, 2008 @ 10:25:00
voice your opinion now!

On his blog today, Mike Willbanks has started up a new series that will look at various caching techniques that are available to PHP developers now:

Welcome to the first edition of the PHP performance series, a new series that I will be explaining ways to gain efficiencies and squeezing more performance out of your applications. This first edition, caching techniques, focuses on ways to cache data to optimize your current sites. Some of the concepts here are fairly easy to implement while others may take strategic design in the architecture of your application.

The methods he looks at this time are:

  • Opcode Caching
  • File Priming
  • Caching Variables
  • File Caching
  • Memory Caching
  • Database Memory Tables
  • RAM Disk
tagged with: performance series caching technique opcode file database ram


IBM developerWorks:
Make PHP apps fast, faster, fastest (Part 1)
0 comments :: posted Friday February 23, 2007 @ 12:35:00
voice your opinion now!

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.

tagged with: xcache opcode cache performance throughput fast xcache opcode cache performance throughput fast


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

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