Query Metrics
7
Database Queries
4
Different statements
1.52 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.city AS city_5, t0.access AS access_6, t0.accessed AS accessed_7, t0.created AS created_8, t0.updated AS updated_9, t0.status AS status_10 FROM brand t0 WHERE t0.id = ?
Parameters:
[
"8"
]
|
2 | 0.44 ms |
SELECT DISTINCT s0_.id AS id_0, s0_.name AS name_1, s0_.sku AS sku_2, s0_.description AS description_3, s0_.image AS image_4, s0_.sizechart AS sizechart_5, s0_.howitwork AS howitwork_6, s0_.product_category AS product_category_7, s0_.uid AS uid_8, s0_.status AS status_9 FROM brand_category b1_, style s0_ WHERE b1_.brand = ? AND b1_.category = s0_.id AND s0_.status = ?
Parameters:
[ "8" 1 ] |
3 | 0.23 ms |
SELECT t0.id AS id_1, t0.content_type AS content_type_2, t0.title AS title_3, t0.page AS page_4, t0.path AS path_5, t0.body AS body_6, t0.created AS created_7, t0.updated AS updated_8, t0.uid AS uid_9, t0.status AS status_10 FROM content t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
"free_shipping_banner"
]
|
4 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.state AS state_3, t0.country AS country_4, t0.access AS access_5, t0.accessed AS accessed_6, t0.created AS created_7, t0.updated AS updated_8, t0.status AS status_9 FROM city t0 WHERE t0.status = ? ORDER BY t0.access DESC
Parameters:
[
1
]
|
5 | 0.17 ms |
SELECT t0.id AS id_1, t0.content_type AS content_type_2, t0.title AS title_3, t0.page AS page_4, t0.path AS path_5, t0.body AS body_6, t0.created AS created_7, t0.updated AS updated_8, t0.uid AS uid_9, t0.status AS status_10 FROM content t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
"site_insta_page"
]
|
6 | 0.15 ms |
SELECT t0.id AS id_1, t0.content_type AS content_type_2, t0.title AS title_3, t0.page AS page_4, t0.path AS path_5, t0.body AS body_6, t0.created AS created_7, t0.updated AS updated_8, t0.uid AS uid_9, t0.status AS status_10 FROM content t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
"site_fb_page"
]
|
7 | 0.13 ms |
SELECT t0.id AS id_1, t0.content_type AS content_type_2, t0.title AS title_3, t0.page AS page_4, t0.path AS path_5, t0.body AS body_6, t0.created AS created_7, t0.updated AS updated_8, t0.uid AS uid_9, t0.status AS status_10 FROM content t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
"site_yt_page"
]
|
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\Brand | No errors. |
App\Entity\BrandCategory | No errors. |
App\Entity\Style | No errors. |
App\Entity\Content | No errors. |
App\Entity\City | No errors. |