douren8379 2015-12-08 10:31
浏览 35
已采纳

Symfony:kernel-> loadClassCache和多个渲染控制器

A little question about cache and render controller.

I use $kernel->loadClassCache() in my app.php, to activate the app cache. So it seems to work, my site is now very fast :).

Now I want to have a wallpaper displayer, on each refresh I want to show another wallpaper, each time. But seems impossible with the very strong cache of symfony.

To display my wallpapers, i use a render controller, like this

{{ render(controller("SiteBundle:Sidebar:sidebarWallpapers")) }}

Is it a way to never cache this render part ? Or set a very short cache time ?

Thanks!

  • 写回答

1条回答 默认 最新

  • dragon4808 2015-12-08 14:58
    关注

    I had to activate ESI cache to work with default Symfony app cache : Symfony2: ESI setMaxAge Cache

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?