GET https://dev.fmpga.mx/galeria/1

Query Metrics

6 Database Queries
6 Different statements
14.23 ms Query time
0 Invalid entities
8 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.43 ms
(38.19%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.first_name AS first_name_6, t0.second_name AS second_name_7, t0.last_name AS last_name_8, t0.second_last_name AS second_last_name_9, t0.profile_image AS profile_image_10 FROM user t0 INNER JOIN gallery_user ON t0.id = gallery_user.user_id WHERE gallery_user.gallery_id = ?
Parameters:
[
  1
]
4.27 ms
(30.01%)
1
SELECT t0.id AS id_1, t0.author AS author_2, t0.description AS description_3, t0.title AS title_4, t0.place AS place_5, t0.date AS date_6 FROM gallery t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
2.81 ms
(19.75%)
1
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 gallery_image ON t0.id = gallery_image.image_id WHERE gallery_image.gallery_id = ?
Parameters:
[
  1
]
0.68 ms
(4.77%)
1
"COMMIT"
Parameters:
[]
0.61 ms
(4.31%)
1
INSERT INTO visitor (time, ip, page, latitude, longitude, country_code, country, region, region_name, modifiers) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "2026-09-21 03:00:39"
  "216.73.216.169"
  "app_gallery_show"
  39.96118
  -82.99879
  "US"
  "Estados Unidos"
  "OH"
  "Ohio"
  "1"
]
0.42 ms
(2.96%)
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\Image 5
App\Entity\Gallery 1
App\Entity\Visitor 1
App\Entity\User 1

Entities Mapping

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