News Feed
Jobs Feed
Sections




News Archive
feed this:

ServerGrove Blog:
How to Create a Cache Warmer in Symfony2
April 19, 2012 @ 09:09:56

In this new post from the ServerGrove blog Ismael Ambrosi shows how to create a "cache warmer" for a Symfony2 application - a handy tool that can pre-populate your applications cache with data you specify before it's needed by the app.

The cache is a very important part of your Symfony application as it helps your web server to perform better by not executing unnecessary code on every request, this is especially true if your server is running with limited resources. Cache warming allows you to cache specific data in your application through the use of a CacheWarmer. Symfony 2 includes a cache warmer that helps you to store parts of your application in cache, before the application becomes available to the user.

He shows how to create the "warmup" in an object extending the CacheWarmer to pull in content (in his case, just a text string) and write it out to a cache file automatically. Also included is the config updates you'll need to make to tell the Service Container about the Warmer.

0 comments voice your opinion now!
symfony2 framework cache warmer tutorial



Community Events











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


rest phpunit introduction conference unittest symfony2 interview database podcast framework zendframework2 functional series development community opinion usergroup testing language release

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