GET https://www.kronika.fr/panier/add/1

Query Metrics

4 Database Queries
3 Different statements
0.56 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.13 ms
SELECT COUNT(d0_.id) AS sclr_0 FROM decks d0_ WHERE d0_.type = ? AND d0_.state = ?
Parameters:
[
  "base"
  "officiel"
]
2 0.07 ms
SELECT COUNT(d0_.id) AS sclr_0 FROM decks d0_ WHERE d0_.type = ? AND d0_.state = ?
Parameters:
[
  "commu"
  "public"
]
3 0.16 ms
SELECT t0.id AS id_1, t0.name_fr AS name_fr_2, t0.type AS type_3, t0.price AS price_4, t0.weight AS weight_5, t0.reference AS reference_6, t0.description_fr AS description_fr_7, t0.card_id AS card_id_8, t0.decks_id AS decks_id_9 FROM products t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
4 0.20 ms
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.date AS date_3, t0.product_id AS product_id_4, t0.user_id AS user_id_5 FROM product_stock t0 WHERE t0.product_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\Decks No errors.
App\Entity\Products No errors.
App\Entity\Cards No errors.
App\Entity\ProductStock No errors.
App\Entity\User No errors.