Jump to content

Query SQL Slow - PS 1.6.1.7


schoumi26

Recommended Posts

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

  • 4 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...