Redirect 301 redirect from GET @admin_login_base (3d2bb2)

GET https://bo.preprod.twoo-way.com/admin/connexion

Query Metrics

22 Database Queries
3 Different statements
1.55 ms Query time
1 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.14 ms
(73.17%)
20
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
Parameters:
[
  "fr"
]
0.35 ms
(22.58%)
1
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.description AS description_6, t0.username AS username_7, t0.roles AS roles_8, t0.password AS password_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.reset_token AS reset_token_12, t0.registration_token AS registration_token_13, t0.first_home_token AS first_home_token_14, t0.locale AS locale_15, t0.is_founder AS is_founder_16, t0.pre_reg_at AS pre_reg_at_17, t0.first_reminder_pre_reg_at AS first_reminder_pre_reg_at_18, t0.second_reminder_pre_reg_at AS second_reminder_pre_reg_at_19, t0.registration_completed_at AS registration_completed_at_20, t0.first_home_at AS first_home_at_21, t0.first_reminder_home_at AS first_reminder_home_at_22, t0.second_reminder_home_at AS second_reminder_home_at_23, t0.first_home_completed_at AS first_home_completed_at_24, t0.pre_reg_status AS pre_reg_status_25, t0.first_home_status AS first_home_status_26, t0.referral_code AS referral_code_27, t0.avatar_id AS avatar_id_28, t0.round_id AS round_id_29, t0.sponsor_id AS sponsor_id_30 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "dev@dev.fr"
]
0.07 ms
(4.25%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.is_main = ? LIMIT 1
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\Language 1
App\Entity\Uploadable\LanguageImage 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Language No errors.
App\Entity\Uploadable\LanguageImage No errors.
App\Entity\User
  • The association App\Entity\User#spokenLanguages refers to the inverse side field App\Entity\Language#users which does not exist.
App\Entity\Uploadable\UserImage No errors.
App\Entity\Round No errors.
App\Entity\PointMovement No errors.
App\Entity\Address No errors.
App\Entity\Home No errors.
App\Entity\PreferredDestination No errors.
App\Entity\Traveler No errors.
App\Entity\UserFavoriteHome No errors.