2.06 ms (51.27%)
|
1 |
SELECT b0_.id AS id_0, b0_.registration_number AS registration_number_1, b0_.product AS product_2, b0_.manufacturer AS manufacturer_3, b0_.declaration_type AS declaration_type_4, b0_.categories AS categories_5, b0_.categories_search AS categories_search_6, b0_.building_functions AS building_functions_7, b0_.building_functions_search AS building_functions_search_8, b0_.building_phases AS building_phases_9, b0_.building_phases_search AS building_phases_search_10, b0_.guidelines AS guidelines_11, b0_.guidelines_search AS guidelines_search_12, b0_.visible_from AS visible_from_13, b0_.expires_on AS expires_on_14, b0_.withdrawn_on AS withdrawn_on_15, b0_.not_deliverable_from AS not_deliverable_from_16, b0_.source_created_at AS source_created_at_17, b0_.source_updated_at AS source_updated_at_18, b0_.source_imported_at AS source_imported_at_19, b0_.source_file_name AS source_file_name_20, b0_.created_at AS created_at_21, b0_.updated_at AS updated_at_22 FROM bcrg_record b0_ ORDER BY b0_.registration_number ASC LIMIT 100
SELECT b0_.id AS id_0, b0_.registration_number AS registration_number_1, b0_.product AS product_2, b0_.manufacturer AS manufacturer_3, b0_.declaration_type AS declaration_type_4, b0_.categories AS categories_5, b0_.categories_search AS categories_search_6, b0_.building_functions AS building_functions_7, b0_.building_functions_search AS building_functions_search_8, b0_.building_phases AS building_phases_9, b0_.building_phases_search AS building_phases_search_10, b0_.guidelines AS guidelines_11, b0_.guidelines_search AS guidelines_search_12, b0_.visible_from AS visible_from_13, b0_.expires_on AS expires_on_14, b0_.withdrawn_on AS withdrawn_on_15, b0_.not_deliverable_from AS not_deliverable_from_16, b0_.source_created_at AS source_created_at_17, b0_.source_updated_at AS source_updated_at_18, b0_.source_imported_at AS source_imported_at_19, b0_.source_file_name AS source_file_name_20, b0_.created_at AS created_at_21, b0_.updated_at AS updated_at_22 FROM bcrg_record b0_ ORDER BY b0_.registration_number ASC LIMIT 100;
|
1.04 ms (25.86%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name_prefix AS last_name_prefix_4, t0.last_name AS last_name_5, t0.professional_competence_number AS professional_competence_number_6, t0.calendar_token AS calendar_token_7, t0.booking_lead_hours AS booking_lead_hours_8, t0.subscription AS subscription_9, t0.roles AS roles_10, t0.password AS password_11, t0.company_id AS company_id_12 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"adviseur@bedrijfx.com"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name_prefix AS last_name_prefix_4, t0.last_name AS last_name_5, t0.professional_competence_number AS professional_competence_number_6, t0.calendar_token AS calendar_token_7, t0.booking_lead_hours AS booking_lead_hours_8, t0.subscription AS subscription_9, t0.roles AS roles_10, t0.password AS password_11, t0.company_id AS company_id_12 FROM user t0 WHERE t0.email = 'adviseur@bedrijfx.com' LIMIT 1;
|