schenphi Posted May 8, 2015 Report Share Posted May 8, 2015 Hallo zusammen, ich bekomme im Admin unter System --> Datenbankmonitor --> Query folgende "Expensive SQL" Verarbeitungen: "SELECT language_key, language_value FROM xt_language_content WHERE language_code='de' and (class = 'admin' or class='both')" SELECT o.shop_id as shopid, p.products_id as pid, p.products_name as name, p.products_model as model, p.products_price as price, sum(p.products_quantity) as quantity, ((p.products_price)*sum(p.products_quantity)) as amount FROM xt_orders o, xt_orders_products p WHERE o.orders_id = p.orders_id GROUP BY pid ORDER BY amount DESC LIMIT 20 SHOW COLUMNS FROM `xt_acl_nav` SHOW FIELDS FROM xt_media_to_media_gallery und noch ein paar weitere... hat jemand das gleiche Problem und konnte das schon jemand lösen? Hätte jemand einen Tipp? Viele Grüsse schenphi Link to comment Share on other sites More sharing options...
Alex@4tfm Posted May 8, 2015 Report Share Posted May 8, 2015 hat jemand das gleiche Problem und konnte das schon jemand lösen? Hätte jemand einen Tipp? Prinzipiell ist es noch nicht zwangsläufig ein Problem, was stört dich den? Link to comment Share on other sites More sharing options...
schenphi Posted May 12, 2015 Author Report Share Posted May 12, 2015 Hallo Alex@4tfm danke für deine Antwort. Ja das stimmt, zwingend notwendig ist es nicht, die häufigste Ausführung wurde ca. 1000 mal gezählt . Wäre eher eine kosmetische Sache.... Generell bin ich am schauen, wie ich die Reaktionszeit vom Server reduzieren könnte und dabei habe ich festgestellt, dass die MySQL- Datenbank etwas langsam ist.... (Hardware ist gemäss Monitoring nicht voll ausgelastet) Hätte jemand dafür einen Tip? Grüsse schenphi Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.