GET https://grove.trybrush.redfiredigital.uk/

Query Metrics

2 Database Queries
2 Different statements
11.01 ms Query time
2 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
9.26 ms
(84.10%)
1
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.created_date AS created_date_3, t0.updated_date AS updated_date_4, t0.deleted AS deleted_5, t0.enabled AS enabled_6, t0.name AS name_7, t0.description AS description_8, t0.url AS url_9, t0.stripe_product_id AS stripe_product_id_10, t0.stripe_test_payment_link AS stripe_test_payment_link_11, t0.stripe_prod_payment_link AS stripe_prod_payment_link_12 FROM treatment_type t0 WHERE t0.enabled = ?
Parameters:
[
  1
]
1.75 ms
(15.90%)
1
SELECT t0_.id AS id_0, t0_.hash AS hash_1, t0_.created_date AS created_date_2, t0_.updated_date AS updated_date_3, t0_.deleted AS deleted_4, t0_.enabled AS enabled_5, t0_.name AS name_6, t0_.description AS description_7, t0_.url AS url_8, t0_.stripe_product_id AS stripe_product_id_9, t0_.stripe_test_payment_link AS stripe_test_payment_link_10, t0_.stripe_prod_payment_link AS stripe_prod_payment_link_11 FROM treatment_type t0_
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\Admin\TreatmentType 5

Entities Mapping

Class Mapping errors
App\Entity\EntityBase No errors.
App\Entity\Admin\TreatmentType No errors.
App\Entity\Admin\DentalSystem
  • The mappings App\Entity\Admin\DentalSystem#dentalSystemRoles and App\Entity\Admin\DentalSystemRole#dentalSystem are inconsistent with each other.
  • The field App\Entity\Admin\DentalSystem#users is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User#dentalSystem does not contain the required 'inversedBy="users"' attribute.
App\Entity\Admin\DentalSystemPractitioner
  • The mappings App\Entity\Admin\DentalSystemPractitioner#dentalSystemRole and App\Entity\Admin\DentalSystemRole#practitioners are inconsistent with each other.
  • The association App\Entity\Admin\DentalSystemPractitioner#dentalSystem refers to the inverse side field App\Entity\Admin\DentalSystem#practitioners which does not exist.
App\Entity\Admin\DentalSystemPracticeSiteCost No errors.