GET http://dev69.nexgen.cz/voucher-form/check

Query Metrics

9 Database Queries
6 Different statements
22.84 ms Query time
2 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
7.69 ms
(33.68%)
1
SELECT t0.name AS name_1, t0.email AS email_2, t0.phone AS phone_3, t0.text AS text_4, t0.agree AS agree_5, t0.antispam AS antispam_6, t0.code AS code_7, t0.price AS price_8, t0.expireto AS expireto_9, t0.created AS created_10, t0.locale AS locale_11, t0.currency AS currency_12, t0.invoice_id AS invoice_id_13, t0.external_url AS external_url_14, t0.external_identifier AS external_identifier_15, t0.state AS state_16, t0.pdf AS pdf_17, t0.id AS id_18, t0.type_id AS type_id_19 FROM voucher_orders t0 WHERE t0.state IN (?, ?, ?)
Parameters:
[
  "Vytvořeno"
  "Zvolena platební metoda"
  "Autorizováno"
]
5.66 ms
(24.77%)
2
SELECT t0.name AS name_1, t0.menu AS menu_2, t0.iso_2 AS iso_2_3, t0.iso_3 AS iso_3_4, t0.default_lang AS default_lang_5, t0.active AS active_6, t0.id AS id_7, t0.country AS country_8 FROM lang t0 WHERE t0.active = ?
Parameters:
[
  1
]
3.86 ms
(16.89%)
1
SELECT t0.entity_class AS entity_class_1, t0.request_id AS request_id_2, t0.property AS property_3, t0.media_order AS media_order_4, t0.created AS created_5, t0.entity_id AS entity_id_6, t0.id AS id_7 FROM media_order_record t0 WHERE t0.request_id = ?
Parameters:
[
  "9048c7b262_6938d42260f184.87786200"
]
2.31 ms
(10.13%)
1
SELECT s0_.alias AS alias_0, s0_.value AS value_1, s0_.id AS id_2 FROM setting s0_ WHERE s0_.alias = ?
Parameters:
[
  "default_base_log"
]
2.05 ms
(8.99%)
2
SELECT t0.name AS name_1, t0.menu AS menu_2, t0.iso_2 AS iso_2_3, t0.iso_3 AS iso_3_4, t0.default_lang AS default_lang_5, t0.active AS active_6, t0.id AS id_7, t0.country AS country_8 FROM lang t0 WHERE t0.iso_2 = ? LIMIT 1
Parameters:
[
  "cs"
]
1.27 ms
(5.54%)
2
SELECT t0.name AS name_1, t0.menu AS menu_2, t0.iso_2 AS iso_2_3, t0.iso_3 AS iso_3_4, t0.default_lang AS default_lang_5, t0.active AS active_6, t0.id AS id_7, t0.country AS country_8 FROM lang t0 WHERE t0.default_lang = ? LIMIT 1
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
NexCRM\BaseBundle\Entity\Lang 3
NexCRM\BaseBundle\Entity\Country 3
NexCRM\BaseBundle\Entity\Setting 1

Entities Mapping

Class Mapping errors
NexCRM\BaseBundle\Entity\Lang No errors.
NexCRM\BaseBundle\Entity\Country No errors.
NexCRM\BaseBundle\Entity\Setting No errors.
App\Entity\VoucherOrders
  • The association App\Entity\VoucherOrders#type refers to the inverse side field App\Entity\VoucherTypes#voucher_orders which does not exist.
App\Entity\VoucherTypes
  • The mappings App\Entity\VoucherTypes#vouchers and App\Entity\VoucherOrders#type are inconsistent with each other.
NexCRM\BaseBundle\Entity\SettingTranslation No errors.
NexCRM\BaseBundle\Entity\MediaOrderRecord No errors.