GET https://emergesphinx.org/drugs

Query Metrics

1 Database Queries
1 Different statements
0.63 ms Query time
1 Invalid entities
2770 Managed entities

Grouped Statements

Show all queries

sphinx connection

Time Count Info
0.63 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.pharm_id AS pharm_id_2, t0.name AS name_3, t0.slug AS slug_4 FROM drug t0 ORDER BY t0.slug ASC
Parameters:
[]

Database Connections

Name Service
sphinx doctrine.dbal.sphinx_connection
aux doctrine.dbal.aux_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\Drug 2770

Entities Mapping

Class Mapping errors
App\Entity\Drug No errors.
App\Entity\Gene
  • The field App\Entity\Gene#drugs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Drug#genes does not contain the required 'inversedBy: "drugs"' attribute.