12.71 ms (62.95%)
|
1 |
SELECT t0.id AS id_1, t0.date AS date_2, t0.stripping_type AS stripping_type_3, t0.number_of_sheets AS number_of_sheets_4, t0.nodule_on_surface AS nodule_on_surface_5, t0.nodule_on_edge AS nodule_on_edge_6, t0.nodule_on_bottom AS nodule_on_bottom_7, t0.shorts AS shorts_8, t0.nodule_plus_organic_on_top AS nodule_plus_organic_on_top_9, t0.spongy_top AS spongy_top_10, t0.multi_layers AS multi_layers_11, t0.bent_sheet AS bent_sheet_12, t0.thine_sheet AS thine_sheet_13, t0.broken_sheet AS broken_sheet_14, t0.brittle_sheet AS brittle_sheet_15, t0.organic_on_surface AS organic_on_surface_16, t0.oil_or_grease AS oil_or_grease_17, t0.electrolyte_on_surface AS electrolyte_on_surface_18, t0.entry_date AS entry_date_19, t0.unit_id AS unit_id_20, t0.bundle_grade_id AS bundle_grade_id_21, t0.encoded_by_id AS encoded_by_id_22, t0.inspected_by_id AS inspected_by_id_23 FROM off_grade_causes t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.date AS date_2, t0.stripping_type AS stripping_type_3, t0.number_of_sheets AS number_of_sheets_4, t0.nodule_on_surface AS nodule_on_surface_5, t0.nodule_on_edge AS nodule_on_edge_6, t0.nodule_on_bottom AS nodule_on_bottom_7, t0.shorts AS shorts_8, t0.nodule_plus_organic_on_top AS nodule_plus_organic_on_top_9, t0.spongy_top AS spongy_top_10, t0.multi_layers AS multi_layers_11, t0.bent_sheet AS bent_sheet_12, t0.thine_sheet AS thine_sheet_13, t0.broken_sheet AS broken_sheet_14, t0.brittle_sheet AS brittle_sheet_15, t0.organic_on_surface AS organic_on_surface_16, t0.oil_or_grease AS oil_or_grease_17, t0.electrolyte_on_surface AS electrolyte_on_surface_18, t0.entry_date AS entry_date_19, t0.unit_id AS unit_id_20, t0.bundle_grade_id AS bundle_grade_id_21, t0.encoded_by_id AS encoded_by_id_22, t0.inspected_by_id AS inspected_by_id_23 FROM off_grade_causes t0 WHERE t0.id = '5';
|
3.45 ms (17.09%)
|
1 |
SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.full_name AS full_name_4, u0_.email AS email_5, u0_.phone AS phone_6, u0_.is_template AS is_template_7, u0_.status_id AS status_id_8, u0_.fonction_id AS fonction_id_9, u0_.service_id AS service_id_10 FROM [user] u0_
SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.full_name AS full_name_4, u0_.email AS email_5, u0_.phone AS phone_6, u0_.is_template AS is_template_7, u0_.status_id AS status_id_8, u0_.fonction_id AS fonction_id_9, u0_.service_id AS service_id_10 FROM [user] u0_;
|
1.46 ms (7.21%)
|
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.email AS email_6, t0.phone AS phone_7, t0.is_template AS is_template_8, t0.status_id AS status_id_9, t0.fonction_id AS fonction_id_10, t0.service_id AS service_id_11 FROM [user] t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.email AS email_6, t0.phone AS phone_7, t0.is_template AS is_template_8, t0.status_id AS status_id_9, t0.fonction_id AS fonction_id_10, t0.service_id AS service_id_11 FROM [user] t0 WHERE t0.id = 37;
|