Query Metrics

5 Database Queries
5 Different statements
2.11 ms Query time
0 Invalid entities
9 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.10 ms
(52.16%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.is_active AS is_active_5, t0.published_at AS published_at_6, t0.updated_at AS updated_at_7, t0.created_at AS created_at_8 FROM page t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "Trabalhe-Conosco"
  1
]
0.32 ms
(15.05%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.content AS content_3, p0_.is_active AS is_active_4, p0_.published_at AS published_at_5, p0_.updated_at AS updated_at_6, p0_.created_at AS created_at_7 FROM page p0_ WHERE p0_.is_active = ? ORDER BY p0_.title ASC
Parameters:
[
  1
]
0.28 ms
(13.14%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.content AS content_5, t0.icon AS icon_6, t0.image_name AS image_name_7, t0.updated_at AS updated_at_8 FROM service t0 ORDER BY t0.title ASC LIMIT 5
Parameters:
[]
0.24 ms
(11.16%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.18 ms
(8.50%)
1
SELECT t0.id AS id_1, t0.address AS address_2, t0.phone AS phone_3, t0.email AS email_4, t0.facebook AS facebook_5, t0.instagram AS instagram_6, t0.whatsapp AS whatsapp_7, t0.map_embed_code AS map_embed_code_8 FROM general_data t0 LIMIT 1
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\Service 4
App\Entity\Page 3
App\Entity\GeneralData 1
App\Entity\User 1