<?php return array( 'db' => array(/** ... */), // Template-Cache 'template' => array( 'forceCompile' => true, ) );
config.php
NICHT
shop\engine\Shopware\Configs\Default.php
@Stephan Pohl schrieb: Hallo zusammen, ihr könnt den Cache in eurer config.php ausschalten. Dazu setzt ihr den Parameter "forceCompile" auf "true": <?php return array( 'db' => array(/** ... */), // Template-Cache 'template' => array( 'forceCompile' => true, ) ); Viele Grüße, Stephan Pohl :shopware:
Hallo zusammen, ihr könnt den Cache in eurer config.php ausschalten. Dazu setzt ihr den Parameter "forceCompile" auf "true":
Viele Grüße, Stephan Pohl :shopware:
Halleluja!
Comments
Du kannst meine ShopwareCLI Tools benutzen, damit geht das löschen des Caches sehr viel schneller: https://github.com/shredding/ShopwareCLI
ihr könnt den Cache in eurer config.php ausschalten. Dazu setzt ihr den Parameter "forceCompile" auf "true": Viele Grüße,
Stephan Pohl :shopware:
Kann es sein, dass es nicht die config.php (bzw. eine der vielen config.php Dateien) sein muss, sondern die Datei
...shop\engine\Shopware\Configs\Default.php
Dort ist ein solcher Eintrag, woanders nicht.
Ganz ausgeschaltet wird der cache dadurch aber auch nicht. Z.B. die shopware configuration wird weiter im cache gespeichert.
Hat das Auswirkungen auf das Frontend?
config.php
NICHT
shop\engine\Shopware\Configs\Default.php
Halleluja!