1.98 ms (59.03%)
|
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.image AS image_3, b0_.display_order AS display_order_4, COUNT(p1_.id) AS sclr_5 FROM brands b0_ INNER JOIN products p1_ ON b0_.id = p1_.brand_id WHERE p1_.hidden = 0 GROUP BY p1_.brand_id ORDER BY b0_.display_order ASC, b0_.name ASC
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.image AS image_3, b0_.display_order AS display_order_4, COUNT(p1_.id) AS sclr_5 FROM brands b0_ INNER JOIN products p1_ ON b0_.id = p1_.brand_id WHERE p1_.hidden = 0 GROUP BY p1_.brand_id ORDER BY b0_.display_order ASC, b0_.name ASC;
|
0.93 ms (27.89%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.lastname AS lastname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.preferred_locale AS preferred_locale_9, t0.tryton_id AS tryton_id_10, t0.nobel AS nobel_11, t12.id AS id_13, t12.contact_phone_number AS contact_phone_number_14, t12.contact_address AS contact_address_15, t12.billing_email AS billing_email_16, t12.billing_name AS billing_name_17, t12.billing_phone_number AS billing_phone_number_18, t12.billing_address AS billing_address_19, t12.nif AS nif_20, t12.updated_at AS updated_at_21, t12.preferences AS preferences_22, t12.user_id AS user_id_23 FROM user t0 LEFT JOIN accounts t12 ON t12.user_id = t0.id WHERE t0.id = ?
Parameters: [
b"""
\x01øÀO&xy■ÅÓ\n
"è\x17Õl
"""
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.lastname AS lastname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.preferred_locale AS preferred_locale_9, t0.tryton_id AS tryton_id_10, t0.nobel AS nobel_11, t12.id AS id_13, t12.contact_phone_number AS contact_phone_number_14, t12.contact_address AS contact_address_15, t12.billing_email AS billing_email_16, t12.billing_name AS billing_name_17, t12.billing_phone_number AS billing_phone_number_18, t12.billing_address AS billing_address_19, t12.nif AS nif_20, t12.updated_at AS updated_at_21, t12.preferences AS preferences_22, t12.user_id AS user_id_23 FROM user t0 LEFT JOIN accounts t12 ON t12.user_id = t0.id WHERE t0.id = 0x019BB74F267879FE8FE00A228A17E56C;
|