POST http://careerbridge.foulisa.com/connexion

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
7.13 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.roles AS roles_4, t0.is_verified AS is_verified_5, t0.is_active AS is_active_6, t0.phone AS phone_7, t0.google_id AS google_id_8, t0.google_verified AS google_verified_9, t0.avatar AS avatar_10, t0.first_name AS first_name_11, t0.last_name AS last_name_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.reset_token AS reset_token_15, t0.reset_token_expires_at AS reset_token_expires_at_16, t17.id AS id_18, t17.first_name AS first_name_19, t17.last_name AS last_name_20, t17.bio AS bio_21, t17.city AS city_22, t17.country AS country_23, t17.photo AS photo_24, t17.cv_file AS cv_file_25, t17.linkedin_url AS linkedin_url_26, t17.avatar AS avatar_27, t17.user_id AS user_id_28, t29.id AS id_30, t29.name AS name_31, t29.description AS description_32, t29.logo AS logo_33, t29.website AS website_34, t29.sector AS sector_35, t29.size AS size_36, t29.city AS city_37, t29.country AS country_38, t29.user_id AS user_id_39 FROM "user" t0 LEFT JOIN student_profile t17 ON t17.user_id = t0.id LEFT JOIN company_profile t29 ON t29.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@careerbridge.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
App\Entity\User 1
App\Entity\StudentProfile 1

Entities Mapping