Query Metrics
5
Database Queries
5.75 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.70 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.subtitle AS subtitle_3, p0_.description AS description_4, p0_.online AS online_5, p0_.image AS image_6, p0_.print_file AS print_file_7, p0_.created AS created_8, p0_.updated AS updated_9, p0_.content_changed AS content_changed_10, p0_.deleted_at AS deleted_at_11, RAND() AS sclr_12 FROM product p0_ WHERE (p0_.deleted_at IS NULL) ORDER BY sclr_12 ASC LIMIT 8
Parameters: { }
|
| 2 | 1.59 ms |
SELECT sum(c0_.quantity) AS sclr_0 FROM `cart` c0_ WHERE c0_.session_id = ? AND c0_.type IN (?)
Parameters: ['', [product, book]]
|
| 3 | 0.92 ms |
SELECT sum(c0_.quantity) AS sclr_0 FROM `cart` c0_ WHERE c0_.session_id = ? AND c0_.type IN (?)
Parameters: ['', [product, book]]
|
| 4 | 0.81 ms |
SELECT sum(c0_.quantity) AS sclr_0 FROM `cart` c0_ WHERE c0_.session_id = ? AND c0_.type IN (?)
Parameters: ['', [product, book]]
|
| 5 | 0.73 ms |
SELECT sum(c0_.quantity) AS sclr_0 FROM `cart` c0_ WHERE c0_.session_id = ? AND c0_.type IN (?)
Parameters: ['', [product, book]]
|
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 |
|---|---|
| AppBundle\Entity\Product | No errors. |
| AppBundle\Entity\Cart | No errors. |