Query Metrics

6 Database Queries
5 Different statements
10.41 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.79 ms
SELECT d0_.id AS id_0, d0_.code AS code_1, d0_.name AS name_2, d0_.slug AS slug_3, d0_.region_id AS region_id_4 FROM Departement d0_ WHERE d0_.code = ?
Parameters:
[
  "75"
]
2 4.97 ms
SELECT DISTINCT p0_.id AS id_0, p0_.status AS status_1, p0_.register_date AS register_date_2, p0_.modified_date AS modified_date_3, p0_.credits AS credits_4, p0_.entreprise AS entreprise_5, p0_.siret AS siret_6, p0_.nom AS nom_7, p0_.adresse AS adresse_8, p0_.code_postal AS code_postal_9, p0_.ville AS ville_10, p0_.coordinates AS coordinates_11, p0_.telephone AS telephone_12, p0_.fax AS fax_13, p0_.website AS website_14, p0_.logo AS logo_15, p0_.user_id AS user_id_16 FROM Prestataire p0_ INNER JOIN PrestataireDepartement p2_ ON p0_.id = p2_.prestataire_id INNER JOIN Departement d1_ ON d1_.id = p2_.departement_id INNER JOIN PrestataireCategorie p4_ ON p0_.id = p4_.prestataire_id INNER JOIN Categorie c3_ ON c3_.id = p4_.categorie_id AND (c3_.id = ?) WHERE p0_.status = ? AND (p0_.code_postal LIKE ? OR d1_.code LIKE ?)
Parameters:
[
  72
  "valid"
  "75%"
  "75%"
]
3 2.41 ms
SELECT p0_.id AS id_0, c1_.id AS id_1, c1_.name AS name_2 FROM Prestataire p0_ INNER JOIN PrestataireCategorie p3_ ON p0_.id = p3_.prestataire_id INNER JOIN Categorie c2_ ON c2_.id = p3_.categorie_id INNER JOIN Categorie c1_ ON c2_.group_id = c1_.id WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY p0_.id, c1_.id ORDER BY c1_.ordre ASC
Parameters:
[
  18
  34
  35
  203
  216
  234
  239
  256
  270
  283
  301
  326
  331
  333
  334
  335
  337
  355
  359
  365
  369
  372
  376
  381
  383
  385
  386
  390
  391
  392
  395
  400
  408
  411
  424
  428
  443
  446
  457
  463
  471
  472
  475
  477
  480
  482
  490
  494
  496
  498
  499
  500
  503
  507
  508
  511
  525
  528
  529
  531
  533
  540
  560
  569
  575
  576
  588
  594
  595
  598
  600
  602
  603
  604
  609
  610
  613
  616
  625
  632
  636
  638
  639
  644
  647
  648
  654
  657
  658
  660
  663
  664
  666
  668
  684
  690
  692
  693
  696
  697
  710
  711
  713
  715
  722
  725
  730
  731
  732
  739
  743
  752
  755
]
4 0.84 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM Prestataire p0_ WHERE p0_.status = ?
Parameters:
[
  "valid"
]
5 0.43 ms
SELECT COUNT(p0_.id) AS sclr_0 FROM Prestataire p0_ WHERE p0_.status = ?
Parameters:
[
  "valid"
]
6 0.98 ms
SELECT p0_.id AS id_0, p0_.parent_id AS sclr_1, p0_.menu_label AS menu_label_2, c1_.description AS description_3, u2_.url AS url_4, c1_.id AS id_5 FROM Page p0_ INNER JOIN Url u2_ ON p0_.url_id = u2_.id LEFT JOIN Categorie c1_ ON (c1_.page_id = p0_.id) WHERE p0_.type = ? ORDER BY p0_.parent_id ASC, p0_.page_order ASC
Parameters:
[
  "categorie"
]

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\Departement No errors.
App\Entity\Region No errors.
App\Entity\Prestataire No errors.
App\Entity\Categorie No errors.
App\Entity\User No errors.
App\Entity\Transaction No errors.
App\Entity\RefundRequest No errors.
App\Entity\Page No errors.
App\Entity\Url No errors.