Query Metrics

4 Database Queries
4 Different statements
3.64 ms Query time
0 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 0.20 ms
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:
[]
2 2.90 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.svg_icon AS svg_icon_4, t0.used_to_diagnose AS used_to_diagnose_5, t0.short_description AS short_description_6, t0.full_text AS full_text_7, t0.image_name AS image_name_8, t0.updated_at AS updated_at_9, t0.active AS active_10, t0.sort_order AS sort_order_11 FROM specialty t0 WHERE t0.slug = ? AND t0.active = ? LIMIT 1
Parameters:
[
  "prevencao-cardiovascular"
  1
]
3 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.svg_icon AS svg_icon_4, t0.used_to_diagnose AS used_to_diagnose_5, t0.short_description AS short_description_6, t0.full_text AS full_text_7, t0.image_name AS image_name_8, t0.updated_at AS updated_at_9, t0.active AS active_10, t0.sort_order AS sort_order_11 FROM specialty t0 WHERE t0.active = ? ORDER BY t0.sort_order ASC
Parameters:
[
  1
]
4 0.28 ms
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:
[]

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\Specialty 7
App\Entity\Service 4
App\Entity\GeneralData 1

Entities Mapping

Class Mapping errors
App\Entity\GeneralData No errors.
App\Entity\Specialty No errors.
App\Entity\Service No errors.