News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Using APC with PHP
November 02, 2010 @ 11:51:44

The Zend Developer Zone has published a new in-depth tutorial from Vikram Vaswani about using APC and PHP to get the best performance out of your application. Using this opcode caching tool can greatly speed up the execution of your site with almost no effort on your part.

dding APC to an application usually results in improved application response times, reduced server load and happier users. In this article, I'll introduce you to APC, guiding you through the process of installing and configuring it and showing you a few examples of how it works. I'll also walk you through the APC administrator interface, which lets you view APC performance in real time, and show you how you can use it with the Zend Framework

He shows you every step of the way - installation, configuration (complete with some screenshots) and the web-based interface you can enable to see the statistics about how the cache's performance is and what requests it's been handling. He mentions other abilities APC has like array and object caching, caching closures and finally a real-world example of using it to cache the results of a Twitter search request (in a Zend Framework environment).

1 comment voice your opinion now!
apc opcode cache tutorial optimize


blog comments powered by Disqus

Similar Posts

Phil Sturgeon's Blog: Composer with CodeIgniter

PHPHacks.com: How to create an Ajax RSS reader with PHP

Brian Swan's Blog: SQL Server Driver for PHP Connection Options: Transaction Isolation Levels

Hasin Hayder's Blog: Complete oAuth script for Twitter and LinkedIn using PECL oAuth Extension

HowToForge.com: Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1


Community Events











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


development application community series database language zendframework2 functional framework example api introduction opinion podcast release code phpunit interview composer testing

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