GET https://asplaisancier.alizee-soft.com/api/v1/capitaineries/client/24?api%2Fv1%2Fcapitaineries%2Fclient%2F24=

Query Metrics

32 Database Queries
12 Different statements
8.37 ms Query time
9 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.59 ms
(54.80%)
20
SELECT t0.id AS id_1, t0.jour AS jour_2, t0.horaire AS horaire_3, t0.saison_id AS saison_id_4 FROM horaire t0 WHERE t0.saison_id = ?
Parameters:
[
  5981
]
0.70 ms
(8.33%)
1
SELECT c0_.id AS id_0, c0_.code AS code_1, c0_.nom AS nom_2, c0_.description AS description_3, c0_.adresse AS adresse_4, c0_.cp AS cp_5, c0_.ville AS ville_6, c0_.tel AS tel_7, c0_.tel_comment AS tel_comment_8, c0_.tel2 AS tel2_9, c0_.email AS email_10, c0_.formalites AS formalites_11, c0_.frequence_contact AS frequence_contact_12, c0_.create_at AS create_at_13, c0_.update_at AS update_at_14, c0_.meteo AS meteo_15, c0_.client_id AS client_id_16 FROM capitainerie c0_ INNER JOIN client c1_ ON c0_.client_id = c1_.id WHERE c1_.id = ?
Parameters:
[
  24
]
0.49 ms
(5.84%)
2
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.numero AS numero_3, t0.email AS email_4, t0.annuaire_id AS annuaire_id_5 FROM numero t0 WHERE t0.annuaire_id = ?
Parameters:
[
  6
]
0.44 ms
(5.30%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.lien AS lien_3, t0.capitainerie_id AS capitainerie_id_4 FROM camera t0 WHERE t0.capitainerie_id = ?
Parameters:
[
  43
]
0.32 ms
(3.86%)
1
SELECT t0.id AS id_1, t0.icone AS icone_2, t0.lien AS lien_3, t0.evenement_id AS evenement_id_4, t0.actualite_id AS actualite_id_5, t0.partenaire_id AS partenaire_id_6, t0.capitainerie_id AS capitainerie_id_7 FROM reseau t0 WHERE t0.capitainerie_id = ?
Parameters:
[
  43
]
0.31 ms
(3.68%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.tourin_soft_id AS tourin_soft_id_4, t0.est_synchronise AS est_synchronise_5, t0.partenaire_id AS partenaire_id_6, t0.capitainerie_id AS capitainerie_id_7 FROM saison t0 WHERE t0.capitainerie_id = ?
Parameters:
[
  43
]
0.28 ms
(3.30%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image_name AS image_name_4, t0.image_size AS image_size_5 FROM image t0 INNER JOIN capitainerie_image ON t0.id = capitainerie_image.image_id WHERE capitainerie_image.capitainerie_id = ?
Parameters:
[
  43
]
0.27 ms
(3.26%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.lien AS lien_3, t0.entite_id AS entite_id_4, t0.partenaire_id AS partenaire_id_5, t0.evenement_id AS evenement_id_6, t0.actualite_id AS actualite_id_7, t0.capitainerie_id AS capitainerie_id_8 FROM lien t0 WHERE t0.capitainerie_id = ?
Parameters:
[
  43
]
0.26 ms
(3.15%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image_name AS image_name_3, t0.image_size AS image_size_4, t0.image_type AS image_type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.version AS version_8, t0.latest_features AS latest_features_9, t0.code AS code_10 FROM client t0 WHERE t0.id = ?
Parameters:
[
  24
]
0.25 ms
(3.01%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.valeur AS valeur_3, t0.icone_id AS icone_id_4, t0.capitainerie_id AS capitainerie_id_5 FROM capitainerie_service t0 WHERE t0.capitainerie_id = ?
Parameters:
[
  43
]
0.24 ms
(2.87%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image_url AS image_url_3, t0.lien AS lien_4, t0.capitainerie_id AS capitainerie_id_5 FROM institution t0 WHERE t0.capitainerie_id = ?
Parameters:
[
  43
]
0.22 ms
(2.61%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.capitainerie_id AS capitainerie_id_4 FROM capitainerie_annuaire t0 WHERE t0.capitainerie_id = ?
Parameters:
[
  43
]

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\Capitainerie
  • The association App\Entity\Capitainerie#image refers to the owning side field App\Entity\Image#capitainerie which does not exist.
  • The mappings App\Entity\Capitainerie#piece_joint and App\Entity\PieceJointe#capitainerie are inconsistent with each other.
App\Entity\Client
  • The association App\Entity\Client#partenaire refers to the inverse side field App\Entity\Partenaire#clients which does not exist.
App\Entity\Lien
  • The association App\Entity\Lien#entite refers to the inverse side field App\Entity\Entite#liens which does not exist.
  • The association App\Entity\Lien#partenaire refers to the inverse side field App\Entity\Partenaire#liens which does not exist.
App\Entity\Reseau No errors.
App\Entity\Image No errors.
App\Entity\Saison No errors.
App\Entity\Annuaire No errors.
App\Entity\CapitainerieService
  • The mappings App\Entity\CapitainerieService#icone and App\Entity\Icone#capitainerieServices are inconsistent with each other.
App\Entity\PieceJointe
  • The association App\Entity\PieceJointe#capitainerie refers to the inverse side field App\Entity\Capitainerie#piece_jointe which does not exist.
App\Entity\Actualite No errors.
App\Entity\Evenement No errors.
App\Entity\Institution No errors.
App\Entity\Camera No errors.
App\Entity\Administrateur
  • The association App\Entity\Administrateur#client refers to the inverse side field App\Entity\Client#administrateurs which does not exist.
App\Entity\Partenaire
  • The association App\Entity\Partenaire#capitainerie refers to the inverse side field App\Entity\Capitainerie#partenaires which does not exist.
  • The association App\Entity\Partenaire#image refers to the owning side field App\Entity\Image#partenaire which does not exist.
App\Entity\Icone
  • The mappings App\Entity\Icone#partenaireReseaus and App\Entity\PartenaireReseau#icone are inconsistent with each other.
  • The mappings App\Entity\Icone#entiteReseaus and App\Entity\EntiteReseau#icone are inconsistent with each other.
  • The association App\Entity\Icone#capitainerieServices refers to the owning side field App\Entity\CapitainerieService#icon which does not exist.
App\Entity\Horaire No errors.
App\Entity\Numero No errors.
App\Entity\Entite
  • The association App\Entity\Entite#capitainerie refers to the inverse side field App\Entity\Capitainerie#entite which does not exist.
  • The association App\Entity\Entite#images refers to the owning side field App\Entity\Image#entite which does not exist.
App\Entity\Categorie No errors.
App\Entity\MobileApp No errors.