GET https://mytepp.com/

Query Metrics

3 Database Queries
3 Different statements
3.59 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.90 ms
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.left_id AS left_id_3, c0_.right_id AS right_id_4, c0_.level AS level_5, c0_.business_key AS business_key_6, c0_.is_enabled AS is_enabled_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.parent_id AS parent_id_10 FROM category c0_ WHERE c0_.is_enabled = ? ORDER BY c0_.left_id ASC
Parameters:
[
  1
]
2 0.83 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.left_id AS left_id_4, t0.right_id AS right_id_5, t0.level AS level_6, t0.business_key AS business_key_7, t0.is_enabled AS is_enabled_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.parent_id AS parent_id_11 FROM category t0 WHERE t0.parent_id = ? ORDER BY t0.left_id ASC
Parameters:
[
  1
]
3 0.86 ms
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.left_id AS left_id_3, c0_.right_id AS right_id_4, c0_.level AS level_5, c0_.business_key AS business_key_6, c0_.is_enabled AS is_enabled_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.parent_id AS parent_id_10 FROM category c0_ WHERE c0_.parent_id IS NULL AND c0_.is_enabled = ? ORDER BY c0_.left_id ASC
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.

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\Product No errors.
App\Entity\CategoryTranslation No errors.