GET http://demo-app.wastreet.app/actualites/42

Query Metrics

2 Database Queries
2 Different statements
2.73 ms Query time
3 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.61 ms
(58.98%)
1
SELECT t0.id_gpso_flux_ou_prestation AS id_gpso_flux_ou_prestation_1, t0.code AS code_2, t0.libelle AS libelle_3, t0.fa_icon AS fa_icon_4, t0.color AS color_5, t0.is_active AS is_active_6, t0.structure AS structure_7, t8.id_decheterie AS id_decheterie_9, t8.nom AS nom_10, t8.adresse AS adresse_11, t8.latitude AS latitude_12, t8.longitude AS longitude_13, t8.telephone AS telephone_14, t8.open_lun_matin AS open_lun_matin_15, t8.open_lun_aprem AS open_lun_aprem_16, t8.open_mar_matin AS open_mar_matin_17, t8.open_mar_aprem AS open_mar_aprem_18, t8.open_mer_matin AS open_mer_matin_19, t8.open_mer_aprem AS open_mer_aprem_20, t8.open_jeu_matin AS open_jeu_matin_21, t8.open_jeu_aprem AS open_jeu_aprem_22, t8.open_ven_matin AS open_ven_matin_23, t8.open_ven_aprem AS open_ven_aprem_24, t8.open_sam_matin AS open_sam_matin_25, t8.open_sam_aprem AS open_sam_aprem_26, t8.open_dim_matin AS open_dim_matin_27, t8.open_dim_aprem AS open_dim_aprem_28, t8.icon AS icon_29, t8.conditions_acces AS conditions_acces_30, t8.informations AS informations_31, t8.photo_1 AS photo_1_32, t8.photo_2 AS photo_2_33, t8.photo_3 AS photo_3_34, t8.visible AS visible_35, t8.id_tc_flux AS id_tc_flux_36, t8.id_tc_ville AS id_tc_ville_37 FROM gpso_flux_ou_prestation t0 LEFT JOIN decheterie t8 ON t8.id_tc_flux = t0.id_gpso_flux_ou_prestation WHERE t0.id_gpso_flux_ou_prestation = ?
Parameters:
[
  454
]
1.12 ms
(41.02%)
1
SELECT t0.id_actualite AS id_actualite_1, t0.titre AS titre_2, t0.date_publication AS date_publication_3, t0.photo_1 AS photo_1_4, t0.contenu AS contenu_5, t0.page_accueil AS page_accueil_6, t0.visible AS visible_7, t0.id_tc_flux AS id_tc_flux_8 FROM actualite t0 WHERE t0.id_actualite = ?
Parameters:
[
  42
]

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\Actualite 1
App\Entity\Flux 1
App\Entity\Tc_structure 1
App\Entity\Decheterie 1
App\Entity\TcVille 1

Entities Mapping

Class Mapping errors
App\Entity\Actualite
  • The association App\Entity\Actualite#villesRattachees refers to the inverse side field App\Entity\TcVille#actualitesRattachees which does not exist.
App\Entity\Flux
  • The association App\Entity\Flux#valorisations refers to the owning side field App\Entity\Valorisation#flux which does not exist.
App\Entity\TcVille No errors.
App\Entity\Tc_structure
  • The mappings App\Entity\Tc_structure#TcSignalementFile and App\Entity\TcSignalementsFiles#tcStructure are inconsistent with each other.
App\Entity\Decheterie No errors.
App\Entity\Objectif No errors.
App\Entity\Pav No errors.
App\Entity\Tonnage No errors.
App\Entity\Valorisation No errors.
App\Entity\Cout No errors.