Code:
| 90744 | web0 | localhost | usr_web0_1 | Query | 3869 | Copying to tmp table | SELECT DISTINCT p.product_id, p.product_name as title,
FROM_UNIXTIME( p.cdate, '%Y-%m-%d %H:%i:%s' ) AS created,
p.product_s_desc AS text,
CONCAT('Recht/',c.category_name) as section,
CONCAT('index.php?option=com_virtuemart&page=shop.product_details&flypage=',IFNULL(c.category_flypage,'flypage_images.tpl'),'&category_id=',IFNULL(c.category_id,''),'&product_id=',p.product_id,'&Itemid=',45) as href,
'2' as browsernav
, CONCAT_WS(' ',LOWER(p.product_name), LOWER(p.product_sku), LOWER(p.product_desc), LOWER(p.product_s_desc), LOWER(p.product_url), LOWER(r.comment), LOWER(m.mf_name), LOWER(c.category_name)) AS whole_text
FROM jos_vm_product p
LEFT JOIN jos_vm_product_reviews r ON (r.product_id = p.product_id)
LEFT JOIN jos_vm_product_mf_xref mx ON (mx.product_id = p.product_id)
LEFT JOIN jos_vm_manufacturer m ON (m.manufacturer_id = mx.manufacturer_id),
jos_vm_product_category_xref cx, jos_vm_category c
WHERE ((p.product_name LIKE '%corporate%' OR p.product_sku LIKE '%corporate%' OR p.product_desc LIKE '%corporate%' OR p.product_s_desc LIKE '%corporate%' OR p.product_url LIKE '%corporate%' OR r.comment LIKE '%corporate%' OR m.mf_name LIKE '%corporate%' OR c.category_name LIKE '%corporate%'))
AND cx.product_id = p.product_id
AND cx.category_id = c.category_id
AND c.category_publish='Y'
AND p.product_publish='Y'
ORDER BY p.cdate DESC |
| 90745 | web0 | localhost | usr_web0_1 | Sleep | 3870 | | NULL |
| 90858 | web0 | localhost | usr_web0_1 | Query | 3448 | Copying to tmp table | SELECT DISTINCT p.product_id, p.product_name as title,
FROM_UNIXTIME( p.cdate, '%Y-%m-%d %H:%i:%s' ) AS created,
p.product_s_desc AS text,
CONCAT('Recht/',c.category_name) as section,
CONCAT('index.php?option=com_virtuemart&page=shop.product_details&flypage=',IFNULL(c.category_flypage,'flypage_images.tpl'),'&category_id=',IFNULL(c.category_id,''),'&product_id=',p.product_id,'&Itemid=',45) as href,
'2' as browsernav
, CONCAT_WS(' ',LOWER(p.product_name), LOWER(p.product_sku), LOWER(p.product_desc), LOWER(p.product_s_desc), LOWER(p.product_url), LOWER(r.comment), LOWER(m.mf_name), LOWER(c.category_name)) AS whole_text
FROM jos_vm_product p
LEFT JOIN jos_vm_product_reviews r ON (r.product_id = p.product_id)
LEFT JOIN jos_vm_product_mf_xref mx ON (mx.product_id = p.product_id)
LEFT JOIN jos_vm_manufacturer m ON (m.manufacturer_id = mx.manufacturer_id),
jos_vm_product_category_xref cx, jos_vm_category c
WHERE ((p.product_name LIKE '%corporate%' OR p.product_sku LIKE '%corporate%' OR p.product_desc LIKE '%corporate%' OR p.product_s_desc LIKE '%corporate%' OR p.product_url LIKE '%corporate%' OR r.comment LIKE '%corporate%' OR m.mf_name LIKE '%corporate%' OR c.category_name LIKE '%corporate%'))
AND cx.product_id = p.product_id
AND cx.category_id = c.category_id
AND c.category_publish='Y'
AND p.product_publish='Y'
ORDER BY p.cdate DESC |
| 90859 | web0 | localhost | usr_web0_1 | Sleep | 3448 | | NULL |
| 90995 | web0 | localhost | usr_web0_1 | Query | 3054 | Copying to tmp table | SELECT DISTINCT p.product_id, p.product_name as title,
FROM_UNIXTIME( p.cdate, '%Y-%m-%d %H:%i:%s' ) AS created,
p.product_s_desc AS text,
CONCAT('Recht/',c.category_name) as section,
CONCAT('index.php?option=com_virtuemart&page=shop.product_details&flypage=',IFNULL(c.category_flypage,'flypage_images.tpl'),'&category_id=',IFNULL(c.category_id,''),'&product_id=',p.product_id,'&Itemid=',45) as href,
'2' as browsernav
, CONCAT_WS(' ',LOWER(p.product_name), LOWER(p.product_sku), LOWER(p.product_desc), LOWER(p.product_s_desc), LOWER(p.product_url), LOWER(r.comment), LOWER(m.mf_name), LOWER(c.category_name)) AS whole_text
FROM jos_vm_product p
LEFT JOIN jos_vm_product_reviews r ON (r.product_id = p.product_id)
LEFT JOIN jos_vm_product_mf_xref mx ON (mx.product_id = p.product_id)
LEFT JOIN jos_vm_manufacturer m ON (m.manufacturer_id = mx.manufacturer_id),
jos_vm_product_category_xref cx, jos_vm_category c
WHERE ((p.product_name LIKE '%corporate%' OR p.product_sku LIKE '%corporate%' OR p.product_desc LIKE '%corporate%' OR p.product_s_desc LIKE '%corporate%' OR p.product_url LIKE '%corporate%' OR r.comment LIKE '%corporate%' OR m.mf_name LIKE '%corporate%' OR c.category_name LIKE '%corporate%'))
AND cx.product_id = p.product_id
AND cx.category_id = c.category_id
AND c.category_publish='Y'
AND p.product_publish='Y'
ORDER BY p.cdate DESC
| 41846 | web0 | localhost | usr_web0_1 | Query | 2 | Copying to tmp table on disk | SELECT DISTINCT product_sku FROM jos_vm_product WHERE product_parent_id='' AND vendor_id='1' AND jos_vm_product.product_publish='Y' ORDER BY product_name DESC
Weiss jemand, wie ich das beheben kann? Kann ich an den Queries was optimieren? Kann man die ganz abschalten? Oder sind 80.000 Produkte einfach zu viel für Virtuemart?
Lesezeichen