Query Metrics
3
Database Queries
3
Different statements
1.74 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.12 ms (64.49%) |
1 |
SELECT t0.country_id AS country_id_1, t0.name AS name_2, t0.phone AS phone_3, t0.address AS address_4, t0.map_embeded AS map_embeded_5, t0.has_gas_app AS has_gas_app_6, t0.has_web_platform AS has_web_platform_7, t0.hast_app_standar AS hast_app_standar_8, t0.has_app_lite AS has_app_lite_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deleted_at AS deleted_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.deleted_by AS deleted_by_16 FROM country t0 WHERE t0.is_active = ?
Parameters:
[
1
]
|
0.42 ms (24.21%) |
1 |
SELECT b0_.blog_id AS blog_id_0, b0_.file_path AS file_path_1, b0_.title AS title_2, b0_.short_description AS short_description_3, b0_.description AS description_4, b0_.is_active AS is_active_5, b0_.created_at AS created_at_6, b0_.updated_at AS updated_at_7, b0_.deleted_at AS deleted_at_8, b0_.is_public AS is_public_9, b0_.created_by AS created_by_10, b0_.updated_by AS updated_by_11, b0_.deleted_by AS deleted_by_12 FROM blog b0_ WHERE b0_.is_active = 1 AND b0_.is_public = 1 ORDER BY b0_.created_at DESC LIMIT 8
Parameters:
[] |
0.20 ms (11.30%) |
1 |
SELECT t0.country_id AS country_id_1, t0.name AS name_2, t0.phone AS phone_3, t0.address AS address_4, t0.map_embeded AS map_embeded_5, t0.has_gas_app AS has_gas_app_6, t0.has_web_platform AS has_web_platform_7, t0.hast_app_standar AS hast_app_standar_8, t0.has_app_lite AS has_app_lite_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deleted_at AS deleted_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.deleted_by AS deleted_by_16 FROM country t0 WHERE t0.country_id = ? LIMIT 1
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Country | No errors. |
App\Entity\User | No errors. |
App\Entity\Blog | No errors. |