Query Metrics

4 Database Queries
4 Different statements
0.68 ms Query time
1 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 0.21 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.date_creation AS date_creation_7, t0.reset_password_token AS reset_password_token_8, t0.date_request_reset_password AS date_request_reset_password_9, t0.need_to_reset_password AS need_to_reset_password_10, t0.image_name AS image_name_11, t0.phone_number AS phone_number_12, t0.anonymous AS anonymous_13, t0.email_auth_code AS email_auth_code_14, t0.is_email_auth_enabled AS is_email_auth_enabled_15, t0.ignore_read AS ignore_read_16, t0.token AS token_17, t0.active AS active_18, t0.public_uuid AS public_uuid_19 FROM mew_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "joachim@cupani.dev"
]
2 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.import_has_header AS import_has_header_4, t0.parameter_separator AS parameter_separator_5, t0.ftp_server AS ftp_server_6, t0.ftp_user AS ftp_user_7, t0.ftp_password AS ftp_password_8, t0.ftp_path AS ftp_path_9, t0.ftp_active AS ftp_active_10, t0.sftp_private_key AS sftp_private_key_11, t0.is_sftp AS is_sftp_12, t0.ftp_port AS ftp_port_13, t0.ftp_hours AS ftp_hours_14, t0.ftp_message AS ftp_message_15, t0.ftp_channel_type AS ftp_channel_type_16, t0.ftp_reminder1_active AS ftp_reminder1_active_17, t0.ftp_reminder1_message AS ftp_reminder1_message_18, t0.ftp_reminder1_hours AS ftp_reminder1_hours_19, t0.ftp_reminder2_active AS ftp_reminder2_active_20, t0.ftp_reminder2_message AS ftp_reminder2_message_21, t0.ftp_reminder2_hours AS ftp_reminder2_hours_22, t0.is_single_campaign_only AS is_single_campaign_only_23, t0.language AS language_24, t0.is_filter_active AS is_filter_active_25, t0.messages_condition AS messages_condition_26, t0.token AS token_27, t0.active AS active_28, t0.public_uuid AS public_uuid_29, t0.source_origin_id AS source_origin_id_30, t0.favorite_phone_number_id AS favorite_phone_number_id_31 FROM mew_source t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  "SIKBJOWBYZYE"
]
3 0.15 ms
SELECT t0.id AS id_1, t0.active AS active_2, t0.public_uuid AS public_uuid_3, t0.company_division_id AS company_division_id_4, t0.source_id AS source_id_5 FROM mew_company_division_source t0 WHERE t0.source_id = ?
Parameters:
[
  37
]
4 0.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.active_export_lead_by_mail AS active_export_lead_by_mail_3, t0.mail_export_lead_by_mail AS mail_export_lead_by_mail_4, t0.object_export_lead_by_mail AS object_export_lead_by_mail_5, t0.api_lead_connector AS api_lead_connector_6, t0.api_lead_connector_source AS api_lead_connector_source_7, t0.api_lead_connector_usage AS api_lead_connector_usage_8, t0.api_lead_connector_context AS api_lead_connector_context_9, t0.reference AS reference_10, t0.token AS token_11, t0.public_uuid AS public_uuid_12, t0.company_id AS company_id_13 FROM mew_company_division t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\Source 1
App\Entity\CompanyDivisionSource 1
App\Entity\CompanyDivision 1
App\Entity\Company 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Source No errors.
App\Entity\Message No errors.
App\Entity\SourceOrigin No errors.
App\Entity\PhoneNumber No errors.
App\Entity\TemplateMessage No errors.
App\Entity\Campaign No errors.
App\Entity\Stack No errors.
App\Entity\Tag No errors.
App\Entity\SourceParameter No errors.
App\Entity\Contact No errors.
App\Entity\Reminder No errors.
App\Entity\BlackListGroup No errors.
App\Entity\BlackListContact No errors.
App\Entity\CompanyDivisionSource No errors.
App\Entity\UnmatchedContact No errors.
App\Entity\ImportFilterStats No errors.
App\Entity\SourceFilterItem No errors.
App\Entity\ContactApi No errors.
App\Entity\CompanyDivision
  • The field App\Entity\CompanyDivision#sourceFilterItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SourceFilterItem#companyDivision does not contain the required 'inversedBy="sourceFilterItems"' attribute.
App\Entity\Company No errors.
App\Entity\CompanyDivisionContact No errors.