Ndrou Posted November 7, 2013 Share Posted November 7, 2013 Hello, I'm working on a shop on Prestashop 1.5.6.0, my products have many declinaisons, for the moment, the maximum is about 4500 combinations for a product. I'm front of two problems : The first is the loading in memory of all the combinations at each loading of a product page, more combinations i have, more page is slow. Is there a solution for put in cache the combinations ? The second is the number of javascript lines written for each combination, more combinations i have, more page weight is important. For this second problem, i already have my idea, i think i can replace the lines written by a ajax call that will return me the same informations. If you have other ideas let me know. Thanks in advance ! Link to comment Share on other sites More sharing options...
Ndrou Posted November 8, 2013 Author Share Posted November 8, 2013 Anyone ? Link to comment Share on other sites More sharing options...
Pronux Posted March 12, 2014 Share Posted March 12, 2014 Hi, have you found a solution? Link to comment Share on other sites More sharing options...
tuk66 Posted March 14, 2014 Share Posted March 14, 2014 Cache everything - APC, memcached, MySQL cache. Link to comment Share on other sites More sharing options...
Recommended Posts