Query Metrics
7
Database Queries
7
Different statements
6.47 ms
Query time
0
Invalid entities
2377
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.base_url AS base_url_3, t0.instance_id AS instance_id_4, t0.instance_secret AS instance_secret_5, t0.active AS active_6, t0.contao_version AS contao_version_7, t0.wordpress_version AS wordpress_version_8, t0.wordpress_update_notified_version AS wordpress_update_notified_version_9, t0.contao_update_notified_version AS contao_update_notified_version_10, t0.contao_update_asana_subtask_gid AS contao_update_asana_subtask_gid_11, t0.contao_update_asana_target_version AS contao_update_asana_target_version_12, t0.php_version AS php_version_13, t0.security_advisory_checked_at AS security_advisory_checked_at_14, t0.created_at AS created_at_15, t0.is_local AS is_local_16, t0.environment AS environment_17, t0.favicon_path AS favicon_path_18, t0.favicon_content_type AS favicon_content_type_19, t0.sso_ready AS sso_ready_20, t0.gate_enabled AS gate_enabled_21, t0.gate_password_hash AS gate_password_hash_22, t0.gate_synced_at AS gate_synced_at_23, t0.health_checked_at AS health_checked_at_24, t0.health_response_time_ms AS health_response_time_ms_25, t0.health_status_code AS health_status_code_26, t0.health_error AS health_error_27, t0.notes AS notes_28, t0.type AS type_29, t30.id AS id_31, t30.manager_url AS manager_url_32, t30.api_token AS api_token_33, t30.scopes AS scopes_34, t30.connected_at AS connected_at_35, t30.instance_id AS instance_id_36, t0.owner_id AS owner_id_37, t0.workspace_id AS workspace_id_38, t0.project_id AS project_id_39, t0.hoster_id AS hoster_id_40 FROM instance t0 LEFT JOIN contao_manager_connection t30 ON t30.instance_id = t0.id WHERE t0.id = ?
Parameters:
[
49
]
|
||||||||||||||||||||||||||||||||
| 2 | 0.28 ms |
SELECT i0_.id AS id_0, i0_.checked_at AS checked_at_1, i0_.ok AS ok_2, i0_.status_code AS status_code_3, i0_.response_time_ms AS response_time_ms_4, i0_.error AS error_5, i0_.sso_ready AS sso_ready_6, i0_.contao_version AS contao_version_7, i0_.php_version AS php_version_8, i0_.instance_id AS instance_id_9 FROM instance_health_check i0_ WHERE i0_.instance_id = ? ORDER BY i0_.checked_at DESC LIMIT 1
Parameters:
[
49
]
|
||||||||||||||||||||||||||||||||
| 3 | 3.95 ms |
SELECT t0.id AS id_1, t0.checked_at AS checked_at_2, t0.ok AS ok_3, t0.status_code AS status_code_4, t0.response_time_ms AS response_time_ms_5, t0.error AS error_6, t0.sso_ready AS sso_ready_7, t0.contao_version AS contao_version_8, t0.php_version AS php_version_9, t0.instance_id AS instance_id_10 FROM instance_health_check t0 WHERE t0.instance_id = ?
Parameters:
[
49
]
|
||||||||||||||||||||||||||||||||
| 4 | 0.12 ms |
"START TRANSACTION"
Parameters:
[]
|
||||||||||||||||||||||||||||||||
| 5 | 0.20 ms |
INSERT INTO instance_health_check (checked_at, ok, status_code, response_time_ms, error, sso_ready, contao_version, php_version, instance_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2026-07-16 01:38:59" 1 200 226 null 1 "5.3.48" "8.3" 49 ]
|
||||||||||||||||||||||||||||||||
| 6 | 0.22 ms |
UPDATE instance SET health_checked_at = ?, health_response_time_ms = ? WHERE id = ?
Parameters:
[ "2026-07-16 01:38:59" 226 49 ]
|
||||||||||||||||||||||||||||||||
| 7 | 1.27 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\InstanceHealthCheck | 2373 |
| App\Entity\Instance | 1 |
| App\Entity\Workspace | 1 |
| App\Entity\Hoster | 1 |
| App\Entity\ContaoManagerConnection | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Instance | No errors. |
| App\Entity\ContaoManagerConnection | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Workspace | No errors. |
| App\Entity\Project | No errors. |
| App\Entity\Hoster | No errors. |
| App\Entity\ContaoInstanceAlias | No errors. |
| App\Entity\ContaoManagerTaskRun | No errors. |
| App\Entity\InstanceSecurityAdvisory | No errors. |
| App\Entity\InstanceHealthCheck | No errors. |