Query Metrics
4
Database Queries
4
Different statements
1.92 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4 FROM category t0
Parameters:
[] |
2 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1
]
|
3 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.description AS description_4, t0.image_name AS image_name_5, t0.updated_at AS updated_at_6, t0.fake_price AS fake_price_7, t0.stock AS stock_8 FROM product t0 INNER JOIN category_product ON t0.id = category_product.product_id WHERE category_product.category_id = ?
Parameters:
[
1
]
|
4 | 0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4 FROM category t0 WHERE t0.id IN (?, ?, ?, ?)
Parameters:
[ 2 3 4 5 ] |
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\Category | No errors. |
App\Entity\Product | No errors. |
App\Entity\Attribute | No errors. |
App\Entity\ProductExtra | No errors. |
App\Entity\Gallery | No errors. |
App\Entity\OrderProduct | No errors. |
App\Entity\Order | No errors. |
App\Entity\Invoice | No errors. |
App\Entity\User | No errors. |
App\Entity\Shipping | No errors. |
App\Entity\Contact | No errors. |
App\Entity\ReservationSetting | No errors. |
App\Entity\Reservation | No errors. |
App\Entity\Payment | No errors. |
Vich\UploaderBundle\Entity\File | No errors. |