cogeanumarius Posted February 25, 2013 Share Posted February 25, 2013 Hi to all, I have received this message in BO of PS 1.5.3.1 "To use Memcached, you must install the Memcache PECL extension on your server. http://www.php.net/manual/en/memcache.installation.php" I see there is a confusion created between MemCached and MemCache. Could someone direct me to a place where I could find the right PHP extension to install also to the proceudre of how to verify if it is corectly installed and working. Huge thanks in advance Link to comment Share on other sites More sharing options...
cogeanumarius Posted March 4, 2013 Author Share Posted March 4, 2013 Any hint in here? Thank you Link to comment Share on other sites More sharing options...
Pressed0024 Posted April 18, 2013 Share Posted April 18, 2013 Same problem. Hosting company said memcached is enabled but after using 127.0.0.1 11211. it still didnt work Link to comment Share on other sites More sharing options...
Trip Posted April 19, 2013 Share Posted April 19, 2013 It is memcached but afaik it works only with older version and it really should be the PECL version. You can check the functionality with http://code.google.com/p/phpmemcacheadmin/ ... I am testing atm PS1.5.4 with mecached (apt-get not PECL) and performance is remarkable slower than without memcached. Memcachedamdin shows me a hit rate of 0%. Best regards, trip Link to comment Share on other sites More sharing options...
tomerg3 Posted April 19, 2013 Share Posted April 19, 2013 I have yet to see a Prestashop site with a working cache (memcached or file cache). There are all kinds of weird things happening, from modules uninstalling when you try to configure them, to products not updating. Link to comment Share on other sites More sharing options...
Trip Posted April 19, 2013 Share Posted April 19, 2013 (edited) There seems to be a fix for version 1.4.6. by Christopher Supnig but it seems they did not merged it. At least the website where he implemented it, seems to perform really good. Maybe we can ask Christoph if his changes are hard to implement in the 1.5.X version Sorry here is the link https://github.com/csupnig/Prestashop-Memcached-Fix and here to his blog post about the changes http://www.supnig.com/blog/caching-mysql-results-with-memcached Edited April 19, 2013 by Trip (see edit history) 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