GET http://demo-app-habitants.wastreet.app/

Query Metrics

1 Database Queries
1 Different statements
0.96 ms Query time
2 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.96 ms
(100.00%)
1
SELECT a0_.id_actualite AS id_actualite_0, a0_.titre AS titre_1, a0_.date_publication AS date_publication_2, a0_.photo_1 AS photo_1_3, a0_.contenu AS contenu_4, a0_.page_accueil AS page_accueil_5, a0_.visible AS visible_6, a0_.id_ville AS id_ville_7, a0_.id_dechetterie AS id_dechetterie_8, a0_.id_tc_flux AS id_tc_flux_9 FROM actualite a0_ LEFT JOIN gpso_flux_ou_prestation g1_ ON a0_.id_tc_flux = g1_.id_gpso_flux_ou_prestation LEFT JOIN tc_structure t2_ ON g1_.structure = t2_.id_tc_structure WHERE a0_.page_accueil = ? AND a0_.visible = ? AND a0_.date_publication <= CURRENT_TIMESTAMP AND ((g1_.id_gpso_flux_ou_prestation IS NULL) OR (t2_.id_tc_structure = ?)) AND ((a0_.id_ville IS NULL OR a0_.id_ville IN (?, ?, ?)) AND (a0_.id_dechetterie IS NULL OR a0_.id_dechetterie IN (?, ?, ?))) ORDER BY a0_.date_publication DESC
Parameters:
[
  1
  1
  102
  ""
  ",,"
  "0"
  ""
  ",,"
  "0"
]

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

Entities Mapping

Class Mapping errors
App\Entity\Actualite No errors.
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\Tc_structure
  • The mappings App\Entity\Tc_structure#TcSignalementFile and App\Entity\TcSignalementsFiles#tcStructure are inconsistent with each other.