Query Metrics
3
Database Queries
3
Different statements
0.81 ms
Query time
1
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.32 ms (40.01%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.icone AS icone_4 FROM category t0 ORDER BY t0.name ASC
Parameters:
[]
|
||||||||||||||||||||||||
|
0.28 ms (34.65%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.stock AS stock_5, t0.min_stock AS min_stock_6, t0.created_at AS created_at_7, t0.image AS image_8, t0.reference AS reference_9, t0.is_best AS is_best_10, t0.is_published AS is_published_11, t0.category_id AS category_id_12, t13.id AS id_14, t13.image1 AS image1_15, t13.image2 AS image2_16, t13.image3 AS image3_17, t13.product_id AS product_id_18 FROM product t0 LEFT JOIN product_image t13 ON t13.product_id = t0.id WHERE t0.is_best = ? AND t0.is_published = ?
Parameters:
[ 1 1 ]
|
||||||||||||||||||||||||
|
0.20 ms (25.35%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.update_at AS update_at_9, t0.date_birth AS date_birth_10, t0.civilite AS civilite_11 FROM `user` 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Category | 3 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Category | No errors. |
| App\Entity\Product |
|
| App\Entity\User | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\ProductImage | No errors. |