Query Metrics
7
Database Queries
5
Different statements
11.72 ms
Query time
0
Invalid entities
64
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.81 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.months AS months_3 FROM subscriptions t0 WHERE t0.months = ? LIMIT 1
Parameters:
[
0
]
|
2 | 1.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.months AS months_3 FROM subscriptions t0 WHERE t0.months = ? LIMIT 1
Parameters:
[
12
]
|
3 | 2.09 ms |
SELECT t0_.id AS id_0, t0_.is_hidden AS is_hidden_1, t0_.is_digital AS is_digital_2, t0_.is_favorite AS is_favorite_3, t0_.is_company AS is_company_4, t0_.specific_symbol AS specific_symbol_5, t0_.free_packages AS free_packages_6, t0_.priority AS priority_7, t0_.description AS description_8, t0_.description_price_policy AS description_price_policy_9, t0_.new AS new_10, t0_.name AS name_11, t0_.analog_radio AS analog_radio_12, t0_.digital_radio AS digital_radio_13, t0_.pricing_id AS pricing_id_14, t0_.product_category_id AS product_category_id_15, t0_.tv_package_type_id AS tv_package_type_id_16, t0_.pricing_id AS pricing_id_17, t0_.product_category_id AS product_category_id_18, t0_.tv_package_type_id AS tv_package_type_id_19 FROM tv_packages t0_ INNER JOIN tv_package_types t1_ ON t0_.tv_package_type_id = t1_.id WHERE t1_.name = ? AND t0_.is_hidden = 0 AND t0_.is_digital = 1 AND t0_.is_company = ? ORDER BY t0_.priority ASC
Parameters:
[ "Tematický balíček" 0 ] |
4 | 2.13 ms |
SELECT t0_.id AS id_0, t0_.is_hidden AS is_hidden_1, t0_.is_digital AS is_digital_2, t0_.is_favorite AS is_favorite_3, t0_.is_company AS is_company_4, t0_.specific_symbol AS specific_symbol_5, t0_.free_packages AS free_packages_6, t0_.priority AS priority_7, t0_.description AS description_8, t0_.description_price_policy AS description_price_policy_9, t0_.new AS new_10, t0_.name AS name_11, t0_.analog_radio AS analog_radio_12, t0_.digital_radio AS digital_radio_13, t0_.pricing_id AS pricing_id_14, t0_.product_category_id AS product_category_id_15, t0_.tv_package_type_id AS tv_package_type_id_16, t0_.pricing_id AS pricing_id_17, t0_.product_category_id AS product_category_id_18, t0_.tv_package_type_id AS tv_package_type_id_19 FROM tv_packages t0_ INNER JOIN tv_package_types t1_ ON t0_.tv_package_type_id = t1_.id WHERE t1_.name = ? AND t0_.is_hidden = 0 AND t0_.is_digital = 1 AND t0_.is_company = ? ORDER BY t0_.priority ASC
Parameters:
[ "Prémiový balíček" 0 ] |
5 | 0.97 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.superiority_index AS superiority_index_3 FROM technology_types t0 WHERE t0.id = ?
Parameters:
[
1
]
|
6 | 1.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM navigations t0 WHERE t0.id = ?
Parameters:
[
1
]
|
7 | 1.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5, t0.navigation_item_id AS navigation_item_id_6 FROM navigation_items t0 WHERE t0.navigation_id = ? ORDER BY t0.position ASC
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\Entity\NavigationItem | 26 |
App\Entity\Television\Package | 16 |
App\Entity\Pricing | 16 |
App\Entity\Subscription | 2 |
App\Entity\Television\PackageType | 2 |
App\Entity\TechnologyType | 1 |
App\Entity\Navigation | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Subscription | No errors. |
App\Entity\Price | No errors. |
App\Entity\Television\Package | No errors. |
App\Entity\Television\PackageType | No errors. |
App\Entity\Pricing | No errors. |
App\Entity\ProductCategory | No errors. |
App\Entity\Television\Channel | No errors. |
App\Entity\Radio | No errors. |
App\Entity\Television\TelevisionPackageDevice | No errors. |
App\Entity\TechnologyType | No errors. |
App\Entity\Internet\InternetPackageSpecification | No errors. |
App\Entity\Navigation | No errors. |
App\Entity\NavigationItem | No errors. |