News Feed
Jobs Feed
Sections




News Archive
Matthew Weier O'Phinney:
Zend Server, ZF2, and Page Caching
November 06, 2012 @ 10:53:56

If you're considering using Zend Server in your development, you might find this new post from Matthew Weier O'Phinney interesting. It talks about a handy feature of the tool and how it can help with the performance of a Zend Framework 2-based application.

Zend Server has a very cool Page Caching feature. Basically, you can provide URLs or URL regular expressions, and tell Zend Server to provide full-page caching of those pages. This can provide a tremendous performance boost, without needing to change anything in your application structure; simply enable it for a set of pages, and sit back and relax. [...] However, this feature is not entirely straight-forward when using a framework that provides its own routing, such as ZF2. The reason is because it assumes by default that each match maps to a specific file on the filesystem, and prepares the caching based on the actual file it hits.

Since configuration is mostly done through Server's web interface, this could be a problem. Thankfully, he shows you another setting that allows you to cache multiple versions of pages based on parameters you define. Using this and a setting of "_SERVER" with a value of "[REQUEST_URI]" you should be good to go.

0 comments voice your opinion now!
zendframework2 zendserver page cache configuration


blog comments powered by Disqus

Similar Posts

Kevin Schroeder: Would this be a dumb idea for PHP core?

Robert Basic's Blog: Zend Framework full page cache tips

PHPBuilder.com: Back to Basics: Managing PHP Configuration php.ini Directives

MelonFire Community: Caching Web Sites With PEAR Cache

Zend Developer Zone: Zend Framework Hidden Gems: Zend_Cache


Community Events









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


object event example podcast opinion testing phpunit development functional language framework introduction community composer interview release conference zendframework2 api code

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