GET https://test.venanzieffe.it/servizi/ritiro-rifiuti

Query Metrics

8 Database Queries
6 Different statements
1.39 ms Query time
1 Invalid entities
40 Managed entities

Queries

Group similar statements

# Time Info
1 0.27 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.is_active AS is_active_3, t0.date AS date_4, t0.title AS title_5, t0.abstract AS abstract_6, t0.content AS content_7, t0.priority AS priority_8, t0.news_category_id AS news_category_id_9 FROM ven_news t0 WHERE t0.is_active = ?
Parameters:
[
  1
]
2 0.21 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.image_path AS image_path_4, t0.details AS details_5, t0.type_id AS type_id_6, t0.loose_type_id AS loose_type_id_7 FROM ven_customer_withdraw_container t0
Parameters:
[]
3 0.15 ms
SELECT t0.id AS id_1, t0.value AS value_2 FROM ven_customer_withdraw_container_manage_type t0
Parameters:
[]
4 0.14 ms
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.value AS value_3 FROM ven_customer_withdraw_request_example t0 WHERE t0.is_active = ?
Parameters:
[
  1
]
5 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM ven_customer_withdraw_container_type t0 WHERE t0.id = ?
Parameters:
[
  2
]
6 0.15 ms
SELECT t0.id AS id_1, t0.value AS value_2 FROM ven_customer_withdraw_container_loose_type t0 WHERE t0.id = ?
Parameters:
[
  2
]
7 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM ven_customer_withdraw_container_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
8 0.07 ms
SELECT t0.id AS id_1, t0.value AS value_2 FROM ven_customer_withdraw_container_loose_type t0 WHERE t0.id = ?
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
App\Entity\News 20
App\Entity\CustomerWithdrawContainer 7
App\Entity\CustomerWithdrawContainerManageType 4
App\Entity\NewsCategory 3
App\Entity\CustomerWithdrawContainerType 2
App\Entity\CustomerWithdrawContainerLooseType 2
App\Entity\CustomerWithdrawRequestExample 2

Entities Mapping

Class Mapping errors
App\Entity\News No errors.
App\Entity\NewsCategory No errors.
App\Entity\NewsMaterial No errors.
App\Entity\CustomerWithdrawContainer No errors.
App\Entity\CustomerWithdrawContainerType No errors.
App\Entity\CustomerWithdrawContainerLooseType No errors.
App\Entity\CustomerWithdrawWaste No errors.
App\Entity\CustomerWithdrawContainerManageType
  • The field App\Entity\CustomerWithdrawContainerManageType#wastes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\CustomerWithdrawWaste#containerManageType does not contain the required 'inversedBy: "wastes"' attribute.
App\Entity\CustomerWithdrawRequestExample No errors.