Query Metrics

6 Database Queries
5 Different statements
5.10 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.83 ms
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.value AS value_3, t0.type AS type_4, t0.required AS required_5 FROM fbeen_settings t0
Parameters:
[]
2 0.55 ms
SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.slug AS slug_2, r0_.path AS path_3, r0_.position AS position_4, r0_.date_created AS date_created_5, r0_.visibility AS visibility_6, r0_.parent_id AS parent_id_7, r0_.route_name AS route_name_8, r0_.template AS template_9, r0_.layout_type AS layout_type_10, r0_.controller AS controller_11, r0_.content_type AS content_type_12, r0_.controller AS controller_13, r0_.content_type AS content_type_14, r0_.url AS url_15, r0_.permanent AS permanent_16, r0_.route_type AS route_type_17 FROM route r0_ WHERE r0_.route_type IN ('list', 'post', 'page', 'taxon', 'url') ORDER BY r0_.position ASC
Parameters:
[]
3 0.75 ms
SELECT t1.id AS id_2, t1.username AS username_3, t1.firstname AS firstname_4, t1.lastname AS lastname_5, t1.gender AS gender_6, t1.dob AS dob_7, t1.contact_number AS contact_number_8, t1.email AS email_9, t1.address AS address_10, t1.city AS city_11, t1.country AS country_12, t1.postal_code AS postal_code_13, t1.roles AS roles_14, t1.password AS password_15, t1.salt AS salt_16, t1.account_status AS account_status_17, t1.is_activated AS is_activated_18, t1.is_verified AS is_verified_19, t1.created_at AS created_at_20, t1.updated_at AS updated_at_21, t1.bio AS bio_22, t1.thumbnail AS thumbnail_23, t0.clinic_name AS clinic_name_24, t0.clinic_address AS clinic_address_25, t0.services AS services_26, t0.ip_address AS ip_address_27, t0.pricing AS pricing_28, t0.longitude AS longitude_29, t0.latitude AS latitude_30, t0.whatsapp_number AS whatsapp_number_31, t0.pricing_plan_id AS pricing_plan_id_32, t1.user_type FROM doctor t0 INNER JOIN users t1 ON t0.id = t1.id WHERE t1.username = ? LIMIT 1
Parameters:
[
  "5ST6OU47"
]
4 1.32 ms
SELECT t0_.id AS id_0, t0_.updated_at AS updated_at_1, t0_.created_at AS created_at_2, t0_.day AS day_3, t0_.start_time AS start_time_4, t0_.end_time AS end_time_5, t0_.created_by_id AS created_by_id_6 FROM time_slot t0_ LEFT JOIN users u1_ ON t0_.created_by_id = u1_.id LEFT JOIN doctor d2_ ON u1_.id = d2_.id LEFT JOIN patient p3_ ON u1_.id = p3_.id LEFT JOIN user_admin u4_ ON u1_.id = u4_.id WHERE u1_.id = ? ORDER BY t0_.start_time ASC
Parameters:
[
  "40"
]
5 1.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.code AS code_4, t0.created_at AS created_at_5 FROM specialty t0 INNER JOIN doctor_specialty ON t0.id = doctor_specialty.specialty_id WHERE doctor_specialty.doctor_id = ?
Parameters:
[
  40
]
6 0.43 ms
SELECT t1.id AS id_2, t1.username AS username_3, t1.firstname AS firstname_4, t1.lastname AS lastname_5, t1.gender AS gender_6, t1.dob AS dob_7, t1.contact_number AS contact_number_8, t1.email AS email_9, t1.address AS address_10, t1.city AS city_11, t1.country AS country_12, t1.postal_code AS postal_code_13, t1.roles AS roles_14, t1.password AS password_15, t1.salt AS salt_16, t1.account_status AS account_status_17, t1.is_activated AS is_activated_18, t1.is_verified AS is_verified_19, t1.created_at AS created_at_20, t1.updated_at AS updated_at_21, t1.bio AS bio_22, t1.thumbnail AS thumbnail_23, t0.clinic_name AS clinic_name_24, t0.clinic_address AS clinic_address_25, t0.services AS services_26, t0.ip_address AS ip_address_27, t0.pricing AS pricing_28, t0.longitude AS longitude_29, t0.latitude AS latitude_30, t0.whatsapp_number AS whatsapp_number_31, t0.pricing_plan_id AS pricing_plan_id_32, t1.user_type FROM doctor t0 INNER JOIN users t1 ON t0.id = t1.id WHERE t1.username = ? LIMIT 1
Parameters:
[
  "5ST6OU47"
]

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.

Entities Mapping

Class Mapping errors
Boab\CmsBundle\Entity\Route No errors.
Boab\CmsBundle\Entity\Content No errors.
Boab\CmsBundle\Entity\Event No errors.
Boab\CmsBundle\Entity\Block No errors.
Fbeen\SettingsBundle\Entity\Setting No errors.
Boab\CmsBundle\Entity\ListRoute No errors.
Boab\CmsBundle\Entity\PostRoute No errors.
Boab\CmsBundle\Entity\PageRoute No errors.
Boab\CmsBundle\Entity\TermRoute No errors.
Boab\CmsBundle\Entity\UrlRoute No errors.
Boab\CmsBundle\Entity\User No errors.
App\Entity\Doctor No errors.
App\Entity\PricingPlan No errors.
App\Entity\Appointment No errors.
App\Entity\TimeSlot
  • The association App\Entity\TimeSlot#createdBy refers to the inverse side field Boab\CmsBundle\Entity\User#timeSlots which does not exist.
App\Entity\Specialty No errors.
App\Entity\Review No errors.
App\Entity\Patient No errors.
Boab\CmsBundle\Entity\Admin No errors.