2.88 ms (84.51%)
|
31 |
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.phone AS phone_3, t0.whatsapp AS whatsapp_4, t0.address AS address_5, t0.payment_info AS payment_info_6, t0.email AS email_7, t0.email_sender AS email_sender_8, t0.email_received AS email_received_9, t0.facebook AS facebook_10, t0.instagram AS instagram_11, t0.linkedin AS linkedin_12, t0.twitter AS twitter_13, t0.tiktok AS tiktok_14, t0.youtube AS youtube_15, t0.pinterest AS pinterest_16, t0.logo_id AS logo_id_17, t0.logo_light_id AS logo_light_id_18, t0.favicon_id AS favicon_id_19 FROM setting t0 LIMIT 1
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.phone AS phone_3, t0.whatsapp AS whatsapp_4, t0.address AS address_5, t0.payment_info AS payment_info_6, t0.email AS email_7, t0.email_sender AS email_sender_8, t0.email_received AS email_received_9, t0.facebook AS facebook_10, t0.instagram AS instagram_11, t0.linkedin AS linkedin_12, t0.twitter AS twitter_13, t0.tiktok AS tiktok_14, t0.youtube AS youtube_15, t0.pinterest AS pinterest_16, t0.logo_id AS logo_id_17, t0.logo_light_id AS logo_light_id_18, t0.favicon_id AS favicon_id_19 FROM setting t0 LIMIT 1;
|
0.34 ms (10.06%)
|
1 |
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2, l0_.native_name AS native_name_3, l0_.is_active AS is_active_4, l0_.is_default AS is_default_5, l0_.sort_order AS sort_order_6 FROM language l0_ WHERE l0_.code = ?
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2, l0_.native_name AS native_name_3, l0_.is_active AS is_active_4, l0_.is_default AS is_default_5, l0_.sort_order AS sort_order_6 FROM language l0_ WHERE l0_.code = 'en';
|
0.19 ms (5.43%)
|
3 |
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2, l0_.native_name AS native_name_3, l0_.is_active AS is_active_4, l0_.is_default AS is_default_5, l0_.sort_order AS sort_order_6 FROM language l0_ WHERE l0_.is_active = ? ORDER BY l0_.sort_order ASC, l0_.name ASC
SELECT l0_.id AS id_0, l0_.code AS code_1, l0_.name AS name_2, l0_.native_name AS native_name_3, l0_.is_active AS is_active_4, l0_.is_default AS is_default_5, l0_.sort_order AS sort_order_6 FROM language l0_ WHERE l0_.is_active = 1 ORDER BY l0_.sort_order ASC, l0_.name ASC;
|