symedit / SymEdit

Symfony2 Content Management System
6 stars 4 forks source link

Switch widgets to render individually through ESI #68

Closed isometriks closed 9 years ago

isometriks commented 9 years ago

Don't cache entire widget areas, cache the widgets in them instead so they can all have different caching. This is especially important for widgets with forms and CSRF tokens because they need to be private.