vish007 Posted November 19, 2014 Share Posted November 19, 2014 HI, We want to optimize the performance of our prestashop site and want to use Memcached for the caching. My question was if we get it installed on the server and configure it on BO as instructed, will it work for any third party modules as well or all the DB queries will need to be changed inside 3rd party modules (to update and read the cache) explicitly? Many Thanks in advance. Link to comment Share on other sites More sharing options...
JPresta.com Posted November 19, 2014 Share Posted November 19, 2014 In Prestashop database classes, use_cache is true by default so I guess that modules will get cached queries if they don't specifically forbid it. But to be honest I don't know how all this works :-) 1 Link to comment Share on other sites More sharing options...
MacRoy Posted November 19, 2014 Share Posted November 19, 2014 Hi! I use memcached enabled, and i also has third party modules and it works very well. Regards MacRoy 1 Link to comment Share on other sites More sharing options...
vish007 Posted November 19, 2014 Author Share Posted November 19, 2014 Thanks a lot for your quick replies MacRoy, JoeMartin. Yeah I could also see use_cache is True by default for queries, in that case, what's the necessity of enabling use_cache in BO by turning cache on. Shouldn't it be working even if disabled from BO. Thanks, Link to comment Share on other sites More sharing options...
vish007 Posted November 19, 2014 Author Share Posted November 19, 2014 Also, strangely when I try my site for various Page speed checkers like google page speed tool, I get better results in few tests when the memcached (even any use_cache) is disabled in comparison of when it is selected. (Other parameters like CCC for JS, css etc are enabled in both cases). That means I am not getting desired result with Memcached enabled (IP address I am giving on 'Add server' is localhost, should it be changed with external IP of my server), Can you Please suggest. Thanks, Link to comment Share on other sites More sharing options...
Recommended Posts