Query Metrics
4
Database Queries
4
Different statements
149.11 ms
Query time
0
Invalid entities
Grouped Statements
custom connection
Time▼ | Count | Info |
---|---|---|
2.07 ms (1.39%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
1.60 ms (1.07%) |
1 |
SELECT t0.id AS id_1, t0.token AS token_2, t0.user_id AS user_id_3 FROM api_token t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"917ee1c4e21a9a1455e6ebb4bee14cb67cb41dbb7e0518c57f1b2bbc99ad8f4a"
]
|
default connection
Time▼ | Count | Info |
---|---|---|
103.35 ms (69.31%) |
1 |
SELECT u0_.id AS id_0, u0_.file_name AS file_name_1, u0_.file_title AS file_title_2, u0_.file_size AS file_size_3, u0_.file_type AS file_type_4, u0_.page_id AS page_id_5, u0_.upload_date AS upload_date_6, u0_.file_date AS file_date_7, u0_.update_datetime AS update_datetime_8, u0_.download_url AS download_url_9, u0_.consolidated AS consolidated_10, u0_.consolidated_date AS consolidated_date_11, u0_.invoice_number AS invoice_number_12, u0_.archive AS archive_13, u0_.deleted AS deleted_14, u0_.member_id AS member_id_15 FROM upload_data u0_ WHERE u0_.update_datetime > ? ORDER BY u0_.id ASC LIMIT 500
Parameters:
[
"2025-09-15 05:30:08"
]
|
42.10 ms (28.23%) |
1 |
SELECT count(DISTINCT u0_.id) AS sclr_0 FROM upload_data u0_ WHERE u0_.update_datetime > ?
Parameters:
[
"2025-09-15 05:30:08"
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
custom | doctrine.dbal.custom_connection |
Entity Managers
Name | Service |
---|---|
auto_generate_proxy_classes | doctrine.orm.auto_generate_proxy_classes_entity_manager |
auto_mapping | doctrine.orm.auto_mapping_entity_manager |
default | doctrine.orm.default_entity_manager |
custom | doctrine.orm.custom_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
auto_generate_proxy_classes entity manager
No loaded entities.
auto_mapping entity manager
No loaded entities.
default entity manager
Class | Mapping errors |
---|---|
App\Entity\Main\UploadData | No errors. |
App\Entity\Main\Members | No errors. |
custom entity manager
Class | Mapping errors |
---|---|
App\Entity\Custom\ApiToken | No errors. |
App\Entity\Custom\User | No errors. |