https://oscar-multilangue.hrz.fr/adminer.php

Query Metrics

7 Database Queries
3 Different statements
6.61 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.43 ms
(66.93%)
4
SELECT u0_.id AS id_0, u0_.id_module AS id_module_1, u0_.type AS type_2, u0_.created_at AS created_at_3, u0_.updated_at AS updated_at_4 FROM url_post u0_ INNER JOIN url_post_translation u1_ ON u0_.id = u1_.translatable_id WHERE u1_.slug = ? AND u1_.locale = ? LIMIT 1
Parameters:
[
  "adminer.php"
  "fr"
]
1.13 ms
(17.12%)
2
SELECT t0.id AS id_1, t0.id_module AS id_module_2, t0.type_module AS type_module_3, t0.old AS old_4, t0.new AS new_5, t0.active AS active_6, t0.lien_externe AS lien_externe_7, t0.DateCreation AS DateCreation_8, t0.DateModification AS DateModification_9, t0.locale AS locale_10, t0.IdSite AS IdSite_11 FROM redirection t0 WHERE t0.old = ? AND t0.active = ? LIMIT 1
Parameters:
[
  "/adminer.php"
  1
]
1.06 ms
(15.95%)
1
SELECT l0_.id AS id_0, l0_.active AS active_1, l0_.name AS name_2, l0_.language_code AS language_code_3, l0_.flag AS flag_4, l0_.created_at AS created_at_5, l0_.updated_at AS updated_at_6 FROM language l0_ WHERE l0_.active = 1 ORDER BY l0_.id ASC
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\User No errors.
App\Entity\Redirection No errors.
App\Entity\Site No errors.
App\Entity\UrlPost No errors.
App\Entity\Language No errors.
App\Entity\UrlPostTranslation No errors.
App\Entity\ListeMenu No errors.
App\Entity\TextParametrable No errors.
App\Entity\Email No errors.
App\Entity\ParametreSite No errors.
App\Entity\Media No errors.
App\Entity\ReseauSociaux No errors.
App\Entity\ModulesCookies No errors.
App\Entity\PostAffichage No errors.
App\Entity\Category
  • The association App\Entity\Category#modele_gallerie refers to the inverse side field App\Entity\ModelGallerie#category which does not exist.
App\Entity\Widget
  • The association App\Entity\Widget#type_affichage_home refers to the inverse side field App\Entity\PostAffichage#widget which does not exist.