miran Posted March 13, 2014 Share Posted March 13, 2014 Hi all, i have 4 cache options in my prestashop 1.5.4.1 : - memcached - apc - xcache - filesystem The system is running on an windows server. The php version is 5.5, where opcache is included. How can i choose opcache for prestashop? Any ideas? Link to comment Share on other sites More sharing options...
selectshop.at Posted March 13, 2014 Share Posted March 13, 2014 In this case you cannot choose. Cache is still running on your system one instance upper and you don't need to activate anything. Use CCC on your back-office and tune the other settings like JS, HTML, etc. You should try by yourself which settings are delivering you the best result. I'm too hosting on a systtem with opcode-caching, but Linux. Link to comment Share on other sites More sharing options...
miran Posted March 13, 2014 Author Share Posted March 13, 2014 That was not a really hint or a help. Link to comment Share on other sites More sharing options...
selectshop.at Posted March 13, 2014 Share Posted March 13, 2014 (edited) Why not ? As I told you, actually you don't need to do anything. Your server is caching your site and giving you the optimal speed with opcode cache. As I read on your PM you are speaking German ? See a short description here what opcode cache is. http://de.wikipedia.org/wiki/PHP-Beschleuniger http://www.golem.de/news/opcode-cache-zend-optimizer-wird-in-php-5-5-integriert-1303-98069.html http://en.wikipedia.org/wiki/List_of_PHP_accelerators You don't need to activate any further module. eAccelerator and so on, are making the same and you need to activate them additionally in Prestashop. If your server has zend opcode cache installed so caching option is still working. This caching method is better as the other options one instance lower, which are eAccelerator, and so on.... Make sure that the opcode cache optimizer is really installed andactivated on your Server. Ask your provider if it is or not. If not ask him for other possibilities to cache (eAccelerator, APC, etc...) Edited March 13, 2014 by selectshop.at (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts