| Typ | Nachrüstung |
| Ohne Cloud nutzbar | |
| Übertragungsart | Kabellos |
| Kompatible Sprachassistenten | Amazon Alexa |
| Verfügbare Gerätetypen | Beleuchtung, Bewegungsmelder, Überwachungskameras, Rolladen, Heizungen |
30 Anfragen; Gesamtdauer: 15.20824432373 Millisekunden
| Query | Dauer (ms) |
|---|---|
| SELECT * FROM user__session where (session_key = "8a9a2201be64bbd7ae97be6c671a9afa" and session_expires > CURRENT_TIMESTAMP()) | 0.47016143798828 |
| SELECT * FROM user__session where (session_key = "8a9a2201be64bbd7ae97be6c671a9afa" and session_expires > CURRENT_TIMESTAMP()) | 0.23484230041504 |
| 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 = "zwave" LIMIT 1 | 0.40411949157715 |
| SELECT *, (smarthome_system_date <= NOW() AND status = "publish") as is_already_published, DATE_FORMAT(smarthome_system_date, "%d.%m.%Y") as formatted_date FROM smarthome_system where permalink = "zwave" LIMIT 1 | 0.42891502380371 |
| 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 join smarthome_system__product_mapping on smarthome_system__product_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 smarthome_system__product_mapping.smarthome_system_id in (1)) group by product.product_id | 0.97393989562988 |
| SELECT * FROM product__meta where product_id IN (24, 25, 247, 859, 858) | 1.0740756988525 |
| SELECT AVG(review_value) as avg_review FROM `product__review` WHERE product_id = 24 | 0.28800964355469 |
| 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 = 24 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.45394897460938 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_mapping ON product__taxonomy_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 24 | 0.35595893859863 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 24 | 0.32806396484375 |
| 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 = 24 and smarthome_system.status = "publish")) | 0.32186508178711 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 25 | 0.28109550476074 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 247 | 0.29706954956055 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 859 | 0.27108192443848 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 858 | 0.2892017364502 |
| SELECT * FROM vg_wort_pixel where vg_wort_pixel_id = 0 LIMIT 1 | 0.22196769714355 |
| SELECT smarthome_system__data_field.smarthome_system__data_field_id, field_name, field_type, field_prefix, field_suffix, value FROM smarthome_system__data_field LEFT JOIN smarthome_system__data on smarthome_system__data.smarthome_system__data_field_id = smarthome_system__data_field.smarthome_system__data_field_id where smarthome_system__data.smarthome_system_id = 1 order by field_order asc | 0.63490867614746 |
| 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 join smarthome_system__product_mapping on smarthome_system__product_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 (1) or product__taxonomy_virtual_mapping.taxonomy_id in (1)) and smarthome_system__product_mapping.smarthome_system_id in (1)) group by product.product_id order by product.product_date DESC limit 4 | 0.88191032409668 |
| SELECT product__taxonomy.* FROM product__taxonomy where permalink in ("sensoren"); | 0.39100646972656 |
| 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 join smarthome_system__product_mapping on smarthome_system__product_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 (32) or product__taxonomy_virtual_mapping.taxonomy_id in (32)) and smarthome_system__product_mapping.smarthome_system_id in (1)) group by product.product_id order by product.product_date DESC limit 4 | 0.7331371307373 |
| SELECT * FROM product__meta where product_id IN (24) | 0.46396255493164 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 24 | 0.30207633972168 |
| SELECT product__taxonomy.* FROM product__taxonomy where permalink in ("hubs"); | 0.29206275939941 |
| 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 join smarthome_system__product_mapping on smarthome_system__product_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 smarthome_system__product_mapping.smarthome_system_id in (1)) group by product.product_id order by product.product_date DESC limit 4 | 0.71001052856445 |
| SELECT * FROM product__meta where product_id IN (859, 858, 247, 25) | 0.99301338195801 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 859 | 0.34093856811523 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 858 | 1.18088722229 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 247 | 0.43797492980957 |
| SELECT * FROM product__taxonomy JOIN product__taxonomy_virtual_mapping ON product__taxonomy_virtual_mapping.taxonomy_id = product__taxonomy.product__taxonomy_id where product_id = 25 | 0.3049373626709 |
| 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 join smarthome_system__product_mapping on smarthome_system__product_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 smarthome_system__product_mapping.smarthome_system_id in (1) and ( ( product__link.price is not null and product__link.price > 0 and product__link.reduced_price is not null and product__link.reduced_price > 0 ) and (product__link.reduced_price < product__link.price) and (1 - (product__link.reduced_price / product__link.price)) > 0.1 and (1 - (product__link.reduced_price / product__link.price)) < 0.5 )) group by product.product_id order by product.product_date DESC limit 4 | 0.84710121154785 |
Wird geladen...