Maximus Design Posted November 24, 2023 Share Posted November 24, 2023 (edited) SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 As you see. You have any idea what I should do? Prestashop 1.6.1.19 Edited November 24, 2023 by Maximus Design (see edit history) Link to comment Share on other sites More sharing options...
ps8modules Posted November 24, 2023 Share Posted November 24, 2023 Hi. You need to check all the override files ( right in image ) and find out which module created the override. Then contact the developer. Link to comment Share on other sites More sharing options...
musicmaster Posted November 25, 2023 Share Posted November 25, 2023 Your ps_specific_prices table contains 360,000 entries. That is crazy. Note that when you make a discount for a category with 100 products this results in 100 entries in this table. Start with deleting all discounts that have expired. And look then how many entries remain in this table. Link to comment Share on other sites More sharing options...
Maximus Design Posted November 27, 2023 Author Share Posted November 27, 2023 Hi, I talked to my team and we removed the catalog pricing rules and then I truncated this table. Shops are moving as fast as ever 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