Query Metrics
3
Database Queries
3
Different statements
0.89 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.40 ms (44.66%) |
1 |
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:
[] |
0.28 ms (31.09%) |
1 |
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
]
|
0.22 ms (24.24%) |
1 |
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
]
|
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. |