Error 404 Not Found

GET https://dev.front.garmon.io/telescope/requests

Forwarded to ErrorController (549934)

Query Metrics

5 Database Queries
3 Different statements
7.56 ms Query time
5 Invalid entities

Queries

Group similar statements

# Time Info
1 0.89 ms
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"
]
2 1.40 ms
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
]
3 2.33 ms
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"
]
4 2.27 ms
SELECT o0_.id AS id_0, o0_.promo_code AS promo_code_1, o0_.status AS status_2, o0_.cancel_reason AS cancel_reason_3, o0_.state AS state_4, o0_.tax_invoice AS tax_invoice_5, o0_.country AS country_6, o0_.city AS city_7, o0_.fiscal_number AS fiscal_number_8, o0_.event_hash AS event_hash_9, o0_.price AS price_10, o0_.insurance_amount AS insurance_amount_11, o0_.total AS total_12, o0_.discount AS discount_13, o0_.paid_amount AS paid_amount_14, o0_.fee AS fee_15, o0_.net AS net_16, o0_.commission AS commission_17, o0_.profit AS profit_18, o0_.paid AS paid_19, o0_.paid_at AS paid_at_20, o0_.created_at AS created_at_21, o0_.published_at AS published_at_22, o0_.expired_at AS expired_at_23, o0_.canceled_at AS canceled_at_24, o0_.edited_at AS edited_at_25, o0_.deleted_at AS deleted_at_26, o0_.hash AS hash_27, o0_.user_id AS user_id_28, o0_.currency_id AS currency_id_29, o0_.payment_method_id AS payment_method_id_30 FROM `order` o0_ WHERE (o0_.hash = ?) AND (o0_.deleted_at IS NULL)
Parameters:
[
  "requests"
]
5 0.67 ms
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"
]

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\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.
App\Shop\Payment\Entity\PaymentMethodTranslation No errors.
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\Shop\Order\Entity\Contact No errors.
App\Storage\Entity\File No errors.
App\Storage\Entity\Image No errors.