GET http://51.91.254.174/login

Query Metrics

6 Database Queries
6 Different statements
13.08 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.25 ms
(40.15%)
1
"COMMIT"
Parameters:
[]
1.94 ms
(14.86%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.gestion_web AS gestion_web_3, t0.type AS type_4, t0.name AS name_5, t0.bank AS bank_6, t0.director AS director_7, t0.phone_director AS phone_director_8, t0.email AS email_9, t0.phone AS phone_10, t0.address AS address_11, t0.city AS city_12, t0.cp AS cp_13, t0.siret AS siret_14, t0.tva AS tva_15, t0.ape AS ape_16, t0.website AS website_17, t0.created AS created_18, t0.fax AS fax_19, t0.rib AS rib_20, t0.logo AS logo_21, t0.sender_mail AS sender_mail_22, t0.sender_name AS sender_name_23, t0.logo_facture AS logo_facture_24, t0.gestion_lot_chantier AS gestion_lot_chantier_25, t0.indemnite_trajet_zone1 AS indemnite_trajet_zone1_26, t0.idemnite_repas AS idemnite_repas_27, t0.signature AS signature_28, t0.gestion_articles AS gestion_articles_29, t0.gestion_chantiers AS gestion_chantiers_30, t0.tva_applicable AS tva_applicable_31, t0.entreprise_type AS entreprise_type_32, t0.cloud_folder AS cloud_folder_33, t0.facturation_keobat AS facturation_keobat_34, t0.numerotation_facture AS numerotation_facture_35, t0.type_document AS type_document_36, t0.months AS months_37, t0.sign_elect AS sign_elect_38, t0.lng AS lng_39, t0.lat AS lat_40 FROM entreprise t0 INNER JOIN entreprise_admin ON t0.id = entreprise_admin.entreprise_id WHERE entreprise_admin.admin_id = ?
Parameters:
[
  1253
]
1.76 ms
(13.46%)
1
SELECT t0.uid AS uid_1, t0.civ AS civ_2, t0.lastname AS lastname_3, t0.firstname AS firstname_4, t0.email AS email_5, t0.phone AS phone_6, t0.password AS password_7, t0.numero AS numero_8, t0.address AS address_9, t0.city AS city_10, t0.cp AS cp_11, t0.dep AS dep_12, t0.region AS region_13, t0.website AS website_14, t0.categoryuser AS categoryuser_15, t0.created AS created_16, t0.lastlogin AS lastlogin_17, t0.status AS status_18, t0.admin AS admin_19, t0.token AS token_20, t0.verif AS verif_21, t0.notif AS notif_22, t0.role AS role_23, t0.resetting AS resetting_24, t0.super_admin AS super_admin_25, t0.ip_list AS ip_list_26, t0.all_ip AS all_ip_27, t0.photo AS photo_28, t0.nombre_photo_galerie AS nombre_photo_galerie_29, t0.entreprise_id AS entreprise_id_30 FROM admin t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "elshaseries@keodev.fr"
]
1.50 ms
(11.44%)
1
UPDATE admin SET password = ? WHERE uid = ?
Parameters:
[
  "$2y$13$lVB7dq8lhBRD6RDLYN7gJ.Z7y1q/pzAQLfU4Q4T7CM1bY3kXT4z8a"
  1253
]
1.42 ms
(10.85%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.lien AS lien_3, t0.menu_id AS menu_id_4 FROM page_controle t0 INNER JOIN admin_page_controle ON t0.id = admin_page_controle.page_id WHERE admin_page_controle.admin_id = ?
Parameters:
[
  1253
]
1.21 ms
(9.23%)
1
"START TRANSACTION"
Parameters:
[]

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.

Entities Mapping

Class Mapping errors
App\Entity\Admin
  • The field App\Entity\Admin#entreprises is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Entreprise#admins does not contain the required 'inversedBy="entreprises"' attribute.
  • The association App\Entity\Admin#entreprise refers to the inverse side field App\Entity\Entreprise#directeurs which does not exist.
App\Entity\Entreprise No errors.
App\Entity\PageControle
  • The field App\Entity\PageControle#admins is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Admin#pages does not contain the required 'inversedBy="admins"' attribute.
App\Entity\Menu
  • The field App\Entity\Menu#entreprises is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Entreprise#menus does not contain the required 'inversedBy="entreprises"' attribute.
  • The mappings App\Entity\Menu#boutons and App\Entity\Bouton#menu are inconsistent with each other.