Query Metrics
4
Database Queries
4
Different statements
57.62 ms
Query time
1
Invalid entities
64
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.41 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.status AS status_6, t0.mobile_number AS mobile_number_7, t0.manage_quote AS manage_quote_8, t0.manage_file_deletion AS manage_file_deletion_9, t0.manage_export AS manage_export_10, t0.manage_export_limited AS manage_export_limited_11, t0.sales_department AS sales_department_12, t0.last_activity_timestamp AS last_activity_timestamp_13, t0.password_reset_token AS password_reset_token_14, t0.hex_colour AS hex_colour_15 FROM user t0 WHERE t0.id = ?
Parameters:
[
80
]
|
| 2 | 0.78 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.name AS name_4, u0_.status AS status_5, u0_.mobile_number AS mobile_number_6, u0_.manage_quote AS manage_quote_7, u0_.manage_file_deletion AS manage_file_deletion_8, u0_.manage_export AS manage_export_9, u0_.manage_export_limited AS manage_export_limited_10, u0_.sales_department AS sales_department_11, u0_.last_activity_timestamp AS last_activity_timestamp_12, u0_.password_reset_token AS password_reset_token_13, u0_.hex_colour AS hex_colour_14 FROM user u0_ WHERE u0_.roles NOT LIKE ? AND u0_.status = ? ORDER BY u0_.name ASC
Parameters:
[ "%ROLE_HIDDEN%" 1 ] |
| 3 | 27.68 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM project_note p0_ INNER JOIN project p1_ ON p0_.project_id = p1_.id INNER JOIN customer c2_ ON p1_.customer_id = c2_.id LEFT JOIN user u3_ ON p0_.assigned_user_id = u3_.id WHERE p0_.category IN (?, ?)
Parameters:
[ "anniversary_1_year" "anniversary_2_year" ] |
| 4 | 28.75 ms |
SELECT DISTINCT p0_.id AS id_0, p0_.created_at_timestamp AS created_at_timestamp_1 FROM project_note p0_ INNER JOIN project p1_ ON p0_.project_id = p1_.id INNER JOIN customer c2_ ON p1_.customer_id = c2_.id LEFT JOIN user u3_ ON p0_.assigned_user_id = u3_.id WHERE p0_.category IN (?, ?) ORDER BY p0_.created_at_timestamp DESC LIMIT 5
Parameters:
[ "anniversary_1_year" "anniversary_2_year" ] |
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\User | 64 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\ProjectNote | No errors. |
| App\Entity\Project | No errors. |
| App\Entity\Customer |
|