Les fondamentaux de Symfony 3

Ajouter un commentaire

Ce Post et très ancien, j’ai commencé la prise de note en 2016. Je trouve étrange que je ne partage pas même si ce n’est pas bien organisé. Actuellement on parle de Symfony4 et Symfony5 mais il y a toujours des gens qui utilisent Symfony3 donc profitons ce cet article très riche au niveau d’informations

Symfony HTTP Cache

Ajouter un commentaire

With HTTP Caching, you cache the full output of a page (i.e. the response) and bypass your application entirely on subsequent requests. Of course, caching entire responses isn’t always possible for highly dynamic sites, or is it? With Edge Side Includes (ESI), you can use the power of HTTP caching on only fragments of your site.