Query Metrics

28 Database Queries
12 Different statements
20.17 ms Query time
0 Invalid entities
62 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.28 ms
(26.17%)
11
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3 FROM event t0 WHERE t0.id = ?
Parameters:
[
  3
]
3.27 ms
(16.22%)
3
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 news_image ON t0.id = news_image.image_id WHERE news_image.news_id = ?
Parameters:
[
  14
]
2.82 ms
(14.00%)
3
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:
[
  16
]
2.20 ms
(10.92%)
3
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:
[
  16
]
1.45 ms
(7.19%)
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:
[]
1.02 ms
(5.06%)
1
INSERT INTO visitor (time, ip, page, latitude, longitude, country_code, country, region, region_name, modifiers) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "2026-09-21 01:21:02"
  "216.73.216.169"
  "app_home"
  39.96118
  -82.99879
  "US"
  "Estados Unidos"
  "OH"
  "Ohio"
  ""
]
0.94 ms
(4.68%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.bullet AS bullet_3, t0.published AS published_4, t0.place AS place_5, t0.author AS author_6, t0.visits AS visits_7, t0.visible AS visible_8, t0.body AS body_9 FROM news t0 ORDER BY t0.id DESC LIMIT 3
Parameters:
[]
0.82 ms
(4.08%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3 FROM event t0 ORDER BY t0.id DESC LIMIT 3
Parameters:
[]
0.75 ms
(3.74%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.mission AS mission_4, t0.vission AS vission_5, t0.address AS address_6, t0.valors AS valors_7, t0.about_us AS about_us_8, t0.privacy_policy AS privacy_policy_9, t0.legal_advice AS legal_advice_10 FROM brand t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.66 ms
(3.27%)
1
"COMMIT"
Parameters:
[]
0.60 ms
(2.99%)
1
SELECT t0.id AS id_1, t0.url AS url_2, t0.logo AS logo_3, t0.name AS name_4, t0.size AS size_5 FROM partner t0
Parameters:
[]
0.34 ms
(1.68%)
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\Partner 25
App\Entity\Event 14
App\Entity\Calendar 14
App\Entity\Image 4
App\Entity\News 3
App\Entity\Visitor 1
App\Entity\Brand 1

Entities Mapping

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