57 Anfragen; Gesamtdauer: 44.562578201294 Millisekunden
| Query | Dauer (ms) |
|---|---|
| SELECT * FROM user__session where (session_key = "e631215d2e17a2c19442f7818197fe7b" and session_expires > CURRENT_TIMESTAMP()) | 0.50210952758789 |
| SELECT * FROM user__session where (session_key = "e631215d2e17a2c19442f7818197fe7b" and session_expires > CURRENT_TIMESTAMP()) | 0.19502639770508 |
| 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 = "govee-ambilight" LIMIT 1 | 0.89192390441895 |
| 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 = "govee-ambilight" LIMIT 1 | 1.183032989502 |
| SELECT product__taxonomy.* FROM product__taxonomy where permalink = "govee-ambilight"; | 0.35381317138672 |
| SELECT * FROM vg_wort_pixel where vg_wort_pixel_id = 0 LIMIT 1 | 0.21696090698242 |
| 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 (81) or product__taxonomy_virtual_mapping.taxonomy_id in (81))) group by product.product_id | 16.429901123047 |
| SELECT * FROM product__meta where product_id IN (1017, 1018) | 0.92005729675293 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 1017 | 0.4420280456543 |
| 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 = 1017 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.4570484161377 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 1017 | 0.69189071655273 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 1017 | 0.41007995605469 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 1018 | 0.27012825012207 |
| 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 = 1018 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.33211708068848 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 1018 | 0.38814544677734 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 1018 | 0.33712387084961 |
| 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 = 81 and (product__link.reduced_price > 0 or product__link.reduced_price is null)) group by brand.brand_id order by brand.title asc | 1.1160373687744 |
| 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 = 81 and (product__link.reduced_price > 0 or product__link.reduced_price is null)) | 0.55503845214844 |
| SELECT * FROM product__taxonomy where product__taxonomy_id = 81 | 0.26893615722656 |
| 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 (81)) order by group_name ASC | 0.32377243041992 |
| 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 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.product_id in (936)) group by product.product_id order by RAND() | 0.57601928710938 |
| SELECT * FROM product__meta where product_id IN (936) | 1.0659694671631 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 936 | 0.32997131347656 |
| 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 = 936 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.52118301391602 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 936 | 1.1141300201416 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 936 | 0.31590461730957 |
| SELECT * FROM smarthome_system join smarthome_system__product_mapping on smarthome_system__product_mapping.smarthome_system_id = smarthome_system.smarthome_system_id where ((smarthome_system__product_mapping.product_id = 936 and smarthome_system.status = "publish")) | 0.40388107299805 |
| SELECT file_path FROM attachment where attachment_id = 1015 | 0.52881240844727 |
| SELECT product__data_field.product__data_field_id, field_name, field_type, field_prefix, field_suffix, value FROM product__data_field LEFT JOIN product__data on product__data.product__data_field_id = product__data_field.product__data_field_id where product__data.product_id = 936 group by field_name order by group_id ASC, field_order asc | 1.0459423065186 |
| SELECT * FROM product__custom_data_field where (product_id = 936) order by sort_order ASC | 0.31018257141113 |
| 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 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.product_id in (939)) group by product.product_id order by RAND() | 0.53906440734863 |
| SELECT * FROM product__meta where product_id IN (939) | 0.62894821166992 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 939 | 0.26893615722656 |
| 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 = 939 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.39410591125488 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 939 | 0.42295455932617 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 939 | 0.28109550476074 |
| SELECT * FROM smarthome_system join smarthome_system__product_mapping on smarthome_system__product_mapping.smarthome_system_id = smarthome_system.smarthome_system_id where ((smarthome_system__product_mapping.product_id = 939 and smarthome_system.status = "publish")) | 0.34022331237793 |
| SELECT product__data_field.product__data_field_id, field_name, field_type, field_prefix, field_suffix, value FROM product__data_field LEFT JOIN product__data on product__data.product__data_field_id = product__data_field.product__data_field_id where product__data.product_id = 939 group by field_name order by group_id ASC, field_order asc | 0.59890747070312 |
| SELECT * FROM product__custom_data_field where (product_id = 939) order by sort_order ASC | 0.28514862060547 |
| 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 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.product_id in (937)) group by product.product_id order by RAND() | 0.52785873413086 |
| SELECT * FROM product__meta where product_id IN (937) | 0.52595138549805 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 937 | 0.2140998840332 |
| 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 = 937 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.42915344238281 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 937 | 0.5028247833252 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 937 | 0.39196014404297 |
| SELECT * FROM smarthome_system join smarthome_system__product_mapping on smarthome_system__product_mapping.smarthome_system_id = smarthome_system.smarthome_system_id where ((smarthome_system__product_mapping.product_id = 937 and smarthome_system.status = "publish")) | 0.36311149597168 |
| SELECT product__data_field.product__data_field_id, field_name, field_type, field_prefix, field_suffix, value FROM product__data_field LEFT JOIN product__data on product__data.product__data_field_id = product__data_field.product__data_field_id where product__data.product_id = 937 group by field_name order by group_id ASC, field_order asc | 0.41818618774414 |
| SELECT * FROM product__custom_data_field where (product_id = 937) order by sort_order ASC | 0.20003318786621 |
| 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 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.product_id in (944)) group by product.product_id order by RAND() | 0.43201446533203 |
| SELECT * FROM product__meta where product_id IN (944) | 0.52595138549805 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 944 | 0.26583671569824 |
| 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 = 944 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 | 1.5180110931396 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 944 | 0.51593780517578 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 944 | 0.35905838012695 |
| SELECT * FROM smarthome_system join smarthome_system__product_mapping on smarthome_system__product_mapping.smarthome_system_id = smarthome_system.smarthome_system_id where ((smarthome_system__product_mapping.product_id = 944 and smarthome_system.status = "publish")) | 0.35405158996582 |
| SELECT product__data_field.product__data_field_id, field_name, field_type, field_prefix, field_suffix, value FROM product__data_field LEFT JOIN product__data on product__data.product__data_field_id = product__data_field.product__data_field_id where product__data.product_id = 944 group by field_name order by group_id ASC, field_order asc | 0.4889965057373 |
| SELECT * FROM product__custom_data_field where (product_id = 944) order by sort_order ASC | 0.27298927307129 |
Wird geladen...