| 1 |
1.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.date_created AS date_created_4, t0.date_updated AS date_updated_5 FROM content t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.date_created AS date_created_4, t0.date_updated AS date_updated_5 FROM content t0;
|
| 2 |
1.24 ms |
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.ordre AS ordre_2 FROM real_category r0_ WHERE (SELECT COUNT(*) FROM realisation r1_ WHERE r1_.real_category_id = r0_.id) > 0
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.ordre AS ordre_2 FROM real_category r0_ WHERE (SELECT COUNT(*) FROM realisation r1_ WHERE r1_.real_category_id = r0_.id) > 0;
|
| 3 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.video AS video_5, t0.real_category_id AS real_category_id_6 FROM realisation t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.video AS video_5, t0.real_category_id AS real_category_id_6 FROM realisation t0;
|
| 4 |
0.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4 FROM slides t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4 FROM slides t0;
|
| 5 |
0.94 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.ordre AS ordre_2 FROM category c0_ WHERE (SELECT COUNT(*) FROM product p1_ WHERE p1_.category_id = c0_.id) > 0
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.ordre AS ordre_2 FROM category c0_ WHERE (SELECT COUNT(*) FROM product p1_ WHERE p1_.category_id = c0_.id) > 0;
|
| 6 |
0.76 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.reference AS reference_3, t0.image AS image_4, t0.stock AS stock_5, t0.active AS active_6, t7.id AS id_8, t7.description AS description_9, t7.prix AS prix_10, t7.image2 AS image2_11, t7.image3 AS image3_12, t7.video AS video_13, t7.product_id AS product_id_14, t0.category_id AS category_id_15 FROM product t0 LEFT JOIN product_details t7 ON t7.product_id = t0.id WHERE t0.active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.reference AS reference_3, t0.image AS image_4, t0.stock AS stock_5, t0.active AS active_6, t7.id AS id_8, t7.description AS description_9, t7.prix AS prix_10, t7.image2 AS image2_11, t7.image3 AS image3_12, t7.video AS video_13, t7.product_id AS product_id_14, t0.category_id AS category_id_15 FROM product t0 LEFT JOIN product_details t7 ON t7.product_id = t0.id WHERE t0.active = 1;
|
| 7 |
0.84 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM misc t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM misc t0;
|
| 8 |
1.33 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.google_id AS google_id_5 FROM referencement t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.google_id AS google_id_5 FROM referencement t0 WHERE t0.id = 1 LIMIT 1;
|
| 9 |
0.77 ms |
SELECT t0.id AS id_1, t0.date_cart AS date_cart_2, t0.date_update AS date_update_3, t0.ordered AS ordered_4, t0.status AS status_5, t0.user_id AS user_id_6 FROM cart t0 WHERE t0.id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.date_cart AS date_cart_2, t0.date_update AS date_update_3, t0.ordered AS ordered_4, t0.status AS status_5, t0.user_id AS user_id_6 FROM cart t0 WHERE t0.id IS NULL LIMIT 1;
|