https://forms.toadhallcottages.co.uk/v2/api/list?all_users=true&brand=NFC

Query Metrics

3 Database Queries
3 Different statements
4.48 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.47 ms
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
]
2 2.42 ms
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_.is_deleted <> 1) dctrn_result_inner ORDER BY date_2 DESC) dctrn_result LIMIT 25
Parameters:
[
  "NFC"
]
3 1.59 ms
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_.is_deleted <> 1 AND i0_.id IN (?) ORDER BY i0_.date DESC
Parameters:
[
  "NFC"
  [
    840
    839
    492
    381
    836
    837
    833
    830
    94
    826
    823
    824
    493
    562
    822
    817
    814
    812
    815
    540
    561
    302
    291
    808
    809
  ]
]

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.