Query Metrics
55
Database Queries
6
Different statements
14.29 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
12.13 ms (84.91%) |
50 |
SELECT t0.id AS id_1, t0.ln_id AS ln_id_2, t0.category_name AS category_name_3, t0.category_description AS category_description_4, t0.short_desc AS short_desc_5, t0.meta_title AS meta_title_6, t0.meta_keywords AS meta_keywords_7, t0.meta_description AS meta_description_8, t0.category_id AS category_id_9 FROM kk_categories_ln t0 WHERE t0.category_id = ?
Parameters:
[
237
]
|
|
1.17 ms (8.16%) |
1 |
SELECT c0_.category_id AS category_id_0, c0_.category_name AS category_name_1, c0_.category_left AS category_left_2, c0_.category_level AS category_level_3, c0_.category_right AS category_right_4, c0_.description AS description_5, c0_.short_desc AS short_desc_6, c0_.code AS code_7, c0_.img AS img_8, c0_.meta_title AS meta_title_9, c0_.meta_keywords AS meta_keywords_10, c0_.meta_description AS meta_description_11, c0_.active AS active_12, c0_.is_empty AS is_empty_13, c0_.category_top AS category_top_14 FROM Categories c0_ WHERE c0_.active = 1 AND c0_.is_empty = 0 AND c0_.category_id > 0 ORDER BY c0_.category_left ASC LIMIT 50
Parameters:
[] |
|
0.51 ms (3.58%) |
1 |
SELECT COUNT(DISTINCT c0_.category_id) AS sclr_0 FROM Categories c0_ WHERE c0_.active = 1 AND c0_.is_empty = 0 AND c0_.category_id > 0 ORDER BY c0_.category_id ASC
Parameters:
[] |
|
0.20 ms (1.42%) |
1 |
SELECT s0_.setting_id AS setting_id_0, s0_.type AS type_1, s0_.setting_name AS setting_name_2, s0_.setting_value AS setting_value_3, s0_.description AS description_4 FROM store_settings s0_ LEFT JOIN kk_settings_ln k1_ ON s0_.setting_id = k1_.setting_id WHERE s0_.type = 'site' AND s0_.setting_name IN (?, ?, ?) LIMIT 3
Parameters:
[ "notify_top" "datepicker" "notify_url" ] |
|
0.16 ms (1.14%) |
1 |
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.active AS active_3, k0_.default AS default_4 FROM kk_language k0_ WHERE k0_.code = ? LIMIT 1
Parameters:
[
"uk"
]
|
|
0.11 ms (0.78%) |
1 |
SELECT c0_.category_id AS category_id_0, c0_.category_left AS category_left_1, c0_.category_right AS category_right_2, c0_.active AS active_3 FROM Categories c0_ WHERE c0_.active = ? ORDER BY c0_.category_left ASC
Parameters:
[
0
]
|
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 |
|---|---|
| SoftUa\CategoryBundle\Entity\Category | No errors. |
| SoftUa\CategoryBundle\Entity\CategoryTranslation | No errors. |
| SoftUa\CoreBundle\Entity\DataLanguage | No errors. |
| SoftUa\HeaderNotificationBundle\Entity\StoreSettings | No errors. |
| SoftUa\HeaderNotificationBundle\Entity\StoreSettingsTranslation | No errors. |