Query Metrics
8
Database Queries
8
Different statements
3.47 ms
Query time
1
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.98 ms |
SELECT t0.id AS id_1, t0.domain AS domain_2, t0.is_primary AS is_primary_3, t0.verified_at AS verified_at_4, t0.tenant_id AS tenant_id_5 FROM tenant_domain t0 WHERE t0.domain = ? LIMIT 1
Parameters:
[
"dev.cat.greensign.de"
]
|
| 2 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.logo_url AS logo_url_4, t0.favicon_url AS favicon_url_5, t0.primary_color AS primary_color_6, t0.secondary_color AS secondary_color_7, t0.tertiary_color AS tertiary_color_8, t0.email_from_address AS email_from_address_9, t0.email_from_name AS email_from_name_10, t0.email_notificationddress AS email_notificationddress_11, t0.features AS features_12, t0.gsid_prefix AS gsid_prefix_13, t0.is_active AS is_active_14, t0.created_at AS created_at_15 FROM tenant t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 3 | 0.51 ms |
SELECT r0_.id AS id_0, r0_.token AS token_1, r0_.expires_at AS expires_at_2, r0_.created_at AS created_at_3, r0_.user_id AS user_id_4 FROM refresh_token r0_ WHERE r0_.token = ? AND r0_.expires_at > ?
Parameters:
[ "df6d4d5a9d82e0f31a0527a9127f1bd71e84a5d6f7e793cf3f65e61c6799f3e4" "2026-08-21 11:05:07" ] |
| 4 | 0.37 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.locale AS locale_7, t0.api_token AS api_token_8, t0.signature AS signature_9, t0.position_description AS position_description_10, t0.is_active AS is_active_11, t0.first_logged_in_at AS first_logged_in_at_12, t0.tenant_id AS tenant_id_13 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 5 | 0.40 ms |
"START TRANSACTION"
Parameters:
[] |
| 6 | 0.36 ms |
INSERT INTO refresh_token (token, expires_at, created_at, user_id) VALUES (?, ?, ?, ?)
Parameters:
[ "9640e524214b01046ab6fc4e6d364ed93ffff72f795799a5fae7feed904f7f03" "2026-09-20 11:05:07" "2026-08-21 11:05:07" 1 ] |
| 7 | 0.25 ms |
DELETE FROM refresh_token WHERE id = ?
Parameters:
[
542
]
|
| 8 | 0.15 ms |
"COMMIT"
Parameters:
[] |
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\Tenant\TenantDomain | 1 |
| App\Entity\Tenant\Tenant | 1 |
| App\Entity\Api\RefreshToken | 1 |
| App\Entity\User | 1 |