0.96 ms (46.55%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.phone AS phone_4, t0.contact_email AS contact_email_5, t0.main_color AS main_color_6, t0.secondary_color AS secondary_color_7, t0.third_color AS third_color_8, t0.text_color AS text_color_9, t0.background_image AS background_image_10, t0.location AS location_11, t0.legal_advise AS legal_advise_12, t0.privacy_policy AS privacy_policy_13, t0.slogan AS slogan_14, t0.about_us AS about_us_15, t0.why_choose_us AS why_choose_us_16 FROM brand t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.phone AS phone_4, t0.contact_email AS contact_email_5, t0.main_color AS main_color_6, t0.secondary_color AS secondary_color_7, t0.third_color AS third_color_8, t0.text_color AS text_color_9, t0.background_image AS background_image_10, t0.location AS location_11, t0.legal_advise AS legal_advise_12, t0.privacy_policy AS privacy_policy_13, t0.slogan AS slogan_14, t0.about_us AS about_us_15, t0.why_choose_us AS why_choose_us_16 FROM brand t0;
|
0.46 ms (22.35%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.bullet AS bullet_3, t0.image AS image_4, t0.body AS body_5, t0.author AS author_6, t0.tags AS tags_7, t0.section AS section_8, t0.publish_date AS publish_date_9, t0.published AS published_10 FROM blog t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.bullet AS bullet_3, t0.image AS image_4, t0.body AS body_5, t0.author AS author_6, t0.tags AS tags_7, t0.section AS section_8, t0.publish_date AS publish_date_9, t0.published AS published_10 FROM blog t0 WHERE t0.id = '1';
|
0.34 ms (16.76%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand AS brand_3, t0.description AS description_4, t0.image AS image_5, t0.category AS category_6 FROM product t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand AS brand_3, t0.description AS description_4, t0.image AS image_5, t0.category AS category_6 FROM product t0;
|