1.15 ms (11.76%)
|
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.price AS price_2, p0_.price_unit AS price_unit_3, p0_.alternative_price AS alternative_price_4, p0_.alternative_price_unit AS alternative_price_unit_5, p0_.sort_order AS sort_order_6, p0_.is_active AS is_active_7 FROM pension_type p0_ WHERE p0_.is_active = ? ORDER BY p0_.sort_order ASC
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.price AS price_2, p0_.price_unit AS price_unit_3, p0_.alternative_price AS alternative_price_4, p0_.alternative_price_unit AS alternative_price_unit_5, p0_.sort_order AS sort_order_6, p0_.is_active AS is_active_7 FROM pension_type p0_ WHERE p0_.is_active = 1 ORDER BY p0_.sort_order ASC;
|
1.02 ms (10.41%)
|
1 |
SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.subtitle AS subtitle_2, v0_.description AS description_3, v0_.price AS price_4, v0_.price_unit AS price_unit_5, v0_.sort_order AS sort_order_6, v0_.is_active AS is_active_7 FROM valorisation v0_ WHERE v0_.is_active = ? ORDER BY v0_.sort_order ASC
SELECT v0_.id AS id_0, v0_.name AS name_1, v0_.subtitle AS subtitle_2, v0_.description AS description_3, v0_.price AS price_4, v0_.price_unit AS price_unit_5, v0_.sort_order AS sort_order_6, v0_.is_active AS is_active_7 FROM valorisation v0_ WHERE v0_.is_active = 1 ORDER BY v0_.sort_order ASC;
|
1.01 ms (10.26%)
|
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.tagline AS tagline_3, s0_.description AS description_4, s0_.images AS images_5, s0_.color AS color_6, s0_.height AS height_7, s0_.status AS status_8, s0_.age AS age_9, s0_.origin AS origin_10, s0_.characteristics AS characteristics_11, s0_.detailed_characteristics AS detailed_characteristics_12, s0_.crossing_advice AS crossing_advice_13, s0_.haras_file AS haras_file_14, s0_.ancce_file AS ancce_file_15, s0_.breeding_price AS breeding_price_16, s0_.breeding_conditions AS breeding_conditions_17, s0_.breeding_availability AS breeding_availability_18, s0_.sort_order AS sort_order_19, s0_.is_active AS is_active_20 FROM stallion s0_ WHERE s0_.is_active = ? ORDER BY s0_.sort_order ASC
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.tagline AS tagline_3, s0_.description AS description_4, s0_.images AS images_5, s0_.color AS color_6, s0_.height AS height_7, s0_.status AS status_8, s0_.age AS age_9, s0_.origin AS origin_10, s0_.characteristics AS characteristics_11, s0_.detailed_characteristics AS detailed_characteristics_12, s0_.crossing_advice AS crossing_advice_13, s0_.haras_file AS haras_file_14, s0_.ancce_file AS ancce_file_15, s0_.breeding_price AS breeding_price_16, s0_.breeding_conditions AS breeding_conditions_17, s0_.breeding_availability AS breeding_availability_18, s0_.sort_order AS sort_order_19, s0_.is_active AS is_active_20 FROM stallion s0_ WHERE s0_.is_active = 1 ORDER BY s0_.sort_order ASC;
|
0.98 ms (10.00%)
|
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.subtitle AS subtitle_2, b0_.description AS description_3, b0_.price_details AS price_details_4, b0_.sort_order AS sort_order_5, b0_.is_active AS is_active_6 FROM breeding_service b0_ WHERE b0_.is_active = ? ORDER BY b0_.sort_order ASC
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.subtitle AS subtitle_2, b0_.description AS description_3, b0_.price_details AS price_details_4, b0_.sort_order AS sort_order_5, b0_.is_active AS is_active_6 FROM breeding_service b0_ WHERE b0_.is_active = 1 ORDER BY b0_.sort_order ASC;
|
0.92 ms (9.33%)
|
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.sort_order AS sort_order_3, p0_.is_active AS is_active_4 FROM pension_category p0_ WHERE p0_.is_active = ? ORDER BY p0_.sort_order ASC
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.sort_order AS sort_order_3, p0_.is_active AS is_active_4 FROM pension_category p0_ WHERE p0_.is_active = 1 ORDER BY p0_.sort_order ASC;
|