Query Metrics
2
Database Queries
2
Different statements
0.07 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.02 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.totp_secret AS totp_secret_7, t0.email_auto_send AS email_auto_send_8, t0.email_auth_code AS email_auth_code_9, t0.email_auth_code_generated_at AS email_auth_code_generated_at_10, t0.locale AS locale_11, t0.timezone AS timezone_12, t0.message_email_notifications AS message_email_notifications_13, t0.open_article_new_tab AS open_article_new_tab_14, t0.open_child_article_new_tab AS open_child_article_new_tab_15, t0.last_activity_at AS last_activity_at_16, t0.avatar_filename AS avatar_filename_17, t0.reset_token_hash AS reset_token_hash_18, t0.reset_token_expires_at AS reset_token_expires_at_19 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
9
]
|
||||||||||||||||||||||
| 2 | 0.05 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.kind AS kind_4, t0.status AS status_5, t0.position AS position_6, t0.created_by_name AS created_by_name_7, t0.created_at AS created_at_8, t0.started_at AS started_at_9, t0.finished_at AS finished_at_10, t0.result AS result_11, t0.approved_at AS approved_at_12, t0.commit_sha AS commit_sha_13, t0.created_by_id AS created_by_id_14 FROM dev_prompt t0 WHERE t0.kind = ? ORDER BY t0.created_at DESC LIMIT 15
Parameters:
[
"assistant"
]
|
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\DevPrompt | 4 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\DevPrompt | No errors. |
| App\Entity\DevPromptAttachment | No errors. |