Query Metrics
6
Database Queries
6
Different statements
2.49 ms
Query time
0
Invalid entities
14
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.45 ms |
SELECT t0.id AS id_1, t0.robots AS robots_2, t0.meta_suffix AS meta_suffix_3, t0.meta_suffix_separator AS meta_suffix_separator_4 FROM seo_settings t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1
]
|
2 | 0.27 ms |
SELECT t0.url AS url_1, t0.id AS id_2, t0.title AS title_3, t0.keywords AS keywords_4, t0.description AS description_5 FROM url_seo t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
"/individual"
]
|
3 | 0.35 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image_name AS image_name_4, t0.updated_at AS updated_at_5 FROM individual_hero t0 LIMIT 1
Parameters:
[] |
4 | 0.21 ms |
SELECT t0.id AS id_1, t0.text AS text_2 FROM terms_order t0 LIMIT 1
Parameters:
[] |
5 | 0.64 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p1_.id AS id_2, p1_.title AS title_3, p1_.description AS description_4, p1_.image_name AS image_name_5, p1_.updated_at AS updated_at_6, p1_.product_category_id AS product_category_id_7 FROM product_category p0_ LEFT JOIN product_category_item p1_ ON p0_.id = p1_.product_category_id
Parameters:
[] |
6 | 0.57 ms |
SELECT t0.id AS id_1, t0.phone AS phone_2, t0.email AS email_3, t0.inn AS inn_4, t0.kpp AS kpp_5, t0.rc AS rc_6, t0.vk AS vk_7, t0.yt AS yt_8, t0.address AS address_9, t0.address_lat AS address_lat_10, t0.address_lng AS address_lng_11, t0.updated_at AS updated_at_12, t0.policy AS policy_13, t0.counters_body AS counters_body_14, t0.counters_head AS counters_head_15 FROM settings 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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
App\Main\Entity\Individual\ProductCategoryItem | 7 |
App\Main\Entity\Individual\ProductCategory | 3 |
App\Seo\Entity\SeoSettings | 1 |
App\Main\Entity\Individual\IndividualHero | 1 |
App\Main\Entity\Individual\TermsOrder | 1 |
App\Main\Entity\Settings | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Seo\Entity\SeoSettings | No errors. |
App\Seo\Entity\UrlSeo | No errors. |
App\Main\Entity\Individual\IndividualHero | No errors. |
App\Main\Entity\Individual\TermsOrder | No errors. |
App\Main\Entity\Individual\ProductCategory | No errors. |
App\Main\Entity\Individual\ProductCategoryItem | No errors. |
App\Main\Entity\Settings | No errors. |