Jump to content
xt:Commerce Community Forum

Expensive SQL


Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...