GET https://t2l.iprodanov.com/contact

Query Metrics

4 Database Queries
3 Different statements
1.01 ms Query time
1 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.40 ms
(39.62%)
2
SELECT t0.id AS id_1, t0.leaves AS leaves_2, t0.status AS status_3, t0.line AS line_4, t0.arrived AS arrived_5, t0.createdAt AS createdAt_6, t0.updatedAt AS updatedAt_7 FROM truck t0 WHERE t0.arrived IS NULL
Parameters:
[]
0.39 ms
(38.45%)
1
SELECT t0.id AS id_1, t0.country AS country_2, t0.city AS city_3, t0.address AS address_4, t0.phone AS phone_5, t0.email AS email_6, t0.additional_info AS additional_info_7 FROM `warehouse` t0
Parameters:
[]
0.22 ms
(21.93%)
1
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.value AS value_4, t0.autoload AS autoload_5 FROM option t0 WHERE t0.autoload = ? AND t0.locale = ?
Parameters:
[
  1
  "all"
]

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\Warehouse 5
App\Entity\Truck 2

Entities Mapping

Class Mapping errors
App\Entity\Warehouse No errors.
App\Entity\Package
  • The mappings App\Entity\Package#sender and App\Entity\User#packages are inconsistent with each other.
App\Entity\Truck No errors.
App\Entity\TruckCargo No errors.
App\Entity\Option No errors.