Query Metrics
3
Database Queries
3
Different statements
2.46 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.46 ms (59.22%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, date_2 FROM (SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.date AS date_2, i0_.propname AS propname_3, i0_.brand AS brand_4, i0_.user_id AS user_id_5, i0_.version AS version_6, i0_.total_score AS total_score_7, i0_.stars AS stars_8, i0_.is_deleted AS is_deleted_9, i0_.data AS data_10, i0_.completeness AS completeness_11 FROM inspection i0_ WHERE i0_.brand = ? AND i0_.user_id = ? AND i0_.is_deleted <> 1) dctrn_result_inner ORDER BY date_2 DESC) dctrn_result LIMIT 25
Parameters:
[ "NFC" 1 ] |
0.61 ms (24.78%) |
1 |
SELECT i0_.id AS id_0, i0_.uuid AS uuid_1, i0_.date AS date_2, i0_.propname AS propname_3, i0_.brand AS brand_4, i0_.user_id AS user_id_5, i0_.version AS version_6, i0_.total_score AS total_score_7, i0_.stars AS stars_8, i0_.is_deleted AS is_deleted_9, i0_.data AS data_10, i0_.completeness AS completeness_11 FROM inspection i0_ WHERE i0_.brand = ? AND i0_.user_id = ? AND i0_.is_deleted <> 1 AND i0_.id IN (?) ORDER BY i0_.date DESC
Parameters:
[ "NFC" 1 [ 778 ] ] |
0.39 ms (16.00%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.token AS token_5 FROM user t0 WHERE t0.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\Entity\User | No errors. |
App\Entity\Inspection | No errors. |