Query Metrics
3
Database Queries
3
Different statements
3.11 ms
Query time
0
Invalid entities
12
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.54 ms |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.content AS content_2, c0_.category AS category_3, c0_.priority AS priority_4, c0_.is_active AS is_active_5, c0_.published_at AS published_at_6, c0_.created_at AS created_at_7, c0_.deleted_at AS deleted_at_8, c0_.created_by_id AS created_by_id_9 FROM crisis_info c0_ WHERE c0_.is_active = ? AND c0_.deleted_at IS NULL ORDER BY c0_.priority DESC, c0_.created_at DESC
Parameters:
[
1
]
|
||||||||||||||||||||||||||
| 2 | 0.91 ms |
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.description AS description_2, e0_.start_date AS start_date_3, e0_.end_date AS end_date_4, e0_.location AS location_5, e0_.status AS status_6, e0_.image AS image_7, e0_.created_at AS created_at_8, e0_.updated_at AS updated_at_9, e0_.deleted_at AS deleted_at_10, e0_.organization_id AS organization_id_11 FROM event e0_ WHERE e0_.status = ? AND e0_.start_date >= ? AND e0_.deleted_at IS NULL ORDER BY e0_.start_date ASC LIMIT 6
Parameters:
[ "published" "2026-03-02 22:17:13" ]
|
||||||||||||||||||||||||||
| 3 | 0.66 ms |
SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.description AS description_2, o0_.logo AS logo_3, o0_.contact_email AS contact_email_4, o0_.contact_phone AS contact_phone_5, o0_.website AS website_6, o0_.areas AS areas_7, o0_.is_active AS is_active_8, o0_.created_at AS created_at_9, o0_.updated_at AS updated_at_10, o0_.deleted_at AS deleted_at_11, o0_.user_id AS user_id_12 FROM organization o0_ WHERE o0_.is_active = ? AND o0_.deleted_at IS NULL LIMIT 6
Parameters:
[
1
]
|
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\Organization | 6 |
| App\Entity\User | 6 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\CrisisInfo | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\Organization | No errors. |
| App\Entity\Initiative | No errors. |