Query Metrics
2
Database Queries
2
Different statements
2.09 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.41 ms (67.66%) |
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"
]
|
|
0.68 ms (32.34%) |
1 |
SELECT t0.id AS id_1, t0.postcode AS postcode_2, t0.huisnummer AS huisnummer_3, t0.toevoeging AS toevoeging_4, t0.straat AS straat_5, t0.plaats AS plaats_6, t0.bag_id AS bag_id_7, t0.bouwjaar AS bouwjaar_8, t0.oppervlakte AS oppervlakte_9, t0.gebruikdsdoel AS gebruikdsdoel_10, t0.standpipe_penetrations AS standpipe_penetrations_11, t0.vabi_general_source AS vabi_general_source_12, t0.remarks AS remarks_13, t0.lat AS lat_14, t0.lng AS lng_15, t0.streetview_image_base64 AS streetview_image_base64_16, t0.building_sketch_path AS building_sketch_path_17, t0.preview_image_filename AS preview_image_filename_18, t0.preview_image_mime_type AS preview_image_mime_type_19, t0.preview_image_size AS preview_image_size_20, t0.preview_image_uploaded_at AS preview_image_uploaded_at_21, t0.status AS status_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.scheduling_token AS scheduling_token_25, t0.energy_data AS energy_data_26, t0.floor_plan AS floor_plan_27, t0.appendix_g_selections AS appendix_g_selections_28, t0.bouwlagen AS bouwlagen_29, t0.floor_mass_class AS floor_mass_class_30, t0.wall_mass_class AS wall_mass_class_31, t0.dwelling_type AS dwelling_type_32, t0.ground_height_nap AS ground_height_nap_33, t0.ridge_height_nap AS ridge_height_nap_34, t0.building_height_m AS building_height_m_35, t0.footprint_area_m2 AS footprint_area_m2_36, t0.roof_pitched_area_m2 AS roof_pitched_area_m2_37, t0.roof_flat_area_m2 AS roof_flat_area_m2_38, t0.outer_wall_area_m2 AS outer_wall_area_m2_39, t0.party_wall_area_m2 AS party_wall_area_m2_40, t0.building_volume_m3 AS building_volume_m3_41, t0.roof_type AS roof_type_42, t0.roof_facets AS roof_facets_43, t0.building_sketch_geometry AS building_sketch_geometry_44, t0.building_orientation_deg AS building_orientation_deg_45, t0.signature AS signature_46, t0.signed_at AS signed_at_47, t0.advisor_id AS advisor_id_48, t0.client_id AS client_id_49 FROM project t0 WHERE t0.id = ?
Parameters:
[
"290"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 1 |
| App\Entity\Company | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\AvailabilityException | No errors. |
| App\Entity\Project | No errors. |
| App\Entity\Client | No errors. |