GET https://test.swift-integration.nl/pricing

Query Metrics

5 Database Queries
3 Different statements
27.80 ms Query time
0 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 23.46 ms
SELECT m0_.id AS id_0, m0_.module_category_id AS module_category_id_1, m0_.name AS name_2, m0_.default_status AS default_status_3, m0_.price AS price_4, m0_.image AS image_5, m0_.title AS title_6, m0_.description AS description_7, m0_.module_category_id AS module_category_id_8 FROM module m0_
Parameters:
[]
2 2.43 ms
SELECT t0.id AS id_1, t0.level AS level_2, t0.title AS title_3, t0.display_order AS display_order_4 FROM module_category t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.83 ms
SELECT t0.id AS id_1, t0.level AS level_2, t0.title AS title_3, t0.display_order AS display_order_4 FROM module_category t0 WHERE t0.id = ?
Parameters:
[
  2
]
4 0.50 ms
SELECT t0.id AS id_1, t0.level AS level_2, t0.title AS title_3, t0.display_order AS display_order_4 FROM module_category t0 WHERE t0.id = ?
Parameters:
[
  3
]
5 0.57 ms
SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.title AS title_2, p0_.description AS description_3, p0_.level AS level_4 FROM package p0_
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\Module 10
App\Entity\ModuleCategory 3

Entities Mapping

Class Mapping errors
App\Entity\Module No errors.
App\Entity\ModuleCategory No errors.
App\Entity\Package No errors.