Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 13 View Live

DevShed: Cache Data in RAM with PHP

DevShed has posted a new article in their series looking at storage interfaces and how to use them. In this latest article they show how to create a caching layer that will allow you to work with any...

View Article



Script-Tutorials.com: How to Use APC Caching with PHP

On Script-Tutorials.com today there's a new article introducing you to using APC caching in your PHP applications. Their simple example sets up a caching class that handles the dirty work for you....

View Article

PHPClasses.org: Lately in PHP Episode 16 - APC in PHP, MODX CMS, Top Developers

PHPClasses.org has posted their latest episode of their "Lately In PHP" podcast today - PHP 5.4.0 Will not Include APC, Is MODX CMS better than Wordpress? Top PHP Developers in Every Country. PHP 5.4...

View Article

Sébastien Thomas' Blog: Monitoring PHP APC cache usage

Sébastien Thomas has a recent post to his blog shows how (with just a bit of code) you can monitor your APC cache usage on your local host. I won't go deep into how OpCode caches work, you will find a...

View Article

DZone.com: Using APC correctly

In this new post to DZone.com, Giorgio Sironi shares a few helpful hints on using the APC tool to help improve the performance of your web applications. APC (Alternative PHP Cache) is one of the...

View Article


Zumba Engineering Blog: Some CakePHP optimizations

For those out there using the CakePHP framework to create your applications, you might be interested in these quick tips from Juan Basso on the Zumba Engineering Blog for both the architecture and...

View Article

James Fuller: Simply scale with Nginx, Memcached, PHP-FPM and APC

James Fuller has posted a guide to scaling your web application using the nginx web server, memcached, PHP-FPM and APC caching. We sell an educational product that serves a predictable 15,000 requests...

View Article

BinaryTides.com: Setup Nginx + php-FPM + apc + MariaDB on Debian 7 - The...

On the BinaryTides.com site today there's a tutorial they've posted walking you through the full install process to get Nginx, PHP-FPM (with APC) and MariaDb working together on Debian, complete with...

View Article


Davey Shafik: Everything You Need to Know About OpCode Caches

Davey Shafik has a new post to his site today sharing everything you need to know about opcode caches, the mechanism that's works "behind the scenes" to cache the execution of the opcode paths for...

View Article


BinaryTides.com: Install Nginx + Php FPM + APC on CentOS 6.4

On the BinaryTides site a new tutorial has been posted walking you through all the steps to getting Nginx, PHP FPM and APC working on a CentOS installation, complete with all commands and...

View Article
Browsing latest articles
Browse All 13 View Live




Latest Images