GET https://hellocolis.com/marketplace

Query Metrics

6 Database Queries
6 Different statements
3.77 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.42 ms
SELECT count(DISTINCT e0_.id) AS sclr_0 FROM entreprise e0_ WHERE e0_.type = ?
Parameters:
[
  "Boutique"
]
2 0.38 ms
SELECT DISTINCT e0_.id AS id_0 FROM entreprise e0_ WHERE e0_.type = ? LIMIT 100
Parameters:
[
  "Boutique"
]
3 0.66 ms
SELECT e0_.id AS id_0, e0_.designation AS designation_1, e0_.siteweb AS siteweb_2, e0_.entreprise_name AS entreprise_name_3, e0_.updated_at AS updated_at_4, e0_.type AS type_5, e0_.description AS description_6, e0_.actif AS actif_7 FROM entreprise e0_ WHERE e0_.type = ? AND e0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "Boutique"
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
]
4 0.49 ms
SELECT p0_.id AS id_0, p0_.titre AS titre_1, p0_.description AS description_2, p0_.contenu AS contenu_3, p0_.portailpage_name AS portailpage_name_4, p0_.updated_at AS updated_at_5, p0_.reference AS reference_6 FROM portailpage p0_ WHERE p0_.reference = ?
Parameters:
[
  "marketplace"
]
5 0.42 ms
SELECT r0_.id AS id_0, r0_.designation AS designation_1, r0_.actif AS actif_2, r0_.url AS url_3 FROM reseausocial r0_ WHERE r0_.actif = ? ORDER BY r0_.id ASC
Parameters:
[
  1
]
6 0.39 ms
SELECT t0.id AS id_1, t0.designation AS designation_2 FROM shop_categorie t0
Parameters:
[]

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.