Query Metrics
214
Database Queries
7
Different statements
28.65 ms
Query time
0
Invalid entities
441
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
12.20 ms (42.59%) |
130 |
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:
[
"1040"
]
|
|
10.93 ms (38.15%) |
56 |
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:
[
"1033"
]
|
|
2.35 ms (8.21%) |
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:
[
"1040"
]
|
|
2.09 ms (7.30%) |
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.44 ms (1.52%) |
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 ] |
|
0.33 ms (1.17%) |
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" "pokoj-standard-twin" ] |
|
0.30 ms (1.05%) |
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, n0_.parent_id AS parent_id_7 FROM node n0_ INNER JOIN node_variable n1_ ON n0_.id = n1_.node_id AND (n1_.name = 'public' AND n1_.locale IN (?, ?)) WHERE n0_.type = ? AND n0_.service = ? AND n0_.locale = ? AND n1_.int_value IN (?) ORDER BY n0_.pos ASC
Parameters:
[ "xx" "pl" "special_offer" 0 "pl" 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 |
|---|---|
| w3des\AdminBundle\Entity\NodeVariable | 226 |
| w3des\AdminBundle\Entity\Node | 131 |
| w3des\AdminBundle\Entity\Setting | 45 |
| w3des\AdminBundle\Entity\NodeUrl | 24 |
| w3des\AdminBundle\Entity\File | 15 |
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. |