POST https://winejobr.com/login

Query Metrics

1 Database Queries
1 Different statements
0.65 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.65 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.account_type AS account_type_5, t6.id AS id_7, t6.company_name AS company_name_8, t6.description AS description_9, t6.website AS website_10, t6.logo AS logo_11, t6.user_id AS user_id_12, t13.id AS id_14, t13.first_name AS first_name_15, t13.last_name AS last_name_16, t13.title AS title_17, t13.bio AS bio_18, t13.cv_url AS cv_url_19, t13.avatar AS avatar_20, t13.user_id AS user_id_21 FROM user t0 LEFT JOIN company_profile t6 ON t6.user_id = t0.id LEFT JOIN employee_profile t13 ON t13.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "seorefbe@gmail.com"
]

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

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\CompanyProfile No errors.
App\Entity\EmployeeProfile No errors.