Jump to content

Prestashop with PHP opcache


nalimleinad

Recommended Posts

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

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...