Calleja 1 Posted November 27 Hi everybody, I post something similar a few days ago. My problem / issue is, that I have a large number of categories in my prestashop: more than 5.000 unique categories (and subcategories, both). When I try to access for product detail (or product edition) from backoffice, It doesn't work, because the back end is trying to charge ALL categories. In my local, I change memory_limit to -1 (infinite), but it wans't a good idea, my machine was very slow and cause other problems in general. Now, I am with a live website and I have same issue. i have a very good server, so that's not the problem. I read github prestashop issues, they talked about it: https://github.com/PrestaShop/PrestaShop/pull/8896 I am following all changes in commits, but nothing happends, just differents errors, that I can't manage either. I am wondering if someone knows how to NOT charge / load categories when accessing to product details in BO. Please help! Quote Share this post Link to post Share on other sites
lototo 5 Posted November 30 rebuild cache with cron job https://addons.prestashop.com/en/website-performance/25038-regenerate-cache.html Quote Share this post Link to post Share on other sites
Calleja 1 Posted November 30 1 hour ago, lototo said: rebuild cache with cron job https://addons.prestashop.com/en/website-performance/25038-regenerate-cache.html I tried, but still same result. how can i avoid / disable category charge un product detail back office? Quote Share this post Link to post Share on other sites
lototo 5 Posted December 1 You must know PHP and smarty to do so Quote Share this post Link to post Share on other sites
Calleja 1 Posted December 2 On 12/1/2019 at 7:38 AM, lototo said: You must know PHP and smarty to do so I can implement changes if someone help Quote Share this post Link to post Share on other sites