0.71 ms (27.57%)
|
1 |
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.email AS email_3, t0.password AS password_4, t0.roles AS roles_5, t0.is_active AS is_active_6, t0.email_greeting AS email_greeting_7, t0.email_signature AS email_signature_8, t0.email_greeting_en AS email_greeting_en_9, t0.email_signature_en AS email_signature_en_10, t0.last_login_at AS last_login_at_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.email AS email_3, t0.password AS password_4, t0.roles AS roles_5, t0.is_active AS is_active_6, t0.email_greeting AS email_greeting_7, t0.email_signature AS email_signature_8, t0.email_greeting_en AS email_greeting_en_9, t0.email_signature_en AS email_signature_en_10, t0.last_login_at AS last_login_at_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM `user` t0 WHERE t0.id = 1;
|
0.66 ms (25.85%)
|
1 |
SELECT t0.id AS id_1, t0.service_code AS service_code_2, t0.name AS name_3, t0.description AS description_4, t0.service_type AS service_type_5, t0.billing_frequency AS billing_frequency_6, t0.price AS price_7, t0.alternative_price AS alternative_price_8, t0.quantity AS quantity_9, t0.start_month AS start_month_10, t0.renewal_month AS renewal_month_11, t0.exact_item_guid AS exact_item_guid_12, t0.company_id AS company_id_13 FROM service t0 WHERE t0.company_id = ?
SELECT t0.id AS id_1, t0.service_code AS service_code_2, t0.name AS name_3, t0.description AS description_4, t0.service_type AS service_type_5, t0.billing_frequency AS billing_frequency_6, t0.price AS price_7, t0.alternative_price AS alternative_price_8, t0.quantity AS quantity_9, t0.start_month AS start_month_10, t0.renewal_month AS renewal_month_11, t0.exact_item_guid AS exact_item_guid_12, t0.company_id AS company_id_13 FROM service t0 WHERE t0.company_id = 5;
|
0.42 ms (16.29%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.website_url AS website_url_3, t0.exact_id AS exact_id_4, t0.exact_account_guid AS exact_account_guid_5, t0.reserved_support_hours AS reserved_support_hours_6, t0.reserved_maintenance_hours_yearly AS reserved_maintenance_hours_yearly_7, t0.hourly_rate AS hourly_rate_8, t0.default_month AS default_month_9, t0.yearly_maintenance_remaining AS yearly_maintenance_remaining_10, t0.yearly_maintenance_last_initialized_year AS yearly_maintenance_last_initialized_year_11, t0.initial_support_carry_over AS initial_support_carry_over_12, t0.use_initial_support_carry_over AS use_initial_support_carry_over_13, t0.email_locale AS email_locale_14, t0.default_invoice_description AS default_invoice_description_15 FROM company t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.website_url AS website_url_3, t0.exact_id AS exact_id_4, t0.exact_account_guid AS exact_account_guid_5, t0.reserved_support_hours AS reserved_support_hours_6, t0.reserved_maintenance_hours_yearly AS reserved_maintenance_hours_yearly_7, t0.hourly_rate AS hourly_rate_8, t0.default_month AS default_month_9, t0.yearly_maintenance_remaining AS yearly_maintenance_remaining_10, t0.yearly_maintenance_last_initialized_year AS yearly_maintenance_last_initialized_year_11, t0.initial_support_carry_over AS initial_support_carry_over_12, t0.use_initial_support_carry_over AS use_initial_support_carry_over_13, t0.email_locale AS email_locale_14, t0.default_invoice_description AS default_invoice_description_15 FROM company t0 WHERE t0.id = 5;
|