Query Metrics
3
Database Queries
3
Different statements
3.15 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.is_active AS is_active_5, t0.dreamscape_id AS dreamscape_id_6, t0.dreamscape_name AS dreamscape_name_7 FROM product_types t0 WHERE t0.dreamscape_name = ? LIMIT 1
Parameters:
[
"WordPress Hosting"
]
|
2 | 1.13 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.period AS period_3, t0.register_price AS register_price_4, t0.renew_price AS renew_price_5, t0.is_free_trial AS is_free_trial_6, t0.is_renewable AS is_renewable_7, t0.expires AS expires_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.is_active AS is_active_11, t0.dreamscape_name AS dreamscape_name_12, t0.dreamscape_id AS dreamscape_id_13, t0.short_description AS short_description_14, t0.features AS features_15, t0.popular AS popular_16, t0.position AS position_17, t0.type_id AS type_id_18 FROM hosting_packages t0 WHERE t0.type_id = ? AND t0.period = ? AND t0.popular = ? AND t0.is_active = ? ORDER BY t0.position ASC LIMIT 1
Parameters:
[ 1 1 1 1 ] |
3 | 0.61 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.period AS period_3, t0.register_price AS register_price_4, t0.renew_price AS renew_price_5, t0.is_free_trial AS is_free_trial_6, t0.is_renewable AS is_renewable_7, t0.expires AS expires_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.is_active AS is_active_11, t0.dreamscape_name AS dreamscape_name_12, t0.dreamscape_id AS dreamscape_id_13, t0.short_description AS short_description_14, t0.features AS features_15, t0.popular AS popular_16, t0.position AS position_17, t0.type_id AS type_id_18 FROM hosting_packages t0 WHERE t0.type_id = ? AND t0.is_active = ? ORDER BY t0.position ASC
Parameters:
[ 1 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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\ProductTypes | No errors. |
App\Entity\HostingPackages | No errors. |