hakeryk2 Posted December 12, 2017 Share Posted December 12, 2017 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 More sharing options...
0 atomek Posted December 13, 2017 Share Posted December 13, 2017 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 1 Link to comment Share on other sites More sharing options...
0 hakeryk2 Posted December 14, 2017 Author Share Posted December 14, 2017 (edited) Klasyk, że tak zapytam z offtopa - skąd Ty to wszystko wiesz? Czy jak to wyszukujesz? Lata znajomości Presty? Dla świeżości cache ustawiłem też cronjoba na czyszczenie gdybym długo nic nie zmieniał. Edited December 14, 2017 by hakeryk2 (see edit history) Link to comment Share on other sites More sharing options...
0 hakeryk2 Posted August 24, 2018 Author Share Posted August 24, 2018 Zrobiłem to nieco inaczej. W Module.php dodałem w funkcji _clearCache na początku opcache_reset(); I po problemie Link to comment Share on other sites More sharing options...
Question
hakeryk2
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now