GET http://aningo.duckdns.org/offres

Query Metrics

4 Database Queries
4 Different statements
2.86 ms Query time
0 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.87 ms
(30.37%)
1
SELECT count(DISTINCT o0_.id) AS sclr_0 FROM offre o0_ WHERE o0_.statut = ?
Parameters:
[
  "publiee"
]
0.71 ms
(24.81%)
1
SELECT o0_.id AS id_0, o0_.titre AS titre_1, o0_.description AS description_2, o0_.competences_requises AS competences_requises_3, o0_.salaire AS salaire_4, o0_.localisation AS localisation_5, o0_.type_contrat AS type_contrat_6, o0_.statut AS statut_7, o0_.created_at AS created_at_8, o0_.updated_at AS updated_at_9, o0_.recruteur_id AS recruteur_id_10 FROM offre o0_ WHERE o0_.statut = ? AND o0_.id IN (?, ?, ?) ORDER BY o0_.created_at DESC
Parameters:
[
  "publiee"
  13
  12
  11
]
0.69 ms
(24.25%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.entreprise AS entreprise_3, t0.secteur AS secteur_4, t0.logo_name AS logo_name_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9 FROM recruteur t0 WHERE t0.id = ?
Parameters:
[
  4
]
0.59 ms
(20.58%)
1
SELECT DISTINCT o0_.id AS id_0, o0_.created_at AS created_at_1 FROM offre o0_ WHERE o0_.statut = ? ORDER BY o0_.created_at DESC LIMIT 9
Parameters:
[
  "publiee"
]

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\Offre 3
App\Entity\Recruteur 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Offre No errors.
App\Entity\Recruteur No errors.
App\Entity\Candidature No errors.
App\Entity\User No errors.