1. Home
  2. What
  3. "cache"

One Tag, I'll be a cloud.
One Tag, I'll be a cloud.

ESI - Full page caching with Symfony2 - Jordi Boggiano

saved on
about:
"All I can say to conclude is that this is worth playing with, and that Symfony2 really doesn't disappoint with regard to speed."

Plugins | sfRedisCachePlugin | 1.0.0 | symfony | Web PHP Framework

saved on
uri:
https://symfony.com/legacy/plugins/sfRedisCachePlugin This link is now broken.
about:
A Symfony plugin for using Redis as a cache backend.

sfManagedCachePlugin | Recoursive

saved on
uri:
https://recoursive.com/blog/sfmanagedcacheplugin This link is now broken.
about:
The very point of caching is that it's faster and less resource intensive to deliver cached data than creating it on the fly. With existing cache solutions, when the cached data expires, it has to be refreshed while the user waits. In environments that rely heavily on caching, such behavior has the potential to create thread pileups and other cascading failure scenarios. This plugin introduces a cache manager : when an expired âge is called, then it is directly served from the cache, and then the cache gets asynchronously refreshed.

Symfony - How to cache custom configuration

saved on
uri:
https://symfony.com/legacy/trac/wiki/HowToCacheCustomConfiguration This link is now broken.
about:
This page demostrates a further step to make your confiuration files cached, in symfony way.