Year: 2021

OctoberCMS Development Tips

 File :  /vendor/symfony/http-foundation/ResponseHeaderBag.php  Default :   return ‘no-cache, private’; Modified to cache : return ‘public, max-age=14400’; <pre class=”lang:default decode:true ” title=”OctoberCMS cache headers”> /*** Returns the calculated value of the cache-control header.** This considers several other headers and calculates or modifies the*

Top