News Feed
Jobs Feed
Sections




News Archive
Ibuildings techPortal:
Optimising MHVC Web Applications for Performance
November 17, 2010 @ 08:17:19

On the Ibuildings techPortal there's a new tutorial from Sam de Freyssinet that follows up on a previous article he wrote about using HMVC (Hierarchical-Model-View-Controller). In this new article, he talks about some of the things you can do with that pattern to increase performance.

Hierarchical-MVC has been shown to make large web applications easier to scale out, but there is a price to pay- namely overall performance. This article will investigate ways of improving performance within HMVC web applications using asynchronous processing and some good old caching techniques. Predominantly this article will use examples written for the Kohana Framework; however all the concepts portrayed here could apply to any framework or web application.

He starts by pointing out what's wrong with the typical HMVC application - namely that the clean separation of code structure (the hierarchical part) costs the application in overall speed and memory usage. He suggests a simple technology for helping ease the load - caching as much information as possible, mostly in the HTTP client code since HMVC applications rely heavily on it. Code samples includd show how to implement this in a simple Kohana application.

0 comments voice your opinion now!
hmvc hierarchical pattern cache performance overhead


blog comments powered by Disqus

Similar Posts

Community News: PHP Benchmarks Compared to Several Languages

Matt Curry's Blog: 8 Ways to Speed Up CakePHP Apps

Ulf Wendel's Blog: PHP mysqlnd query cache plugin quickstart is online!

Ibuildings techPortal: Optimising MHVC Web Applications for Performance

Ibuildings Blog: Boost performance with parallel processing


Community Events











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


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

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