GET http://45.45.160.216/app.php/fr/tier3?tier3=20

Query Metrics

11 Database Queries
4 Different statements
6.95 ms Query time
0 Invalid entities
47 Managed entities

Grouped Statements

Show all queries

Time Count Info
3.06 ms
(44.07%)
8
SELECT t0.id AS id_1, t0.updated_date AS updated_date_2, t0.last_updated_operation AS last_updated_operation_3, t0.last_updated_ip AS last_updated_ip_4, t0.form_code AS form_code_5, t0.en_pharm_form AS en_pharm_form_6, t0.fr_pharm_form AS fr_pharm_form_7, t0.parent_object_id AS parent_object_id_8, t0.last_updated_user_id AS last_updated_user_id_9 FROM forms t0 WHERE t0.id = ?
Parameters:
[
  2
]
2.56 ms
(36.83%)
1
SELECT t0_.id AS id_0, t0_.created_date AS created_date_1, t0_.updated_date AS updated_date_2, t0_.last_updated_ip_address AS last_updated_ip_address_3, t0_.title AS title_4, t0_.title_fr AS title_fr_5, t0_.active AS active_6, t0_.ingredient_id AS ingredient_id_7, t0_.form_id AS form_id_8, t0_.last_updated_by_user_id AS last_updated_by_user_id_9 FROM tier3 t0_ LEFT JOIN ingredients i1_ ON t0_.ingredient_id = i1_.id LEFT JOIN forms f2_ ON t0_.form_id = f2_.id WHERE t0_.active = ? ORDER BY t0_.title_fr ASC LIMIT 20
Parameters:
[
  1
]
0.76 ms
(10.91%)
1
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT t0_.id AS id_0, t0_.created_date AS created_date_1, t0_.updated_date AS updated_date_2, t0_.last_updated_ip_address AS last_updated_ip_address_3, t0_.title AS title_4, t0_.title_fr AS title_fr_5, t0_.active AS active_6 FROM tier3 t0_ LEFT JOIN ingredients i1_ ON t0_.ingredient_id = i1_.id LEFT JOIN forms f2_ ON t0_.form_id = f2_.id WHERE t0_.active = ? ORDER BY t0_.title_fr ASC) dctrn_result) dctrn_table
Parameters:
[
  1
]
0.57 ms
(8.19%)
1
SELECT count(DISTINCT t0_.ingredient_id) AS sclr_0 FROM tier3 t0_ WHERE t0_.active = ?
Parameters:
[
  1
]

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
BaseBundle\Entity\Tier3 20
BaseBundle\Entity\Ingredient 17
BaseBundle\Entity\Form 8
BaseBundle\Entity\User 2

Entities Mapping