GET https://dot.cd/

Query Metrics

15 Database Queries
15 Different statements
4.11 ms Query time
21 Invalid entities

Queries

Group similar statements

# Time Info
1 0.72 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.color AS color_3, t0.unite AS unite_4, t0.symbole_chimique AS symbole_chimique_5, t0.max AS max_6, t0.maxim AS maxim_7, t0.amount AS amount_8, t0.min_annuel AS min_annuel_9, t0.max_annuel AS max_annuel_10, t0.amout_annuel AS amout_annuel_11, t0.max_semestre AS max_semestre_12, t0.amount_semestre AS amount_semestre_13, t0.min_trimestre AS min_trimestre_14, t0.max_trimestre AS max_trimestre_15, t0.amount_trimestre AS amount_trimestre_16, t0.min_semetre AS min_semetre_17, t0.id_dw AS id_dw_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.deleted_at AS deleted_at_21, t0.filiere_id AS filiere_id_22, t0.user_id AS user_id_23 FROM commodite t0
Parameters:
[]
2 0.44 ms
SELECT SUM(v0_.quantite) AS sclr_0, SUBSTRING(v0_.date_vente FROM 6 FOR 2) AS sclr_1 FROM vente_local v0_ WHERE (v0_.date_vente BETWEEN ? AND ?) AND v0_.is_publish = 1 GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[
  "2024-01-01 00:00:00"
  "2024-12-31 23:59:00"
]
3 0.30 ms
SELECT SUM(p0_.quantite) AS sclr_0, SUBSTRING(p0_.date_production FROM 6 FOR 2) AS sclr_1 FROM production p0_ WHERE (p0_.date_production BETWEEN ? AND ?) AND p0_.is_publish = 1 GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[
  "2024-01-01 00:00:00"
  "2024-12-31 23:59:00"
]
4 0.25 ms
SELECT SUM(e0_.quantite) AS sclr_0, SUBSTRING(e0_.date_exportation FROM 6 FOR 2) AS sclr_1 FROM exportation e0_ WHERE (e0_.date_exportation BETWEEN ? AND ?) AND e0_.is_publish = 1 GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[
  "2024-01-01 00:00:00"
  "2024-12-31 23:59:00"
]
5 0.27 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.photo AS photo_4, t0.date_actualite AS date_actualite_5, t0.slug AS slug_6, t0.auteur AS auteur_7, t0.is_pubie AS is_pubie_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11, t0.categorie_actualite_id AS categorie_actualite_id_12, t0.user_id AS user_id_13 FROM actualite t0 WHERE t0.is_pubie = ? ORDER BY t0.id DESC LIMIT 4
Parameters:
[
  1
]
6 0.22 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0 FROM projet p0_ WHERE p0_.is_publish = 1
Parameters:
[]
7 0.22 ms
SELECT COUNT(DISTINCT t0_.id) AS sclr_0 FROM titre_minier t0_ WHERE t0_.is_publish = 1
Parameters:
[]
8 0.21 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_principal c0_ WHERE c0_.is_publish = 1
Parameters:
[]
9 0.16 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_relatif c0_
Parameters:
[]
10 0.23 ms
SELECT COUNT(DISTINCT a0_.id) AS sclr_0 FROM arrete a0_ WHERE a0_.is_publish = 1
Parameters:
[]
11 0.21 ms
SELECT COUNT(DISTINCT e0_.id) AS sclr_0 FROM environemental e0_ WHERE e0_.is_publish = 1
Parameters:
[]
12 0.21 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM cahier_de_charge c0_ WHERE c0_.is_publish = 1
Parameters:
[]
13 0.20 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0 FROM part_actionnaire p0_
Parameters:
[]
14 0.20 ms
SELECT COUNT(DISTINCT r0_.id) AS sclr_0 FROM resource_hydrolique r0_
Parameters:
[]
15 0.29 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.deleted_at AS deleted_at_5, t0.user_id AS user_id_6 FROM categorie_actualite t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\Transparence\Commodite
  • The field App\Entity\Transparence\Commodite#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\Commodite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Operateur\Filiere
  • The field App\Entity\Operateur\Filiere#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Operateur\Filiere#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\User
  • The field App\Entity\User#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\User#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Production\Production
  • The field App\Entity\Production\Production#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Production\Production#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Production\Exportation
  • The field 'App\Entity\Production\Exportation#quantite' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The association App\Entity\Production\Exportation#pays refers to the inverse side field App\Entity\Transparence\Pays#exportations which does not exist.
  • The field App\Entity\Production\Exportation#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Production\Exportation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Production\VenteLocal
  • The field 'App\Entity\Production\VenteLocal#quantite' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\Entity\Production\VenteLocal#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Production\VenteLocal#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\ContratPrincipal
  • The field App\Entity\Transparence\ContratPrincipal#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\ContratPrincipal#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\ContratRelatif
  • The field App\Entity\Transparence\ContratRelatif#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\ContratRelatif#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\Province
  • The field App\Entity\Transparence\Province#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\Province#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Ressource
  • The field App\Entity\Activite\Ressource#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Ressource#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Reserve
  • The field App\Entity\Activite\Reserve#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Reserve#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Autres\TeneurCommodite
  • The field App\Entity\Autres\TeneurCommodite#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Autres\TeneurCommodite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\Projet
  • The field App\Entity\Activite\Projet#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\Projet#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actualite\Actualite
  • The field App\Entity\Actualite\Actualite#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Actualite\Actualite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actualite\CategorieActualite
  • The field App\Entity\Actualite\CategorieActualite#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Actualite\CategorieActualite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Activite\TitreMinier
  • The association App\Entity\Activite\TitreMinier#arrete refers to the inverse side field App\Entity\Transparence\Arrete#titreMiniers which does not exist.
  • The field App\Entity\Activite\TitreMinier#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Activite\TitreMinier#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Transparence\Arrete
  • The field App\Entity\Transparence\Arrete#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Transparence\Arrete#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Impact\Environemental
  • The field App\Entity\Impact\Environemental#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Impact\Environemental#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Obligation\CahierDeCharge
  • The field App\Entity\Obligation\CahierDeCharge#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Obligation\CahierDeCharge#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Actionnariat\PartActionnaire
  • The field App\Entity\Actionnariat\PartActionnaire#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Actionnariat\PartActionnaire#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Autres\ResourceHydrolique
  • The field App\Entity\Autres\ResourceHydrolique#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Autres\ResourceHydrolique#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.