GET https://gerald.eventemscharts.com/login

Query Metrics

6 Database Queries
4 Different statements
3.51 ms Query time
2 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 1.43 ms
SELECT t0.id AS id_1, t0.business_name AS business_name_2, t0.address AS address_3, t0.address2 AS address2_4, t0.city AS city_5, t0.state AS state_6, t0.zip_code AS zip_code_7, t0.contact_name AS contact_name_8, t0.contact_phone AS contact_phone_9, t0.contact_email AS contact_email_10, t0.status AS status_11, t0.password AS password_12, t0.uuid AS uuid_13, t0.time_zone AS time_zone_14, t0.logo AS logo_15, t0.logo_meta_data AS logo_meta_data_16, t0.acknowledge_correct_information_paragraph AS acknowledge_correct_information_paragraph_17, t0.refusal_of_treatment_paragraph AS refusal_of_treatment_paragraph_18, t0.acknowledge_witness_paragraph AS acknowledge_witness_paragraph_19 FROM business t0 LIMIT 1
Parameters:
[]
2 0.45 ms
SELECT t0.id AS id_1, t0.business_name AS business_name_2, t0.address AS address_3, t0.address2 AS address2_4, t0.city AS city_5, t0.state AS state_6, t0.zip_code AS zip_code_7, t0.contact_name AS contact_name_8, t0.contact_phone AS contact_phone_9, t0.contact_email AS contact_email_10, t0.status AS status_11, t0.password AS password_12, t0.uuid AS uuid_13, t0.time_zone AS time_zone_14, t0.logo AS logo_15, t0.logo_meta_data AS logo_meta_data_16, t0.acknowledge_correct_information_paragraph AS acknowledge_correct_information_paragraph_17, t0.refusal_of_treatment_paragraph AS refusal_of_treatment_paragraph_18, t0.acknowledge_witness_paragraph AS acknowledge_witness_paragraph_19 FROM business t0 WHERE t0.status = ? LIMIT 1
Parameters:
[
  "Active"
]
3 0.31 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.is_verified AS is_verified_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.status AS status_9, t0.license_active_date AS license_active_date_10, t0.license_renewal_date AS license_renewal_date_11, t0.photo_url AS photo_url_12, t0.business_id AS business_id_13, t0.license_id AS license_id_14 FROM staff t0 WHERE t0.status = ? LIMIT 1
Parameters:
[
  "Active"
]
4 0.43 ms
SELECT c0_.id AS id_0, c0_.first_name AS first_name_1, c0_.last_name AS last_name_2, c0_.email AS email_3, c0_.mobile AS mobile_4, c0_.status AS status_5, c0_.license AS license_6, c0_.license_expire_date AS license_expire_date_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.chart_id AS chart_id_10, c0_.created_by_id AS created_by_id_11, c0_.updated_by_id AS updated_by_id_12, c0_.staff_id AS staff_id_13 FROM chart_staff c0_ INNER JOIN chart c1_ ON (c0_.chart_id = c1_.id) WHERE c0_.staff_id = ? AND c1_.status = ? ORDER BY c0_.chart_id ASC
Parameters:
[
  null
  "Active"
]
5 0.35 ms
SELECT c0_.id AS id_0, c0_.first_name AS first_name_1, c0_.last_name AS last_name_2, c0_.email AS email_3, c0_.mobile AS mobile_4, c0_.status AS status_5, c0_.license AS license_6, c0_.license_expire_date AS license_expire_date_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.chart_id AS chart_id_10, c0_.created_by_id AS created_by_id_11, c0_.updated_by_id AS updated_by_id_12, c0_.staff_id AS staff_id_13 FROM chart_staff c0_ INNER JOIN chart c1_ ON (c0_.chart_id = c1_.id) WHERE c0_.staff_id = ? AND c1_.status = ? ORDER BY c0_.chart_id ASC
Parameters:
[
  null
  "Declined"
]
6 0.55 ms
SELECT t0.id AS id_1, t0.business_name AS business_name_2, t0.address AS address_3, t0.address2 AS address2_4, t0.city AS city_5, t0.state AS state_6, t0.zip_code AS zip_code_7, t0.contact_name AS contact_name_8, t0.contact_phone AS contact_phone_9, t0.contact_email AS contact_email_10, t0.status AS status_11, t0.password AS password_12, t0.uuid AS uuid_13, t0.time_zone AS time_zone_14, t0.logo AS logo_15, t0.logo_meta_data AS logo_meta_data_16, t0.acknowledge_correct_information_paragraph AS acknowledge_correct_information_paragraph_17, t0.refusal_of_treatment_paragraph AS refusal_of_treatment_paragraph_18, t0.acknowledge_witness_paragraph AS acknowledge_witness_paragraph_19 FROM business 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\Business 1
App\Entity\Staff 1
App\Entity\License 1

Entities Mapping

Class Mapping errors
App\Entity\Business No errors.
App\Entity\Location No errors.
App\Entity\Staff No errors.
App\Entity\License No errors.
App\Entity\Team
  • The field App\Entity\Team#teamEventRoleRequirements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\TeamEventRoleRequirement#team does not contain the required 'inversedBy: "teamEventRoleRequirements"' attribute.
App\Entity\ChartStaff No errors.
App\Entity\LoginHistory No errors.
App\Entity\ChartApprovalHistory No errors.
App\Entity\Chart
  • The mappings App\Entity\Chart#chartPatient and App\Entity\ChartPatient#chart are inconsistent with each other.