News Feed
Jobs Feed
Sections




News Archive
Zumba Engineering Blog:
Some CakePHP optimizations
November 07, 2012 @ 09:31:20

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 actual code to optimize the performance of the app.

Our site and system has a lot of throughput and it make us use more instances and try to reduce the load in every part. It makes the company happy (save money) and also make the customer happy (faster load). On this article I will go over few things in terms of architecture and some code changes/strategies that could make your application faster as well.

Some of the recommendations include:

  • Installing the APC/opcode caching to help save execution time
  • Avoiding as many network requests as possible
  • Use local file/data caching
  • Using the "requestAction" inside controllers with its built-in caching
0 comments voice your opinion now!
cakephp optimize caching apc opcode file resource


blog comments powered by Disqus

Similar Posts

SaniSoft Blog: Bugs & enhancements for Auth component in CakePHP v1.2 - Part 1

DevShed: Introducing Mediator Classes in PHP 5

International PHP Magzine: Poll Question: Do you believe the following about PHP?

PHPClasses.org Blog: Lately in PHP podcast - PHP for Android, PHP 6 canceled, APC in PHP 5.4

Patrick van Kouteren: CloudVPS object store beta introduction


Community Events











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


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

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