Query Metrics
4
Database Queries
4
Different statements
6.75 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.00 ms |
SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.client_ip AS client_ip_2 FROM banned_ip b0_ WHERE b0_.client_ip = ? AND b0_.created_at > ? ORDER BY b0_.id ASC
Parameters:
[ "172.19.0.1" "2026-05-03 18:03:00" ] |
| 2 | 1.43 ms |
SELECT a0_.id AS id_0, a0_.source_type AS source_type_1, a0_.source_id AS source_id_2, a0_.title AS title_3, a0_.scheduled_at AS scheduled_at_4, a0_.remind_at AS remind_at_5, a0_.timezone AS timezone_6, a0_.channel AS channel_7, a0_.status AS status_8, a0_.action_url AS action_url_9, a0_.created_at AS created_at_10, a0_.updated_at AS updated_at_11, a0_.sent_at AS sent_at_12, a0_.user_id AS user_id_13 FROM agenda_reminder a0_ WHERE a0_.status = ? AND a0_.remind_at <= ? ORDER BY a0_.remind_at ASC LIMIT 150
Parameters:
[ "pending" "2026-05-04 18:03:01" ] |
| 3 | 1.16 ms |
SELECT i0_.id AS id_0, i0_.title AS title_1, i0_.category AS category_2, i0_.city AS city_3, i0_.description AS description_4, i0_.start_at AS start_at_5, i0_.end_at AS end_at_6, i0_.capacity AS capacity_7, i0_.status AS status_8, i0_.created_at AS created_at_9, i0_.updated_at AS updated_at_10, i0_.organizer_id AS organizer_id_11, i0_.conversation_id AS conversation_id_12 FROM interest_activity i0_ WHERE i0_.status = ? AND i0_.end_at IS NOT NULL AND i0_.end_at <= ?
Parameters:
[ "open" "2026-05-04 18:03:01" ] |
| 4 | 1.16 ms |
SELECT h0_.id AS id_0, h0_.title AS title_1, h0_.description AS description_2, h0_.city AS city_3, h0_.end_at AS end_at_4, h0_.status AS status_5, h0_.usage_type AS usage_type_6, h0_.created_at AS created_at_7, h0_.updated_at AS updated_at_8, h0_.creator_id AS creator_id_9, h0_.responder_id AS responder_id_10, h0_.conversation_id AS conversation_id_11 FROM help_mission h0_ WHERE h0_.status IN (?, ?) AND h0_.end_at IS NOT NULL AND h0_.end_at <= ?
Parameters:
[ "open" "in_progress" "2026-05-04 18:03:01" ] |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\BannedIp | No errors. |
| App\Entity\AgendaReminder | No errors. |
| App\Entity\User | No errors. |
| App\Entity\InterestActivity | No errors. |
| App\Entity\Conversation | No errors. |
| App\Entity\HelpMission | No errors. |