1
0.39 ms
SELECT c0_ . id AS id_0 , c0_ . name AS name_1 , c0_ . symbol AS symbol_2 , c0_ . rounding AS rounding_3 , c0_ . is_default AS is_default_4 , c0_ . default_locale AS default_locale_5 , c0_ . is_symbol_left AS is_symbol_left_6 , c0_ . is_deleted AS is_deleted_7 FROM currency c0_ WHERE c0_ . default_locale = ? LIMIT 1
SELECT c0_ . id AS id_0 , c0_ . name AS name_1 , c0_ . symbol AS symbol_2 , c0_ . rounding AS rounding_3 , c0_ . is_default AS is_default_4 , c0_ . default_locale AS default_locale_5 , c0_ . is_symbol_left AS is_symbol_left_6 , c0_ . is_deleted AS is_deleted_7 FROM currency c0_ WHERE c0_ . default_locale = 'en' LIMIT 1 ;
Copy
2
2.33 ms
SELECT e0_ . foreign_key AS foreign_key_0 FROM ext_translations e0_ WHERE e0_ . locale = ? AND e0_ . object_class = ? AND e0_ . field = ? AND e0_ . content = ? LIMIT 1
Parameters :
[
"en "
"Greendot\EshopBundle\Entity\Project\Category "
"slug "
"dily-pro-vnitrni-stineni "
]
SELECT e0_ . foreign_key AS foreign_key_0 FROM ext_translations e0_ WHERE e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND e0_ . field = 'slug' AND e0_ . content = 'dily-pro-vnitrni-stineni' LIMIT 1 ;
Copy
3
2.65 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . additional_data AS additional_data_19 , t0 . special_category_code AS special_category_code_20 , t0 . category_type_id AS category_type_id_21 , t0 . upload_id AS upload_id_22 FROM p_category t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"dily-pro-vnitrni-stineni "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . additional_data AS additional_data_19 , t0 . special_category_code AS special_category_code_20 , t0 . category_type_id AS category_type_id_21 , t0 . upload_id AS upload_id_22 FROM p_category t0 WHERE t0 . slug = 'dily-pro-vnitrni-stineni' LIMIT 1 ;
Copy
4
0.49 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"453 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '453' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
5
8.85 ms
SELECT p0_ . id AS id_0 , COALESCE (t1_ . content , p0_ . name ) AS name_1 , COALESCE (t2_ . content , p0_ . menu_name ) AS menu_name_2 , COALESCE (t3_ . content , p0_ . description ) AS description_3 , COALESCE (t4_ . content , p0_ . html ) AS html_4 , COALESCE (t5_ . content , p0_ . title ) AS title_5 , p0_ . is_active AS is_active_6 , COALESCE (t6_ . content , p0_ . slug ) AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN ext_translations t1_ ON t1_ . locale = 'en' AND t1_ . field = 'name' AND t1_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t1_ . foreign_key = p0_ . id LEFT JOIN ext_translations t2_ ON t2_ . locale = 'en' AND t2_ . field = 'menu_name' AND t2_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t2_ . foreign_key = p0_ . id LEFT JOIN ext_translations t3_ ON t3_ . locale = 'en' AND t3_ . field = 'description' AND t3_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t3_ . foreign_key = p0_ . id LEFT JOIN ext_translations t4_ ON t4_ . locale = 'en' AND t4_ . field = 'html' AND t4_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t4_ . foreign_key = p0_ . id LEFT JOIN ext_translations t5_ ON t5_ . locale = 'en' AND t5_ . field = 'title' AND t5_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t5_ . foreign_key = p0_ . id LEFT JOIN ext_translations t6_ ON t6_ . locale = 'en' AND t6_ . field = 'slug' AND t6_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t6_ . foreign_key = p0_ . id WHERE p0_ . id = ?
SELECT p0_ . id AS id_0 , COALESCE (t1_ . content , p0_ . name ) AS name_1 , COALESCE (t2_ . content , p0_ . menu_name ) AS menu_name_2 , COALESCE (t3_ . content , p0_ . description ) AS description_3 , COALESCE (t4_ . content , p0_ . html ) AS html_4 , COALESCE (t5_ . content , p0_ . title ) AS title_5 , p0_ . is_active AS is_active_6 , COALESCE (t6_ . content , p0_ . slug ) AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN ext_translations t1_ ON t1_ . locale = 'en' AND t1_ . field = 'name' AND t1_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t1_ . foreign_key = p0_ . id LEFT JOIN ext_translations t2_ ON t2_ . locale = 'en' AND t2_ . field = 'menu_name' AND t2_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t2_ . foreign_key = p0_ . id LEFT JOIN ext_translations t3_ ON t3_ . locale = 'en' AND t3_ . field = 'description' AND t3_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t3_ . foreign_key = p0_ . id LEFT JOIN ext_translations t4_ ON t4_ . locale = 'en' AND t4_ . field = 'html' AND t4_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t4_ . foreign_key = p0_ . id LEFT JOIN ext_translations t5_ ON t5_ . locale = 'en' AND t5_ . field = 'title' AND t5_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t5_ . foreign_key = p0_ . id LEFT JOIN ext_translations t6_ ON t6_ . locale = 'en' AND t6_ . field = 'slug' AND t6_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t6_ . foreign_key = p0_ . id WHERE p0_ . id = 453 ;
Copy
6
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . template AS template_3 , t0 . slug_prefix AS slug_prefix_4 , t0 . controller_name AS controller_name_5 FROM category_type t0 WHERE t0 . id = 18 ;
Copy
7
2.25 ms
SELECT e0_ . foreign_key AS foreign_key_0 FROM ext_translations e0_ WHERE e0_ . locale = ? AND e0_ . object_class = ? AND e0_ . field = ? AND e0_ . content = ? LIMIT 1
Parameters :
[
"en "
"Greendot\EshopBundle\Entity\Project\Category "
"slug "
"dily-pro-vnitrni-stineni "
]
SELECT e0_ . foreign_key AS foreign_key_0 FROM ext_translations e0_ WHERE e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND e0_ . field = 'slug' AND e0_ . content = 'dily-pro-vnitrni-stineni' LIMIT 1 ;
Copy
8
0.76 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . additional_data AS additional_data_19 , t0 . special_category_code AS special_category_code_20 , t0 . category_type_id AS category_type_id_21 , t0 . upload_id AS upload_id_22 FROM p_category t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"dily-pro-vnitrni-stineni "
]
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . html AS html_5 , t0 . title AS title_6 , t0 . is_active AS is_active_7 , t0 . slug AS slug_8 , t0 . javascript AS javascript_9 , t0 . sequence AS sequence_10 , t0 . is_menu AS is_menu_11 , t0 . latitude AS latitude_12 , t0 . longitude AS longitude_13 , t0 . state AS state_14 , t0 . has_comments AS has_comments_15 , t0 . is_indexable AS is_indexable_16 , t0 . created_at AS created_at_17 , t0 . published_at AS published_at_18 , t0 . additional_data AS additional_data_19 , t0 . special_category_code AS special_category_code_20 , t0 . category_type_id AS category_type_id_21 , t0 . upload_id AS upload_id_22 FROM p_category t0 WHERE t0 . slug = 'dily-pro-vnitrni-stineni' LIMIT 1 ;
Copy
9
8.72 ms
SELECT p0_ . id AS id_0 , COALESCE (t1_ . content , p0_ . name ) AS name_1 , COALESCE (t2_ . content , p0_ . menu_name ) AS menu_name_2 , COALESCE (t3_ . content , p0_ . description ) AS description_3 , COALESCE (t4_ . content , p0_ . html ) AS html_4 , COALESCE (t5_ . content , p0_ . title ) AS title_5 , p0_ . is_active AS is_active_6 , COALESCE (t6_ . content , p0_ . slug ) AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN ext_translations t1_ ON t1_ . locale = 'en' AND t1_ . field = 'name' AND t1_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t1_ . foreign_key = p0_ . id LEFT JOIN ext_translations t2_ ON t2_ . locale = 'en' AND t2_ . field = 'menu_name' AND t2_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t2_ . foreign_key = p0_ . id LEFT JOIN ext_translations t3_ ON t3_ . locale = 'en' AND t3_ . field = 'description' AND t3_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t3_ . foreign_key = p0_ . id LEFT JOIN ext_translations t4_ ON t4_ . locale = 'en' AND t4_ . field = 'html' AND t4_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t4_ . foreign_key = p0_ . id LEFT JOIN ext_translations t5_ ON t5_ . locale = 'en' AND t5_ . field = 'title' AND t5_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t5_ . foreign_key = p0_ . id LEFT JOIN ext_translations t6_ ON t6_ . locale = 'en' AND t6_ . field = 'slug' AND t6_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t6_ . foreign_key = p0_ . id WHERE p0_ . id = ?
SELECT p0_ . id AS id_0 , COALESCE (t1_ . content , p0_ . name ) AS name_1 , COALESCE (t2_ . content , p0_ . menu_name ) AS menu_name_2 , COALESCE (t3_ . content , p0_ . description ) AS description_3 , COALESCE (t4_ . content , p0_ . html ) AS html_4 , COALESCE (t5_ . content , p0_ . title ) AS title_5 , p0_ . is_active AS is_active_6 , COALESCE (t6_ . content , p0_ . slug ) AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN ext_translations t1_ ON t1_ . locale = 'en' AND t1_ . field = 'name' AND t1_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t1_ . foreign_key = p0_ . id LEFT JOIN ext_translations t2_ ON t2_ . locale = 'en' AND t2_ . field = 'menu_name' AND t2_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t2_ . foreign_key = p0_ . id LEFT JOIN ext_translations t3_ ON t3_ . locale = 'en' AND t3_ . field = 'description' AND t3_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t3_ . foreign_key = p0_ . id LEFT JOIN ext_translations t4_ ON t4_ . locale = 'en' AND t4_ . field = 'html' AND t4_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t4_ . foreign_key = p0_ . id LEFT JOIN ext_translations t5_ ON t5_ . locale = 'en' AND t5_ . field = 'title' AND t5_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t5_ . foreign_key = p0_ . id LEFT JOIN ext_translations t6_ ON t6_ . locale = 'en' AND t6_ . field = 'slug' AND t6_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t6_ . foreign_key = p0_ . id WHERE p0_ . id = 453 ;
Copy
10
0.46 ms
SELECT s0_ . value AS value_0 FROM settings s0_ WHERE s0_ . name = ? ORDER BY s0_ . name ASC LIMIT 1
Parameters :
[
"after_registration_discount "
]
SELECT s0_ . value AS value_0 FROM settings s0_ WHERE s0_ . name = 'after_registration_discount' ORDER BY s0_ . name ASC LIMIT 1 ;
Copy
11
0.53 ms
WITH RECURSIVE category_tree AS (
SELECT CAST (? AS UNSIGNED ) AS id
UNION ALL
SELECT cc . category_sub_id
FROM p_category_category cc
INNER JOIN category_tree ct ON cc . category_super_id = ct . id
)
SELECT id FROM category_tree
WITH RECURSIVE category_tree AS (
SELECT CAST (453 AS UNSIGNED ) AS id
UNION ALL
SELECT cc . category_sub_id
FROM p_category_category cc
INNER JOIN category_tree ct ON cc . category_super_id = ct . id
)
SELECT id FROM category_tree
;
Copy
12
0.75 ms
SELECT COUNT (DISTINCT p0_ . id ) AS sclr_0 FROM product p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . product_id WHERE (p0_ . is_visible = ? AND c1_ . category_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND p0_ . product_view_type_id IN (? )) AND (p0_ . is_active = true )
Parameters :
[
1
453
456
466
467
457
458
459
460
461
462
463
464
465
473
474
475
476
477
478
479
480
481
482
483
484
485
486
2
]
SELECT COUNT (DISTINCT p0_ . id ) AS sclr_0 FROM product p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . product_id WHERE (p0_ . is_visible = 1 AND c1_ . category_id IN (453 , 456 , 466 , 467 , 457 , 458 , 459 , 460 , 461 , 462 , 463 , 464 , 465 , 473 , 474 , 475 , 476 , 477 , 478 , 479 , 480 , 481 , 482 , 483 , 484 , 485 , 486 ) AND p0_ . product_view_type_id IN (2 )) AND (p0_ . is_active = true );
Copy
13
0.39 ms
WITH RECURSIVE category_tree AS (
SELECT CAST (? AS UNSIGNED ) AS id
UNION ALL
SELECT cc . category_sub_id
FROM p_category_category cc
INNER JOIN category_tree ct ON cc . category_super_id = ct . id
)
SELECT id FROM category_tree
WITH RECURSIVE category_tree AS (
SELECT CAST (453 AS UNSIGNED ) AS id
UNION ALL
SELECT cc . category_sub_id
FROM p_category_category cc
INNER JOIN category_tree ct ON cc . category_super_id = ct . id
)
SELECT id FROM category_tree
;
Copy
14
0.73 ms
SELECT DISTINCT p0_ . id AS id_0 FROM product p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . product_id WHERE (p0_ . is_visible = ? AND c1_ . category_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND p0_ . product_view_type_id IN (? )) AND (p0_ . is_active = true ) ORDER BY c1_ . sequence ASC , p0_ . id DESC LIMIT 40 OFFSET 40
Parameters :
[
1
453
456
466
467
457
458
459
460
461
462
463
464
465
473
474
475
476
477
478
479
480
481
482
483
484
485
486
2
]
SELECT DISTINCT p0_ . id AS id_0 FROM product p0_ LEFT JOIN category_product c1_ ON p0_ . id = c1_ . product_id WHERE (p0_ . is_visible = 1 AND c1_ . category_id IN (453 , 456 , 466 , 467 , 457 , 458 , 459 , 460 , 461 , 462 , 463 , 464 , 465 , 473 , 474 , 475 , 476 , 477 , 478 , 479 , 480 , 481 , 482 , 483 , 484 , 485 , 486 ) AND p0_ . product_view_type_id IN (2 )) AND (p0_ . is_active = true ) ORDER BY c1_ . sequence ASC , p0_ . id DESC LIMIT 40 OFFSET 40 ;
Copy
15
0.48 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 155 AND ((t0 . is_active = true ));
Copy
16
0.70 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 155 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
17
0.35 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"4 "
"en "
"Greendot\EshopBundle\Entity\Project\Availability "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '4' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Availability' ;
Copy
18
0.39 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 155 ;
Copy
19
0.42 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"155 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '155' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
20
0.46 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
155
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 155 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
21
0.30 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 63 ;
Copy
22
0.34 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
23
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 156 AND ((t0 . is_active = true ));
Copy
24
0.49 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 156 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
25
0.34 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 156 ;
Copy
26
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"156 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '156' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
27
0.40 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
156
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 156 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
28
0.28 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 64 ;
Copy
29
0.33 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
30
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 157 AND ((t0 . is_active = true ));
Copy
31
0.51 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 157 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
32
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 157 ;
Copy
33
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"157 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '157' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
34
0.39 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
157
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 157 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
35
0.28 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 65 ;
Copy
36
0.32 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
37
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 158 AND ((t0 . is_active = true ));
Copy
38
0.48 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 158 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
39
0.33 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 158 ;
Copy
40
0.29 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"158 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '158' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
41
0.36 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
158
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 158 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
42
0.28 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 67 ;
Copy
43
0.29 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
44
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 159 AND ((t0 . is_active = true ));
Copy
45
0.49 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 159 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
46
0.35 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 159 ;
Copy
47
0.29 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"159 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '159' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
48
0.36 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
159
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 159 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
49
0.27 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 71 ;
Copy
50
0.30 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
51
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 160 AND ((t0 . is_active = true ));
Copy
52
0.49 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 160 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
53
0.36 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 160 ;
Copy
54
0.29 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"160 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '160' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
55
0.37 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
160
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 160 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
56
0.26 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 72 ;
Copy
57
0.30 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
58
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 161 AND ((t0 . is_active = true ));
Copy
59
0.50 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 161 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
60
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 161 ;
Copy
61
0.32 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"161 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '161' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
62
0.39 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
161
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 161 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
63
0.27 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 74 ;
Copy
64
0.33 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
65
0.37 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 162 AND ((t0 . is_active = true ));
Copy
66
0.51 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 162 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
67
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 162 ;
Copy
68
0.33 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"162 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '162' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
69
0.35 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
162
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 162 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
70
0.27 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 75 ;
Copy
71
0.29 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
72
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 163 AND ((t0 . is_active = true ));
Copy
73
0.47 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 163 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
74
0.29 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 163 ;
Copy
75
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"163 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '163' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
76
0.39 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
163
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 163 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
77
0.24 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 77 ;
Copy
78
0.30 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
79
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 164 AND ((t0 . is_active = true ));
Copy
80
0.33 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 164 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
81
0.34 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 164 ;
Copy
82
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"164 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '164' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
83
0.36 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
164
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 164 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
84
0.26 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 84 ;
Copy
85
0.28 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
86
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 165 AND ((t0 . is_active = true ));
Copy
87
0.48 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 165 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
88
0.30 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 165 ;
Copy
89
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"165 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '165' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
90
0.37 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
165
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 165 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
91
0.28 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 89 ;
Copy
92
0.32 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
93
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 166 AND ((t0 . is_active = true ));
Copy
94
0.35 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 166 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
95
0.34 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 166 ;
Copy
96
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"166 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '166' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
97
0.36 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
166
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 166 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
98
0.24 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 99 ;
Copy
99
0.29 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
100
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 167 AND ((t0 . is_active = true ));
Copy
101
0.48 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 167 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
102
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 167 ;
Copy
103
0.27 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"167 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '167' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
104
0.36 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
167
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 167 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
105
0.27 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 94 ;
Copy
106
0.28 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
107
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 168 AND ((t0 . is_active = true ));
Copy
108
0.47 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 168 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
109
0.34 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 168 ;
Copy
110
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"168 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '168' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
111
0.35 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
168
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 168 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
112
0.31 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 104 ;
Copy
113
0.32 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
114
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 169 AND ((t0 . is_active = true ));
Copy
115
0.31 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 169 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
116
0.35 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 169 ;
Copy
117
0.35 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"169 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '169' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
118
0.37 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
169
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 169 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
119
0.28 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 109 ;
Copy
120
0.30 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
121
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 170 AND ((t0 . is_active = true ));
Copy
122
0.52 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 170 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
123
0.34 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 170 ;
Copy
124
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"170 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '170' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
125
0.35 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
170
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 170 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
126
0.28 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 110 ;
Copy
127
0.31 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
128
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 171 AND ((t0 . is_active = true ));
Copy
129
0.32 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 171 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
130
0.33 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 171 ;
Copy
131
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"171 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '171' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
132
0.36 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
171
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 171 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
133
0.28 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 115 ;
Copy
134
0.28 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
135
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 172 AND ((t0 . is_active = true ));
Copy
136
0.46 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 172 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
137
0.30 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 172 ;
Copy
138
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"172 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '172' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
139
0.34 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
172
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 172 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
140
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 173 AND ((t0 . is_active = true ));
Copy
141
0.51 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 173 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
142
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 173 ;
Copy
143
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"173 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '173' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
144
0.35 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
173
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 173 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
145
0.31 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 118 ;
Copy
146
0.27 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
147
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 174 AND ((t0 . is_active = true ));
Copy
148
0.32 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 174 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
149
0.34 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 174 ;
Copy
150
0.31 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"174 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '174' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
151
0.37 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
174
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 174 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
152
0.27 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 121 ;
Copy
153
0.27 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
154
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 175 AND ((t0 . is_active = true ));
Copy
155
0.52 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 175 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
156
0.34 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 175 ;
Copy
157
0.31 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"175 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '175' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
158
0.39 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
175
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 175 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
159
0.32 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 124 ;
Copy
160
0.31 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
161
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 176 AND ((t0 . is_active = true ));
Copy
162
0.46 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 176 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
163
0.31 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 176 ;
Copy
164
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"176 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '176' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
165
0.34 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
176
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 176 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
166
0.27 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 125 ;
Copy
167
0.28 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
168
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 177 AND ((t0 . is_active = true ));
Copy
169
0.46 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 177 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
170
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 177 ;
Copy
171
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"177 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '177' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
172
0.39 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
177
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 177 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
173
0.31 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 126 ;
Copy
174
0.31 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
175
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 178 AND ((t0 . is_active = true ));
Copy
176
0.49 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 178 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
177
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 178 ;
Copy
178
0.32 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"178 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '178' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
179
0.37 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
178
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 178 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
180
0.24 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 128 ;
Copy
181
0.28 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
182
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 179 AND ((t0 . is_active = true ));
Copy
183
0.50 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 179 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
184
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 179 ;
Copy
185
0.32 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"179 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '179' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
186
0.38 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
179
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 179 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
187
0.28 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 130 ;
Copy
188
0.31 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
189
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 180 AND ((t0 . is_active = true ));
Copy
190
0.44 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 180 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
191
0.32 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 180 ;
Copy
192
0.32 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"180 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '180' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
193
0.35 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
180
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 180 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
194
0.27 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 132 ;
Copy
195
0.27 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
196
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = ? AND ((t0 . is_active = true ))
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . menu_name AS menu_name_3 , t0 . description AS description_4 , t0 . title AS title_5 , t0 . slug AS slug_6 , t0 . is_active AS is_active_7 , t0 . is_visible AS is_visible_8 , t0 . sequence AS sequence_9 , t0 . javascript AS javascript_10 , t0 . text_general AS text_general_11 , t0 . state AS state_12 , t0 . external_id AS external_id_13 , t0 . is_indexable AS is_indexable_14 , t0 . meta_description AS meta_description_15 , t0 . has_variant_picture AS has_variant_picture_16 , t0 . sold_amount AS sold_amount_17 , t0 . additional_data AS additional_data_18 , t0 . is_deleted AS is_deleted_19 , t0 . producer_id AS producer_id_20 , t0 . upload_id AS upload_id_21 , t0 . product_type_id AS product_type_id_22 , t0 . product_view_type_id AS product_view_type_id_23 FROM product t0 WHERE t0 . id = 147 AND ((t0 . is_active = true ));
Copy
197
0.49 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? ORDER BY a0_ . sequence ASC LIMIT 1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . class AS class_3 , a0_ . is_purchasable AS is_purchasable_4 , a0_ . sequence AS sequence_5 FROM availability a0_ LEFT JOIN product_variant p1_ ON a0_ . id = p1_ . availability_id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 147 ORDER BY a0_ . sequence ASC LIMIT 1 ;
Copy
198
0.33 ms
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = ?
SELECT p0_ . data AS data_0 , p1_ . name AS name_1 FROM parameter p0_ LEFT JOIN product_variant p2_ ON p0_ . product_variant_id = p2_ . id AND (p2_ . is_active = true ) LEFT JOIN parameter_group p1_ ON p0_ . parameter_group_id = p1_ . id WHERE p2_ . product_id = 147 ;
Copy
199
0.32 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"147 "
"en "
"Greendot\EshopBundle\Entity\Project\Product "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '147' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Product' ;
Copy
200
0.41 ms
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = ? AND p0_ . valid_from < = ? AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > ? )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1
Parameters :
[
147
"2026-08-15 01:53:34 "
"2026-08-15 01:53:34 "
]
SELECT p0_ . id AS id_0 , p0_ . price AS price_1 , p0_ . vat AS vat_2 , p0_ . minimal_amount AS minimal_amount_3 , p0_ . discount AS discount_4 , p0_ . valid_from AS valid_from_5 , p0_ . valid_until AS valid_until_6 , p0_ . created AS created_7 , p0_ . is_package AS is_package_8 , p0_ . min_price AS min_price_9 , (p0_ . price * (1 - p0_ . discount ) * (1 + p0_ . vat )) AS sclr_10 , p0_ . product_variant_id AS product_variant_id_11 , p0_ . event_id AS event_id_12 FROM price p0_ INNER JOIN product_variant p1_ ON p0_ . product_variant_id = p1_ . id AND (p1_ . is_active = true ) WHERE p1_ . product_id = 147 AND p0_ . valid_from < = '2026-08-15 01:53:34' AND ((p0_ . valid_until IS NULL OR p0_ . valid_until > '2026-08-15 01:53:34' )) ORDER BY p0_ . minimal_amount ASC , sclr_10 ASC LIMIT 1 ;
Copy
201
0.29 ms
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = ?
SELECT t0 . id AS id_1 , t0 . amount AS amount_2 , t0 . state AS state_3 , t0 . delivery_from AS delivery_from_4 , t0 . delivery_until AS delivery_until_5 , t0 . purchase_id AS purchase_id_6 , t0 . product_variant_id AS product_variant_id_7 , t0 . price_id AS price_id_8 FROM purchase_product_variant t0 WHERE t0 . price_id = 49 ;
Copy
202
0.32 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = ? AND c0_ . valid_from < = ? ORDER BY c0_ . valid_from DESC LIMIT 1
Parameters :
[
2
"2026-08-15 01:53:34 "
]
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . valid_from AS valid_from_2 , c0_ . rate AS rate_3 , c0_ . currency_id AS currency_id_4 FROM conversion_rate c0_ WHERE c0_ . currency_id = 2 AND c0_ . valid_from < = '2026-08-15 01:53:34' ORDER BY c0_ . valid_from DESC LIMIT 1 ;
Copy
203
10.17 ms
SELECT p0_ . id AS id_0 , COALESCE (t1_ . content , p0_ . name ) AS name_1 , COALESCE (t2_ . content , p0_ . menu_name ) AS menu_name_2 , COALESCE (t3_ . content , p0_ . description ) AS description_3 , COALESCE (t4_ . content , p0_ . html ) AS html_4 , COALESCE (t5_ . content , p0_ . title ) AS title_5 , p0_ . is_active AS is_active_6 , COALESCE (t6_ . content , p0_ . slug ) AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p7_ ON p0_ . id = p7_ . category_sub_id LEFT JOIN category_menu_type c8_ ON p0_ . id = c8_ . category_id LEFT JOIN ext_translations t1_ ON t1_ . locale = 'en' AND t1_ . field = 'name' AND t1_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t1_ . foreign_key = p0_ . id LEFT JOIN ext_translations t2_ ON t2_ . locale = 'en' AND t2_ . field = 'menu_name' AND t2_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t2_ . foreign_key = p0_ . id LEFT JOIN ext_translations t3_ ON t3_ . locale = 'en' AND t3_ . field = 'description' AND t3_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t3_ . foreign_key = p0_ . id LEFT JOIN ext_translations t4_ ON t4_ . locale = 'en' AND t4_ . field = 'html' AND t4_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t4_ . foreign_key = p0_ . id LEFT JOIN ext_translations t5_ ON t5_ . locale = 'en' AND t5_ . field = 'title' AND t5_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t5_ . foreign_key = p0_ . id LEFT JOIN ext_translations t6_ ON t6_ . locale = 'en' AND t6_ . field = 'slug' AND t6_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t6_ . foreign_key = p0_ . id WHERE p0_ . is_active = ? AND p0_ . id > = ? AND p7_ . id IS NULL AND c8_ . menu_type_id = ? AND p0_ . category_type_id IN (? ) ORDER BY c8_ . sequence ASC
SELECT p0_ . id AS id_0 , COALESCE (t1_ . content , p0_ . name ) AS name_1 , COALESCE (t2_ . content , p0_ . menu_name ) AS menu_name_2 , COALESCE (t3_ . content , p0_ . description ) AS description_3 , COALESCE (t4_ . content , p0_ . html ) AS html_4 , COALESCE (t5_ . content , p0_ . title ) AS title_5 , p0_ . is_active AS is_active_6 , COALESCE (t6_ . content , p0_ . slug ) AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p7_ ON p0_ . id = p7_ . category_sub_id LEFT JOIN category_menu_type c8_ ON p0_ . id = c8_ . category_id LEFT JOIN ext_translations t1_ ON t1_ . locale = 'en' AND t1_ . field = 'name' AND t1_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t1_ . foreign_key = p0_ . id LEFT JOIN ext_translations t2_ ON t2_ . locale = 'en' AND t2_ . field = 'menu_name' AND t2_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t2_ . foreign_key = p0_ . id LEFT JOIN ext_translations t3_ ON t3_ . locale = 'en' AND t3_ . field = 'description' AND t3_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t3_ . foreign_key = p0_ . id LEFT JOIN ext_translations t4_ ON t4_ . locale = 'en' AND t4_ . field = 'html' AND t4_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t4_ . foreign_key = p0_ . id LEFT JOIN ext_translations t5_ ON t5_ . locale = 'en' AND t5_ . field = 'title' AND t5_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t5_ . foreign_key = p0_ . id LEFT JOIN ext_translations t6_ ON t6_ . locale = 'en' AND t6_ . field = 'slug' AND t6_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' AND t6_ . foreign_key = p0_ . id WHERE p0_ . is_active = 1 AND p0_ . id > = 2 AND p7_ . id IS NULL AND c8_ . menu_type_id = 2 AND p0_ . category_type_id IN (17 ) ORDER BY c8_ . sequence ASC ;
Copy
204
0.69 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = ? AND p0_ . category_type_id = ? AND p0_ . is_active = 1 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = 452 AND p0_ . category_type_id = 18 AND p0_ . is_active = 1 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC ;
Copy
205
0.38 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"454 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '454' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
206
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"455 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '455' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
207
0.67 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = ? AND p0_ . category_type_id = ? AND p0_ . is_active = 1 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = 453 AND p0_ . category_type_id = 19 AND p0_ . is_active = 1 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC ;
Copy
208
0.37 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"456 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '456' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
209
0.33 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"466 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '466' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
210
0.32 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"467 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '467' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
211
0.68 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = ? AND p0_ . category_type_id = ? AND p0_ . is_active = 1 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = 454 AND p0_ . category_type_id = 19 AND p0_ . is_active = 1 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC ;
Copy
212
0.31 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"468 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '468' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
213
0.28 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"469 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '469' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
214
0.27 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"470 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '470' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
215
0.27 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"471 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '471' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
216
0.27 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"472 "
"en "
"Greendot\EshopBundle\Entity\Project\Category "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '472' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Category' ;
Copy
217
0.58 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = ? AND p0_ . category_type_id = ? AND p0_ . is_active = 1 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = 455 AND p0_ . category_type_id = 19 AND p0_ . is_active = 1 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC ;
Copy
218
0.39 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5948 ;
Copy
219
0.44 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5948 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5948' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
220
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5949 ;
Copy
221
0.32 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5949 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5949' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
222
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5950 ;
Copy
223
0.34 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5950 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5950' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
224
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5952 ;
Copy
225
0.33 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5952 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5952' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
226
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5953 ;
Copy
227
0.29 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5953 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5953' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
228
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5954 ;
Copy
229
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5954 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5954' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
230
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5957 ;
Copy
231
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5957 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5957' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
232
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5956 ;
Copy
233
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5956 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5956' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
234
0.32 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . is_main_category AS is_main_category_4 , t0 . category_super_id AS category_super_id_5 , t0 . category_sub_id AS category_sub_id_6 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . is_main_category AS is_main_category_4 , t0 . category_super_id AS category_super_id_5 , t0 . category_sub_id AS category_sub_id_6 FROM p_category_category t0 WHERE t0 . category_sub_id = 453 ORDER BY t0 . sequence ASC ;
Copy
235
0.31 ms
SELECT p0_ . id AS id_0 , p0_ . sequence AS sequence_1 , p0_ . is_menu_item AS is_menu_item_2 , p0_ . is_main_category AS is_main_category_3 , p0_ . category_super_id AS category_super_id_4 , p0_ . category_sub_id AS category_sub_id_5 FROM p_category_category p0_ WHERE p0_ . is_main_category = 1 AND p0_ . category_sub_id = ?
SELECT p0_ . id AS id_0 , p0_ . sequence AS sequence_1 , p0_ . is_menu_item AS is_menu_item_2 , p0_ . is_main_category AS is_main_category_3 , p0_ . category_super_id AS category_super_id_4 , p0_ . category_sub_id AS category_sub_id_5 FROM p_category_category p0_ WHERE p0_ . is_main_category = 1 AND p0_ . category_sub_id = 453 ;
Copy
236
0.30 ms
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . is_main_category AS is_main_category_4 , t0 . category_super_id AS category_super_id_5 , t0 . category_sub_id AS category_sub_id_6 FROM p_category_category t0 WHERE t0 . category_sub_id = ? ORDER BY t0 . sequence ASC
SELECT t0 . id AS id_1 , t0 . sequence AS sequence_2 , t0 . is_menu_item AS is_menu_item_3 , t0 . is_main_category AS is_main_category_4 , t0 . category_super_id AS category_super_id_5 , t0 . category_sub_id AS category_sub_id_6 FROM p_category_category t0 WHERE t0 . category_sub_id = 452 ORDER BY t0 . sequence ASC ;
Copy
237
0.91 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = ? AND p0_ . category_type_id = ? AND p0_ . is_active = 1 AND p0_ . id > 10 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . menu_name AS menu_name_2 , p0_ . description AS description_3 , p0_ . html AS html_4 , p0_ . title AS title_5 , p0_ . is_active AS is_active_6 , p0_ . slug AS slug_7 , p0_ . javascript AS javascript_8 , p0_ . sequence AS sequence_9 , p0_ . is_menu AS is_menu_10 , p0_ . latitude AS latitude_11 , p0_ . longitude AS longitude_12 , p0_ . state AS state_13 , p0_ . has_comments AS has_comments_14 , p0_ . is_indexable AS is_indexable_15 , p0_ . created_at AS created_at_16 , p0_ . published_at AS published_at_17 , p0_ . additional_data AS additional_data_18 , p0_ . special_category_code AS special_category_code_19 , p0_ . category_type_id AS category_type_id_20 , p0_ . upload_id AS upload_id_21 FROM p_category p0_ LEFT JOIN p_category_category p1_ ON p0_ . id = p1_ . category_sub_id WHERE p1_ . category_super_id = 453 AND p0_ . category_type_id = 19 AND p0_ . is_active = 1 AND p0_ . id > 10 ORDER BY p1_ . sequence ASC , p0_ . sequence ASC ;
Copy
238
0.40 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5842 ;
Copy
239
0.37 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5842 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5842' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
240
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5707 ;
Copy
241
0.34 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5707 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5707' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
242
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5847 ;
Copy
243
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5847 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5847' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
244
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5867 ;
Copy
245
0.29 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5867 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5867' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
246
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5870 ;
Copy
247
0.29 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5870 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5870' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
248
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5875 ;
Copy
249
0.29 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5875 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5875' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
250
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5878 ;
Copy
251
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5878 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5878' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
252
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5880 ;
Copy
253
0.29 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5880 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5880' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
254
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5885 ;
Copy
255
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5885 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5885' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
256
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5886 ;
Copy
257
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5886 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5886' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
258
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5893 ;
Copy
259
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5893 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5893' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
260
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5897 ;
Copy
261
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5897 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5897' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
262
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5904 ;
Copy
263
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5904 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5904' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
264
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5905 ;
Copy
265
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5905 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5905' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
266
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5906 ;
Copy
267
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5906 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5906' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
268
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5909 ;
Copy
269
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5909 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5909' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
270
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5914 ;
Copy
271
0.29 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5914 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5914' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
272
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5915 ;
Copy
273
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5915 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5915' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
274
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5916 ;
Copy
275
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5916 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5916' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
276
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5917 ;
Copy
277
0.32 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5917 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5917' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
278
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5918 ;
Copy
279
0.30 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5918 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5918' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy
280
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . extension AS extension_3 , t0 . mime AS mime_4 , t0 . title AS title_5 , t0 . short_description AS short_description_6 , t0 . description AS description_7 , t0 . created AS created_8 , t0 . path AS path_9 , t0 . original_name AS original_name_10 , t0 . width AS width_11 , t0 . height AS height_12 , t0 . sequence AS sequence_13 , t0 . restriction AS restriction_14 , t0 . upload_group_id AS upload_group_id_15 , t0 . upload_type_id AS upload_type_id_16 FROM upload t0 WHERE t0 . id = 5843 ;
Copy
281
0.37 ms
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = ? AND e0_ . locale = ? AND e0_ . object_class = ?
Parameters :
[
"5843 "
"en "
"Greendot\EshopBundle\Entity\Project\Upload "
]
SELECT e0_ . content AS content_0 , e0_ . field AS field_1 FROM ext_translations e0_ WHERE e0_ . foreign_key = '5843' AND e0_ . locale = 'en' AND e0_ . object_class = 'Greendot\\EshopBundle\\Entity\\Project\\Upload' ;
Copy