GET https://dev.bray-numerique.fr/admin/mailbox

Query Metrics

6 Database Queries
6 Different statements
26.14 ms Query time
0 Invalid entities
55 Managed entities

Queries

Group similar statements

# Time Info
1 3.41 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.display_name AS display_name_4, t0.roles AS roles_5 FROM admin_user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 5.51 ms
SELECT m0_.id AS id_0, m0_.message_id AS message_id_1, m0_.thread_id AS thread_id_2, m0_.from_email AS from_email_3, m0_.from_name AS from_name_4, m0_.subject AS subject_5, m0_.snippet AS snippet_6, m0_.date AS date_7, m0_.unread AS unread_8, m0_.source_url AS source_url_9, m0_.provider_native_id AS provider_native_id_10, m0_.provider AS provider_11, m0_.category AS category_12, m0_.action_advice AS action_advice_13, m0_.confidence AS confidence_14, m0_.suggested_actions AS suggested_actions_15, m0_.classified_at AS classified_at_16, m0_.archived_at AS archived_at_17, m0_.trashed_at AS trashed_at_18, m0_.moved_to_folder AS moved_to_folder_19, m0_.created_at AS created_at_20, m0_.updated_at AS updated_at_21 FROM mail_index m0_ WHERE m0_.archived_at IS NULL AND m0_.trashed_at IS NULL ORDER BY m0_.date DESC LIMIT 50
Parameters:
[]
3 5.92 ms
SELECT COUNT(m0_.id) AS sclr_0 FROM mail_index m0_ WHERE m0_.archived_at IS NULL AND m0_.trashed_at IS NULL
Parameters:
[]
4 3.32 ms
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.sort_order AS sort_order_2 FROM mailbox_folder m0_ ORDER BY m0_.sort_order ASC, m0_.name ASC
Parameters:
[]
5 5.09 ms
SELECT m0_.category AS category_0, COUNT(m0_.id) AS sclr_1 FROM mail_index m0_ WHERE m0_.archived_at IS NULL AND m0_.trashed_at IS NULL GROUP BY m0_.category
Parameters:
[]
6 2.89 ms
SELECT COUNT(m0_.id) AS sclr_0 FROM mail_index m0_
Parameters:
[]

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\Module\Mailbox\Entity\MailIndex 50
App\Module\Mailbox\Entity\MailFolder 4
App\Core\Admin\Entity\User 1

Entities Mapping