Query Metrics

33 Database Queries
7 Different statements
30.21 ms Query time
0 Invalid entities
35 Managed entities

Grouped Statements

Show all queries

Time Count Info
11.30 ms
(37.42%)
14
SELECT t0.id AS id_1, t0.path AS path_2, t0.author AS author_3, t0.created AS created_4, t0.title AS title_5 FROM image t0 INNER JOIN event_image ON t0.id = event_image.image_id WHERE event_image.event_id = ?
Parameters:
[
  3
]
7.17 ms
(23.73%)
14
SELECT t0.id AS id_1, t0.starts AS starts_2, t0.ends AS ends_3, t0.event_id AS event_id_4 FROM calendar t0 WHERE t0.event_id = ?
Parameters:
[
  3
]
4.96 ms
(16.42%)
1
SELECT t0.id AS id_1, t0.starts AS starts_2, t0.ends AS ends_3, t0.event_id AS event_id_4 FROM calendar t0
Parameters:
[]
3.10 ms
(10.27%)
1
INSERT INTO visitor (time, ip, page, latitude, longitude, country_code, country, region, region_name, modifiers) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "2026-09-21 02:09:57"
  "216.73.216.169"
  "app_event_index"
  39.96118
  -82.99879
  "US"
  "Estados Unidos"
  "OH"
  "Ohio"
  ""
]
2.82 ms
(9.34%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3 FROM event t0
Parameters:
[]
0.57 ms
(1.89%)
1
"COMMIT"
Parameters:
[]
0.28 ms
(0.94%)
1
"START TRANSACTION"
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\Event 14
App\Entity\Calendar 14
App\Entity\Image 6
App\Entity\Visitor 1

Entities Mapping

Class Mapping errors
App\Entity\Visitor No errors.
App\Entity\Event No errors.
App\Entity\Calendar No errors.
App\Entity\Gallery No errors.
App\Entity\Image No errors.
App\Entity\News No errors.