2.27 ms (42.11%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.illustration AS illustration_4, t0.brand_id AS brand_id_5 FROM catalogue t0 WHERE t0.brand_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.illustration AS illustration_4, t0.brand_id AS brand_id_5 FROM catalogue t0 WHERE t0.brand_id = '3';
|
1.31 ms (24.27%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.icon AS icon_5, t0.illustration_two AS illustration_two_6, t0.description AS description_7, t0.parent_id_id AS parent_id_id_8 FROM category t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.icon AS icon_5, t0.illustration_two AS illustration_two_6, t0.description AS description_7, t0.parent_id_id AS parent_id_id_8 FROM category t0;
|
0.63 ms (11.69%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.catalogue_pdf AS catalogue_pdf_4 FROM brand t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.catalogue_pdf AS catalogue_pdf_4 FROM brand t0;
|
0.46 ms (8.61%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.catalogue_pdf AS catalogue_pdf_4 FROM brand t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.catalogue_pdf AS catalogue_pdf_4 FROM brand t0 WHERE t0.id = '3' LIMIT 1;
|
0.39 ms (7.24%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.icon AS icon_5, t0.illustration_two AS illustration_two_6, t0.description AS description_7, t0.parent_id_id AS parent_id_id_8 FROM category t0 WHERE t0.parent_id_id IS NULL
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.icon AS icon_5, t0.illustration_two AS illustration_two_6, t0.description AS description_7, t0.parent_id_id AS parent_id_id_8 FROM category t0 WHERE t0.parent_id_id IS NULL;
|
0.33 ms (6.08%)
|
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.illustration AS illustration_2, b0_.catalogue_pdf AS catalogue_pdf_3, c1_.id AS id_4, c1_.name AS name_5, c1_.url AS url_6, c1_.illustration AS illustration_7, c1_.brand_id AS brand_id_8 FROM brand b0_ INNER JOIN catalogue c1_ ON b0_.id = c1_.brand_id
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.illustration AS illustration_2, b0_.catalogue_pdf AS catalogue_pdf_3, c1_.id AS id_4, c1_.name AS name_5, c1_.url AS url_6, c1_.illustration AS illustration_7, c1_.brand_id AS brand_id_8 FROM brand b0_ INNER JOIN catalogue c1_ ON b0_.id = c1_.brand_id;
|