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

PHPMaster.com: Practical Code Refactoring, Part 4 - Efficiency

ColdScripts.com: Mapping Framework Popularity

Jacob Santos' Blog: Would PHP benefit from JIT compilation?

Sameer Borate's Blog: Encrypting uploaded files in PHP

The Bakery: 3.0: a peek into CakePHP's future


Community Events











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


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

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