GET https://dev.front.garmon.io/ru/order/checkout/concert-in-lisbon-25-september-2024-lissabon-portugaliya

Query Metrics

8 Database Queries
6 Different statements
30.93 ms Query time
5 Invalid entities

Grouped Statements

Show all queries

Time Count Info
10.19 ms
(32.95%)
1
"COMMIT"
Parameters:
[]
6.56 ms
(21.21%)
3
SELECT c0_.id AS id_0, c0_.slug AS slug_1, c0_.locales AS locales_2, c0_.active AS active_3, c0_.code AS code_4, c0_.deleted_at AS deleted_at_5, c0_.currency_id AS currency_id_6 FROM country c0_ WHERE (c0_.slug = ?) AND (c0_.deleted_at IS NULL)
Parameters:
[
  "RU"
]
5.12 ms
(16.57%)
1
INSERT INTO `order` (promo_code, status, cancel_reason, state, tax_invoice, country, city, fiscal_number, event_hash, price, insurance_amount, total, discount, paid_amount, fee, net, commission, profit, paid, paid_at, created_at, published_at, expired_at, canceled_at, edited_at, deleted_at, hash, user_id, currency_id, payment_method_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  null
  "new"
  null
  "draft"
  0
  null
  null
  null
  null
  0
  0
  0
  0
  0
  0
  0
  0
  0
  0
  null
  "2024-09-28 22:19:47"
  null
  null
  null
  "2024-09-28 22:19:47"
  null
  null
  null
  1
  null
]
4.19 ms
(13.54%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.sign AS sign_3, t0.active AS active_4, t0.deleted_at AS deleted_at_5 FROM currency t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  1
]
2.50 ms
(8.08%)
1
"START TRANSACTION"
Parameters:
[]
2.37 ms
(7.65%)
1
SELECT c0_.id AS id_0, c0_.code AS code_1, c0_.sign AS sign_2, c0_.active AS active_3, c0_.deleted_at AS deleted_at_4 FROM currency c0_ LEFT JOIN country c1_ ON c0_.id = c1_.currency_id AND (c1_.deleted_at IS NULL) WHERE (c1_.id = ?) AND (c0_.deleted_at IS NULL) 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.

Entities Mapping

Class Mapping errors
App\Geo\Entity\Country
  • The association App\Geo\Entity\Country#paymentMethods refers to the owning side field App\Shop\Payment\Entity\PaymentMethod#country which does not exist.
  • If association App\Geo\Entity\Country#currency is many-to-one, then the inversed side App\Shop\Price\Entity\Currency#countries has to be one-to-many.
App\Shop\Price\Entity\Currency No errors.
App\Shop\Payment\Entity\PaymentMethod
  • The mappings App\Shop\Payment\Entity\PaymentMethod#countries and App\Geo\Entity\Country#paymentMethods are inconsistent with each other.
App\Geo\Entity\CountryTranslation No errors.
App\Shop\Order\Entity\Order
  • The mappings App\Shop\Order\Entity\Order#user and App\User\Entity\User#orders are inconsistent with each other.
App\Shop\Order\Entity\OrderProduct
  • The association App\Shop\Order\Entity\OrderProduct#product refers to the inverse side field App\Shop\Catalog\Entity\Product#orderProducts which does not exist.
App\Shop\Payment\Entity\Payment No errors.
App\User\Entity\User
  • The association App\User\Entity\User#orders refers to the owning side field App\Shop\Order\Entity\Order#client which does not exist.