nalimleinad Posted March 31, 2018 Share Posted March 31, 2018 Hello, I´d like to ask for help with prestashop PHP opcache setting. I´m using Prestashop with a lot of available memory, but low CPU, so I need to speed up a little bit Prestashop loading by using precompiled web pages. I set in PHP configuration file at \etc\php5\apache2\php.ini this: [opcache] opcache.enable=1 opcache.enable_cli=1 opcache.memory_consumption=128 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=4000 opcache.revalidate_freq=60 opcache.fast_shutdown=1 I´m using https://github.com/amnuts/opcache-gui to show current opcache usage etc. It can be viewed at http://89.221.208.22:8082/ Unfortunately I can see that Prestashop caching doesn´t work. There is ony one cached file and thats the index.php which shows that caching status. Can anybody help me please to found where can the problem be, or that to check ? Link to comment Share on other sites More sharing options...
tantan199 Posted April 3, 2018 Share Posted April 3, 2018 Please check the topic: https://stackoverflow.com/questions/17224798/how-to-use-php-opcache Link to comment Share on other sites More sharing options...
nalimleinad Posted April 3, 2018 Author Share Posted April 3, 2018 This is exactly guide I've followed. Link to comment Share on other sites More sharing options...
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