Query Metrics
1
Database Queries
1
Different statements
0.53 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 0.53 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.is_new AS is_new_3, p0_.is_popular AS is_popular_4, p0_.width AS width_5, p0_.length AS length_6, p0_.business_id AS business_id_7, p0_.is_active AS is_active_8, p0_.is_sold AS is_sold_9, p0_.sold_date AS sold_date_10, p0_.is_enabled AS is_enabled_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, p0_.brand_id AS brand_id_14 FROM product p0_ INNER JOIN product_category p2_ ON p0_.id = p2_.product_id INNER JOIN category c1_ ON c1_.id = p2_.category_id WHERE p0_.id = ? AND p0_.slug = ? AND c1_.slug = ?
Parameters:
[ 551295 "index.html" "nain" ]
|
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\Product | No errors. |
App\Entity\Category | No errors. |
App\Entity\Brand | No errors. |