Jump to content
  • 0

Uruchomienie wyczyszczenia opcache gdy czyszczony jest cache smarty


hakeryk2

Question

Witam,

Chciałbym by za każdym razem gdy usuwany jest cache presty (smarty itp) uruchomiony był również kod opcache_reset(); 

Ktoś wie gdzie jest w kodzie miejsce to wrzucić? Po prostu opcache lubi zapamiętac pierdoły przed skompilowaniem i często jaja wychodzą :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Chyba gdzieś tutaj:

if ((bool)Tools::getValue('empty_smarty_cache')) {
    $redirectAdmin = true;
    Tools::clearSmartyCache();
    Tools::clearXMLCache();
    Media::clearCache();
    Tools::generateIndex();
    
    // np. tu
}


w AdminPerformanceController.php

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...