Search the Community
Showing results for tags 'executes'.
-
Bonjour, pour optimiser les performances de notre Prestashop 1.6.1.4 il nous est conseillé d'utiliser le cache memcache (ou autre) par contre lorsqu'on l'active les résultats sont inutilisables en production. Après analyse du code, il s'avère que les requêtes sql sont cachées par la classe DB,...
-
I use two functions in my custom code lets say function Query and function QueryLang The first one returns db::getInstance()->executeS($sql); In the second one after I prepare my query to include the respective _lang table, I call the first one but in bux fixing when I was doing var_dump($...
-
Hello devs, I have a question - I found out that when I changed 3rd param from false Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($sql, true, false); to true Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS($sql, true, true); then my sql query was generated much more faster. I was lo...
-
- $use_cache
- mysql
-
(and 3 more)
Tagged with: