Query Metrics
4
Database Queries
4
Different statements
4.07 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.81 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.abbreviation AS abbreviation_3, t0.state AS state_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.rule_book_id AS rule_book_id_9 FROM division t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 2 | 0.34 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.54 ms |
UPDATE division SET state = ?, updated_at = ? WHERE id = ?
Parameters:
[ 0 "2026-05-01 18:20:51" 1 ] |
| 4 | 2.38 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\Division | 1 |
| App\Entity\RuleBook | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Division | No errors. |
| App\Entity\RuleBook | No errors. |
| App\Entity\Tournament | No errors. |
| App\Entity\SessionRegistration | No errors. |
| App\Entity\Team | No errors. |
| App\Entity\Bafa | No errors. |
| App\Entity\Record | No errors. |