schoumi26 Posted November 18, 2016 Share Posted November 18, 2016 Hello, My PS is 1.6.1.7 and I've 3600 products. By analyzing my performance, I notice that a SQL query always takes 1 second.It is the following: SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shopFROM `dd_configuration` cLEFT JOIN `dd_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) 785.7 208258 /classes/Configuration.php:148 How can I fix this? Thank you Link to comment Share on other sites More sharing options...
DevSiteWeb Posted October 7, 2021 Share Posted October 7, 2021 Hi, Very old topic but same problem ! Any solution ? 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