GET https://aimee.sysbar.com.br/listas

Query Metrics

3 Database Queries
3 Different statements
9.08 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.19 ms
SELECT t0.bar_id AS bar_id_1, t0.bar_name AS bar_name_2, t0.color AS color_3, t0.bar_fullname AS bar_fullname_4 FROM bar t0 WHERE t0.bar_id = ?
Parameters:
[
  "2"
]
2 0.45 ms
SELECT b0_.bar_id AS bar_id_0, b0_.bar_name AS bar_name_1, b0_.color AS color_2, b0_.bar_fullname AS bar_fullname_3 FROM bar b0_ WHERE b0_.bar_name = ?
Parameters:
[
  "aimee"
]
3 6.45 ms
SELECT e0_.evento_id AS evento_id_0, e0_.evento_name AS evento_name_1, e0_.evento_banner AS evento_banner_2, e0_.evento_date AS evento_date_3, e0_.evento_time AS evento_time_4, e0_.active AS active_5, e0_.evento_description AS evento_description_6, e0_.bar_id AS bar_id_7 FROM evento e0_ WHERE e0_.evento_date >= ? AND e0_.active = 1 AND e0_.bar_id = ? ORDER BY e0_.evento_date ASC
Parameters:
[
  "2025-05-04"
  2
]

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\Bar No errors.
App\Entity\Evento No errors.