Query Metrics
194
Database Queries
6
Different statements
20.32 ms
Query time
0
Invalid entities
388
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
9.16 ms (45.07%) |
119 |
SELECT t0.id AS id_1, t0.service AS service_2, t0.locale AS locale_3, t0.slug AS slug_4, t0.path AS path_5, t0.type AS type_6, t0.node_id AS node_id_7 FROM node_url t0 WHERE t0.node_id = ?
Parameters:
[
"1686"
]
|
|
7.49 ms (36.87%) |
48 |
SELECT t0.name AS name_1, t0.locale AS locale_2, t0.pos AS pos_3, t0.type AS type_4, t0.string_value AS string_value_5, t0.int_value AS int_value_6, t0.float_value AS float_value_7, t0.text_value AS text_value_8, t0.date_time_value AS date_time_value_9, t0.node_id AS node_id_10, t0.file_value AS file_value_11, t12.id AS id_13, t12.path AS path_14, t12.repository AS repository_15, t12.mime AS mime_16, t12.size AS size_17, t12.meta AS meta_18, t0.node_value AS node_value_19, t20.id AS id_21, t20.service AS service_22, t20.pos AS pos_23, t20.type AS type_24, t20.locale AS locale_25, t20.external_id AS external_id_26, t20.meta AS meta_27, t20.parent_id AS parent_id_28 FROM node_variable t0 LEFT JOIN file t12 ON t0.file_value = t12.id LEFT JOIN node t20 ON t0.node_value = t20.id WHERE t0.node_id = ? ORDER BY t0.pos ASC
Parameters:
[
"1688"
]
|
|
1.60 ms (7.88%) |
20 |
SELECT t0.id AS id_1, t0.service AS service_2, t0.pos AS pos_3, t0.type AS type_4, t0.locale AS locale_5, t0.external_id AS external_id_6, t0.meta AS meta_7, t0.parent_id AS parent_id_8 FROM node t0 WHERE t0.parent_id = ? ORDER BY t0.pos ASC
Parameters:
[
"7"
]
|
|
1.37 ms (6.76%) |
5 |
SELECT n0_.id AS id_0, n0_.service AS service_1, n0_.pos AS pos_2, n0_.type AS type_3, n0_.locale AS locale_4, n0_.external_id AS external_id_5, n0_.meta AS meta_6, n0_.parent_id AS parent_id_7 FROM node n0_ WHERE n0_.type = ? AND n0_.service = ? AND n0_.locale = ? AND n0_.parent_id IS NULL ORDER BY n0_.pos ASC
Parameters:
[ "menu" 0 "pl" ] |
|
0.36 ms (1.79%) |
1 |
SELECT n0_.id AS id_0, n0_.service AS service_1, n0_.pos AS pos_2, n0_.type AS type_3, n0_.locale AS locale_4, n0_.external_id AS external_id_5, n0_.meta AS meta_6, n1_.id AS id_7, n1_.service AS service_8, n1_.locale AS locale_9, n1_.slug AS slug_10, n1_.path AS path_11, n1_.type AS type_12, n0_.parent_id AS parent_id_13, n1_.node_id AS node_id_14 FROM node n0_ INNER JOIN node_url n1_ ON n0_.id = n1_.node_id WHERE n0_.service = ? AND n0_.locale IN (?, ?) AND n1_.service = ? AND n1_.locale IN (?, ?) AND n1_.path = ?
Parameters:
[ 0 "pl" "xx" 0 "pl" "xx" "regulamin-serwisu" ] |
|
0.33 ms (1.62%) |
1 |
SELECT t0.service AS service_1, t0.name AS name_2, t0.locale AS locale_3, t0.pos AS pos_4, t0.type AS type_5, t0.string_value AS string_value_6, t0.int_value AS int_value_7, t0.float_value AS float_value_8, t0.text_value AS text_value_9, t0.date_time_value AS date_time_value_10, t0.file_value AS file_value_11, t12.id AS id_13, t12.path AS path_14, t12.repository AS repository_15, t12.mime AS mime_16, t12.size AS size_17, t12.meta AS meta_18, t0.node_value AS node_value_19, t20.id AS id_21, t20.service AS service_22, t20.pos AS pos_23, t20.type AS type_24, t20.locale AS locale_25, t20.external_id AS external_id_26, t20.meta AS meta_27, t20.parent_id AS parent_id_28 FROM setting t0 LEFT JOIN file t12 ON t0.file_value = t12.id LEFT JOIN node t20 ON t0.node_value = t20.id WHERE t0.locale IN (?, ?) AND t0.service = ?
Parameters:
[ "xx" "pl" 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| w3des\AdminBundle\Entity\NodeVariable | 194 |
| w3des\AdminBundle\Entity\Node | 120 |
| w3des\AdminBundle\Entity\Setting | 45 |
| w3des\AdminBundle\Entity\NodeUrl | 22 |
| w3des\AdminBundle\Entity\File | 7 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| w3des\AdminBundle\Entity\Node | No errors. |
| w3des\AdminBundle\Entity\NodeUrl | No errors. |
| w3des\AdminBundle\Entity\NodeVariable | No errors. |
| w3des\AdminBundle\Entity\NodePos | No errors. |
| w3des\AdminBundle\Entity\File | No errors. |
| w3des\AdminBundle\Entity\Setting | No errors. |