24 Anfragen; Gesamtdauer: 17.951488494873 Millisekunden
| Query | Dauer (ms) |
|---|---|
| SELECT * FROM user__session where (session_key = "a6ec70200ffe0596e640f3ccfbd598e8" and session_expires > CURRENT_TIMESTAMP()) | 0.36287307739258 |
| SELECT * FROM user__session where (session_key = "a6ec70200ffe0596e640f3ccfbd598e8" and session_expires > CURRENT_TIMESTAMP()) | 0.20813941955566 |
| SELECT *, (page_date <= NOW() AND status = "publish") as is_already_published, DATE_FORMAT(page_date, "%d.%m.%Y") as formatted_date FROM page where permalink = "smarte-lautsprecher" LIMIT 1 | 0.74386596679688 |
| SELECT *, (product_date <= NOW() AND status = "publish") as is_already_published, DATE_FORMAT(product_date, "%d.%m.%Y") as formatted_date FROM product where permalink = "smarte-lautsprecher" LIMIT 1 | 0.67687034606934 |
| SELECT product__taxonomy.* FROM product__taxonomy where permalink = "smarte-lautsprecher"; | 0.946044921875 |
| SELECT * FROM vg_wort_pixel where vg_wort_pixel_id = 0 LIMIT 1 | 0.23984909057617 |
| SELECT product.*, AVG(review_value) as avg_rating FROM product join product__link on product__link.product_id = product.product_id left join product__review on product__review.product_id = product.product_id left join product__taxonomy_mapping on product__taxonomy_mapping.product_id = product.product_id left join product__taxonomy_virtual_mapping on product__taxonomy_virtual_mapping.product_id = product.product_id where (( product.status = "publish" and product.product_date <= NOW() ) and product.hide_in_search = 0 and ( product.is_fake = 0 or product__link.is_available = 1 ) and (product__taxonomy_mapping.taxonomy_id in (29) or product__taxonomy_virtual_mapping.taxonomy_id in (29))) group by product.product_id | 5.8689117431641 |
| SELECT * FROM product__meta where product_id IN (768, 771, 772) | 1.0299682617188 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 768 | 0.33307075500488 |
| SELECT product__link.*, product__shop.sort_order as shop_sort_order, product__shop.product__shop_id as product__shop_id, product__feed.product__feed_id as product__feed_id, product__shop.title as product_shop_title, product__shop.button_text as product_shop_button_text, product__feed.title as product_feed_title FROM product__link LEFT join product__shop on product__shop.product__shop_id = product__link.product__shop_id LEFT join product__feed on product__feed.product__feed_id = product__link.product__feed_id where (product_id = 768 and product__link.is_active = 1) order by product__link.sort_order ASC, product__link.product__shop_id is not NULL DESC, product__shop.sort_order ASC | 0.96988677978516 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 768 | 0.99492073059082 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 768 | 0.33307075500488 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 771 | 0.32877922058105 |
| SELECT product__link.*, product__shop.sort_order as shop_sort_order, product__shop.product__shop_id as product__shop_id, product__feed.product__feed_id as product__feed_id, product__shop.title as product_shop_title, product__shop.button_text as product_shop_button_text, product__feed.title as product_feed_title FROM product__link LEFT join product__shop on product__shop.product__shop_id = product__link.product__shop_id LEFT join product__feed on product__feed.product__feed_id = product__link.product__feed_id where (product_id = 771 and product__link.is_active = 1) order by product__link.sort_order ASC, product__link.product__shop_id is not NULL DESC, product__shop.sort_order ASC | 0.49805641174316 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 771 | 0.38599967956543 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 771 | 0.2281665802002 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 772 | 0.28514862060547 |
| SELECT product__link.*, product__shop.sort_order as shop_sort_order, product__shop.product__shop_id as product__shop_id, product__feed.product__feed_id as product__feed_id, product__shop.title as product_shop_title, product__shop.button_text as product_shop_button_text, product__feed.title as product_feed_title FROM product__link LEFT join product__shop on product__shop.product__shop_id = product__link.product__shop_id LEFT join product__feed on product__feed.product__feed_id = product__link.product__feed_id where (product_id = 772 and product__link.is_active = 1) order by product__link.sort_order ASC, product__link.product__shop_id is not NULL DESC, product__shop.sort_order ASC | 0.3960132598877 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 772 | 0.50711631774902 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 772 | 0.2601146697998 |
| SELECT brand.* FROM brand join brand__product_mapping on brand__product_mapping.brand_id = brand.brand_id join product on product.product_id = brand__product_mapping.product_id join product__link on product.product_id = product__link.product_id join product__taxonomy_mapping on product__taxonomy_mapping.product_id = product.product_id where (brand.status = "publish" and brand.show_in_filter = true and ( product.status = "publish" and product.product_date <= NOW() ) and product.hide_in_search = 0 and ( product.is_fake = 0 or product__link.is_available = 1 ) and product__taxonomy_mapping.taxonomy_id = 29 and (product__link.reduced_price > 0 or product__link.reduced_price is null)) group by brand.brand_id order by brand.title asc | 1.2578964233398 |
| SELECT LEAST(min(product__link.reduced_price), min(product__link.price)) as min_price, GREATEST(max(product__link.reduced_price), max(product__link.price)) as max_price FROM product__link join product on product.product_id = product__link.product_id join product__taxonomy_mapping on product__taxonomy_mapping.product_id = product.product_id where (( product.status = "publish" and product.product_date <= NOW() ) and product.hide_in_search = 0 and ( product.is_fake = 0 or product__link.is_available = 1 ) and product__taxonomy_mapping.taxonomy_id = 29 and (product__link.reduced_price > 0 or product__link.reduced_price is null)) | 0.48398971557617 |
| SELECT * FROM product__taxonomy where product__taxonomy_id = 29 | 0.37288665771484 |
| SELECT product__data_field_group.*, product__taxonomy.title as taxonomy_name FROM product__data_field_group LEFT join product__taxonomy on product__data_field_group.product__taxonomy_id = product__taxonomy.product__taxonomy_id where (product__data_field_group.product__taxonomy_id IN (29)) order by group_name ASC | 0.23984909057617 |
Wird geladen...