GET https://viccistore.com/back/admin/localization/currency

Query Metrics

5 Database Queries
5 Different statements
1.31 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.75 ms
(57.22%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.rate AS rate_4, t0.is_base AS is_base_5, t0.symbol AS symbol_6, t0.updated_at AS updated_at_7 FROM currency t0 WHERE t0.is_base = ? LIMIT 1
Parameters:
[
  1
]
0.16 ms
(12.24%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.rate AS rate_4, t0.is_base AS is_base_5, t0.symbol AS symbol_6, t0.updated_at AS updated_at_7 FROM currency t0
Parameters:
[]
0.15 ms
(11.71%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.user_id AS user_id_6, t0.parent_id AS parent_id_7, t0.category_id AS category_id_8 FROM category t0
Parameters:
[]
0.15 ms
(11.33%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.is_active AS is_active_6, t0.slug AS slug_7 FROM policy t0
Parameters:
[]
0.10 ms
(7.50%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.rate AS rate_4, t0.is_base AS is_base_5, t0.symbol AS symbol_6, t0.updated_at AS updated_at_7 FROM currency t0 ORDER BY t0.updated_at DESC LIMIT 1
Parameters:
[]

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\Entity\Currency No errors.
App\Entity\Category No errors.
App\Entity\User No errors.
App\Entity\Product
  • The field App\Entity\Product#orderItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OrderItem#product does not contain the required 'inversedBy="orderItems"' attribute.
App\Entity\Policy No errors.