GET https://bangebj.thebest-group.com/api/blog/app/guides?currentPage=1&fromDate=&numberPerPage=5&query=&toDate=

Query Metrics

2 Database Queries
2 Different statements
3.07 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.57 ms
(83.76%)
1
SELECT a0_.email AS email_0, a0_.token AS token_1, a0_.confirmation_token AS confirmation_token_2, a0_.context_type AS context_type_3, a0_.password AS password_4, a0_.is_active AS is_active_5, a0_.is_blocked AS is_blocked_6, a0_.roles AS roles_7, a0_.id AS id_8, a0_.date_add AS date_add_9, a0_.date_upd AS date_upd_10, a0_.deleted AS deleted_11, a0_.locked AS locked_12, a0_.is_draft AS is_draft_13, a0_.can_be_deleted AS can_be_deleted_14, a0_.owner_organization_id AS owner_organization_id_15, a0_.author_id AS author_id_16 FROM app_core_user_access a0_ WHERE a0_.email = ? AND a0_.is_active = 1
Parameters:
[
  "admin@technique.loc"
]
0.50 ms
(16.24%)
1
SELECT t0.lastname AS lastname_1, t0.firstname AS firstname_2, t0.birth_place AS birth_place_3, t0.birth_date AS birth_date_4, t0.gender AS gender_5, t0.id AS id_6, t0.date_add AS date_add_7, t0.date_upd AS date_upd_8, t0.deleted AS deleted_9, t0.locked AS locked_10, t0.is_draft AS is_draft_11, t0.can_be_deleted AS can_be_deleted_12, t0.owner_organization_id AS owner_organization_id_13, t0.access_id AS access_id_14, t15.email AS email_16, t15.token AS token_17, t15.confirmation_token AS confirmation_token_18, t15.context_type AS context_type_19, t15.password AS password_20, t15.is_active AS is_active_21, t15.is_blocked AS is_blocked_22, t15.roles AS roles_23, t15.id AS id_24, t15.date_add AS date_add_25, t15.date_upd AS date_upd_26, t15.deleted AS deleted_27, t15.locked AS locked_28, t15.is_draft AS is_draft_29, t15.can_be_deleted AS can_be_deleted_30, t15.owner_organization_id AS owner_organization_id_31, t15.author_id AS author_id_32, t0.author_id AS author_id_33, t34.lastname AS lastname_35, t34.firstname AS firstname_36, t34.birth_place AS birth_place_37, t34.birth_date AS birth_date_38, t34.gender AS gender_39, t34.id AS id_40, t34.date_add AS date_add_41, t34.date_upd AS date_upd_42, t34.deleted AS deleted_43, t34.locked AS locked_44, t34.is_draft AS is_draft_45, t34.can_be_deleted AS can_be_deleted_46, t34.owner_organization_id AS owner_organization_id_47, t34.access_id AS access_id_48, t34.author_id AS author_id_49 FROM app_core_user_actor t0 INNER JOIN app_core_user_access t15 ON t0.access_id = t15.id LEFT JOIN app_core_user_actor t34 ON t0.author_id = t34.id WHERE t0.access_id = ?
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\Core\Entity\AbstractEntity No errors.
App\Core\Entity\User\Access No errors.
App\Core\Entity\User\Actor No errors.