GET https://officepro-seating.com/collection/BUDGET

Query Metrics

15 Database Queries
7 Different statements
20.39 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 0.60 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.nom = ? LIMIT 1
Parameters:
[
  "BUDGET"
]
2 4.01 ms
SELECT t0.reference AS reference_1, t0.id_collection AS id_collection_2, t0.nom AS nom_3, t0.description AS description_4, t0.couleur AS couleur_5, t0.caracteristiques AS caracteristiques_6, t0.image_principale AS image_principale_7, t0.images_secondaires AS images_secondaires_8, t0.schema_produit AS schema_produit_9, t0.fiche_technique AS fiche_technique_10, t0.notice_montage AS notice_montage_11, t0.video AS video_12, t0.normes AS normes_13, t0.famille AS famille_14, t0.poids AS poids_15, t0.taille AS taille_16, t0.duree AS duree_17, t0.prix AS prix_18, t0.statut AS statut_19, t0.actif AS actif_20, t0.materiaux AS materiaux_21, t0.kit AS kit_22, t0.etat AS etat_23 FROM m_produit t0 WHERE t0.id_collection = ? AND t0.actif = ?
Parameters:
[
  1661
  1
]
3 0.32 ms
SELECT t0.reference AS reference_1, t0.quantity AS quantity_2 FROM stocks t0 WHERE t0.reference IN (?)
Parameters:
[
  "SDSL02NR"
]
4 0.35 ms
SELECT t0.reference AS reference_1, t0.id_collection AS id_collection_2, t0.nom AS nom_3, t0.description AS description_4, t0.couleur AS couleur_5, t0.caracteristiques AS caracteristiques_6, t0.image_principale AS image_principale_7, t0.images_secondaires AS images_secondaires_8, t0.schema_produit AS schema_produit_9, t0.fiche_technique AS fiche_technique_10, t0.notice_montage AS notice_montage_11, t0.video AS video_12, t0.normes AS normes_13, t0.famille AS famille_14, t0.poids AS poids_15, t0.taille AS taille_16, t0.duree AS duree_17, t0.prix AS prix_18, t0.statut AS statut_19, t0.actif AS actif_20, t0.materiaux AS materiaux_21, t0.kit AS kit_22, t0.etat AS etat_23 FROM m_produit t0 WHERE t0.reference = ? AND t0.actif = ?
Parameters:
[
  "SDSL02NR"
  1
]
5 0.34 ms
SELECT JSON_EXTRACT (infos_libres, '$.UNIVERS1') AS univers1 FROM api_produit WHERE reference = 'SDSL02NR'
Parameters:
[]
6 12.62 ms
SELECT m_produit.*, m_collection.nom AS nom_collection FROM api_produit LEFT JOIN m_produit ON api_produit.reference = m_produit.reference LEFT JOIN m_collection ON m_produit.id_collection = m_collection.id WHERE (JSON_EXTRACT (infos_libres, '$.UNIVERS1') = 'ATELIER-MÉTIERS' OR JSON_EXTRACT (infos_libres, '$.UNIVERS2') = 'ATELIER-MÉTIERS' OR JSON_EXTRACT (infos_libres, '$.UNIVERS3') = 'ATELIER-MÉTIERS') AND actif = 1 GROUP BY m_produit.famille
Parameters:
[]
7 0.38 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1661
]
8 0.25 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1627
]
9 0.24 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1634
]
10 0.22 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1671
]
11 0.20 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1660
]
12 0.23 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1672
]
13 0.18 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1766
]
14 0.22 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1677
]
15 0.22 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.description AS description_4, t0.dominant AS dominant_5, t0.nuancier AS nuancier_6 FROM m_collection t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1673
]

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\MCollection 9
App\Entity\MProduit 1
App\Entity\Stocks 1

Entities Mapping

Class Mapping errors
App\Entity\MCollection No errors.
App\Entity\MProduit No errors.
App\Entity\Stocks No errors.
App\Entity\ApiProduit No errors.